~automne-team/automne/demo-fr

« back to all changes in this revision

Viewing changes to automne/templates/pt58_Interieur.xml

  • Committer: sebastien
  • Date: 2010-06-10 16:02:31 UTC
  • Revision ID: sebastien.pauchet@ws-interactive.fr-20100610160231-mlw00lg9u07bve8j
Tags: v4_0_2
Initial import of Demo FR for Automne 4.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
 
4
<head>
 
5
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
        <title><atm-constant name="APPLICATION_LABEL" /> : <atm-title /></title>
 
7
        <atm-css-tags files="/css/reset.css,/css/demo/common.css,/css/demo/interieur.css" media="all" />
 
8
        <!--[if lte IE 6]> 
 
9
                <link rel="stylesheet" type="text/css" href="/css/demo/ie6.css" media="all" />
 
10
        <![endif]-->
 
11
        <atm-css-tags files="/css/demo/print.css" media="print" />
 
12
        <atm-js-tags />
 
13
        <atm-meta-tags />
 
14
</head>
 
15
<body>
 
16
        <div id="main">
 
17
                <div id="container">
 
18
                        <div id="header">
 
19
                                <atm-linx type="direct">
 
20
                                        <selection>
 
21
                                                <start><nodespec type="node" value="2" /></start>
 
22
                                        </selection>
 
23
                                        <display>
 
24
                                                <htmltemplate>
 
25
                                                        <a id="lienAccueil" href="{{href}}" title="Retour &agrave; l'accueil">Retour &agrave; l'accueil</a>
 
26
                                                </htmltemplate>
 
27
                                        </display>
 
28
                                </atm-linx>
 
29
                        </div>
 
30
                        <div id="backgroundBottomContainer">
 
31
                                <div id="menuLeft">
 
32
                                        <atm-linx type="recursivelinks">
 
33
                                                <selection>
 
34
                                                        <start><nodespec type="node" value="2" /></start>
 
35
                                                        <condition property="lvl" operator="&lt;=">
 
36
                                                                <value type="data">2</value>
 
37
                                                        </condition>
 
38
                                                </selection>
 
39
                                                <display mode="close" root="false">
 
40
                                                        <htmltemplate><li class="{{lvlClass}} {{typeClass}} {{currentClass}}"><a class="{{lvlClass}}" href="{{href}}">{{title}}</a>{{sublevel}}</li></htmltemplate>
 
41
                                                        <subleveltemplate><ul class="{{lvlClass}}">{{sublevel}}</ul></subleveltemplate>
 
42
                                                </display>
 
43
                                        </atm-linx>
 
44
                                </div>
 
45
                                <div id="content" class="page{{pageID}}">
 
46
                                        <div id="breadcrumbs">
 
47
                                                <atm-linx type="desclinks">
 
48
                                                        <selection>
 
49
                                                                <start><nodespec type="node" value="2" /></start>
 
50
                                                                <stop><nodespec type="relative" value="father" reloffset="1" /></stop>
 
51
                                                        </selection>
 
52
                                                        <display>
 
53
                                                                <htmltemplate><a href="{{href}}">{{title}}</a> > </htmltemplate>
 
54
                                                        </display>
 
55
                                                </atm-linx>
 
56
                                        </div>
 
57
                                        <div id="title">
 
58
                                                <h1><atm-title /></h1>
 
59
                                        </div>
 
60
                                        <atm-clientspace module="standard" id="first" />
 
61
                                        <a href="#header" id="top" title="haut de la page">Haut</a>
 
62
                                </div>
 
63
                                <div class="spacer"></div>
 
64
                        </div>
 
65
                </div>
 
66
        </div>
 
67
        <div id="footer">
 
68
                <div id="menuBottom">
 
69
                        <ul>
 
70
                                <atm-linx type="sublinks">
 
71
                                        <selection>
 
72
                                                <start><nodespec type="node" value="7" /></start>
 
73
                                        </selection>
 
74
                                        <display>
 
75
                                                <htmltemplate><li><a href="{{href}}">{{title}}</a></li></htmltemplate>
 
76
                                        </display>
 
77
                                </atm-linx>
 
78
                        </ul>
 
79
                        <div class="spacer"></div>
 
80
                </div>
 
81
        </div>
 
82
</body>
 
83
</html>
 
 
b'\\ No newline at end of file'