| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: install.php,v 1.8 2003/07/09 01:11:06 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 ?> 13 14 <p class="pageTitle">New Installation</p> 15 16 <form name="install" action="install.php?step=2" method="post"> 17 18 <p><b>Please customize the new installation with the following options:</b></p> 19 20 <table width="95%" border="0" cellpadding="2" class="formPage"> 21 <tr> 22 <td width="30%" valign="top">Import Catalog Database:</td> 23 <td width="70%" class="smallDesc"> 24 <?php echo osc_draw_checkbox_field('install[]', 'database', true); ?> 25 <img src="images/layout/help_icon.gif" onClick="toggleBox('dbImport');"><br> 26 <div id="dbImportSD">Install the database and add the sample data</div> 27 <div id="dbImport" class="longDescription">Checking this box will import the database structure, required data, and some sample data. (required for first time installations)</div> 28 </td> 29 </tr> 30 <tr> 31 <td width="30%" valign="top">Automatic Configuration:</td> 32 <td width="70%" class="smallDesc"> 33 <?php echo osc_draw_checkbox_field('install[]', 'configure', true); ?> 34 <img src="images/layout/help_icon.gif" onClick="toggleBox('autoConfig');"><br> 35 <div id="autoConfigSD">Save configuration values</div> 36 <div id="autoConfig" class="longDescription">Checking this box will save all entered data during the installation procedure to the appropriate configuration files on the server.</div> 37 </td> 38 </tr> 39 </table> 40 41 <p> </p> 42 43 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 44 <tr> 45 <td align="center"><a href="index.php"><img src="images/button_cancel.gif" border="0" alt="Cancel"></a></td> 46 <td align="center"><input type="image" src="images/button_continue.gif" border="0" alt="Continue"></td> 47 </tr> 48 </table> 49 50 </form>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |