Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5fe4b014
Commit
5fe4b014
authored
Jun 27, 2002
by
Chad Barb
Browse files
Fixed capitalization consistency a touch, and de "new"ed Apr 19 news.
parent
513c67a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
5fe4b014
...
...
@@ -51,7 +51,7 @@ function WRITESIDEBAR() {
WRITESIDEBARBUTTON
(
"Home"
,
$TBDOCBASE
,
"index.php3"
);
WRITESIDEBARBUTTON
(
"Tutorial at SIGCOMM'02 <img src=/new.gif>"
,
$TBDOCBASE
,
"sc2002tut.php3"
);
WRITESIDEBARBUTTON
(
"News (
<img src=/new.gif>
Apr 19)"
,
$TBDOCBASE
,
WRITESIDEBARBUTTON
(
"News (
Updated
Apr 19)"
,
$TBDOCBASE
,
"docwrapper.php3?docname=news.html"
);
WRITESIDEBARBUTTON
(
"Tutorial"
,
$TBDOCBASE
,
"tutorial/tutorial.php3"
);
WRITESIDEBARBUTTON
(
"FAQ"
,
$TBDOCBASE
,
"faq.php3"
);
...
...
@@ -102,7 +102,7 @@ function WRITESIDEBAR() {
if
(
$login_status
&
(
CHECKLOGIN_LOGGEDIN
|
CHECKLOGIN_MAYBEVALID
))
{
if
(
$login_status
&
CHECKLOGIN_ACTIVE
)
{
if
(
$login_status
&
CHECKLOGIN_PSWDEXPIRED
)
{
WRITESIDEBARBUTTON
(
"Change
y
our Password"
,
WRITESIDEBARBUTTON
(
"Change
Y
our Password"
,
$TBBASE
,
"moduserinfo.php3"
);
}
else
{
...
...
@@ -137,7 +137,7 @@ function WRITESIDEBAR() {
$TBBASE
,
"showexp_list.php3"
);
WRITESIDEBARBUTTON
(
"Begin an Experiment"
,
$TBBASE
,
"beginexp.php3"
);
WRITESIDEBARBUTTON
(
"Update
u
ser
i
nformation"
,
WRITESIDEBARBUTTON
(
"Update
U
ser
I
nformation"
,
$TBBASE
,
"moduserinfo.php3"
);
WRITESIDEBARBUTTON
(
"Node Reservation Status"
,
$TBBASE
,
"nodecontrol_list.php3"
);
...
...
@@ -153,11 +153,11 @@ function WRITESIDEBAR() {
elseif
(
$login_status
&
(
CHECKLOGIN_UNVERIFIED
|
CHECKLOGIN_NEWUSER
))
{
WRITESIDEBARBUTTON
(
"New User Verification"
,
$TBBASE
,
"verifyusr_form.php3"
);
WRITESIDEBARBUTTON
(
"Update
u
ser
i
nformation"
,
WRITESIDEBARBUTTON
(
"Update
U
ser
I
nformation"
,
$TBBASE
,
"moduserinfo.php3"
);
}
elseif
(
$login_status
&
(
CHECKLOGIN_UNAPPROVED
))
{
WRITESIDEBARBUTTON
(
"Update
u
ser
i
nformation"
,
WRITESIDEBARBUTTON
(
"Update
U
ser
I
nformation"
,
$TBBASE
,
"moduserinfo.php3"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment