Dotclear

source: themes/ductile/tpl/_simple-entry.html @ 2566:9bf417837888

Revision 2566:9bf417837888, 6.2 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Add some people in CREDITS, remove trailing spaces and tabs.

RevLine 
[609]1<div id="p{{tpl:EntryID}}" class="post simple">
[615]2     <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
[2566]3
[609]4     <div class="post-attr">
[615]5          <p class="post-info">
6               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span>
7               <span class="post-date">{{tpl:EntryDate}}. </span>
8               <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span>
9               <tpl:EntryIf has_category="1">
[2566]10                    <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a
11                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a
[694]12                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span>
[615]13               </tpl:EntryIf>
14          </p>
[2566]15
[615]16          <tpl:EntryTags>
17               <tpl:TagsHeader>
[701]18                    <ul class="post-tags">
[615]19               </tpl:TagsHeader>
[2566]20                    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
[615]21               <tpl:TagsFooter>
[701]22                    </ul>
[615]23               </tpl:TagsFooter>
24          </tpl:EntryTags>
[2566]25     </div>
26
[615]27     <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
28     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
[2566]29
[615]30     <!-- # Entry with an excerpt -->
31     <tpl:EntryIf extended="1">
32          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
33     </tpl:EntryIf>
[2566]34
[615]35     <div class="post-content">{{tpl:EntryContent}}</div>
[2566]36
[615]37     <!-- # --BEHAVIOR-- publicEntryAfterContent -->
38     {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
[609]39</div>
40
41<!-- # Attachments -->
42<tpl:Attachments>
[615]43     <tpl:AttachmentsHeader>
44          <div id="attachments">
45               <h3>{{tpl:lang Attachments}}</h3>
46               <ul>
47     </tpl:AttachmentsHeader>
48                    <li class="{{tpl:AttachmentType}}">
49                         <tpl:AttachmentIf is_mp3="1">
[2566]50                              {{tpl:include src="_mp3_player.html"/}} -
[615]51                         </tpl:AttachmentIf>
52                         <tpl:AttachmentIf is_flv="1">
53                              {{tpl:include src="_flv_player.html"/}}
54                         </tpl:AttachmentIf>
55                         <tpl:AttachmentIf is_flv="0">
56                              <a href="{{tpl:AttachmentURL}}"
57                               title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
58                         </tpl:AttachmentIf>
59                    </li>
60     <tpl:AttachmentsFooter>
61               </ul>
62          </div>
63     </tpl:AttachmentsFooter>
[609]64</tpl:Attachments>
65
66<!-- # Comments -->
67<tpl:EntryIf show_comments="1">
[615]68     <tpl:Comments with_pings="1">
69          <tpl:CommentsHeader>
70               <div id="comments">
[881]71                    <h3>{{tpl:EntryCommentCount count_all="1" none="no reactions" one="one reaction" more="%s reactions"}}</h3>
[615]72                    <ul>
73          </tpl:CommentsHeader>
74                         <tpl:CommentIf is_ping="0">
75                              <li id="c{{tpl:CommentID}}" class="comment {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
76                         </tpl:CommentIf>
77                         <tpl:CommentIf is_ping="1">
78                              <li id="c{{tpl:PingID}}" class="ping {{tpl:PingIfOdd}} {{tpl:PingIfFirst}}">
79                         </tpl:CommentIf>
80                                   <p class="comment-info"><a href="#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}</a>
81                                        {{tpl:lang From}} {{tpl:CommentAuthorLink}} - {{tpl:CommentDate format="%d"}}/{{tpl:CommentDate format="%m"}}/{{tpl:CommentDate format="%Y"}}, {{tpl:CommentTime}}
82                                   </p>
83                                   <div class="comment-content">
84                                        <!-- # --BEHAVIOR-- publicCommentBeforeContent -->
85                                        {{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
[2566]86
[615]87                                        {{tpl:CommentContent}}
[2566]88
[615]89                                        <!-- # --BEHAVIOR-- publicCommentAfterContent -->
90                                        {{tpl:SysBehavior behavior="publicCommentAfterContent"}}
91                                   </div>
92                              </li>
93          <tpl:CommentsFooter>
94                         </ul>
95                    </div>
96          </tpl:CommentsFooter>
97     </tpl:Comments>
[609]98</tpl:EntryIf>
99
100<tpl:EntryIf operator="or" comments_active="1" pings_active="1">
[615]101     <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}"
102           title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></p>
[609]103</tpl:EntryIf>
104
[2566]105<tpl:EntryIf comments_active="1">
[615]106     <tpl:SysIfFormError>
107          <p class="error" id="pr">{{tpl:SysFormError}}</p>
108     </tpl:SysIfFormError>
[2566]109
[615]110     <tpl:SysIfCommentPublished>
111          <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p>
112     </tpl:SysIfCommentPublished>
[2566]113
[615]114     <tpl:SysIfCommentPending>
115          <p class="message" id="pr">{{tpl:lang Your comment has been submitted and will be reviewed for publication.}}</p>
116     </tpl:SysIfCommentPending>
[2566]117
[615]118     <!-- # Comment form -->
119     <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form">
120          <tpl:IfCommentPreview>
121               <div id="pr">
122                    <h3>{{tpl:lang Your comment}}</h3>
[702]123                    <div class="comment-preview">{{tpl:CommentPreviewContent}}</div>
[615]124                    <p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
125               </div>
126          </tpl:IfCommentPreview>
[2566]127
[615]128          <h3>{{tpl:lang Add a comment}}</h3>
129          <fieldset>
130               <!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
131               {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
[2566]132
[615]133               <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label>
134                    <input name="c_name" id="c_name" type="text" size="30" maxlength="255"
135                     value="{{tpl:CommentPreviewName encode_html="1"}}" />
136               </p>
[2566]137
[615]138               <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label>
139                    <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
140                     value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
141               </p>
[2566]142
[615]143               <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label>
144                    <input name="c_site" id="c_site" type="text" size="30" maxlength="255"
145                     value="{{tpl:CommentPreviewSite encode_html="1"}}" />
146               </p>
[2566]147
[615]148               <p style="display:none">
149                    <input name="f_mail" type="text" size="30" maxlength="255" value="" />
150               </p>
[2566]151
[615]152               <p class="field"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label>
153                    <textarea name="c_content" id="c_content" cols="35"
154                     rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
155               </p>
[2566]156
[615]157               <p class="form-help">{{tpl:CommentHelp}}</p>
[2566]158
[615]159               <!-- # --BEHAVIOR-- publicCommentFormAfterContent -->
160               {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}}
161          </fieldset>
[2566]162
[615]163          <fieldset>
164               <p class="buttons">
165                    <input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
[1096]166                    <tpl:IfPreviewIsNotMandatory>
[615]167                         <input type="submit" class="submit" value="{{tpl:lang send}}" />
[1096]168                    </tpl:IfPreviewIsNotMandatory>
[615]169               </p>
170          </fieldset>
171     </form>
[609]172</tpl:EntryIf>
[2566]173
[609]174<tpl:EntryIf pings_active="1">
175     <div id="ping-url">
[615]176          <h3>{{tpl:lang Add ping}}</h3>
177          <p>{{tpl:lang Trackback URL}}&nbsp;: {{tpl:EntryPingLink}}</p>
[609]178     </div>
[2566]179</tpl:EntryIf>
Note: See TracBrowser for help on using the repository browser.

Sites map