Changeset 1660 in ExiteCMS for trunk/includes/templates/main.setup.tpl


Ignore:
Timestamp:
08/21/08 16:07:21 (4 years ago)
Author:
hverton
Message:

updated the members list with better filters, and a sort option on username, email, last visit date and country.
Rewritten the setup procedure to make it more fail-safe
Fixed getmxxrr() function, to return the lowest MX record first
Added the compiled locale files for Dutch (setup/global)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.setup.tpl

    r1081 r1660  
    1515{*                                                                         *} 
    1616{***************************************************************************} 
    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"> 
    1818<html> 
    1919<head> 
     
    2222{literal}<style type="text/css"> 
    2323<!-- 
    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; } 
     24a           { color:#003D71; text-decoration:none; } 
     25a: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; } 
     28td          { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; } 
    4229.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; } 
    4835--> 
    4936</style>{/literal} 
     
    5340    <tr> 
    5441        <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'> 
    5643            <tr> 
    5744                <td align='center' class='tbl1'> 
     
    6350        </table> 
    6451        <br> 
    65         <table align='center' cellpadding='0' cellspacing='0' width='450'> 
     52        <table align='center' cellpadding='0' cellspacing='0' width='600'> 
    6653            <tr> 
    6754                <td align='center'> 
     
    7259        <br> 
    7360        {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'> 
    7562            <tr> 
    7663                <td align='center' class='tbl4'> 
     
    8269        {/if} 
    8370        {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'> 
    8572            <tr> 
    8673                <td align='center' class='tbl3'> 
     
    9279        {/if} 
    9380        {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'> 
    9582                <tr> 
    9683                    <td align='center' class='tbl2' colspan='4'> 
     
    120107            <br /> 
    121108            {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'> 
    123110                    <tr> 
    124111                        <td align='center' class='tbl4'> 
     
    133120                <br> 
    134121                <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'> 
    136123                        <tr> 
    137124                            <td align='center' colspan='2' class='tbl2'> 
     
    144131                            </td> 
    145132                            <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' /> 
    147134                            </td> 
    148135                        </tr> 
     
    152139                            </td> 
    153140                            <td class='tbl1'> 
    154                                 <input type='text' value='' name='db_user' class='textbox' /> 
     141                                <input type='text' value='' name='{$db_user}' class='textbox' /> 
    155142                            </td> 
    156143                        </tr> 
     
    160147                            </td> 
    161148                            <td class='tbl1'> 
    162                                 <input type='password' value='' name='db_pass' class='textbox'> 
     149                                <input type='password' value='' name='{$db_pass}' class='textbox'> 
    163150                            </td> 
    164151                        </tr> 
     
    168155                            </td> 
    169156                            <td class='tbl1'> 
    170                                 <input type='text' value='' name='db_name' class='textbox' /> 
     157                                <input type='text' value='' name='{$db_name}' class='textbox' /> 
    171158                            </td> 
    172159                        </tr> 
     
    176163                            </td> 
    177164                            <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' /> 
    179166                            </td> 
    180167                        </tr> 
     
    189176        {/if} 
    190177        {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'> 
    192179                <tr> 
    193180                    <td align='center' colspan='2' class='tbl4'> 
     
    199186            <br /> 
    200187            <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'> 
    202189                    <tr> 
    203190                        <td align='center' colspan='2' class='tbl2'> 
Note: See TracChangeset for help on using the changeset viewer.