Changeset 722 for trunk/templates


Ignore:
Timestamp:
06/13/16 16:06:41 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Checkpoint adding global record search. See #57.

Location:
trunk/templates
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r590 r722  
    3636        background-color: #F0F0F0;
    3737}
     38
     39/* Alternating row colours, now in CSS */
     40.altrows > tbody > tr {
     41        background-color: #D0E0E0;
     42}
     43.altrows > tbody > tr:nth-child(odd) {
     44        background-color: #FFFFFF;
     45}
     46.altrows > tbody > tr:nth-child(even) {
     47        background-color: #DDDDDD;
     48}
     49
    3850.container {
    3951        background-color: #FFFFFF;
  • trunk/templates/menu.tmpl

    r638 r722  
    3131<!-- hmm:  <TMPL_VAR NAME=groupname> -->
    3232<hr />
     33Find records(s):
     34<form action="<TMPL_VAR NAME=script_self>&amp;page=recsearch" method="POST">
     35<input name="searchfor" />
     36<input type="submit" value=" Search " />
     37</form>
     38<hr />
    3339<a href="<TMPL_VAR NAME=script_self>&amp;page=dnsq">DNS Query</a><br />
    3440<a href="<TMPL_VAR NAME=script_self>&amp;page=whoisq">WHOIS Query</a><br />
Note: See TracChangeset for help on using the changeset viewer.