Skip to content
GitLab
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
c5132d72
Commit
c5132d72
authored
Mar 15, 2006
by
Timothy Stack
Browse files
Move the 'built with emulab' link to below the main menu.
parent
165e2bd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
c5132d72
...
...
@@ -730,6 +730,15 @@ function PAGEBEGINNING( $title, $nobanner = 0, $nocontent = 0,
#
function
FINISHSIDEBAR
(
$contentname
=
"content"
)
{
if
(
!
$TBMAINSITE
)
{
#
# It is a violation of Emulab licensing restrictions to remove
# this logo!
#
echo
" <a class='builtwith' href='http://www.emulab.net'>
<img src='
$BASEPATH
/builtwith.png'></a>"
;
}
echo
"<!-- sidebar ends -->
</div>
<div class='
$contentname
'>
...
...
@@ -896,14 +905,6 @@ function PAGEFOOTER($view = NULL) {
Copyright © 2000-
$year
The University of Utah</a>
</span>
\n
"
;
}
if
(
!
$TBMAINSITE
)
{
#
# It is a violation of Emulab licensing restrictions to remove
# this logo!
#
echo
" <a class='builtwith' href='http://www.emulab.net'>
<img src='
$BASEPATH
/builtwith.png'></a>"
;
}
echo
"
<p class='contact'>
Problems?
...
...
www/style.css
View file @
c5132d72
...
...
@@ -329,7 +329,11 @@ ul.submenu li.newgroup {
font-size
:
x-small
;
}
.builtwith
{
float
:
left
;
position
:
absolute
;
/* Take it out of the normal flow. */
margin-top
:
8px
;
/* Add some space between the leftcell and the link. */
left
:
0px
;
/* XXX IE pushes it to the right without this. */
width
:
100%
;
/* Same size as parent so it centers. */
display
:
block
;
}
.contact
{
font-size
:
x-small
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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