Changeset 82989 in spip-zone
- Timestamp:
- Jun 12, 2014, 2:21:43 PM (7 years ago)
- Location:
- _plugins_/tickets/branches/v2/prive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/tickets/branches/v2/prive/squelettes/inclure/inc_classement_tous.html
r82984 r82989 1 [(#REM) Noisette servant a l'affichage du menu des tickets presente en colonne droite ou gauche] 2 [(#SET{defaut_tri,#ARRAY{ 3 date,-1, 4 statut,1 5 id_assigne,1, 6 }}) 7 ] 8 <B_simple> 9 #BOITE_OUVRIR{#CHEMIN_IMAGE{ticket-24.png}|balise_img{'',cadre-icone}|concat{#ENV{titre}},'simple','titrem'} 10 <div class="liste-objets tickets"> 11 [<div class="pagination">(#PAGINATION{prive})</div>] 12 <table width="100%" class="spip liste"> 13 <thead> 14 <tr> 15 <th>[(#TRI{id_ticket,#,ajax})]</th> 16 <th>[(#TRI{date,Posté le,ajax})]</th> 17 <th>[(#TRI{id_auteur,Par,ajax})]</th> 18 <th>[(#TRI{titre,Sujet,ajax})]</th> 19 <th>[(#TRI{tracker,Tracker,ajax})]</th> 20 <th>[(#TRI{severite,Séverité,ajax})]</th> 21 <th>[(#TRI{statut,Statut,ajax})]</th> 22 <th>[(#TRI{id_assigne,Assigné à,ajax})]</th> 23 <th>[(#TRI{maj,Mis à jour,ajax})]</th> 24 </tr> 25 </thead> 26 27 <tbody> 28 <BOUCLE_simple(TICKETS) 29 {tri #ENV{order,date},#GET{defaut_tri}} 30 {pagination #ENV{nb,100}} 31 {id_auteur?} 32 {id_assigne?} 33 {statut?}{statut!=ferme}> 34 35 [(#REM) On récupere les forums liés au ticket ] 36 [(#SET{discussion,''})] 37 <BOUCLE_forum(FORUMS){id_objet=#ID_TICKET}{objet='ticket'}{!par date}> 38 [(#SET{discussion,[(#GET{discussion}|concat{[(#TEXTE|PtoBR)],' 39 --- 40 '})]})] 41 </BOUCLE_forum> 42 <tr> 43 <td><b>##ID_TICKET</b></td> 44 <td>[(#DATE|affdate{'d-m-Y'})]</td> 45 <td class="#EDIT{id_auteur}">#INFO_NOM{auteur,#ID_AUTEUR}</td> 46 <td class="#EDIT{titre}[(#STATUT|in_array{#LISTE{ferme,resolu}}|oui) del]"[ title="(#GET{discussion}|texte_backend)"]><a href="?exec=ticket&id_ticket=#ID_TICKET">#TITRE</a><br />[(#TEXTE|PtoBR|couper{100})]</td> 47 <td> 48 [(#TRACKER|tickets_texte_tracker)] 49 </td> 50 <td class="#EDIT{severite}"> 51 <img[ src="(#CHEMIN{[prive/images/(#SEVERITE|tickets_icone_severite)]})"][ alt="(#SEVERITE|tickets_texte_severite)"] /> 52 [ (#SEVERITE|tickets_texte_severite)] 53 </td> 54 <td class="#EDIT{statut}"> 55 <img[ src="(#CHEMIN{[prive/images/(#STATUT|tickets_icone_statut)]})"][ alt="(#STATUT|tickets_texte_statut)"] /> 56 [ (#STATUT|tickets_texte_statut)] 57 </td> 58 <td class="#EDIT{id_assigne}">[(#INFO_NOM{auteur,#ID_ASSIGNE}|sinon{<:tickets:no_assignation:>})]</td> 59 <td>[(#MAJ|affdate{'d-m-Y'})]</td> 60 </tr> 61 </BOUCLE_simple> 62 </tbody> 63 </table> 64 </div> 65 #BOITE_FERMER 66 </B_simple> -
_plugins_/tickets/branches/v2/prive/style_prive_plugin_tickets.html
r82984 r82989 1 [(#REM) 2 3 Ce squelette definit les styles de l'espace prive 4 5 Note: l'entete "Vary:" sert a repousser l'entete par 6 defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) 7 genant en cas de "rotation du cookie de session" apres 8 un changement d'IP (effet de clignotement). 9 10 ATTENTION: il faut absolument le charset sinon Firefox croit que 11 c'est du text/html ! 12 ] 13 #CACHE{3600*100,cache-client} 14 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} 15 #HTTP_HEADER{Vary: Accept-Encoding} 16 17 #SET{claire,##ENV{couleur_claire,edf3fe}} 18 #SET{foncee,##ENV{couleur_foncee,3874b0}} 19 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}} 20 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}} 21 22 /* Formulaires avec label en haut */ 23 /* les cas particuliers des edition pleines largeur */ 24 .formulaire_spip li.editer_forum_ticket { 25 padding-#GET{left}:10px; 26 padding-top:10px; 27 } 28 29 .formulaire_spip li.editer_forum_ticket label { 30 display: block; 31 float: #GET{left}; 32 width:auto; 33 margin: 0px; 34 padding: 0px; 35 padding-top: 5px; 36 padding-bottom: 5px; 37 font-family: verdana, arial, helvetica, sans; 38 color: #444444; 39 font-weight: bold; 40 font-size: 95%; 41 line-height: 11px; 42 } 43 44 .formulaire_spip li.editer_forum_ticket textarea, 45 .formulaire_spip li.editer_forum_ticket .explication { 46 clear:#GET{left}; 47 } 48 49 .formulaire_editer_assigner_ticket{ 50 margin-top:10px; 51 } 52 53 #page .liste-objets.tickets .caption{ 54 background-image: url(#CHEMIN_IMAGE{ticket-24.png}); 55 } 56 57 .tr_liste.del td, 58 td.del { text-decoration:line-through; } 59 60 .tickets #navigation { display:none; } 61 .tickets #conteneur { width:90%;overflow:auto; } 62 .tickets #contenu { width:100%;margin: 0; }
Note: See TracChangeset
for help on using the changeset viewer.