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
c8bd673f
Commit
c8bd673f
authored
Dec 16, 2004
by
Leigh B. Stoller
Browse files
Add a special overlay icon for elabinelab to make it very clear which
web interface you are talking to!
parent
1d13cde6
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
c8bd673f
...
...
@@ -566,7 +566,7 @@ function WRITESIDEBAR() {
# spits out beginning part of page
#
function
PAGEBEGINNING
(
$title
,
$nobanner
=
0
)
{
global
$BASEPATH
,
$TBMAINSITE
,
$THISHOMEBASE
;
global
$BASEPATH
,
$TBMAINSITE
,
$THISHOMEBASE
,
$ELABINELAB
;
global
$TBDIR
,
$WWW
;
global
$MAINPAGE
;
global
$TBDOCBASE
;
...
...
@@ -621,9 +621,15 @@ function PAGEBEGINNING( $title, $nobanner = 0 ) {
<td valign='top' class='bannercell'
background='
$BASEPATH
/headerbgbb.jpg'
bgcolor=#3D627F>
<img width=369 height=100 border=0 usemap=
\"
#overlaymap
\"
src='
$BASEPATH
/overlay."
.
strtolower
(
$THISHOMEBASE
)
.
".gif'
alt='
$THISHOMEBASE
- the network testbed'>
\n
"
;
<img width=369 height=100 border=0 usemap=
\"
#overlaymap
\"
"
;
if
(
$ELABINELAB
)
{
echo
"src='
$BASEPATH
/overlay.elabinelab.gif' "
;
}
else
{
echo
"src='
$BASEPATH
/overlay."
.
strtolower
(
$THISHOMEBASE
)
.
".gif' "
;
}
echo
"alt='
$THISHOMEBASE
- the network testbed'>
\n
"
;
if
(
!
$MAINPAGE
)
{
echo
"<font size='+1' color='#CCFFCC'> <b>
$WWW
</b></font>"
;
}
...
...
www/overlay.elabinelab.gif
0 → 100755
View file @
c8bd673f
10.9 KB
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