[ Index ] |
|
Code source de LifeType 1.2.4 |
1 {include file="wizard/header.template" title="Configuration" step=2 mode=update} 2 <form name="databaseInfo" method="post"> 3 <fieldset class="inputField"> 4 <legend>Database Info</legend> 5 {if $viewIsError} 6 <div class="wizardError"> 7 <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" /> 8 <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p> 9 </div> 10 {else} 11 <div class="wizardInfo"> 12 <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 13 <p class="wizardInfoText"> 14 The following database settings have been detected in the configuration file. Please make sure 15 that they are correct and press "Next" to move to the next step. If they are not correct, 16 please make the necessary changes in your configuration file before continuing.<br/><br/> 17 The following step will consist of making the changes to the database structure, required by 18 some of the new features in LifeType 1.2.</p> 19 </div> 20 {/if} 21 <div class="field"> 22 <label for="dbServer">Database server</label> 23 <div class="fieldHelp"></div> 24 <span id="dbServer">{$dbServer}</span><br/> 25 </div> 26 <div class="field"> 27 <label for="dbUser">Database User</label> 28 <div class="fieldHelp"></div> 29 <span id="dbServer">{$dbUser}</span><br/> 30 </div> 31 <div class="field"> 32 <label for="dbPassword">Database password</label> 33 <div class="fieldHelp"></div> 34 <span id="dbPassword">{$dbPassword|stars}</span><br/> 35 </div> 36 <div class="field"> 37 <label for="dbName">Database table</label> 38 <div class="fieldHelp"></div> 39 <span idb="dbName">{$dbName}</span><br/> 40 </div> 41 <div class="field"> 42 <label for="dbPrefix">Database prefix</label> 43 <div class="fieldHelp"></div> 44 <span id="dbPrefix">{$dbPrefix}</span><br/> 45 </div> 46 </fieldset> 47 <div class="buttons"> 48 <input type="hidden" name="nextStep" value="Update2"/> 49 <input type="submit" name="Next" value="Next »"/> 50 </div> 51 </form> 52 {include file="wizard/footer.template"}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |