Changeset 38 for trunk/templates/dns.css


Ignore:
Timestamp:
11/20/09 17:32:04 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

checkpoint - big changes!

dns.cgi and DNSDB.pm:

  • all output pages should validate as XHTML 1.0 Strict. For at least another five minutes.
  • add variable to control env dump (which doesn't validate...)
  • fiddle username add to use "uname" as username field, since username seems to cause HTML::Template to barf suddenly... O_o
  • tweak "change current group" form URI for XHTML's idiotic "all ampersands must be exscapededed ALL EVARWERE!!!one11!"
  • check for existence of group, domain, user at beginning of respective add* subs in DNSDB.pm

templates/*:

  • adjust all templates to account for oddities and stupidities of XHTML 1.0. Templates do NOT validate on their own, but the final output should. WTFisms include (but are not limited to):
    • escaped ampersands in links?
    • "<form> can't go here"?
    • <td> can't use nowrap, width?
    • "<fieldset>"?
    • and now that the form fields are enclosed in a fieldset... apparently you can't right-click in "noncontent" space "inside" that element. GRRRRRRR!!!!!
  • CSS now needs work to make things appear properly, due largely to the WTFisms above
  • all this XHTML fixing got me to also normalize and clean up inconsistent usage, general structures, and things that wouldn't even pass HTML 4.0.1 Transitional (I think) - eg missing closing tags on <tr> or <td>
  • delete raw dump of Vega's login page (need to delete a couple others)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r34 r38  
    1818        border: 0;
    1919}
     20img {
     21        border: 0px;
     22}
     23fieldset {
     24        border: none;
     25        padding: 0px;
     26        margin: 0px;
     27}
    2028
    2129table.login {
     
    2735        background-color: #F0F0F0;
    2836}
     37table.container {
     38        background-color: #FFFFFF;
     39        border: none;
     40}
    2941table.wholepage {
    3042        width: 100%;
    3143}
     44
    3245tr.row0 {
    3346        background-color: #FFFFFF;
     
    4760        background-color: #F0F0F0;
    4861}
     62
    4963td.tblsubmit {
     64        background-color: #F0F0F0;
    5065        text-align: center;
    5166}
Note: See TracChangeset for help on using the changeset viewer.