841 |
// |
// |
842 |
$form->setBloc('date_complet', 'D', '', 'col_12'); |
$form->setBloc('date_complet', 'D', '', 'col_12'); |
843 |
|
|
844 |
$form->setFieldset('date_complet', 'D', _('Instruction'), 'col_12'); |
$form->setFieldset('date_complet', 'D', _('Instruction'), 'col_12 startClosed'); |
845 |
|
|
846 |
$form->setBloc('date_complet', 'D', '', 'col_4'); |
$form->setBloc('date_complet', 'D', '', 'col_4'); |
847 |
$form->setBloc('date_limite_incompletude', 'F'); |
$form->setBloc('date_limite_incompletude', 'F'); |
1756 |
if ($listContrainte->numRows() != 0) { |
if ($listContrainte->numRows() != 0) { |
1757 |
|
|
1758 |
// Affiche du fieldset |
// Affiche du fieldset |
1759 |
printf("<div id=\"liste_contrainte\" class=\"demande_hidden_bloc col_12\">"); |
printf("<div id=\"liste_contrainte\" class=\"demande_hidden_bloc\">"); |
1760 |
printf("<fieldset class=\"cadre ui-corner-all ui-widget-content\">"); |
printf("<fieldset class=\"cadre ui-corner-all ui-widget-content col_12 startClosed\">"); |
1761 |
printf(" <legend class=\"ui-corner-all ui-widget-content ui-state-active\">" |
printf(" <legend class=\"ui-corner-all ui-widget-content ui-state-active\">" |
1762 |
._("dossier_contrainte")."</legend>"); |
._("dossier_contrainte")."</legend>"); |
1763 |
|
printf("<div class=\"fieldsetContent\" style=\"display: none;\">"); |
1764 |
|
|
1765 |
// Entête pour le groupe |
// Entête pour le groupe |
1766 |
$groupeHeader = " |
$groupeHeader = " |
1786 |
$tableHeader = " |
$tableHeader = " |
1787 |
<thead> |
<thead> |
1788 |
<tr class='ui-tabs-nav ui-accordion ui-state-default tab-title'> |
<tr class='ui-tabs-nav ui-accordion ui-state-default tab-title'> |
1789 |
<th class='title col-0 firstcol'> |
<th class='title col-0 firstcol contrainte_th_texte_complete'> |
1790 |
<span class='name'> |
<span class='name'> |
1791 |
"._('texte_complete')." |
"._('texte_complete')." |
1792 |
</span> |
</span> |
1793 |
</th> |
</th> |
1794 |
<th class='title col-1'> |
<th class='title col-1 contrainte_th_reference'> |
1795 |
<span class='name'> |
<span class='name'> |
1796 |
"._('reference')." |
"._('reference')." |
1797 |
</span> |
</span> |
1798 |
</th> |
</th> |
1799 |
<th class='title col-2'> |
<th class='title col-2 contrainte_th_nature'> |
1800 |
<span class='name'> |
<span class='name'> |
1801 |
"._('nature')." |
"._('nature')." |
1802 |
</span> |
</span> |
1808 |
// Ligne de données |
// Ligne de données |
1809 |
$line = " |
$line = " |
1810 |
<tr class='tab-data %s'> |
<tr class='tab-data %s'> |
1811 |
<td class='col-0 firstcol'> |
<td class='col-0 firstcol contrainte_th_texte_complete'> |
1812 |
%s |
%s |
1813 |
</td> |
</td> |
1814 |
<td class='col-1'> |
<td class='col-1 contrainte_th_reference'> |
1815 |
%s |
%s |
1816 |
</td> |
</td> |
1817 |
<td class='col-2'> |
<td class='col-2 contrainte_th_nature'> |
1818 |
%s |
%s |
1819 |
</td> |
</td> |
1820 |
"; |
"; |
1911 |
printf("</div>"); |
printf("</div>"); |
1912 |
|
|
1913 |
printf("</div>"); |
printf("</div>"); |
1914 |
|
|
1915 |
|
printf("<div class=\"visualClear\"></div>"); |
1916 |
|
// Ferme le fieldset content |
1917 |
|
printf("</div>"); |
1918 |
printf("</fieldset>"); |
printf("</fieldset>"); |
1919 |
} |
} |
1920 |
/** |
/** |