Changeset 705 for trunk/templates
- Timestamp:
- 02/25/15 18:09:13 (10 years ago)
- Location:
- trunk/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/dosplit.tmpl
r702 r705 7 7 8 8 <table class="indent altrows" cellspacing="1" cellpadding="1"> 9 <tr class="heading"><td >Allocation resized:</td></tr>9 <tr class="heading"><td colspan="2">Allocation resized:</td></tr> 10 10 11 11 <tr> … … 18 18 <td>New netblocks:</td> 19 19 <td> 20 <TMPL_LOOP NAME=newblocks><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR 21 NAME=nid>&basetype=b"><TMPL_VAR NAME=nblock><TMPL_UNLESS __last__><br></TMPL_UNLESS> 20 <TMPL_LOOP NAME=newblocks><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=nid>&basetype=b"><TMPL_VAR NAME=nblock><TMPL_UNLESS __last__><br></TMPL_UNLESS> 22 21 </TMPL_LOOP> 23 22 </td> … … 25 24 <TMPL_ELSE> 26 25 <tr> 27 <td>New netblock:</td> 28 <td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=nid>&basetype=b"><TMPL_VAR NAME=newblock></a></td> 26 <td>Shrunk netblock:</td> 27 <td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=nid>&basetype=b"><TMPL_VAR 28 NAME=newblock></a></td> 29 29 </tr> 30 30 <tr> 31 31 <td>New free block:</td> 32 <td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&block=<TMPL_VAR NAME=newfree>&fbid=<TMPL_VAR NAME=fbid>&parent=<TMPL_VAR NAME=fbparent>"><TMPL_VAR NAME=newfree></a></td> 32 <td><TMPL_LOOP name=newfb><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&block=<TMPL_VAR 33 NAME=newfree>&fbid=<TMPL_VAR NAME=fbid>&parent=<TMPL_VAR NAME=fbparent>"><TMPL_VAR 34 NAME=newfree></a><TMPL_UNLESS __last__><br></TMPL_UNLESS></TMPL_LOOP> 35 </td> 33 36 </tr> 34 37 </TMPL_IF> -
trunk/templates/edit.tmpl
r702 r705 15 15 16 16 <table class="altrows" cellspacing="1"> 17 <tr class="heading"><td>Edit the information below</td></tr> 17 <tr class="heading"> 18 <td colspan="2">Edit the information below 19 <TMPL_IF ispool> 20 <div style="float:right;"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=id>">List IPs</a></div></TMPL_IF> 21 </td></tr> 18 22 19 23 <tr> -
trunk/templates/split.tmpl
r702 r705 13 13 14 14 <table class="regular altrows" cellspacing="1" cellpadding="1"> 15 <tr class="heading"><td>Split/shrink allocation</td></tr> 15 <tr class="heading"> 16 <td colspan="2">Split/shrink allocation 17 <TMPL_IF ispool> 18 <div style="float:right;"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR 19 NAME=block>">List IPs</a></div> 20 </TMPL_IF></td> 21 </tr> 16 22 <tr> 17 23 <td>Current netblock:</td> … … 34 40 </tr> 35 41 42 <TMPL_IF ispool> 43 <tr> 44 <td colspan="2" class="warning">Warning: Proceeding may remove pool IP entries</td> 45 </tr> 46 </TMPL_IF> 47 36 48 <tr> 37 49 <td class="center" colspan="2"><input type="submit" value=" Split/Shrink "></td>
Note:
See TracChangeset
for help on using the changeset viewer.