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
163604dd
Commit
163604dd
authored
May 13, 2003
by
Chad Barb
Browse files
More aesthetics..
parent
23d4e4ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
163604dd
...
...
@@ -316,15 +316,15 @@ function WRITESIDEBAR() {
#
switch
(
$login_status
&
CHECKLOGIN_STATUSMASK
)
{
case
CHECKLOGIN_LOGGEDIN
:
$login_message
=
"
"
$login_uid
" L
ogged
I
n."
;
$login_message
=
"
'
$login_uid
' l
ogged
i
n."
;
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
O
ut"
;
$login_message
=
"
l
ogin
t
imed
o
ut"
;
break
;
default
:
$login_message
=
0
;
...
...
@@ -333,7 +333,7 @@ function WRITESIDEBAR() {
if
(
$login_message
)
{
echo
"<tr>"
;
echo
"<td class=
\"
menufooter
\"
><center><b>"
;
echo
"<td class=
\"
menufooter
\"
style='padding-top: 6px;'
><center><b>"
;
echo
"
$login_message
</b></center></td>"
;
echo
"</tr>"
;
}
...
...
www/style.css
View file @
163604dd
...
...
@@ -59,7 +59,7 @@ td.paddedcell2 { padding: 0.5em; }
border
:
0px
;
}
.menufooter
{
background-color
:
#abc
;
color
:
#
FFF
;
color
:
#
000
;
padding-left
:
4px
;
padding-top
:
2px
;
padding-bottom
:
0px
;
...
...
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