Changeset 489 for branches/htmlform/templates
- Timestamp:
- 09/23/10 18:45:58 (14 years ago)
- Location:
- branches/htmlform/templates/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/admin/alloc.tmpl
r487 r489 1 <TMPL_IF errmsg> 2 <TMPL_VAR NAME=errmsg> 3 <TMPL_ELSE> 1 4 <form method="POST" action="admin.cgi"> 2 5 <fieldset><legend></legend> … … 45 48 <input type="hidden" name="action" value="confirm"> 46 49 </fieldset></form> 47 50 </TMPL_IF> -
branches/htmlform/templates/admin/confirm.tmpl
r487 r489 1 <TMPL_IF locerr> 2 <TMPL_VAR NAME=locerr> 3 <TMPL_ELSE> 1 4 Assigning <TMPL_VAR NAME=cidr> to <TMPL_VAR NAME=custid> ("<TMPL_VAR NAME=desc>") as 2 5 <TMPL_VAR NAME=disptype>...<br> … … 6 9 Allocation OK! 7 10 </TMPL_IF> 11 </TMPL_IF>
Note:
See TracChangeset
for help on using the changeset viewer.