<form action="{$urlSubmit}" method="post">
<h1>{$oLang.creation_d_un_projet|ucfirst}</h1><br/>
<input type="hidden" name="tag" id="tag"/>
<table border="0" class="table_list">
<tr class="table_list_tr1">
<td>
{$oLang.date_creation|htmlentities}
</td>
<td width="400">
{$datec}<input type="hidden" name="datec" value="{$datec}" disabled="disabled"/>
</td>
</tr>
<tr class="table_list_tr1">
<td>
{$oLang.nom_prj|htmlentities}
</td>
<td>
<input type="text" name="name" id="name"/>
</td>
</tr>
<tr class="table_list_tr1">
<td colspan="2">
{$oLang.description|htmlentities} :<br/>
<textarea rows="5" cols="50" name="desc" id="desc"></textarea>
</td>
</tr>
<tr class="table_list_tr2">
<td>
{$oLang.serveur|htmlentities}
</td>
<td>
<input type="text" name="bddServer" id="bddServer"/> (ex: localhost)
</td>
</tr>
<tr class="table_list_tr1">
<td>
{$oLang.bdd|htmlentities}
</td>
<td>
<input type="text" name="bddBdd" id="bddBdd"/>
</td>
</tr>
<tr class="table_list_tr2">
<td>
{$oLang.utilisateur|htmlentities}
</td>
<td>
<input type="text" name="bddUser" id="bddUser"/> (ex: root)
</td>
</tr>
<tr class="table_list_tr1">
<td>
{$oLang.mdp|htmlentities}
</td>
<td>
<input type="text" name="bddPass" id="bddPass"/>
</td>
</tr>
<tr class="table_list_tr2">
<td valign="top">
{$oLang.chemin_sortie|htmlentities}
</td>
<td>
<input type="text" name="outputPath" size="70"/><br/>
{$oLang.chemin_represent|htmlentities}<br/>
{$oLang.exemple|htmlentities}
</td>
</tr>
</table>
<br/>
<input type="submit" value="{$oLang.enregistrer|htmlentities}" class="btn_enregistrer"/>
<input type="button" value="{$oLang.retour|htmlentities}" class="btn_annuler" onClick="window.location.href='{$urlRetour}'"/>
</form>