Changeset cf064010f0e32d0f9adb07901672fab7a8290666
- Timestamp:
- 10/03/11 14:46:59 (8 months ago)
- Author:
- Neutron Soutmun <neutron@…>
- Children:
- 60eb1400da19d19a353827a9e0a9b15188125174
- Parents:
- d82fe1578097b5b642aedcdae21bcec37d2bcaab
- git-committer:
- Neutron Soutmun <neutron@…> (10/03/11 14:46:59)
- Message:
-
Update the old patterns to support new design
- weblogin/templates/{rahunas,kkulogin,kkuwifi}:
- Update to support new weblogin design.
- Location:
- weblogin/templates
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r83ebe9b
|
rcf06401
|
|
| 11 | 11 | A:active {text-decoration: none; color: LightBlue3 } |
| 12 | 12 | p, div, td, ul li, ol li { font-family: MS Sans Serif, Microsoft Sans Serif; font-size: 11pt } |
| | 13 | |
| | 14 | #rh_language ul { |
| | 15 | overflow: hidden; |
| | 16 | white-space: nowrap; |
| | 17 | } |
| | 18 | |
| | 19 | #rh_language li { |
| | 20 | display: inline; |
| | 21 | padding-left: 10px; |
| | 22 | } |
| 13 | 23 | </style> |
| | 24 | <link href="css/kkulogin.css" rel="stylesheet"> |
| 14 | 25 | </head> |
| 15 | 26 | <body bgcolor="#a0bac9"> |
| | 27 | <div id='rh_language' style=""><ul>Language: <!-- LanguageList --><ul></div> |
| 16 | 28 | <div align="center"><br> |
| 17 | 29 | <center> |
-
|
rd1be875
|
rcf06401
|
|
| 111 | 111 | } |
| 112 | 112 | |
| | 113 | #rh_language ul { |
| | 114 | overflow: hidden; |
| | 115 | white-space: nowrap; |
| | 116 | } |
| | 117 | |
| | 118 | #rh_language li { |
| | 119 | display: inline; |
| | 120 | padding-left: 10px; |
| | 121 | } |
| | 122 | |
| 113 | 123 | --> |
| 114 | 124 | </style> |
| | 125 | <link href="css/kkuwifi.css" rel="stylesheet"> |
| 115 | 126 | </head> |
| 116 | 127 | |
| 117 | 128 | <body> |
| | 129 | <div id='rh_language' style=""><ul>Language: <!-- LanguageList --><ul></div> |
| 118 | 130 | <div id="kku_container"> |
| 119 | 131 | <div id="kku_top"></div> |
-
|
r1ed3972
|
rcf06401
|
|
| 35 | 35 | text-align: left; |
| 36 | 36 | } |
| | 37 | |
| | 38 | #rh_language ul { |
| | 39 | overflow: hidden; |
| | 40 | white-space: nowrap; |
| | 41 | } |
| | 42 | |
| | 43 | #rh_language li { |
| | 44 | display: inline; |
| | 45 | padding-left: 10px; |
| | 46 | } |
| | 47 | |
| | 48 | #rh_changepassword { |
| | 49 | text-align: right; |
| | 50 | padding-right: 30px; |
| | 51 | } |
| | 52 | |
| | 53 | #rh_changepassword a, #rh_changepassword a:visited { |
| | 54 | text-decoration: none; |
| | 55 | color: #ffffff; |
| | 56 | } |
| | 57 | |
| | 58 | #rh_changepassword a:hover { |
| | 59 | text-decoration: underline; |
| | 60 | } |
| | 61 | |
| | 62 | #rh_changepassword li { |
| | 63 | display: inline; |
| | 64 | } |
| 37 | 65 | --> |
| 38 | 66 | </style> |
| | 67 | <link href="css/rahunas.css" rel="stylesheet"> |
| 39 | 68 | </head> |
| 40 | 69 | |
| 41 | 70 | <body> |
| | 71 | <div id='rh_language' style=""><ul>Language: <!-- LanguageList --><ul></div> |
| 42 | 72 | <div id='rahunas_container'> |
| 43 | 73 | <div id='rahunas_title'><!-- Title --></div> |
| 44 | | <div id='rahunas_login_container'><!-- Login --></div> |
| | 74 | <div id='rahunas_login_container'><!-- Login --> |
| | 75 | <div id="rh_changepassword">[ <!-- ChangePassword --> ]</div> |
| | 76 | </div> |
| 45 | 77 | </div> |
| 46 | 78 | <!-- JavaScript --> |