Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6c7667a4
Commit
6c7667a4
authored
Aug 11, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the message back.
parent
9ff09015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
www/menu.php3
www/menu.php3
+4
-14
No files found.
www/menu.php3
View file @
6c7667a4
...
...
@@ -387,11 +387,9 @@ function WRITESIDEBAR() {
#
# Login message. Set via 'web/message' site variable
#
if
(
0
)
{
$message
=
TBGetSiteVar
(
"web/message"
);
if
(
0
!=
strcmp
(
$message
,
""
))
{
WRITESIDEBARNOTICE
(
"<font color=red>
$message
</font>"
);
}
WRITESIDEBARNOTICE
(
$message
);
}
echo
"</table>
\n
"
;
...
...
@@ -552,19 +550,11 @@ function PAGEHEADER($title) {
$now
=
date
(
"D M d g:ia T"
);
echo
"
$title
</h2></td>
\n
"
;
echo
"<td class=contentheader align=right>
\n
"
;
$message
=
TBGetSiteVar
(
"web/message"
);
if
(
strcmp
(
$message
,
""
))
{
echo
"<font size=+1 color=white>
$message
</font>"
;
if
(
$login_uid
)
{
echo
"<font size=-1>'<b>
$login_uid
</b>' Logged in.<br>
$now
</font>
\n
"
;
}
else
{
if
(
$login_uid
)
{
echo
"<font size=-1>'<b>
$login_uid
</b>' Logged in."
.
"<br>
$now
</font>
\n
"
;
}
else
{
echo
"
$now
"
;
}
echo
"
$now
"
;
}
echo
"</td>"
;
echo
"</tr>
\n
"
;
...
...
Write
Preview
Markdown
is supported
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