Line | |
---|
1 | <div class="indent">
|
---|
2 | <form method="POST" action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi">
|
---|
3 | <fieldset><legend class="noshow"> </legend>
|
---|
4 | <table class="regular altrows" cellspacing="1" cellpadding="1">
|
---|
5 | <tr class="heading"><td>Add new VRF</td></tr>
|
---|
6 | <tr>
|
---|
7 | <td>VRF name:</td>
|
---|
8 | <td><input type="text" name="vrf"></td>
|
---|
9 | </tr>
|
---|
10 | <tr>
|
---|
11 | <td>Brief description:</td>
|
---|
12 | <td><input type="text" name="comment"></td>
|
---|
13 | </tr>
|
---|
14 | <tr>
|
---|
15 | <TMPL_IF loclist>
|
---|
16 | <td>Default DNS scope:</td>
|
---|
17 | <td>
|
---|
18 | <select name="loc">
|
---|
19 | <TMPL_LOOP loclist>
|
---|
20 | <option value="<TMPL_VAR NAME=loc>"<TMPL_IF selected> selected</TMPL_IF>><TMPL_VAR NAME=locname></option>
|
---|
21 | </TMPL_LOOP>
|
---|
22 | </select>
|
---|
23 | </td>
|
---|
24 | </tr>
|
---|
25 | <tr>
|
---|
26 | <TMPL_ELSE>
|
---|
27 | </TMPL_IF>
|
---|
28 | <td class="center" colspan="2"><input type="submit" value=" Add "></td>
|
---|
29 | </tr>
|
---|
30 | </table>
|
---|
31 | <input type="hidden" name="action" value="newvrf">
|
---|
32 | </fieldset>
|
---|
33 | </form>
|
---|
34 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.