Changeset 627 for trunk/templates/showsubs.tmpl
- Timestamp:
- 10/08/14 17:17:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/showsubs.tmpl
r568 r627 19 19 <td> 20 20 <TMPL_IF hassubs> 21 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs& block=<TMPL_VAR NAME=block>&rdepth=<TMPL_VAR NAME=subdepth>"><TMPL_VAR NAME=block></a>21 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=block></a> 22 22 <TMPL_ELSE> 23 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit& block=<TMPL_VAR NAME=block>&rdepth=<TMPL_VAR NAME=rdepth>"><TMPL_VAR NAME=block></a>24 <TMPL_IF listpool> <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME= block>&rdepth=<TMPL_VAR NAME=rdepth>">List IPs</a></TMPL_IF>23 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=id>&basetype=b"><TMPL_VAR NAME=block></a> 24 <TMPL_IF listpool> <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=id>">List IPs</a></TMPL_IF> 25 25 </TMPL_IF> 26 26 </td> … … 35 35 <TMPL_ELSE> 36 36 <hr class="w30"> 37 <div class="tbltitle">No allocations in <TMPL_VAR NAME=block> .37 <div class="tbltitle">No allocations in <TMPL_VAR NAME=block> 38 38 <TMPL_IF maydel> 39 39 <br> … … 41 41 <fieldset><legend class="noshow"> </legend> 42 42 <input type=hidden name=action value="delete"> 43 <input type=hidden name=block value="<TMPL_VAR NAME= block>">44 <input type=hidden name= rdepth value="<TMPL_VAR NAME=deldepth>">43 <input type=hidden name=block value="<TMPL_VAR NAME=del_id>"> 44 <input type=hidden name=basetype value="b"> 45 45 <input type=submit value=" Remove this block "> 46 46 </fieldset> … … 68 68 <td> 69 69 <TMPL_IF mayadd> 70 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&block=<TMPL_VAR NAME=fblock>& rdepth=<TMPL_VAR NAME=rdepth>"><TMPL_VAR NAME=fblock></a>70 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&block=<TMPL_VAR NAME=fblock>&fbid=<TMPL_VAR NAME=fbid>&parent=<TMPL_VAR NAME=fbparent>"><TMPL_VAR NAME=fblock></a> 71 71 <TMPL_ELSE> 72 72 <TMPL_VAR NAME=fblock>
Note:
See TracChangeset
for help on using the changeset viewer.