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
fa287abd
Commit
fa287abd
authored
Apr 15, 2003
by
Leigh B. Stoller
Browse files
Fix up the right side banner/date (where it said "Generated for") to
be more to my liking.
parent
3dd296a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
fa287abd
...
...
@@ -484,11 +484,13 @@ function PAGEHEADER($title) {
}
$now
=
date
(
"D M d g:ia T"
);
echo
"
$title
</h2></td>
\n
"
;
echo
"<td class=
\"
contentheader
\"
align=right>
Generated
"
;
echo
"<td class=contentheader align=right>
\n
"
;
if
(
$login_uid
)
{
echo
"for <b>
$login_uid
</b>,<br>"
;
echo
"<font size=-1><b>
$login_uid
</b> logged in<br>
$now
</font>
\n
"
;
}
else
{
echo
"
$now
"
;
}
echo
"
$now
."
;
echo
"</td>"
;
echo
"</tr>
\n
"
;
echo
"<tr><td colspan=3 class=
\"
contentbody
\"
width=*>"
;
...
...
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