[ Index ] |
|
Code source de Horde 3.1.3 |
1 <form method="post" name="import_form" action="data.php"> 2 <?php Util::pformInput() ?> 3 <input type="hidden" name="actionID" value="<?php echo (int)$next_step ?>" /> 4 <input type="hidden" name="import_format" value="<?php echo htmlspecialchars(Util::getFormData('import_format')) ?>" /> 5 <input type="hidden" name="import_step" value="<?php echo (int)$import_step ?>" /> 6 <h1 class="header"> 7 <?php printf(_("Import, Step %d"), (int)$import_step) ?> 8 </h1> 9 <div class="headerbox"> 10 <?php echo _("Here is the beginning of the file:") ?><br /> 11 <pre><?php echo htmlspecialchars($_SESSION['import_data']['first_lines']) ?></pre><br /> 12 <label for="header"><?php echo _("Does the first row contain the field names? If yes, check this box:") ?></label> 13 <input id="header" type="checkbox" name="header" value="1" /><br /> 14 </div> 15 <input type="submit" value="<?php echo _("Next") ?>" class="button" /> 16 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |