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
c2e4993a
Commit
c2e4993a
authored
Dec 16, 2003
by
Robert Ricci
Browse files
Make the banner in the upper left go to the same place as the 'Home'
link in the sidebar.
parent
ad644700
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
c2e4993a
...
...
@@ -456,6 +456,7 @@ function WRITESIDEBAR() {
WRITESIDEBARBUTTON
(
"Add Testbed Nodes"
,
$TBBASE
,
"newnodes_list.php3"
);
}
}
}
...
...
@@ -559,6 +560,7 @@ function PAGEBEGINNING( $title, $nobanner = 0 ) {
global
$BASEPATH
,
$TBMAINSITE
,
$THISHOMEBASE
;
global
$TBDIR
,
$WWW
;
global
$MAINPAGE
;
global
$TBDOCBASE
;
$MAINPAGE
=
!
strcmp
(
$TBDIR
,
"/usr/testbed/"
);
...
...
@@ -600,9 +602,10 @@ function PAGEBEGINNING( $title, $nobanner = 0 ) {
<tr>
<td valign='top' class='bannercell'
background='
$BASEPATH
/headerbgbb.jpg'
bgcolor=#3D627F ><img width=369 height=100
bgcolor=#3D627F ><a href='
$TBDOCBASE
/index.php3'><img width=369
height=100 border=0
src='
$BASEPATH
/overlay."
.
strtolower
(
$THISHOMEBASE
)
.
".gif'
alt='
$THISHOMEBASE
- the network testbed' />"
;
alt='
$THISHOMEBASE
- the network testbed' />
</a>
"
;
if
(
!
$MAINPAGE
)
{
echo
"<font size='+1' color='#CCFFCC'> <b>
$WWW
</b></font>"
;
}
...
...
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