Changeset 166 for trunk/templates
- Timestamp:
- 11/11/11 17:22:56 (13 years ago)
- Location:
- trunk/templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/bulkdomain.tmpl
r112 r166 40 40 <table> 41 41 <tr> 42 <TMPL_LOOP NAME=domtable><td><input type="checkbox" name="dom_<TMPL_VAR NAME=domid>" value="<TMPL_VAR NAME=domid>" > <TMPL_VAR NAME=domain></td>42 <TMPL_LOOP NAME=domtable><td><input type="checkbox" name="dom_<TMPL_VAR NAME=domid>" value="<TMPL_VAR NAME=domid>" /> <TMPL_VAR NAME=domain></td> 43 43 <TMPL_IF newrow></tr> 44 44 <tr> … … 47 47 </table> 48 48 </td> 49 </tr> 50 <tr class="darkrowheader"><td colspan="2" align="center"><input type="submit" value="Make changes" /></td></tr> 51 </table> 49 52 </td> 50 </tr>51 <tr class="darkrowheader"><td colspan="2" align="center"><input type="submit" value="Make changes" /></td></tr>52 </table>53 </td>54 53 </tr> 55 54 </table> -
trunk/templates/dns.css
r163 r166 106 106 white-space: nowrap; 107 107 border: thin solid #000000; 108 background-color: #f fccee;108 background-color: #f0f0f0; 109 109 vertical-align: top; 110 110 } … … 203 203 204 204 205 #header {206 border-bottom: thin solid #000000;207 clear: both;208 float: left;209 width: 100%;210 }211 205 #footer { 212 206 border-top: thin solid #000000; 213 207 clear: both; 208 margin-top: 20px; 214 209 } 215 210 #contact { … … 224 219 float: right; 225 220 width: 100%; 221 margin:bottom: 50px; 226 222 } 227 223 #login { 228 margin: 50pxauto;224 margin: 17% auto; 229 225 padding: 3px; 230 226 border: thin solid #000000; -
trunk/templates/footer.tmpl
r136 r166 3 3 4 4 <div id="footer"> 5 <div id="contact">contact: <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a> (c) 2008-2011 - <a href="http://www.deepnet.cx">deepnet</a><br /> 5 <div id="contact"> 6 <a href="https://secure.deepnet.cx/trac/dnsadmin">dnsadmin</a> 7 © 2008-2011 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br /> 6 8 Written for standards-based browsers (eg <a href="http://www.firefox.com">FireFox</a>/<a href="http://www.mozilla.org">Mozilla</a>) 7 9 </div> -
trunk/templates/header.tmpl
r99 r166 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 5 <title> tinyDNS Administration</title>5 <title><TMPL_IF compname><TMPL_VAR NAME=compname> - </TMPL_IF>DNS Administration</title> 6 6 <!-- General stylesheet for most content, all browsers --> 7 7 <link rel="stylesheet" type="text/css" href="templates/dns.css" /> … … 13 13 --> 14 14 <!-- Load a secondary stylesheet for the group tree for IE ... --> 15 <! [if IE]>15 <!-- [if IE] --> 16 16 <link rel="stylesheet" type="text/css" href="templates/grouptree-ie.css" /> 17 <! [endif]>17 <!-- [endif] --> 18 18 19 19 <!-- ... and now override the IE glop with the nifty CSS-only collapsing tree --> 20 <! [if !IE]>20 <!-- [if !IE] --> 21 21 <link rel="stylesheet" type="text/css" href="templates/grouptree.css" /> 22 <! [endif]>22 <!-- [endif] --> 23 23 </head> 24 24 <body> 25 <div id="header">26 <p>fobie bar bletch</p>27 </div>28 25 <div id="main">
Note:
See TracChangeset
for help on using the changeset viewer.