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/showmaster.tmpl

    r474 r511  
    1414<TMPL_LOOP NAME=routedlist>
    1515<tr class="row<TMPL_VAR NAME=rowclass>">
    16 <td><a href="/ip/cgi-bin/main.cgi?action=showrouted&amp;block=<TMPL_VAR NAME=block>"><TMPL_VAR NAME=block></a></td>
     16<td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showrouted&amp;block=<TMPL_VAR NAME=block>"><TMPL_VAR NAME=block></a></td>
    1717<td><TMPL_VAR NAME=city></td>
    1818<td><TMPL_VAR NAME=nsubs></td>
     
    2727<TMPL_IF delmaster>
    2828<br>
    29 <form action="/ip/cgi-bin/main.cgi" method=POST>
     29<form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
    3030<fieldset><legend></legend>
    3131<input type=hidden name=action value="delete">
Note: See TracChangeset for help on using the changeset viewer.