Last change
on this file since 862 was 593, checked in by Kris Deugau, 11 years ago |
/branches/stable
Merge /trunk r517 (merge /branches/htmlform)
Conflicts all resolved towards /trunk.
Fix a minor syntax error with "while (@data..." -> "while (my @data..."
(may cause merge conflicts later)
|
File size:
1.8 KB
|
Rev | Line | |
---|
[451] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
---|
| 2 | <html>
|
---|
| 3 | <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
---|
| 4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" -->
|
---|
| 6 |
|
---|
| 7 | <head>
|
---|
| 8 | <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
---|
| 9 | <title>[IP Database v<TMPL_VAR NAME=version>]</title>
|
---|
[511] | 10 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
|
---|
| 11 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
|
---|
| 12 | <script src="<TMPL_VAR NAME=webpath>/templates/widgets.js" type="text/javascript"></script>
|
---|
[451] | 13 | </head>
|
---|
| 14 |
|
---|
| 15 | <body>
|
---|
| 16 |
|
---|
| 17 | <div id="bodyheader">
|
---|
| 18 | <div id="hlogo">
|
---|
[511] | 19 | <a href="<TMPL_VAR NAME=webpath>/index.shtml"><img src="<TMPL_VAR NAME=webpath>/images/logo.png" style="border:0;" alt="[ Logo ]"></a>
|
---|
[451] | 20 | </div>
|
---|
| 21 | <div id="homelink">
|
---|
[511] | 22 | <a href="<TMPL_VAR NAME=webpath>/index.shtml">[IP Database v<TMPL_VAR NAME=version> Home]</a>
|
---|
[451] | 23 | </div>
|
---|
| 24 | </div>
|
---|
| 25 |
|
---|
| 26 | <div id="subheader">
|
---|
| 27 | <div id="qsearch">
|
---|
[511] | 28 | <form method="post" action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">
|
---|
[513] | 29 | <fieldset><legend class="noshow"> </legend>
|
---|
[451] | 30 | Quick Search:
|
---|
| 31 | <input type="text" name="input" size="20" maxlength="50" class="regular">
|
---|
| 32 | <input type="hidden" name="page" value="1">
|
---|
| 33 | <input type="hidden" name="stype" value="q">
|
---|
| 34 | <input type="submit" value="Go!" class="heading">
|
---|
| 35 | <input type="button" value=" Help? " onclick="openHelp()" class="regular">
|
---|
[511] | 36 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">Complex Search</a>
|
---|
[451] | 37 | </fieldset>
|
---|
| 38 | </form>
|
---|
| 39 | </div>
|
---|
[458] | 40 | <TMPL_IF addperm>
|
---|
[511] | 41 | <div id="newlink"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign">Add new assignment</a></div>
|
---|
[451] | 42 | </TMPL_IF>
|
---|
| 43 | </div>
|
---|
| 44 |
|
---|
| 45 | <div id="main">
|
---|
| 46 | <div id="utils">
|
---|
[511] | 47 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
|
---|
[451] | 48 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.