Last change
on this file since 22 was 20, checked in by Kris Deugau, 15 years ago |
/trunk
checkpoint, group mangling almost complete
also normalized *most* group* refs to use "group*" vs "grp*"
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2] | 1 | <!-- <TMPL_VAR NAME=sid> -->
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
| 5 | <td>
|
---|
| 6 | <TMPL_IF add_failed><span class="errmsg">Error adding domain <TMPL_VAR NAME=domain>: <TMPL_VAR
|
---|
| 7 | NAME=errmsg></span></TMPL_IF>
|
---|
| 8 | <form action="dns.cgi">
|
---|
| 9 |
|
---|
| 10 | <input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>">
|
---|
| 11 | <input type="hidden" name="page" value="adddomain">
|
---|
| 12 | <input type="hidden" name="newdomain" value="yes">
|
---|
| 13 |
|
---|
| 14 | <table border=0 width="70%" bgcolor="white">
|
---|
| 15 | <tr><td>
|
---|
| 16 | <table border=0 cellspacing=0 cellpadding=2 width="100%">
|
---|
| 17 | <tr bgcolor="#cccccc"><td colspan=2 align="center">Add Domain</td></tr>
|
---|
| 18 |
|
---|
| 19 | <tr bgcolor="#eeeeee">
|
---|
| 20 | <td>Domain Name:</td>
|
---|
| 21 | <td align="left"><input type="text" name="domain" value="<TMPL_VAR NAME=domain>"></td>
|
---|
| 22 | </tr>
|
---|
| 23 | <tr bgcolor="#eeeeee">
|
---|
| 24 | <td>Add domain to group:</td>
|
---|
| 25 | <td><select name=group>
|
---|
[20] | 26 | <TMPL_LOOP name=grouplist> <option value="<TMPL_VAR NAME=groupval>"<TMPL_IF groupactive> selected</TMPL_IF>><TMPL_VAR name=groupname></option>
|
---|
[2] | 27 | </TMPL_LOOP>
|
---|
| 28 | </select></td>
|
---|
| 29 | </tr>
|
---|
| 30 | <tr bgcolor="#eeeeee">
|
---|
| 31 | <td></td><td><input type=checkbox name=makeactive checked>Make domain active on next DNS propagation</td>
|
---|
| 32 | </tr>
|
---|
| 33 | <tr><td colspan=2 align="center"><input type="submit" value="add"></td></tr>
|
---|
| 34 | <tr><td>tmp note: radio button select "group template" vs "clone domain"?</td></tr>
|
---|
| 35 | </table>
|
---|
| 36 | </td>
|
---|
| 37 | </tr>
|
---|
| 38 | </table>
|
---|
| 39 |
|
---|
| 40 | </form>
|
---|
| 41 |
|
---|
| 42 | </td></tr>
|
---|
| 43 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.