move code up one directory
[atutor.git] / themes / default / instructor / enrolment / import_course_list.tmpl.php
1 <form enctype="multipart/form-data" action="mods/_core/enrolment/verify_list.php" method="post">
2 <input type="hidden" name="from" value="import" />
3 <input type="hidden" name="MAX_FILE_SIZE" value="100000" />
4
5 <div class="input-form">
6         <fieldset class="group_form"><legend class="group_form"><?php echo _AT('import'); ?></legend>
7         <div class="row">
8                 <p><?php echo _AT('list_import_howto'); ?></p>
9         </div>
10
11         <div class="row">
12                 <label for="sep_choice"><?php echo _AT('import_sep_txt'); ?></label><br />
13                 <input type="radio" name="sep_choice" id="und" value="_" checked="checked" />
14                 <label for="und"><?php echo _AT('underscore'); ?></label>
15                 <input type="radio" name="sep_choice" id="per" value="." />
16                 <label for="per"><?php echo _AT('period'); ?></label>
17         </div>
18
19         <div class="row">
20                 <span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="course_list"><?php echo _AT('list_import_course_list'); ?></label><br />
21                 <input type="file" name="file" id="course_list" />
22         </div>
23
24         <div class="row buttons">
25                 <input type="submit" name="submit" value="<?php echo _AT('list_import_course_list');  ?>" />
26         </div>
27         </fieldset>
28 </div>
29 </form>