Dotclear

source: themes/walouwalou/tpl/page.html @ 1914

Revision 1914, 10.2 KB checked in by Osku, 14 years ago (diff)

New theme : Walou-Walou

RevLine 
[1914]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}">
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
7  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
8 
9  <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
10  <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
11  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
12  <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
13  <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
14 
15  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
16  <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />
17  <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
18  <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
19  <meta name="dc.language" content="{{tpl:EntryLang}}" />
20  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
21  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
22  <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
23  <meta name="dc.type" content="text" />
24  <meta name="dc.format" content="text/html" />
25 
26  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
27  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
28 
29  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
30 
31  {{tpl:include src="_head.html"}}
32 
33  <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script>
34  <script type="text/javascript">
35  //<![CDATA[
36  var post_remember_str = '{{tpl:lang Remember me on this blog}}';
37  //]]>
38  </script>
39</head>
40
41<body class="dc-page">
42<div id="page">
43{{tpl:EntryPingData}}
44
45<div id="wrapper-top" class="container_12" >
46{{tpl:include src="_top.html"}}
47</div>
48<div id="wrapper">
49<div id="wrapper-page" class="container_12 " >
50 <div id="wrapper-title" class="grid_12" >  <h1>{{tpl:EntryTitle encode_html="1"}}</h1></div>
51<div id="main" class="grid_9" >
52  <div id="content">
53  <div id="p{{tpl:EntryID}}" class="post">
54   
55    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
56    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
57   
58    <tpl:EntryIf extended="1">
59      <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
60    </tpl:EntryIf>
61    <div class="post-content">{{tpl:EntryContent}}</div>
62   
63   
64    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
65    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
66  </div>
67 
68 <!-- # Attachments -->
69  <tpl:Attachments>
70    <tpl:AttachmentsHeader>
71      <div id="attachments">
72      <h3>{{tpl:lang Attachments}}</h3>
73      <ul>
74    </tpl:AttachmentsHeader>
75      <li class="{{tpl:AttachmentType}}">
76        <tpl:AttachmentIf is_mp3="1">
77          {{tpl:include src="_mp3_player.html"/}} -
78        </tpl:AttachmentIf>
79        <tpl:AttachmentIf is_flv="1">
80          {{tpl:include src="_flv_player.html"/}}
81        </tpl:AttachmentIf>
82        <tpl:AttachmentIf is_flv="0">
83          <a href="{{tpl:AttachmentURL}}"
84          title="{{tpl:AttachmentFileName}}">{{tpl:AttachmentTitle}}</a> ~ {{tpl:AttachmentSize}}
85        </tpl:AttachmentIf>
86      </li>
87    <tpl:AttachmentsFooter>
88      </ul>
89      </div>
90    </tpl:AttachmentsFooter>
91  </tpl:Attachments>
92 
93  <!-- # Comments -->
94         <!-- # Comments and trackbacks alltogether -->
95        <tpl:EntryIf operator="or" show_comments="1" show_pings="1">
96          <tpl:Comments with_pings="1">
97          <tpl:CommentsHeader>
98            <div id="comments">
99              <h3>{{tpl:lang Comments}}</h3>
100          </tpl:CommentsHeader>
101            <div id="c{{tpl:CommentID}}" class="meta {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst return="one"}} grid_2 alpha">
102     
103            <tpl:CommentIf is_ping="0">
104          <h4 class="meta-date">{{tpl:CommentDate format="%a %d %b %Y""}}</h4>
105    <ul class="meta-info">
106     <li class="meta-time"><a href="#c{{tpl:CommentID}}">{{tpl:CommentDate format="%H:%M"}}</a></li>
107     <li class="meta-author {{tpl:CommentIfMe}}">{{tpl:CommentAuthorLink}}</li>
108</ul>
109            </div>
110              <div class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst return="one"}} c-content grid_7 omega">
111                <!-- # --BEHAVIOR-- publicCommentBeforeContent -->
112          <div class="c-content-text" >
113                {{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
114               
115                {{tpl:CommentContent}}
116               
117                <!-- # --BEHAVIOR-- publicCommentAfterContent -->
118                {{tpl:SysBehavior behavior="publicCommentAfterContent"}}
119               </div>               
120              </div>
121            </tpl:CommentIf>
122           
123            <tpl:CommentIf is_ping="1">
124          <h4 class="meta-date">{{tpl:CommentDate format="%a %d %b %Y""}}</h4>
125    <ul class="meta-info">
126     <li class="meta-time"><a href="#c{{tpl:CommentID}}">{{tpl:CommentDate format="%H:%M"}}</a></li>
127     <li class="meta-ping {{tpl:CommentIfMe}}">{{tpl:CommentAuthor}}</li>
128</ul>
129            </div>
130              <div class="ping {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst return="one"}} p-content grid_7 omega">
131                <!-- # --BEHAVIOR-- publicPingBeforeContent -->
132          <div class="p-content-text" >
133          <h4 class="p-author"><a href="{{tpl:PingAuthorURL}}"
134                {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></h4>
135         
136                {{tpl:SysBehavior behavior="publicPingBeforeContent"}}
137               
138                {{tpl:PingContent}}
139               
140                <!-- # --BEHAVIOR-- publicPingAfterContent -->
141                {{tpl:SysBehavior behavior="publicPingAfterContent"}}
142                        </div>
143              </div>
144            </tpl:CommentIf>
145
146          <tpl:CommentsFooter>
147            </div>
148          </tpl:CommentsFooter>
149          </tpl:Comments>
150        </tpl:EntryIf>
151 
152  <tpl:EntryIf comments_active="1">   
153    <tpl:SysIfFormError>
154      <p class="error" id="pr">{{tpl:SysFormError}}</p>
155    </tpl:SysIfFormError>
156   
157    <tpl:SysIfCommentPublished>
158      <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p>
159    </tpl:SysIfCommentPublished>
160   
161    <tpl:SysIfCommentPending>
162      <p class="message" id="pr">{{tpl:lang Your comment has been submitted and
163      will be reviewed for publication.}}</p>
164    </tpl:SysIfCommentPending>
165   
166    <!-- # Comment form -->
167    <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" class="alpha grid_9">
168      <tpl:IfCommentPreview>
169        <div id="pr">
170          <h4 class="grid_2 alpha">{{tpl:lang Your comment}}</h4>
171
172            <div class="comment-preview grid_7 omega">{{tpl:CommentPreviewContent}}</div>
173
174          <p class="buttons grid_9"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
175        </div>
176      </tpl:IfCommentPreview>
177     
178      <h3>{{tpl:lang Add a comment}}</h3>
179      <fieldset>
180        <!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
181        {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
182
183        <p class="field grid_9 alpha omega"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label>
184        <textarea name="c_content" id="c_content" cols="35"
185        rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
186        </p>
187 
188        <p class="field grid_3 alpha"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label>
189        <input name="c_name" id="c_name" type="text" size="30" maxlength="255"
190        value="{{tpl:CommentPreviewName encode_html="1"}}" />
191        </p>
192       
193        <p class="field grid_3"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label>
194        <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
195        value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
196        </p>
197       
198        <p class="field grid_3 omega"><label for="c_site">{{tpl:lang Website}}
199        ({{tpl:lang optional}})&nbsp;:</label>
200        <input name="c_site" id="c_site" type="text" size="30" maxlength="255"
201        value="{{tpl:CommentPreviewSite encode_html="1"}}" />
202        </p>
203       
204        <p style="display:none"><input name="f_mail" type="text" size="30"
205        maxlength="255" value="" /></p>
206
207        <p class="field grid_9 alpha omega">{{tpl:lang HTML code is displayed as text and web addresses are
208        automatically converted.}}</p>
209   
210
211       
212        <!-- # --BEHAVIOR-- publicCommentFormAfterContent -->
213        {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}}
214
215        <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
216        <tpl:IfCommentPreview><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreview></p>
217      </fieldset>
218    </form>
219  </tpl:EntryIf>
220  </div>
221</div> <!-- End #main -->
222
223<div id="sidebar" class="grid_3 ">
224
225    <div id="post-meta" class="meta grid_3 alpha omega">
226     <h4 class="meta-date">{{tpl:EntryDate format="%a %d %b %Y"}}</h4>
227    <ul class="meta-info">
228     <li class="meta-link"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></li>
229     <li class="meta-author">{{tpl:EntryAuthorLink}}</li>
230
231      <tpl:EntryIf pings_active="1">
232<li class="meta-ping"><a class="ping" href="{{tpl:EntryPingLink}}">{{tpl:lang Trackback URL}}</a></li>
233  </tpl:EntryIf>
234 
235  <tpl:EntryIf operator="or" comments_active="1" pings_active="1">
236<li class="meta-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}">{{tpl:lang This post's comments Atom feed}}</a></li>
237  </tpl:EntryIf>
238
239
240
241      </ul>
242</div>
243  <div id="blognav" class="grid_3 alpha omega ">
244    {{tpl:Widgets type="nav"}}
245  </div> <!-- End #blognav -->
246 
247  <div id="blogextra" class="grid_3 alpha omega ">
248    {{tpl:Widgets type="extra"}}
249  </div> <!-- End #blogextra -->
250</div>
251
252</div> <!-- End #wrapper -->
253</div>
254<div id="wrapper-bottom">
255
256{{tpl:include src="_footer.html"}}
257</div><!-- End #wrapper-bottom -->
258
259</body>
260</html>
Note: See TracBrowser for help on using the repository browser.

Sites map