Rev 12720 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $class_defined!=yes |
||
12720 | bpr | 3 | <div class="wims_msg alert"> |
7455 | obado | 4 | <span class="wims_warning">$wims_name_Error</span>. $name_warning |
12720 | bpr | 5 | </div> |
6 | !exit |
||
23 | reyssat | 7 | !endif |
7455 | obado | 8 | |
9 | <p>$name_entersup</p> |
||
10 | |||
23 | reyssat | 11 | !set wims_form_method=post |
12 | !form reply |
||
17229 | bpr | 13 | <input type="hidden" name="auth_user" value="supervisor"> |
7445 | bpr | 14 | <fieldset class="property_fields halfwidth blockcenter"> |
7457 | bpr | 15 | <legend>$wims_name_connexion</legend> |
7439 | bpr | 16 | <div class="field box"> |
17 | <label for="password">$wims_name_Password </label> |
||
11518 | obado | 18 | <input class="noicon" type="password" size="20" name="auth_password" id="password" required="required" placeholder="$name_sup"/> |
7455 | obado | 19 | <div class="formHelp">$name_sup</div> |
7439 | bpr | 20 | </div> |
7455 | obado | 21 | <div class="wimscenter wimsform"> |
17229 | bpr | 22 | <input type="submit" value="$wims_name_Enter"> |
9506 | bpr | 23 | </div> |
7439 | bpr | 24 | </fieldset> |
25 | |||
5926 | bpr | 26 | !formend |