Changeset 1660 in ExiteCMS for trunk/includes/templates/main.setup.tpl
- Timestamp:
- 08/21/08 16:07:21 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.setup.tpl (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.setup.tpl
r1081 r1660 15 15 {* *} 16 16 {***************************************************************************} 17 <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">17 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 18 18 <html> 19 19 <head> … … 22 22 {literal}<style type="text/css"> 23 23 <!-- 24 a { color:#003D71; text-decoration:none; } 25 a:hover { color:#027AC6; text-decoration:underline; } 26 .button { 27 font-family:Tahoma,Arial,Verdana,Sans-Serif; 28 font-size:11px; 29 color:#000000; 30 background-color:#E5E5E8; 31 border:#7F98A7 1px solid; 32 margin-top:2px; 33 } 34 .textbox { 35 font-family:Verdana,Tahoma,Arial,Sans-Serif; 36 font-size:11px; 37 color:#000; 38 background-color:#FFFFFF; 39 border:1px #7F98A7 solid; 40 } 41 td { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; } 24 a { color:#003D71; text-decoration:none; } 25 a:hover { color:#027AC6; text-decoration:underline; } 26 .button { font-family:Tahoma,Arial,Verdana,Sans-Serif; font-size:11px; color:#000000; background-color:#E5E5E8; border:#7F98A7 1px solid; margin-top:2px; } 27 .textbox { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; color:#000; background-color:#FFFFFF; border:1px #7F98A7 solid; } 28 td { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; } 42 29 .tbl-border { background-color:#D1D8DD; } 43 .tbl { font-size:11px; color:#000; background-color:#E1E1E1; }44 .tbl1 { font-size:11px; color:#000; background-color:#F1F1F1; padding:4px; }45 .tbl2 {font-size:11px; color:#000; background-color:#E6E6E6; padding:4px; }46 .tbl3 {font-size:11px; color:#000; background-color:#E65656; padding:4px; }47 .tbl4 {font-size:11px; color:#000; background-color:#56E656; padding:4px; }30 .tbl { font-size:11px; color:#000; background-color:#E1E1E1; } 31 .tbl1 { font-size:11px; color:#000; background-color:#F1F1F1; padding:4px; } 32 .tbl2 { font-size:11px; color:#000; background-color:#E6E6E6; padding:4px; } 33 .tbl3 { font-size:11px; color:#000; background-color:#E65656; padding:4px; } 34 .tbl4 { font-size:11px; color:#000; background-color:#56E656; padding:4px; } 48 35 --> 49 36 </style>{/literal} … … 53 40 <tr> 54 41 <td> 55 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>42 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 56 43 <tr> 57 44 <td align='center' class='tbl1'> … … 63 50 </table> 64 51 <br> 65 <table align='center' cellpadding='0' cellspacing='0' width=' 450'>52 <table align='center' cellpadding='0' cellspacing='0' width='600'> 66 53 <tr> 67 54 <td align='center'> … … 72 59 <br> 73 60 {if $message|default:"" != ""} 74 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>61 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 75 62 <tr> 76 63 <td align='center' class='tbl4'> … … 82 69 {/if} 83 70 {if $error|default:"" != ""} 84 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>71 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 85 72 <tr> 86 73 <td align='center' class='tbl3'> … … 92 79 {/if} 93 80 {if $step == "0" || $fail} 94 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>81 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 95 82 <tr> 96 83 <td align='center' class='tbl2' colspan='4'> … … 120 107 <br /> 121 108 {if $write_check} 122 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>109 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 123 110 <tr> 124 111 <td align='center' class='tbl4'> … … 133 120 <br> 134 121 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}?step=1&localeset={$localeset}'> 135 <table align='center' width=' 450' cellpadding='0' cellspacing='1' class='tbl-border'>122 <table align='center' width='600' cellpadding='0' cellspacing='1' class='tbl-border'> 136 123 <tr> 137 124 <td align='center' colspan='2' class='tbl2'> … … 144 131 </td> 145 132 <td class='tbl1'> 146 <input type='text' value=' localhost' name='db_host' class='textbox' />133 <input type='text' value='{$db_host|default:"localhost"}' name='db_host' class='textbox' /> 147 134 </td> 148 135 </tr> … … 152 139 </td> 153 140 <td class='tbl1'> 154 <input type='text' value='' name=' db_user' class='textbox' />141 <input type='text' value='' name='{$db_user}' class='textbox' /> 155 142 </td> 156 143 </tr> … … 160 147 </td> 161 148 <td class='tbl1'> 162 <input type='password' value='' name=' db_pass' class='textbox'>149 <input type='password' value='' name='{$db_pass}' class='textbox'> 163 150 </td> 164 151 </tr> … … 168 155 </td> 169 156 <td class='tbl1'> 170 <input type='text' value='' name=' db_name' class='textbox' />157 <input type='text' value='' name='{$db_name}' class='textbox' /> 171 158 </td> 172 159 </tr> … … 176 163 </td> 177 164 <td class='tbl1'> 178 <input type='text' value=' exitecms_' name='db_prefix' class='textbox' />165 <input type='text' value='{$db_prefix|default:"exitecms_"}' name='db_prefix' class='textbox' /> 179 166 </td> 180 167 </tr> … … 189 176 {/if} 190 177 {if $step == "1" && !$fail} 191 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>178 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 192 179 <tr> 193 180 <td align='center' colspan='2' class='tbl4'> … … 199 186 <br /> 200 187 <form name='setup' method='post' action='{$smarty.const.FUSION_SELF}?step=2&localeset={$localeset}'> 201 <table align='center' cellpadding='0' cellspacing='1' width=' 450' class='tbl-border'>188 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 202 189 <tr> 203 190 <td align='center' colspan='2' class='tbl2'>
Note: See TracChangeset
for help on using the changeset viewer.
