Ignore:
Timestamp:
01/29/15 17:02:06 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

CSS and layout cleanup, sort of. Convert tables with alternating row
colours to pure CSS (mainly to make addition of future fields, and future
*optional* or restricted-access fields, much easier). Play a little loose
with table structure to let headings and in-page "titles" continue to show
the main background colour instead of the "first line of the table" colour.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/nodesearch.tmpl

    r519 r687  
    33Failed to retrieve node list: <TMPL_VAR NAME=errmsg>
    44<TMPL_ELSE>
    5 <div class="heading">Switch/tower search</div>
    65<form action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi" method=POST>
    76<fieldset><legend class="noshow">&nbsp;</legend>
    8 <table cellspacing="1" cellpadding="2">
    9 <tr class="row0">
     7<table cellspacing="1" cellpadding="2" class="altrows">
     8<tr class="heading"><td>Switch/tower search</td></tr>
     9<tr>
    1010<td>Find customers connected through:</td>
    1111<td><select name="node">
     
    1616</tr>
    1717
    18 <tr class="row1">
     18<tr>
    1919<td colspan="2" align="center"><input type="submit" value="Find customers"></td>
    2020</tr>
Note: See TracChangeset for help on using the changeset viewer.