Changeset 2623:4206c36666b0 for inc/public/default-templates/currywurst
- Timestamp:
- 12/23/13 21:16:48 (12 years ago)
- Branch:
- default
- Location:
- inc/public/default-templates/currywurst
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/README.md
r2622 r2623 41 41 (aka contexte du billet seul entier avec commentaires etc.) 42 42 43 Formulaire de dépôt de commentaire : 44 - remplacement des inputs par des buttons 45 - typage des champs 46 - ajout des attributs required quand nécessaire 47 43 48 Découpage en deux grandes div : post et post-feedback. 44 49 - post -
inc/public/default-templates/currywurst/_entry-full.html
r2619 r2623 10 10 11 11 <tpl:EntryIf extended="1"> 12 12 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 13 13 </tpl:EntryIf> 14 14 15 <div class="post-content">{{tpl:EntryContent}}</div> 15 16 … … 20 21 <p class="post-info"> 21 22 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 22 <span class="post-date">{{tpl:EntryDate}}. 23 </p> 24 <tpl:EntryIf has_category="1"> 25 <p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 23 <span class="post-date">{{tpl:EntryDate}}.</span> 24 <tpl:EntryIf has_category="1"> 25 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 26 26 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 27 27 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> 28 </p> 29 </tpl:EntryIf> 28 </span> 29 </tpl:EntryIf> 30 </p> 30 31 31 32 <tpl:EntryTags> 32 33 <tpl:TagsHeader> 33 34 <ul class="post-tags-list"> 34 35 </tpl:TagsHeader> 35 36 <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 36 37 <tpl:TagsFooter> 37 38 </ul> 38 39 </tpl:TagsFooter> 39 40 </tpl:EntryTags> … … 43 44 <p class="post-info-co"> 44 45 <tpl:EntryIf show_comments="1"> 45 46 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 46 47 </tpl:EntryIf> 47 48 <tpl:EntryIf show_pings="1"> 48 49 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 49 50 <tpl:EntryIf has_attachment="1"> 50 51 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 51 52 </p> 52 53 </tpl:EntryIf> -
inc/public/default-templates/currywurst/_entry-short.html
r2619 r2623 37 37 <p class="post-info"> 38 38 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 39 <span class="post-date">{{tpl:EntryDate}}.</p> 40 <tpl:EntryIf has_category="1"><p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 41 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 42 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></p> 43 </tpl:EntryIf> 39 <span class="post-date">{{tpl:EntryDate}}.</span> 40 <tpl:EntryIf has_category="1"> 41 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 42 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 43 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 44 </tpl:EntryIf> 45 </p> 44 46 45 47 <tpl:EntryTags> -
inc/public/default-templates/currywurst/_simple-entry.html
r2622 r2623 139 139 140 140 <p class="field mail-field"><label for="c_mail">{{tpl:lang Email address}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label> 141 <input name="c_mail" id="c_mail" type=" text" size="30" maxlength="255"141 <input name="c_mail" id="c_mail" type="email" size="30" maxlength="255" 142 142 value="{{tpl:CommentPreviewEmail encode_html="1"}}" required /> 143 143 </p> 144 144 145 145 <p class="field site-field"><label for="c_site">{{tpl:lang Website}} :</label> 146 <input name="c_site" id="c_site" type=" text" size="30" maxlength="255"146 <input name="c_site" id="c_site" type="url" size="30" maxlength="255" 147 147 value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 148 148 </p>
Note: See TracChangeset
for help on using the changeset viewer.