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
23dccd2e
Commit
23dccd2e
authored
May 14, 2003
by
Chad Barb
Browse files
Consistent-ization.
parent
163604dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
23dccd2e
...
...
@@ -316,15 +316,15 @@ function WRITESIDEBAR() {
#
switch
(
$login_status
&
CHECKLOGIN_STATUSMASK
)
{
case
CHECKLOGIN_LOGGEDIN
:
$login_message
=
"'
$login_uid
'
l
ogged in."
;
$login_message
=
"'
$login_uid
'
L
ogged in."
;
if
(
$login_status
&
CHECKLOGIN_PSWDEXPIRED
)
$login_message
=
"
$login_message
<br>(
p
assword
e
xpired!)"
;
$login_message
=
"
$login_message
<br>(
P
assword
E
xpired!)"
;
elseif
(
$login_status
&
CHECKLOGIN_UNAPPROVED
)
$login_message
=
"
$login_message
<br>(
u
napproved!)"
;
$login_message
=
"
$login_message
<br>(
U
napproved!)"
;
break
;
case
CHECKLOGIN_TIMEDOUT
:
$login_message
=
"
l
ogin
t
imed out"
;
$login_message
=
"
L
ogin
T
imed out
.
"
;
break
;
default
:
$login_message
=
0
;
...
...
@@ -531,7 +531,7 @@ function PAGEHEADER($title) {
echo
"
$title
</h2></td>
\n
"
;
echo
"<td class=contentheader align=right>
\n
"
;
if
(
$login_uid
)
{
echo
"<font size=-1><b>
$login_uid
</b>
l
ogged in<br>
$now
</font>
\n
"
;
echo
"<font size=-1>
'
<b>
$login_uid
</b>
' L
ogged in
.
<br>
$now
</font>
\n
"
;
}
else
{
echo
"
$now
"
;
...
...
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