[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / vues / hyperlien.html
1 [(#REM)
2
3 Vue pour le crayon 'hyperlien'
4
5 ]
6 #CACHE{0}
7
8 [(#REM) Cas general ]
9 #SET{titre,#ENV*{nom_site}}
10 #SET{url,#ENV*{url_site}}
11
12 [(#REM) syndic-article ]
13 [(#ENV{id_syndic_article}|?{
14 [(#SET{titre,#ENV*{titre}})]
15 [(#SET{url,#ENV*{url}})]
16 })]
17
18 [(#REM) breve ]
19 [(#ENV{id_breve}|?{
20 [(#SET{titre,#ENV*{lien_titre}})]
21 [(#SET{url,#ENV*{lien_url}})]
22 })]
23
24 [(#ENV{id_article}|?{' '})<:voir_en_ligne:>&nbsp;:]
25
26 [(#GET{url}|?{
27 <a href="[(#GET{url})]" class="spip_out">[(#GET{titre}|typo|sinon{[(#GET{url}|couper{80})]})]</a>
28 ,
29 [(#GET{titre}|typo|sinon{<:info_sans_titre:>})]
30 })]