Ignore:
Timestamp:
09/27/12 18:13:16 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Final prep for merge back to trunk.

  • Remove lockin on /ip/ web path as with /branches/stable r507.
  • Fix a buglet with the body text color.
  • Remove the lingering header and footer template files

See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/showrouted.tmpl

    r474 r511  
    1717<tr class="row<TMPL_VAR NAME=rowclass>">
    1818<td>
    19 <TMPL_IF subblock>Sub </TMPL_IF><a href="/ip/cgi-bin/main.cgi?action=edit&amp;block=<TMPL_VAR NAME=block>"><TMPL_VAR NAME=block></a>
    20 <TMPL_IF listpool> &nbsp; <a href="/ip/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR NAME=block>">List IPs</a></TMPL_IF>
     19<TMPL_IF subblock>Sub </TMPL_IF><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&amp;block=<TMPL_VAR NAME=block>"><TMPL_VAR NAME=block></a>
     20<TMPL_IF listpool> &nbsp; <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR NAME=block>">List IPs</a></TMPL_IF>
    2121</td>
    2222<td><TMPL_VAR NAME=city></td>
     
    3333<TMPL_IF delrouted>
    3434<br>
    35 <form action="/ip/cgi-bin/main.cgi" method=POST>
     35<form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
    3636<fieldset><legend></legend>
    3737<input type=hidden name=action value="delete">
     
    5959<TMPL_LOOP name=unassigned>
    6060<tr class="row<TMPL_VAR NAME=rowclass>">
    61 <td><TMPL_IF subblock>Sub </TMPL_IF><a href="/ip/cgi-bin/main.cgi?action=assign&amp;block=<TMPL_VAR NAME=fblock>&amp;fbtype=<TMPL_VAR NAME=fbtype>"><TMPL_VAR NAME=fblock></a></td>
     61<td><TMPL_IF subblock>Sub </TMPL_IF><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&amp;block=<TMPL_VAR NAME=fblock>&amp;fbtype=<TMPL_VAR NAME=fbtype>"><TMPL_VAR NAME=fblock></a></td>
    6262<td><TMPL_VAR NAME=frange></td>
    6363</tr>
Note: See TracChangeset for help on using the changeset viewer.