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
6f5e8841
Commit
6f5e8841
authored
Apr 18, 2004
by
Leigh B. Stoller
Browse files
Oops, need to use an absolute path in the search form!
parent
9d256bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
6f5e8841
...
...
@@ -201,7 +201,7 @@ function WRITEPLABBOTTOMBAR() {
<center>
<br>
<font size=-1>
<form method=get action=search.php3>
<form method=get action=
$TBDOCBASE
/
search.php3>
[ <a href='
$TBDOCBASE
/doc.php3'>
Documentation</a> : <input name=query size = 15/>
<input type=submit style='font-size:10px;' value='Search' /> ]
...
...
@@ -259,7 +259,7 @@ function WRITESIDEBAR() {
}
}
echo
"<FORM method=get ACTION=search.php3>
\n
"
;
echo
"<FORM method=get ACTION=
$TBDOCBASE
/
search.php3>
\n
"
;
?>
<table
class=
"menu"
width=
210
cellpadding=
"0"
cellspacing=
"0"
>
<tr><td
class=
"menuheader"
><b>
Information
</b></td></tr>
...
...
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