source: trunk/spip/esqueleto-redcta/plugins/crayons/vues/hyperlien.html @ 69

Last change on this file since 69 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 420 bytes
Line 
1[(#REM)
2
3        Vue pour le crayon 'hyperlien'
4
5]
6#CACHE{0}
7
8#SET{titre,#ENV*{nom_site}}
9#SET{url,#ENV*{url_site}}
10[(#ENV{id_syndic_article}|?{
11        [(#SET{titre,#ENV*{titre}})]
12        [(#SET{url,#ENV*{url}})]
13})]
14
15[(#ENV{id_article}|?{' '})<:voir_en_ligne:>&nbsp;:]
16
17[(#GET{url}|?{
18        <a href="[(#GET{url})]" class="spip_out">[(#GET{titre}|typo|sinon{[(#GET{url}|couper{80})]})]</a>
19,
20        [(#GET{titre}|typo|sinon{<:info_sans_titre:>})]
21})]
Note: See TracBrowser for help on using the repository browser.