Ignore:
Timestamp:
08/12/10 11:52:22 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Give up on proper spelling of "centre" in CSS class names and
defs - browsers only understand an alignment of "center".
Adjust width of some <hr>'s
Visual row0/row1 classes got switched somehow, somewhere
Remove legacy "color0/color1/color2" row class defs
Convert showrouted to template
See #3.

File:
1 edited

Legend:

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

    r465 r466  
    33
    44<TMPL_IF routedlist>
    5 <table class="centre" width="98%" cellspacing="0">
     5<table class="center" width="98%" cellspacing="0">
    66<tr>
    77<td class="heading">Routed block</td>
     
    2323</table>
    2424<TMPL_ELSE>
    25 <hr class="w60">
     25<hr class="w30">
    2626<div class="tbltitle">No allocations in <TMPL_VAR NAME=master>.
    2727<TMPL_IF delmaster>
     
    4141<br>
    4242<hr class="w60">
    43 <br>
    4443
    4544<div class="tbltitle">Unrouted blocks in <TMPL_VAR NAME=master>:</div>
     
    4746
    4847<TMPL_IF NAME=unrouted>
    49 <table class="centre" width="98%" cellspacing="0">
     48<table class="center" width="98%" cellspacing="0">
    5049<tr>
    5150<td class="heading">Netblock</td>
     
    6261</table>
    6362<TMPL_ELSE>
    64 <hr class="w60">
     63<hr class="w30">
    6564<div class="tbltitle">No unrouted blocks in <TMPL_VAR NAME=master>.</div>
    6665</TMPL_IF>
Note: See TracChangeset for help on using the changeset viewer.