Changeset 722 for trunk/templates
- Timestamp:
- 06/13/16 16:06:41 (9 years ago)
- Location:
- trunk/templates
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/dns.css
r590 r722 36 36 background-color: #F0F0F0; 37 37 } 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 38 50 .container { 39 51 background-color: #FFFFFF; -
trunk/templates/menu.tmpl
r638 r722 31 31 <!-- hmm: <TMPL_VAR NAME=groupname> --> 32 32 <hr /> 33 Find records(s): 34 <form action="<TMPL_VAR NAME=script_self>&page=recsearch" method="POST"> 35 <input name="searchfor" /> 36 <input type="submit" value=" Search " /> 37 </form> 38 <hr /> 33 39 <a href="<TMPL_VAR NAME=script_self>&page=dnsq">DNS Query</a><br /> 34 40 <a href="<TMPL_VAR NAME=script_self>&page=whoisq">WHOIS Query</a><br />
Note:
See TracChangeset
for help on using the changeset viewer.