|
|
|
@ -10,7 +10,6 @@
|
|
|
|
|
[<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{devis:info_1_devis,devis:info_nb_devis}})</strong></caption>]
|
|
|
|
|
<thead>
|
|
|
|
|
<tr class="first_row">
|
|
|
|
|
<th class="picto" scope="col"></th>
|
|
|
|
|
<th class="statut" scope="col">[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th>
|
|
|
|
|
<th class="titre" scope="col">[(#TRI{titre,<:devis:champ_titre_label:>,ajax})]</th>
|
|
|
|
|
<th class="date" scope="col">[(#TRI{date,<:date:>,ajax})]</th>
|
|
|
|
@ -20,7 +19,6 @@
|
|
|
|
|
<tbody>
|
|
|
|
|
<BOUCLE_liste_devis(DEVIS){id_rubrique?}{id_secteur?}{id_mot?}{id_auteur?}{where?}{statut?}{recherche?}{tri #ENV{par,date},#GET{defaut_tri}}{par titre}{pagination #ENV{nb,10}}>
|
|
|
|
|
<tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
|
|
|
|
|
<td class="picto">[(#CHEMIN_IMAGE{devis-16.png}|balise_img)]</td>
|
|
|
|
|
<td class="statut">[(#STATUT|puce_statut{devis,#ID_DEVIS,#ID_RUBRIQUE})]</td>
|
|
|
|
|
<td class="titre principale">[(#LOGO_DEVIS|image_reduire{20,26})]<a href="[(#ID_DEVIS|generer_url_entite{devis})]" title="<:info_numero_abbreviation|attribut_html:> #ID_DEVIS">[(#RANG). ]#TITRE</a></td>
|
|
|
|
|
<td class="date secondaire">[(#DATE|affdate_jourcourt)]</td>
|
|
|
|
|