1<form method="post" name="import_form" action="data.php">
2<?php Horde_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(Horde_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="horde-content">
10 <?php echo _("Here is the beginning of the file:") ?><br />
11 <pre><?php echo htmlspecialchars($data->storage->get('first_lines')) ?></pre><br />
12 <?php echo Horde::label('header', _("Does the first row contain the field names? If yes, check this box:")) ?>
13 <input id="header" type="checkbox" name="header" value="1" /><br />
14</div>
15
16<div class="horde-form-buttons">
17  <input type="submit" value="<?php echo _("Next") ?>" class="horde-default" />
18</div>
19</form>
20