Changeset 513 for branches/htmlform/templates/admin
- Timestamp:
- 10/12/12 15:48:06 (12 years ago)
- Location:
- branches/htmlform/templates/admin
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/admin/alloc.tmpl
r511 r513 3 3 <TMPL_ELSE> 4 4 <form method="POST" action="admin.cgi"> 5 <fieldset><legend ></legend>5 <fieldset><legend class="noshow"> </legend> 6 6 <table class="regular"> 7 7 <tr class="row0"> -
branches/htmlform/templates/admin/edcust.tmpl
r483 r513 1 1 <form action="admin.cgi" method="POST"> 2 <fieldset><legend ></legend>2 <fieldset><legend class="noshow"> </legend> 3 3 <input type="hidden" name="action" value="updcust"> 4 4 <table border="1"> -
branches/htmlform/templates/admin/ednotice.tmpl
r487 r513 1 1 <h4>Editing recipient list for '<TMPL_VAR NAME=dispnotice>':</h4> 2 2 <form action="admin.cgi" method="POST"> 3 <fieldset><legend ></legend>3 <fieldset><legend class="noshow"> </legend> 4 4 <input type="hidden" name="code" value="<TMPL_VAR NAME=code>"> 5 5 <input type="hidden" name="action" value="updnotice"> -
branches/htmlform/templates/admin/emailnotice.tmpl
r487 r513 19 19 20 20 <form action=admin.cgi method="POST"> 21 <fieldset><legend ></legend>21 <fieldset><legend class="noshow"> </legend> 22 22 <input type="hidden" name="action" value="addnotice"> 23 23 <table border="1"> -
branches/htmlform/templates/admin/listcust.tmpl
r483 r513 1 1 Add new entry: 2 2 <form action="admin.cgi" method="POST"> 3 <fieldset><legend ></legend>3 <fieldset><legend class="noshow"> </legend> 4 4 <input type="hidden" name="action" value="edcust"> 5 5 <input type="hidden" name="newcust" value="1"> -
branches/htmlform/templates/admin/main.tmpl
r483 r513 3 3 main interface if at all possible.</div> 4 4 <hr> 5 <form action="admin.cgi" method="POST"><fieldset><legend ></legend>5 <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend> 6 6 7 7 <input type="hidden" name="action" value="alloc"> … … 16 16 17 17 <hr> 18 <form action="admin.cgi" method="POST"><fieldset><legend ></legend>18 <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend> 19 19 <input type="hidden" name="action" value="alloctweak"> 20 20 Manually update allocation data in this /24: <input name="allocfrom"> … … 25 25 <div> 26 26 rWHOIS tools: 27 <form action="admin.cgi" method="POST"><fieldset><legend ></legend>27 <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend> 28 28 <input type="hidden" name="action" value="touch"> 29 29 Bump "last updated" timestamp on this master: -
branches/htmlform/templates/admin/showallocs.tmpl
r487 r513 4 4 <tr> 5 5 <form action="admin.cgi" method="POST"> 6 <fieldset><legend ></legend>6 <fieldset><legend class="noshow"> </legend> 7 7 <input type="hidden" name="action" value="update"> 8 8 <td><TMPL_VAR NAME=cidr><input type="hidden" value="<TMPL_VAR NAME=cidr>" name=block></td> -
branches/htmlform/templates/admin/showusers.tmpl
r484 r513 5 5 </ul> 6 6 <hr>Add new user:<form action="admin.cgi" method="POST"> 7 <fieldset><legend ></legend>7 <fieldset><legend class="noshow"> </legend> 8 8 Username: <input name=username><br> 9 9 Password: <input name=password> <input type=checkbox name=preenc>Password is pre-encrypted (MUST be crypt() encrypted)<br> … … 20 20 <tr> 21 21 <form action="admin.cgi" method="POST"> 22 <fieldset><legend ></legend>22 <fieldset><legend class="noshow"> </legend> 23 23 <input type="hidden" name="action" value="updacl"> 24 24 <td><TMPL_VAR NAME=username><input type="hidden" name="username" value="<TMPL_VAR NAME=username>"></td> … … 32 32 <td> 33 33 <form action="admin.cgi" method="POST"> 34 <fieldset><legend ></legend>34 <fieldset><legend class="noshow"> </legend> 35 35 <input type=hidden name=action value=deluser> 36 36 <input type=hidden name=username value="<TMPL_VAR NAME=username>"> -
branches/htmlform/templates/admin/tweakpool.tmpl
r487 r513 1 1 Listing pool <TMPL_VAR NAME=pool>: 2 2 <form action="admin.cgi" method="POST"> 3 <fieldset><legend ></legend>3 <fieldset><legend class="noshow"> </legend> 4 4 <input type="hidden" name="action" value="updatepool"> 5 5 <table border="1">
Note:
See TracChangeset
for help on using the changeset viewer.