<!-- BEGIN form_book_add_account.tpl -->
<h1 class="centerColor"> {LANG_ACCOUNT_11} </h1>
<table class="TContenu100">
<tr>
<td class="design6" colspan="12">
<form id="saisie" action="{SELF}" method="post" onsubmit="return Verif_Form(this);">
<div class="centered">
<input type="hidden" name="IN" value="3" />
<table class="TContenu70">
<tr>
<td class="ContenuPlus" colspan="12"> <img src="?flag=decos" height="12" width="12" alt="" title="" /> <span class="menu">{LANG_ACCOUNT_11}</span></td>
</tr>
<tr>
<th class="BordureLeftnowrap40" colspan="9"> {LANG_ACCOUNT_12}</th>
<th class="BordureLeftnowrap10" colspan="3">
<select class="NewAccount" size="1" name="detail_compte" onchange="return Verif_Change_Form(this.form);"><option value=""> ----- {LANG_ACCOUNT_22} ----- </option><option value=""> </option>
<!-- BEGIN BOUCLE_SELECT_BOOK -->
<option value="{VALUE_COMPTE}"{SELECTED}> + --- {NAME_COMPTE}</option>
<!-- END BOUCLE_SELECT_BOOK -->
<option value="{ACCOUNT_ANOTHER}"{SELECTED}> + --- {ACCOUNT_ANOTHER}</option><option value=""> </option></select></th>
</tr>
<tr>
<th class="BordureLeftnowrap40" colspan="9"> {LANG_ACCOUNT_13}</th>
<th class="BordureLeftnowrap10" colspan="3"><input class="NewAccount" type="text" size="35" name="nom_compte" value="" maxlength="50" /></th>
</tr>
<tr>
<th class="BordureLeftnowrap40" colspan="9"> {LANG_ACCOUNT_14}</th>
<th class="BordureLeftnowrap10" colspan="3"><input class="NewAccount" type="text" size="35" name="paie" value="" maxlength="12" /></th>
</tr>
<tr>
<th class="BordureRightnowrap" colspan="12"><input class="Submit" type="submit" value="{CONTINUE}" /> <input class="Submit" type="button" value="{ANNULER}" onclick="document.location='{SELF}';" /></th>
</tr>
</table></div></form>
<br />
</td>
</tr>
</table>
<!-- END form_book_add_account.tpl -->