source: trunk/spip/esqueleto-redcta/plugins/spip-listes_1_9_2/abonnement.html @ 358

Last change on this file since 358 was 90, checked in by guille, 15 years ago

importacion de spip-listes-1_9_2

File size: 1.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG">
3<head>
4        <title>#NOM_SITE_SPIP</title>
5        <meta http-equiv='Content-Type' content='text/html; charset=#CHARSET' />
6        <style type="text/css">
7        <!--
8       
9        body {
10                color:#000000;
11                background-color:#F5F5F5;
12                font-family:sans-serif;
13        }
14       
15       
16        .cadre {
17                /*border: 1px #000000 solid;*/
18                background-color:#FFFFFF;
19                text-align: justify;
20                width:500px;
21                padding: 10px;
22                margin-left: auto;
23                margin-right: auto;
24                margin-bottom: 10px;
25                -moz-border-radius: 6px;
26                border-radius: 6px;
27        }
28       
29        h1 {
30         font-size: 150%;
31         text-decoration: underline ;
32       
33        }
34       
35        .bloc {
36         margin-top: 10px;
37         padding: 10px;
38         text-align: center;
39        }
40       
41        .cdt{
42          font-size:10px;
43          text-align:center;
44          margin-top:10px
45        }
46       
47        -->
48        </style>
49</head>
50<body dir="#LANG_DIR">
51               
52        <div class='bloc'>
53                <h1>#NOM_SITE_SPIP</h1>
54               
55
56               
57                <div class='cadre'>
58                       
59                        [(#ENV{d}|?{'',' '})
60                        #FORMULAIRE_ABONNEMENT
61                        <br />
62                        ]
63                       
64                        #FORMULAIRE_MODIF_ABONNEMENT
65                </div>
66                <p style="text-align:center"><a href='#URL_SITE_SPIP'><:pass_retour_public:></a></p>
67                <div class='cdt'><:spiplistes:abonnement_cdt:></div>
68        </div>
69</body>
70</html>
Note: See TracBrowser for help on using the repository browser.