Changeset 163 for trunk/templates
- Timestamp:
- 11/04/11 16:30:51 (13 years ago)
- Location:
- trunk/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/dns.css
r146 r163 33 33 } 34 34 35 table.login {36 text-align: center;37 border: thin solid #000000;38 background-color: #CCCCFF;39 }40 35 table.list { 41 36 background-color: #F0F0F0; … … 231 226 } 232 227 #login { 233 margin-top: 50px; 234 margin-bottom: 50px; 228 margin: 50px auto; 235 229 padding: 3px; 236 230 border: thin solid #000000; -
trunk/templates/login.tmpl
r125 r163 2 2 <fieldset> 3 3 <input type="hidden" name="action" value="login" /> 4 <input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>" />5 4 <input type="hidden" name="page" value="login" /> 6 5
Note:
See TracChangeset
for help on using the changeset viewer.