Changeset 839 for trunk/templates/insert.tmpl
- Timestamp:
- 04/12/16 14:49:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/insert.tmpl
r766 r839 10 10 <div class="heading">The IP <TMPL_VAR NAME=staticip> has been allocated to customer <TMPL_VAR NAME=custid></div> 11 11 <TMPL_IF billinguser> 12 <div><a href=" https://billing.example.com/radius.pl?action=new_radius_user&custid=<TMPL_VAR NAME=custid>&userid=<TMPL_VAR NAME=billinguser>&ipdb=1&ip=<TMPL_VAR NAME=staticip>">Add this IP to RADIUS user table</a></div>12 <div><a href="<TMPL_VAR NAME=billinglink>?action=new_radius_user&custid=<TMPL_VAR NAME=custid>&userid=<TMPL_VAR NAME=billinguser>&ipdb=1&ip=<TMPL_VAR NAME=staticip>">Add this IP to RADIUS user table</a></div> 13 13 </TMPL_IF> 14 14 </div> … … 18 18 <div class="heading">The block <TMPL_VAR NAME=fullcidr> was sucessfully added as: <TMPL_VAR NAME=alloctype></div> 19 19 <TMPL_IF billinguser> 20 <div><a href=" https://billing.example.com/radius.pl?action=new_radius_user&custid=<TMPL_VAR NAME=custid>&userid=<TMPL_VAR NAME=billinguser>&route_subnet=<TMPL_VAR NAME=netaddr>&subnet_slash=<TMPL_VAR NAME=masklen>&include_routed_subnet=1&ipdb=1">Add this netblock to RADIUS user table</a></div>20 <div><a href="<TMPL_VAR NAME=billinglink>?action=new_radius_user&custid=<TMPL_VAR NAME=custid>&userid=<TMPL_VAR NAME=billinguser>&route_subnet=<TMPL_VAR NAME=netaddr>&subnet_slash=<TMPL_VAR NAME=masklen>&include_routed_subnet=1&ipdb=1">Add this netblock to RADIUS user table</a></div> 21 21 </TMPL_IF> 22 22 </div>
Note:
See TracChangeset
for help on using the changeset viewer.