root/tags/module-NagiosStatusMap3D-1.1/formStatusmap3D.ihtml

Revision 3011, 1.3 kB (checked in by jmathis, 17 months ago)

menage d'automne !:)

Line 
1{$form.javascript}
2<form {$form.attributes}>
3<table id="ListTable">
4        <tr class="ListHeader"><td class="FormHeader" colspan="2"><img src='./img/icones/16x16/lifebelt.gif'>&nbsp;&nbsp;{$form.header.title}</td></tr>
5        <tr class="list_lvl_1"><td class="ListColLvl1_name" colspan="2"><img src='./img/icones/16x16/nagios.gif'>&nbsp;&nbsp;{$form.header.nagios_statusmap3Dcgi}</td></tr>
6        <tr class="list_one"><td class="FormRowField">{$form.nagios_statusmap3D_html_path.label}</td><td class="FormRowValue">{$form.nagios_statusmap3D_html_path.html}</td></tr>
7        <tr class="list_two"><td class="FormRowField">{$form.nagios_statusmap3D_width.label}</td><td class="FormRowValue">{$form.nagios_statusmap3D_width.html}</td></tr>
8        <tr class="list_one"><td class="FormRowField">{$form.nagios_statusmap3D_height.label}</td><td class="FormRowValue">{$form.nagios_statusmap3D_height.html}</td></tr>             
9        <tr class="list_two"><td class="FormRowField">{$form.nagios_statusmap3D_user.label}</td><td class="FormRowValue">{$form.nagios_statusmap3D_user.html}</td></tr>
10        <tr class="list_one"><td class="FormRowField">{$form.nagios_statusmap3D_password.label}</td><td class="FormRowValue">{$form.nagios_statusmap3D_password.html}</td></tr>
11</table>
12        <div id="validForm">
13                <p>{$form.submitC.html}&nbsp;&nbsp;&nbsp;{$form.reset.html}</p>
14        </div>
15{$form.hidden}
16</form>
Note: See TracBrowser for help on using the browser.