Subversion Repositories Applications.framework

Compare Revisions

No changes between revisions

Ignore whitespace Rev 77 → Rev 78

/trunk/exemple/squelettes/ajout_admin.tpl.html
New file
0,0 → 1,30
<h2>Ajout d'un administrateur</h2>
<form id="modif_admin" action="<?=$base_url.'?&m=ajout_admin_va'?>"
method="post">
<fieldset><?php if (isset($erreurs['champs'])): ?> <span
class="symbole_obligatoire"> <?=$erreurs['champs'] ?> </span> <?php endif; ?>
<label for="admin_nom">Nom : </label> <input type="text" id="admin_nom"
name="admin_nom" maxlength="80" tabindex="1" value="<?=$admin['ga_nom']
?>" /> <label for="admin_prenom">Prénom : </label> <input type="text"
id="admin_prenom" name="admin_prenom" maxlength="80" tabindex="2"
value="<?=$admin['ga_prenom'] ?>" /> <label for="admin_mail">Mail
: </label> <input type="text" id="admin_mail" name="admin_mail" maxlength="120"
tabindex="3" value="<?=$admin['ga_mail'] ?>" /> <?php if (isset($erreurs['mail'])): ?>
<span class="symbole_obligatoire"> <?=$erreurs['mail'] ?> </span> <?php endif; ?>
<label for="admin_lang">Langue : </label> <select id="admin_lang"
name="admin_lang" tabindex="4">
<option<?=($admin['ga_ce_i18n'] == "fr-FR") ?
'selected="selected"' : '';?> value="fr-FR"> Français</option>
<option<?=($admin['ga_ce_i18n'] == "en-EN") ?
'selected="selected"' : '';?> value="en-EN"> Anglais</option>
</select> <label for="password">Mot de passe : </label> <input type="password"
id="admin_pass" name="admin_pass" maxlength="80" tabindex="5" value="<?=''
?>" /> <label for="password_confirm">Confirmez le mot de passe :
</label> <input type="password" id="admin_pass_confirm"
name="admin_pass_confirm" maxlength="80" tabindex="6" value="<?=''
?>" /> <?php if (isset($erreurs['pass'])): ?> <span
class="symbole_obligatoire"> <?=$erreurs['pass'] ?> </span> <?php endif; ?>
</fieldset>
<input type="submit" id="valider_ajout_admin" name="valider_ajout_admin"
tabindex="7" value="Ajouter" /> <a href="<?=
$base_url.'?m=liste_admin' ?>"> annuler </a></form>
Property changes:
Added: svn:keywords
+Id Author Date Revision HeadURL
\ No newline at end of property