Last change
on this file since 533 was 511, checked in by Kris Deugau, 12 years ago |
/branches/htmlform
Final prep for merge back to trunk.
- Remove lockin on /ip/ web path as with /branches/stable r507.
- Fix a buglet with the body text color.
- Remove the lingering header and footer template files
See #3.
|
File size:
1.3 KB
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <title>IP Database - Subnet Calculator</title>
|
---|
5 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
|
---|
6 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
|
---|
7 |
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 |
|
---|
11 | <div class="center">
|
---|
12 | <table class="center" cellspacing="3" cellpadding="3">
|
---|
13 | <tr>
|
---|
14 | <td class="heading">Results for /<TMPL_VAR NAME=prenet></td>
|
---|
15 | <td class="heading">Results for /<TMPL_VAR NAME=net></td>
|
---|
16 | <td class="heading">Results for /<TMPL_VAR NAME=postnet></td>
|
---|
17 | </tr>
|
---|
18 | <tr><td class="ljust" valign="top">
|
---|
19 | <div class="mask"><TMPL_VAR NAME=premask></div>
|
---|
20 | <div class="wildcard"><TMPL_VAR NAME=prewildcard></div>
|
---|
21 | <TMPL_LOOP NAME=prenets> <TMPL_VAR NAME=netrange><br>
|
---|
22 | </TMPL_LOOP></td>
|
---|
23 | <td class="ljust topalign altbg">
|
---|
24 | <div class="mask"><TMPL_VAR NAME=mask></div>
|
---|
25 | <div class="wildcard"><TMPL_VAR NAME=wildcard></div>
|
---|
26 | <TMPL_LOOP NAME=nets> <TMPL_VAR NAME=netrange><br>
|
---|
27 | </TMPL_LOOP></td>
|
---|
28 | <td class="ljust" valign="top">
|
---|
29 | <div class="mask"><TMPL_VAR NAME=postmask></div>
|
---|
30 | <div class="wildcard"><TMPL_VAR NAME=postwildcard></div>
|
---|
31 | <TMPL_LOOP NAME=postnets> <TMPL_VAR NAME=netrange><br>
|
---|
32 | </TMPL_LOOP></td>
|
---|
33 | </tr>
|
---|
34 | </table>
|
---|
35 | <input type="button" value="Back" onclick="history.go(-1)" class="heading">
|
---|
36 | </div>
|
---|
37 |
|
---|
38 | </body>
|
---|
39 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.