Changeset 1661 in ExiteCMS for trunk/includes/templates/main.setup.tpl
- Timestamp:
- 08/21/08 18:31:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.setup.tpl (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.setup.tpl
r1660 r1661 28 28 td { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; } 29 29 .tbl-border { background-color:#D1D8DD; } 30 .tbl { font-size:11px; color:#000; background-color:# E1E1E1; }30 .tbl { font-size:11px; color:#000; background-color:#C1C1C1; } 31 31 .tbl1 { font-size:11px; color:#000; background-color:#F1F1F1; padding:4px; } 32 32 .tbl2 { font-size:11px; color:#000; background-color:#E6E6E6; padding:4px; } 33 33 .tbl3 { font-size:11px; color:#000; background-color:#E65656; padding:4px; } 34 34 .tbl4 { font-size:11px; color:#000; background-color:#56E656; padding:4px; } 35 .small { font-size:10px; color:#666; } 35 36 --> 36 37 </style>{/literal} … … 53 54 <tr> 54 55 <td align='center'> 55 <img width=' 450' src='images/cms-logo-big.png'>56 <img width='598' src='images/cms-logo-big.png'> 56 57 </td> 57 58 </tr> … … 92 93 <b>{$loc}</b> 93 94 {else} 94 <a href='{$smarty.const.FUSION_SELF}? step=0&localeset={$loc}'>{$loc}</a>95 <a href='{$smarty.const.FUSION_SELF}?localeset={$loc}'>{$loc}</a> 95 96 {/if} 96 97 </td> … … 119 120 </table> 120 121 <br> 121 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}? step=1&localeset={$localeset}'>122 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}?localeset={$localeset}'> 122 123 <table align='center' width='600' cellpadding='0' cellspacing='1' class='tbl-border'> 123 124 <tr> … … 139 140 </td> 140 141 <td class='tbl1'> 141 <input type='text' value=' ' name='{$db_user}' class='textbox' />142 <input type='text' value='{$db_user}' name='db_user' class='textbox' /> 142 143 </td> 143 144 </tr> … … 147 148 </td> 148 149 <td class='tbl1'> 149 <input type='password' value=' ' name='{$db_pass}' class='textbox'>150 <input type='password' value='{$db_pass}' name='db_pass' class='textbox'> 150 151 </td> 151 152 </tr> … … 155 156 </td> 156 157 <td class='tbl1'> 157 <input type='text' value=' ' name='{$db_name}' class='textbox' />158 <input type='text' value='{$db_name}' name='db_name' class='textbox' /> 158 159 </td> 159 160 </tr> … … 163 164 </td> 164 165 <td class='tbl1'> 165 <input type='text' value='{$db_prefix|default:"exitecms_"}' name='db_prefix' class='textbox' /> 166 <input type='text' value='{$db_prefix|default:"exitecms_"}' name='db_prefix' class='textbox' /> <span class='small'>{$locale.436}</span> 166 167 </td> 167 168 </tr> 168 169 <tr> 169 170 <td align='center' colspan='2' class='tbl1'> 171 <input type='hidden' name='step' value='1' /> 170 172 <input type='submit' name='next' value='{$locale.426}' class='button' /> 171 173 </td> … … 185 187 </table> 186 188 <br /> 187 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}? step=2&localeset={$localeset}'>189 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}?localeset={$localeset}'> 188 190 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 189 191 <tr> … … 197 199 </td> 198 200 <td class='tbl1'> 199 <input type='text' name='username' maxlength='30' class='textbox' />201 <input type='text' value='{$username}' name='username' maxlength='30' class='textbox' /> 200 202 </td> 201 203 </tr> … … 205 207 </td> 206 208 <td class='tbl1'> 207 <input type='password' name='password1' maxlength='20' class='textbox' />209 <input type='password' value='{$password1}' name='password1' maxlength='20' class='textbox' /> 208 210 </td> 209 211 </tr> … … 213 215 </td> 214 216 <td class='tbl1'> 215 <input type='password' name='password2' maxlength='20' class='textbox' />217 <input type='password' value='{$password2}' name='password2' maxlength='20' class='textbox' /> 216 218 </td> 217 219 </tr> … … 221 223 </td> 222 224 <td class='tbl1'> 223 <input type='text' name='email' maxlength='100' class='textbox' />225 <input type='text' value='{$email}' name='email' maxlength='100' class='textbox' /> 224 226 </td> 225 227 </tr> 226 228 <tr> 227 229 <td colspan='2' align='center' class='tbl1'> 230 <input type='hidden' name='step' value='2' /> 228 231 <input type='submit' name='next' value='{$locale.426}' class='button'> 229 232 </td>
Note: See TracChangeset
for help on using the changeset viewer.
