Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
38a43c4b
Commit
38a43c4b
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Don't write in %%...%% bits... put the correct values in instead.
parent
80a55436
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/lib/topnav_html.ssjs
+6
-6
6 additions, 6 deletions
web/lib/topnav_html.ssjs
with
6 additions
and
6 deletions
web/lib/topnav_html.ssjs
+
6
−
6
View file @
38a43c4b
...
@@ -32,20 +32,20 @@ if(http_request.virtual_path=="/msgs/index.ssjs" || http_request.virtual_path=="
...
@@ -32,20 +32,20 @@ if(http_request.virtual_path=="/msgs/index.ssjs" || http_request.virtual_path=="
template
.
topnav
.
push
({
html
:
'
<span class="tlink">Message Groups</span>
'
});
template
.
topnav
.
push
({
html
:
'
<span class="tlink">Message Groups</span>
'
});
if
(
http_request
.
virtual_path
==
"
/msgs/subs.ssjs
"
)
if
(
http_request
.
virtual_path
==
"
/msgs/subs.ssjs
"
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="/msgs">Message Groups</a><span class="tlink">
%%
group
:
description
%%
</span>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="/msgs">Message Groups</a><span class="tlink">
'
+
template
.
group
.
description
+
'
</span>
'
});
if
(
http_request
.
virtual_path
==
"
/msgs/subinfo.ssjs
"
&&
sub
!=
'
mail
'
)
if
(
http_request
.
virtual_path
==
"
/msgs/subinfo.ssjs
"
&&
sub
!=
'
mail
'
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="/msgs">Message Groups</a><a class="tlink" href="/msgs/subs.ssjs?msg_grp=
'
+
template
.
sub
.
name
+
'
">
%%
sub
:
description
%%
</a><span class="tlink">Sub Information</span>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="/msgs">Message Groups</a><a class="tlink" href="/msgs/subs.ssjs?msg_grp=
'
+
template
.
sub
.
name
+
'
">
'
+
template
.
sub
.
description
+
'
</a><span class="tlink">Sub Information</span>
'
});
if
(
http_request
.
virtual_path
==
"
/msgs/msgs.ssjs
"
&&
sub
!=
'
mail
'
)
if
(
http_request
.
virtual_path
==
"
/msgs/msgs.ssjs
"
&&
sub
!=
'
mail
'
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="index.ssjs">Message Groups</a><a class="tlink" href="subs.ssjs?msg_grp=
'
+
template
.
group
.
name
+
'
">
'
+
template
.
group
.
description
+
'
</a><a class="tlink" href="subinfo.ssjs?msg_sub=^^sub:code^^" title="Click for Sub Info">
%%
sub
:
description
%%
</a>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="index.ssjs">Message Groups</a><a class="tlink" href="subs.ssjs?msg_grp=
'
+
template
.
group
.
name
+
'
">
'
+
template
.
group
.
description
+
'
</a><a class="tlink" href="subinfo.ssjs?msg_sub=^^sub:code^^" title="Click for Sub Info">
'
+
template
.
sub
.
description
+
'
</a>
'
});
else
if
(
http_request
.
virtual_path
==
"
/msgs/msgs.ssjs
"
)
else
if
(
http_request
.
virtual_path
==
"
/msgs/msgs.ssjs
"
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="subinfo.ssjs?msg_sub=^^sub:code^^" title="Click for Sub Info">
%%
sub
:
description
%%
</a>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="subinfo.ssjs?msg_sub=^^sub:code^^" title="Click for Sub Info">
'
+
template
.
sub
.
description
+
'
</a>
'
});
if
(
http_request
.
virtual_path
==
"
/msgs/msg.ssjs
"
&&
sub
!=
'
mail
'
)
if
(
http_request
.
virtual_path
==
"
/msgs/msg.ssjs
"
&&
sub
!=
'
mail
'
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="index.ssjs">Message Groups</a><a class="tlink" href="subs.ssjs?msg_grp=
'
+
template
.
group
.
name
+
'
">
'
+
template
.
group
.
description
+
'
</a><a class="tlink" href="msgs.ssjs?msg_sub=^^sub:code^^">
%%
sub
:
description
%%
</a><span class="tlink">Reading Messages</span>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="index.ssjs">Message Groups</a><a class="tlink" href="subs.ssjs?msg_grp=
'
+
template
.
group
.
name
+
'
">
'
+
template
.
group
.
description
+
'
</a><a class="tlink" href="msgs.ssjs?msg_sub=^^sub:code^^">
'
+
template
.
sub
.
description
+
'
</a><span class="tlink">Reading Messages</span>
'
});
else
if
(
http_request
.
virtual_path
==
"
/msgs/msg.ssjs
"
)
else
if
(
http_request
.
virtual_path
==
"
/msgs/msg.ssjs
"
)
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="msgs.ssjs?msg_sub=^^sub:code^^">
%%
sub
:
description
%%
</a><span class="tlink">Reading E-Mail</span>
'
});
template
.
topnav
.
push
({
html
:
'
<a class="tlink" href="msgs.ssjs?msg_sub=^^sub:code^^">
'
+
template
.
sub
.
description
+
'
</a><span class="tlink">Reading E-Mail</span>
'
});
if
(
sub
!=
'
mail
'
&&
http_request
.
virtual_path
==
"
/msgs/post.ssjs
"
)
if
(
sub
!=
'
mail
'
&&
http_request
.
virtual_path
==
"
/msgs/post.ssjs
"
)
template
.
topnav
.
push
({
html
:
'
<a href="/msgs" class="tlink">Message Groups</a>
'
});
template
.
topnav
.
push
({
html
:
'
<a href="/msgs" class="tlink">Message Groups</a>
'
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment