source: trunk/templates/htm_host_item.tmpl @ 702

Revision 702, 786 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<table  class="dataTable" width="95%">
2  <tr>
3    <td class="column-head" valign="top"><b>URI</b></td>
4    <td>#TEMPL_URI#</td>
5  </tr>
6  <tr>
7    <td class="column-head" valign="top"><b>HTTP Method</b></td>
8    <td>#TEMPL_HTTP_METHOD#</td>
9  </tr>
10  <tr>
11    <td class="column-head" valign="top"><b>Description</b></td>
12    <td>#TEMPL_MSG#</td>
13  </tr>
14  <tr>
15    <td class="column-head" valign="top"><b>Test Links</b></td>
16    <td>
17      <a href="#TEMPL_ITEM_NAME_LINK">#TEMPL_ITEM_NAME_LINK#</a><br>
18      <a href="#TEMPL_ITEM_IP_LINK">#TEMPL_ITEM_IP_LINK#</a>
19    </td>
20  </tr>
21  <tr>
22    <td class="column-head" valign="top"><b>OSVDB Entries</b></td>
23    <td>
24       <a href="#TEMPL_OSVDB_LINK" title="More vuln information on OSVDB.org">OSVDB-#TEMPL_OSVDB#</a>
25    </td>
26</table>
Note: See TracBrowser for help on using the repository browser.