<h2>{$oLang.detail_champ|htmlentities} :</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<b>{$oLang.type_champ|htmlentities} :</b><br/>
<input type="radio" name="field-type-simple" id="field-type-simple" value="simple" onclick="window.objetsPrj.selectFieldType( 'bdd' )" {if $typefield == 'bdd' }checked{/if}/><label for="field-type-simple"> {$oLang.simple|htmlentities}</label><br/>
<input type="radio" name="field-type-object" id="field-type-object" value="simple" onclick="window.objetsPrj.selectFieldType( 'object' )" {if $typefield == 'object' }checked{/if}/><label for="field-type-object"> {$oLang.liaison_obj|htmlentities}</label>
</td>
<td valign="top">
<div id="div-field-list-objects" style="padding-left:50px;">
{if $typefield == 'object' }
{include file='app/projet/projet-div-field-list-objects.html'}
{/if}
</div>
</td>
</tr>
</table>