Changeset 586 for trunk/templates
- Timestamp:
- 01/17/13 15:47:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/edit.tmpl
r576 r586 23 23 24 24 <tr class="row1"> 25 <td class="heading">Reverse DNS pattern:</td> 26 <td class="regular"> 27 <TMPL_IF maychange> 28 <input type="text" name="rdns" size="40" value="<TMPL_VAR NAME=rdns>"> 29 <TMPL_ELSE> 30 <TMPL_VAR NAME=rdns> 31 </TMPL_IF> 32 <input type="button" value=" ? " onclick="helpRDNS()" class="regular"> 33 </td> 34 </tr> 35 36 <tr class="row0"> 25 37 <td class=heading>City:</td> 26 38 <td class="regular"> … … 33 45 </tr> 34 46 35 <tr class="row 0">47 <tr class="row1"> 36 48 <td class=heading>Type:</td> 37 49 <td class=regular> … … 48 60 </tr> 49 61 50 <tr class="row 1">62 <tr class="row0"> 51 63 <td class=heading>Demarc/tower:</td> 52 64 <td class=regular> … … 67 79 </tr> 68 80 69 <tr class="row 0">81 <tr class="row1"> 70 82 <td class=heading>CustID:</td> 71 83 <td class="regular"> … … 78 90 </tr> 79 91 80 <tr class="row 1">92 <tr class="row0"> 81 93 <td class=heading>SWIPed?:</td> 82 94 <td class=regular> … … 93 105 </tr> 94 106 95 <tr class="row 0">107 <tr class="row1"> 96 108 <td class=heading>Last modified:</td> 97 109 <td class=regular><TMPL_VAR NAME=lastmod></td> 98 110 </tr> 99 111 100 <tr class="row 1">112 <tr class="row0"> 101 113 <td class="heading">Circuit ID:</td> 102 114 <td class="regular"> … … 109 121 </tr> 110 122 111 <tr class="row 0">123 <tr class="row1"> 112 124 <td class="heading">Description/Name:</td> 113 125 <td class="regular"> … … 120 132 </tr> 121 133 122 <tr class="row 1">134 <tr class="row0"> 123 135 <td class="heading" valign="top">Notes:</td> 124 136 <td class="regular"> … … 131 143 132 144 <TMPL_IF nocling> 133 <tr class="row 0">145 <tr class="row1"> 134 146 <td class="heading" valign="top">Restricted data:</td> 135 147 <td class="regular"> … … 144 156 145 157 <TMPL_IF maychange> 146 <tr class="row<TMPL_IF nocling> 1<TMPL_ELSE>0</TMPL_IF>">158 <tr class="row<TMPL_IF nocling>0<TMPL_ELSE>1</TMPL_IF>"> 147 159 <td colspan="2" class="center"> 148 160 <input type="submit" value=" Update this block " class="regular"> … … 161 173 <form method="POST" action="main.cgi"> 162 174 <fieldset><legend class="noshow"> </legend> 163 <div class="row<TMPL_IF nocling><TMPL_IF maychange> 0<TMPL_ELSE>1</TMPL_IF><TMPL_ELSE><TMPL_IF maychange>1<TMPL_ELSE>0</TMPL_IF></TMPL_IF>">175 <div class="row<TMPL_IF nocling><TMPL_IF maychange>1<TMPL_ELSE>0</TMPL_IF><TMPL_ELSE><TMPL_IF maychange>0<TMPL_ELSE>1</TMPL_IF></TMPL_IF>"> 164 176 <input type="hidden" name="action" value="delete"> 165 177 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
Note:
See TracChangeset
for help on using the changeset viewer.