Changeset 942 for trunk/templates/admin/main.tmpl
- Timestamp:
- 12/23/22 13:20:26 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/admin/main.tmpl
r648 r942 41 41 <hr> 42 42 <div> 43 Show allocations for this demarc node: 44 <form action="admin.cgi" method="POST"> 45 <fieldset> 46 <input type="hidden" name="action" value="nodereport"> 47 <select name="node"> 48 <option value="--">--</option> 49 <TMPL_LOOP nodelist><option value="<TMPL_VAR node_id>"<TMPL_IF selected> selected="selected"</TMPL_IF>><TMPL_VAR node_name></option> 50 </TMPL_LOOP> 51 </select> 52 <input type="submit" value="Show"> 53 </fieldset></form> 54 </div> 55 56 <hr> 57 <div> 43 58 <a href="admin.cgi?action=showpools">List IP Pools</a> for manual tweaking and updates 44 59 </div>
Note:
See TracChangeset
for help on using the changeset viewer.