| Revision 702,
863 bytes
checked in by sullo, 18 months ago
(diff) |
|
Ticket 225: Template variables now have terminating hash to prevent collisions
Note: incremented nxmlversion version to 1.2
|
| Line | |
|---|
| 1 | <div> |
|---|
| 2 | <a name="#TEMPL_HCTR#"></a><table class="headerTable" width="300"><tr><td>#TEMPL_HOSTNAME# / #TEMPL_IP# port #TEMPL_PORT#</td></tr></table> |
|---|
| 3 | <table width="95%" class="dataTable"> |
|---|
| 4 | <tr> |
|---|
| 5 | <td class="column-head" valign="top"><b>Target IP</b></td> |
|---|
| 6 | <td>#TEMPL_IP#</td> |
|---|
| 7 | </tr> |
|---|
| 8 | <tr> |
|---|
| 9 | <td class="column-head"><b>Target hostname</b></td> |
|---|
| 10 | <td>#TEMPL_HOSTNAME#</td> |
|---|
| 11 | </tr> |
|---|
| 12 | <tr> |
|---|
| 13 | <td class="column-head"><b>Target Port</b></td> |
|---|
| 14 | <td>#TEMPL_PORT#</td> |
|---|
| 15 | </tr> |
|---|
| 16 | <tr> |
|---|
| 17 | <td class="column-head"><b>HTTP Server</b></td> |
|---|
| 18 | <td>#TEMPL_BANNER#</td> |
|---|
| 19 | </tr> |
|---|
| 20 | <tr> |
|---|
| 21 | <td class="column-head"><b>Site Link (Name)</b></td> |
|---|
| 22 | <td> |
|---|
| 23 | <a href="#TEMPL_LINK_NAME#">#TEMPL_LINK_NAME#</a> |
|---|
| 24 | </td> |
|---|
| 25 | </tr> |
|---|
| 26 | <tr> |
|---|
| 27 | <td class="column-head"><b>Site Link (IP)</b></td> |
|---|
| 28 | <td> |
|---|
| 29 | <a href="#TEMPL_LINK_IP#">#TEMPL_LINK_IP#</a> |
|---|
| 30 | </td> |
|---|
| 31 | </tr> |
|---|
| 32 | </table> |
|---|
| 33 | </div> |
|---|
| 34 | <p></p> |
|---|
Note: See
TracBrowser
for help on using the repository browser.