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
7dc39271
Commit
7dc39271
authored
Dec 28, 2000
by
Leigh B. Stoller
Browse files
Get rid of a bunch of hardwired <base> tags. Don't seem to be needed.
parent
e7cf7af4
Changes
6
Hide whitespace changes
Inline
Side-by-side
www/auth.html
View file @
7dc39271
...
...
@@ -2,7 +2,6 @@
<head>
<title>
Utah Network Testbed - Policy
</title>
<link
rel=
'stylesheet'
href=
'tbstyle.css'
type=
'text/css'
>
<base
href=
'https://www.emulab.net/'
target=
'dynamic'
>
</head>
<body>
...
...
www/faq.html
View file @
7dc39271
...
...
@@ -2,8 +2,6 @@
<head>
<title>
Utah Network Testbed - Web Interface FAQ
</title>
<link
rel=
'stylesheet'
href=
'tbstyle.css'
type=
'text/css'
>
<!-- <base href='https://www.emulab.net/' target='dynamic'>
-->
</head>
<body>
...
...
www/index.php3
View file @
7dc39271
...
...
@@ -60,7 +60,8 @@ elseif ($uid = GETUID()) {
<?php
#
# So I can test on my home machine easily.
# So I can test on my home machine easily. This *is* required to make the
# the frames work correctly.
#
echo
"<base href=
\"
$TBBASE
\"
target=
\"
dynamic
\"
>
\n
"
;
?>
...
...
www/policies.html
View file @
7dc39271
...
...
@@ -2,7 +2,6 @@
<head>
<title>
Utah Network Testbed - Policy
</title>
<link
rel=
'stylesheet'
href=
'tbstyle.css'
type=
'text/css'
>
<base
href=
'https://www.emulab.net/'
target=
'dynamic'
>
</head>
<body>
...
...
www/tbdb.html
View file @
7dc39271
<html>
<head>
<title>
Utah Network Testbed
</title>
<base
href=
"https://www.emulab.net/"
target=
"_dynamic"
>
</head>
<frameset
cols=
"150,*"
>
<frame
name=
"fixed"
src=
"index.php3"
>
...
...
www/welcome.html
View file @
7dc39271
...
...
@@ -2,7 +2,6 @@
<head>
<title>
Utah Network Testbed - Operations Home
</title>
<link
rel=
'stylesheet'
href=
'tbstyle.css'
type=
'text/css'
>
<base
href=
'https://www.emulab.net/'
target=
'dynamic'
>
</head>
<body>
...
...
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