|
|
@@ -68,10 +68,14 @@ DicForm2 = { |
|
|
|
${helpers.DisplayRespForm(profil_form, DicFormB)} |
|
|
|
<fieldset> |
|
|
|
<legend>Activité</legend> |
|
|
|
<div class="pull-right"> |
|
|
|
<a href="/entities" class="add btn btn-block btn-mini btn-info"><i class="icon-list-alt icon-white"> </i> La Liste des entités </a> |
|
|
|
<a href="/entity" class="add btn btn-block btn-mini btn-primary"><i class="icon-plus-sign icon-white"> </i> Ajouter une entité </a> |
|
|
|
</div> |
|
|
|
Saisissez ci-dessous les entités que vous souhaiter représenter pendant l'événement. |
|
|
|
(Association, GULL, Entreprise, Logiciel, ...).<br> |
|
|
|
Si elle n'existe pas dans la liste proposée, vous pouvez <a href="/entity"> en ajouter une. </a> |
|
|
|
|
|
|
|
|
|
|
|
<div class="repeat"> |
|
|
|
<table class="wrapper table" width="100%"> |
|
|
|
<thead> |
|
|
@@ -100,7 +104,7 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<span class="remove btn btn-mini btn-danger"> |
|
|
|
<i class="icon-remove-sign icon-white"></i> Suppr. |
|
|
|
<i class="icon-remove-sign icon-white"> </i> Suppr. |
|
|
|
</span> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -139,7 +143,7 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)} |
|
|
|
<tfoot> |
|
|
|
<tr> |
|
|
|
<td colspan="5" style="text-align:center;line-height: 3em;"> |
|
|
|
<span class="add btn btn-mini btn-primary"><i class="icon-plus-sign icon-white"></i> Je fais partie de ...</span> |
|
|
|
<span class="add btn btn-mini btn-primary"><i class="icon-plus-sign icon-white"></i> Je fais partie de ...</span> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tfoot> |
|
|
|