Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

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

Location:
themes/ductile/tpl
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/tpl/404.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11       
     11 
    1212     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1313     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> 
     
    1717     <meta name="dc.type" content="text" /> 
    1818     <meta name="dc.format" content="text/html" /> 
    19       
     19 
    2020     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2121     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2222     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    23       
     23 
    2424     {{tpl:include src="_head.html"}} 
    2525</head> 
     
    2727     <div id="page"> 
    2828          {{tpl:include src="_top.html"}} 
    29            
     29 
    3030          <div id="wrapper"> 
    31                 
     31 
    3232               <div id="main"> 
    3333                    <div id="content"> 
    34                           
     34 
    3535                         <div id="content-info"> 
    3636                              <h2>{{tpl:lang Document not found}}</h2> 
    3737                              <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 
    3838                         </div> 
    39                           
     39 
    4040                         <div class="content-inner"> 
    4141                              <h3>{{tpl:lang Suggestions:}}</h3> 
     
    4646                              </ul> 
    4747                         </div> <!-- End #content-inner --> 
    48                           
     48 
    4949                    </div> <!-- End #content --> 
    5050               </div> <!-- End #main --> 
    51                 
     51 
    5252               {{tpl:include src="_sidebar.html"}} 
    53                 
     53 
    5454          </div> <!-- End #wrapper --> 
    55            
     55 
    5656          {{tpl:include src="_footer.html"}} 
    5757     </div> <!-- End #page --> 
  • themes/ductile/tpl/_entry-full.html

    r803 r2566  
    33     <!-- # New day date --> 
    44     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    5       
     5 
    66     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7       
     7 
    88     <div class="post-attr"> 
    99          <p class="post-info"> 
     
    1111               <span class="post-date">{{tpl:EntryDate}}. </span> 
    1212               <tpl:EntryIf has_category="1"> 
    13                     <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a  
    14                     href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a  
     13                    <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
     14                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
    1515                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    1616               </tpl:EntryIf> 
    1717          </p> 
    18            
     18 
    1919          <tpl:EntryTags> 
    2020               <tpl:TagsHeader> 
    2121                    <ul class="post-tags"> 
    2222               </tpl:TagsHeader> 
    23                     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>  
     23                    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
    2424               <tpl:TagsFooter> 
    2525                    </ul> 
    2626               </tpl:TagsFooter> 
    2727          </tpl:EntryTags> 
    28      </div>     
    29       
     28     </div> 
     29 
    3030     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    3131     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    32       
     32 
    3333     <tpl:EntryIf extended="1"> 
    3434          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
    3535     </tpl:EntryIf> 
    3636     <div class="post-content">{{tpl:EntryContent}}</div> 
    37       
     37 
    3838     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    3939     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    40       
     40 
    4141     <!-- # Number of comments, trackbacks and attachments --> 
    4242     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
  • themes/ductile/tpl/_entry-short.html

    r803 r2566  
    33     <!-- # New day date --> 
    44     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    5       
     5 
    66     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7       
     7 
    88     <div class="post-attr"> 
    99          <p class="post-info"> 
     
    1111               <span class="post-date">{{tpl:EntryDate}}. </span> 
    1212               <tpl:EntryIf has_category="1"> 
    13                     <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a  
    14                     href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a  
     13                    <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
     14                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
    1515                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    1616               </tpl:EntryIf> 
    1717          </p> 
    18            
     18 
    1919          <tpl:EntryTags> 
    2020               <tpl:TagsHeader> 
    2121                    <ul class="post-tags"> 
    2222               </tpl:TagsHeader> 
    23                     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>  
     23                    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
    2424               <tpl:TagsFooter> 
    2525                    </ul> 
    2626               </tpl:TagsFooter> 
    2727          </tpl:EntryTags> 
    28      </div>     
    29       
     28     </div> 
     29 
    3030     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    3131     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    32       
     32 
    3333     <!-- # Entry with an excerpt --> 
    3434     <tpl:EntryIf extended="1"> 
     
    4141          </p> 
    4242     </tpl:EntryIf> 
    43       
     43 
    4444     <!-- # Entry without excerpt --> 
    4545     <tpl:EntryIf extended="0"> 
     
    5858          </tpl:EntryIfContentIsCut> 
    5959     </tpl:EntryIf> 
    60       
     60 
    6161     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    6262     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    63       
     63 
    6464     <!-- # Number of comments, trackbacks and attachments --> 
    6565     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
  • themes/ductile/tpl/_entry-title.html

    r803 r2566  
    55 
    66     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7       
     7 
    88     <div class="post-attr"> 
    99          <p class="post-info"> 
     
    1717               </tpl:EntryIf> 
    1818          </p> 
    19      </div>     
    20       
     19     </div> 
     20 
    2121     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    2222     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    23       
     23 
    2424     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    2525     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    26       
     26 
    2727     <!-- # Number of comments, trackbacks and attachments --> 
    2828     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
  • themes/ductile/tpl/_pagination.html

    r803 r2566  
    22     <p class="pagination"> 
    33          <tpl:PaginationIf end="0"> 
    4                <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
     4               <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> - 
    55          </tpl:PaginationIf> 
    6            
     6 
    77          {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
    8            
     8 
    99          <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next"> 
    1010               {{tpl:lang next entries}} &#187;</a> 
  • themes/ductile/tpl/_simple-entry.html

    r1096 r2566  
    11<div id="p{{tpl:EntryID}}" class="post simple"> 
    22     <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 
    3       
     3 
    44     <div class="post-attr"> 
    55          <p class="post-info"> 
     
    88               <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> 
    99               <tpl:EntryIf has_category="1"> 
    10                     <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a  
    11                     href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a  
     10                    <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
     11                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
    1212                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    1313               </tpl:EntryIf> 
    1414          </p> 
    15            
     15 
    1616          <tpl:EntryTags> 
    1717               <tpl:TagsHeader> 
    1818                    <ul class="post-tags"> 
    1919               </tpl:TagsHeader> 
    20                     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>  
     20                    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
    2121               <tpl:TagsFooter> 
    2222                    </ul> 
    2323               </tpl:TagsFooter> 
    2424          </tpl:EntryTags> 
    25      </div>     
    26       
     25     </div> 
     26 
    2727     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    2828     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    29       
     29 
    3030     <!-- # Entry with an excerpt --> 
    3131     <tpl:EntryIf extended="1"> 
    3232          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
    3333     </tpl:EntryIf> 
    34       
     34 
    3535     <div class="post-content">{{tpl:EntryContent}}</div> 
    36       
     36 
    3737     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    3838     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     
    4848                    <li class="{{tpl:AttachmentType}}"> 
    4949                         <tpl:AttachmentIf is_mp3="1"> 
    50                               {{tpl:include src="_mp3_player.html"/}} -  
     50                              {{tpl:include src="_mp3_player.html"/}} - 
    5151                         </tpl:AttachmentIf> 
    5252                         <tpl:AttachmentIf is_flv="1"> 
     
    8484                                        <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 
    8585                                        {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 
    86                                          
     86 
    8787                                        {{tpl:CommentContent}} 
    88                                          
     88 
    8989                                        <!-- # --BEHAVIOR-- publicCommentAfterContent --> 
    9090                                        {{tpl:SysBehavior behavior="publicCommentAfterContent"}} 
     
    103103</tpl:EntryIf> 
    104104 
    105 <tpl:EntryIf comments_active="1">     
     105<tpl:EntryIf comments_active="1"> 
    106106     <tpl:SysIfFormError> 
    107107          <p class="error" id="pr">{{tpl:SysFormError}}</p> 
    108108     </tpl:SysIfFormError> 
    109       
     109 
    110110     <tpl:SysIfCommentPublished> 
    111111          <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p> 
    112112     </tpl:SysIfCommentPublished> 
    113       
     113 
    114114     <tpl:SysIfCommentPending> 
    115115          <p class="message" id="pr">{{tpl:lang Your comment has been submitted and will be reviewed for publication.}}</p> 
    116116     </tpl:SysIfCommentPending> 
    117       
     117 
    118118     <!-- # Comment form --> 
    119119     <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> 
     
    125125               </div> 
    126126          </tpl:IfCommentPreview> 
    127            
     127 
    128128          <h3>{{tpl:lang Add a comment}}</h3> 
    129129          <fieldset> 
    130130               <!-- # --BEHAVIOR-- publicCommentFormBeforeContent --> 
    131131               {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 
    132                 
     132 
    133133               <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label> 
    134134                    <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 
    135135                     value="{{tpl:CommentPreviewName encode_html="1"}}" /> 
    136136               </p> 
    137                 
     137 
    138138               <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label> 
    139139                    <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 
    140140                     value="{{tpl:CommentPreviewEmail encode_html="1"}}" /> 
    141141               </p> 
    142                 
     142 
    143143               <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label> 
    144144                    <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 
    145145                     value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 
    146146               </p> 
    147                 
     147 
    148148               <p style="display:none"> 
    149149                    <input name="f_mail" type="text" size="30" maxlength="255" value="" /> 
    150150               </p> 
    151                 
     151 
    152152               <p class="field"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label> 
    153153                    <textarea name="c_content" id="c_content" cols="35" 
    154154                     rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 
    155155               </p> 
    156                 
     156 
    157157               <p class="form-help">{{tpl:CommentHelp}}</p> 
    158                 
     158 
    159159               <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 
    160160               {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} 
    161161          </fieldset> 
    162            
     162 
    163163          <fieldset> 
    164164               <p class="buttons"> 
     
    171171     </form> 
    172172</tpl:EntryIf> 
    173    
     173 
    174174<tpl:EntryIf pings_active="1"> 
    175175     <div id="ping-url"> 
  • themes/ductile/tpl/_top.html

    r810 r2566  
    11<div id="header"> 
    2       
     2 
    33     <div id="top"> 
    44          <p id="logo" class="nosmall"><a href="{{tpl:BlogURL}}"><img src="{{tpl:ductileLogoSrc}}" alt="{{tpl:lang Home}}" /></a></p> 
     
    66          <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p> 
    77     </div> 
    8       
     8 
    99     <ul id="prelude"> 
    1010          <li class="nosmall"><a href="#main">{{tpl:lang To content}}</a></li> 
     
    1212          <li><a href="#search">{{tpl:lang To search}}</a></li> 
    1313     </ul> 
    14       
     14 
    1515     <!-- # --BEHAVIOR-- publicTopAfterContent --> 
    1616     {{tpl:SysBehavior behavior="publicTopAfterContent"}} 
    17       
     17 
    1818     {{tpl:SimpleMenu id="sn-top" class="supranav nosmall"}} 
    1919 
  • themes/ductile/tpl/archive.html

    r1067 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1111     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12       
     12 
    1313     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1414     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> 
     
    1919     <meta name="dc.type" content="text" /> 
    2020     <meta name="dc.format" content="text/html" /> 
    21       
     21 
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23       
     23 
    2424     <tpl:Archives> 
    2525          <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 
    2626     </tpl:Archives> 
    27       
     27 
    2828     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2929     <tpl:Categories> 
     
    3131     </tpl:Categories> 
    3232     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    33       
     33 
    3434     {{tpl:include src="_head.html"}} 
    3535</head> 
     
    3737     <div id="page"> 
    3838          {{tpl:include src="_top.html"}} 
    39            
     39 
    4040          <div id="wrapper"> 
    41                 
     41 
    4242               <div id="main"> 
    4343                    <div id="content"> 
    44                           
     44 
    4545                         <div id="content-info"> 
    4646                              <h2>{{tpl:lang Archives}}</h2> 
    4747                         </div> 
    48                           
     48 
    4949                         <div class="content-inner"> 
    50                                
     50 
    5151                              <div id="time-criteria"><!-- entries sorted by date --> 
    5252                                   <div id="by-date" class="arch-block"> 
     
    6868                                   </div> 
    6969                              </div> 
    70                                
    71                               <div id="other-criteria"><!-- entries sorted by others criterias -->   
     70 
     71                              <div id="other-criteria"><!-- entries sorted by others criterias --> 
    7272                                   <tpl:Categories level="1"> 
    7373                                        <tpl:CategoriesHeader> 
     
    8181                                                            <ul> 
    8282                                             </tpl:CategoriesHeader> 
    83                                                                       <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>                     
     83                                                                      <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 
    8484                                             <tpl:CategoriesFooter> 
    8585                                                            </ul> 
    8686                                             </tpl:CategoriesFooter> 
    87                                         </tpl:CategoryFirstChildren>             
     87                                        </tpl:CategoryFirstChildren> 
    8888                                                       </li> 
    8989                                        <tpl:CategoriesFooter> 
     
    9292                                        </tpl:CategoriesFooter> 
    9393                                   </tpl:Categories> 
    94                                     
     94 
    9595                                   <tpl:Tags sortby="count" order="desc"> 
    9696                                        <tpl:TagsHeader> 
     
    101101                                                       <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
    102102                                        <tpl:TagsFooter> 
    103                                                   </ul>      
     103                                                  </ul> 
    104104                                             </div> 
    105105                                        </tpl:TagsFooter> 
    106106                                   </tpl:Tags> 
    107107                              </div> 
    108                                
    109                               <div id="more-arch"><!-- others things -->         
     108 
     109                              <div id="more-arch"><!-- others things --> 
    110110                                   <div class="arch-block"> 
    111111                                        <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> 
     
    122122                              </div> 
    123123                         </div> <!-- End .content-inner --> 
    124                           
     124 
    125125                    </div> <!-- End #content --> 
    126126               </div> <!-- End #main --> 
    127                 
     127 
    128128               <div id="sidebar"> 
    129129                    <div id="blognav"> 
     
    131131                         </tpl:Widget> 
    132132                    </div> <!-- End #blognav --> 
    133                      
     133 
    134134                    <div id="blogextra"> 
    135135                         {{tpl:Widgets type="extra"}} 
    136136                    </div> <!-- End #blogextra --> 
    137                      
     137 
    138138               </div> <!-- End #sidebar --> 
    139139          </div> <!-- End #wrapper --> 
    140            
     140 
    141141          {{tpl:include src="_footer.html"}} 
    142142     </div> <!-- End #page --> 
  • themes/ductile/tpl/archive_month.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1111     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12       
     12 
    1313     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1414     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> 
     
    1919     <meta name="dc.type" content="text" /> 
    2020     <meta name="dc.format" content="text/html" /> 
    21       
     21 
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2323     <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    2424     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    25       
     25 
    2626     <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 
    2727     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 
    28       
     28 
    2929     <tpl:Entries no_content="1"> 
    3030          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    3131     </tpl:Entries> 
    32       
     32 
    3333     {{tpl:include src="_head.html"}} 
    3434</head> 
     
    3636     <div id="page"> 
    3737          {{tpl:include src="_top.html"}} 
    38            
     38 
    3939          <div id="wrapper"> 
    40                 
     40 
    4141               <div id="main"> 
    4242                    <div id="content"> 
    43                           
     43 
    4444                         <p class="navlinks topnl"> 
    4545                              <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
     
    4747                              <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
    4848                         </p> 
    49                           
     49 
    5050                         <div id="content-info"> 
    5151                              <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 
    5252                         </div> 
    53                           
     53 
    5454                         <div class="content-inner"> 
    5555                              <tpl:Entries> 
     
    5757                              </tpl:Entries> 
    5858                         </div> 
    59                           
     59 
    6060                         <p class="navlinks"> 
    6161                              <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
     
    6363                              <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
    6464                         </p> 
    65                           
     65 
    6666                    </div> 
    6767               </div> <!-- End #main --> 
    68                 
     68 
    6969               {{tpl:include src="_sidebar.html"}} 
    70                 
     70 
    7171          </div> <!-- End #wrapper --> 
    72            
     72 
    7373          {{tpl:include src="_footer.html"}} 
    7474     </div> <!-- End #page --> 
  • themes/ductile/tpl/category.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7       
     7 
    88     <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    99     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> 
     
    1111     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1212     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13       
     13 
    1414     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    2121     <meta name="dc.type" content="text" /> 
    2222     <meta name="dc.format" content="text/html" /> 
    23       
     23 
    2424     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2525     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    26       
     26 
    2727     {{tpl:ductileNbEntryPerPage}} 
    2828     <tpl:Entries no_content="1"> 
     
    3232                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3333                    </tpl:PaginationIf> 
    34                      
     34 
    3535                    <tpl:PaginationIf start="0"> 
    3636                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3838               </tpl:Pagination> 
    3939          </tpl:EntriesHeader> 
    40            
     40 
    4141          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4242     </tpl:Entries> 
    43       
     43 
    4444     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 
    45       
     45 
    4646     {{tpl:include src="_head.html"}} 
    4747</head> 
     
    4949     <div id="page"> 
    5050          {{tpl:include src="_top.html"}} 
    51            
     51 
    5252          <div id="wrapper"> 
    53                 
     53 
    5454               <div id="main"> 
    5555                    <div id="content"> 
    56                           
     56 
    5757                         <div id="content-info"> 
    5858                              <h2> 
    5959                                   <tpl:CategoryParents> 
    60                                         <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;  
     60                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; 
    6161                                   </tpl:CategoryParents> 
    6262                                   {{tpl:CategoryTitle encode_html="1"}} 
    6363                              </h2> 
    6464                              {{tpl:CategoryDescription}} 
    65                                
     65 
    6666                              <tpl:CategoryIf has_entries="1"> 
    6767                                   <p class="feed-info"> 
    6868                                        <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
    6969                                         title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    70                                          
     70 
    7171                                        <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    7272                                              - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
     
    7575                                   </p> 
    7676                              </tpl:CategoryIf> 
    77                                
     77 
    7878                              <tpl:CategoryFirstChildren> 
    7979                                   <tpl:CategoriesHeader> 
     
    9090                         </div> 
    9191 
    92                          <div class="content-inner">                        
     92                         <div class="content-inner"> 
    9393                              {{tpl:ductileNbEntryPerPage}} 
    9494                              <tpl:Entries> 
    9595                                   {{tpl:ductileEntriesList default="short"}} 
    96                                
     96 
    9797                                   <tpl:EntriesFooter> 
    9898                                        {{tpl:include src="_pagination.html"}} 
     
    102102                    </div> <!-- End #content --> 
    103103               </div> <!-- End #main --> 
    104                 
     104 
    105105               {{tpl:include src="_sidebar.html"}} 
    106                 
     106 
    107107          </div> <!-- End #wrapper --> 
    108            
     108 
    109109          {{tpl:include src="_footer.html"}} 
    110110     </div> <!-- End #page --> 
  • themes/ductile/tpl/home.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7       
     7 
    88     <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    99     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    1111     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1212     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13       
     13 
    1414     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    2121     <meta name="dc.type" content="text" /> 
    2222     <meta name="dc.format" content="text/html" /> 
    23       
     23 
    2424     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2525     <tpl:Categories> 
    2626          <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    2727     </tpl:Categories> 
    28       
     28 
    2929     {{tpl:ductileNbEntryPerPage nb="8"}} 
    3030     <tpl:Entries no_content="1"> 
     
    3434                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3535                    </tpl:PaginationIf> 
    36                      
     36 
    3737                    <tpl:PaginationIf start="0"> 
    3838                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    4040               </tpl:Pagination> 
    4141          </tpl:EntriesHeader> 
    42            
     42 
    4343          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4444     </tpl:Entries> 
    45       
     45 
    4646     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    4747     <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
    4848     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    49       
     49 
    5050     {{tpl:include src="_head.html"}} 
    5151</head> 
     
    5353     <div id="page"> 
    5454          {{tpl:include src="_top.html"}} 
    55            
     55 
    5656          <div id="wrapper"> 
    57                 
     57 
    5858               <div id="main"> 
    5959                    <div id="content"> 
    60                           
     60 
    6161                         {{tpl:ductileNbEntryPerPage nb="8"}} 
    6262                         <tpl:Entries> 
    63                                
     63 
    6464                              <!-- First page --> 
    6565                              <tpl:SysIf current_mode="default"> 
     
    6767                                        {{tpl:include src="_entry-full.html"}} 
    6868                                   </tpl:LoopPosition> 
    69                                     
     69 
    7070                                   <tpl:LoopPosition start="2"> 
    7171                                        {{tpl:ductileEntriesList default="short"}} 
    7272                                   </tpl:LoopPosition> 
    7373                              </tpl:SysIf> 
    74                                
     74 
    7575                              <!-- Next pages --> 
    7676                              <tpl:SysIf current_mode="!default"> 
    7777                                   {{tpl:ductileEntriesList default="short"}} 
    78                               </tpl:SysIf>    
    79                                
     78                              </tpl:SysIf> 
     79 
    8080                              <!-- Pagination --> 
    8181                              <tpl:EntriesFooter> 
    8282                                   {{tpl:include src="_pagination.html"}} 
    8383                              </tpl:EntriesFooter> 
    84                                
     84 
    8585                         </tpl:Entries> 
    86                           
     86 
    8787                    </div> <!-- End #content --> 
    8888               </div> <!-- End #main --> 
    89                 
     89 
    9090               {{tpl:include src="_sidebar.html"}} 
    91                 
     91 
    9292          </div> <!-- End #wrapper --> 
    93            
     93 
    9494          {{tpl:include src="_footer.html"}} 
    9595     </div> <!-- End #page --> 
  • themes/ductile/tpl/page.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7       
     7 
    88     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     
    1111     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1212     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13       
     13 
    1414     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515     <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     
    2222     <meta name="dc.type" content="text" /> 
    2323     <meta name="dc.format" content="text/html" /> 
    24       
     24 
    2525     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2626     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    27       
     27 
    2828     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    29       
     29 
    3030     {{tpl:include src="_head.html"}} 
    31       
     31 
    3232     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
    3333     <script type="text/javascript"> 
     
    4040     <div id="page"> 
    4141          {{tpl:EntryPingData}} 
    42            
     42 
    4343          {{tpl:include src="_top.html"}} 
    44            
     44 
    4545          <div id="wrapper"> 
    46                 
     46 
    4747               <div id="main"> 
    4848                    <div id="content"> 
    49                           
     49 
    5050                         {{tpl:include src="_simple-entry.html"}} 
    51                           
     51 
    5252                    </div> 
    5353               </div> <!-- End #main --> 
    54                 
     54 
    5555               {{tpl:include src="_sidebar.html"}} 
    56                 
     56 
    5757          </div> <!-- End #wrapper --> 
    58            
     58 
    5959          {{tpl:include src="_footer.html"}} 
    6060     </div> <!-- End #page --> 
  • themes/ductile/tpl/post.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7       
     7 
    88     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     
    1111     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1212     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13       
     13 
    1414     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515     <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     
    2222     <meta name="dc.type" content="text" /> 
    2323     <meta name="dc.format" content="text/html" /> 
    24       
     24 
    2525     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2626     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    27       
     27 
    2828     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
    2929     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
    30       
     30 
    3131     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    32       
     32 
    3333     {{tpl:include src="_head.html"}} 
    34       
     34 
    3535     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
    3636     <script type="text/javascript"> 
     
    4343     <div id="page"> 
    4444          {{tpl:EntryPingData}} 
    45            
     45 
    4646          {{tpl:include src="_top.html"}} 
    47            
     47 
    4848          <div id="wrapper"> 
    49                 
     49 
    5050               <div id="main"> 
    5151                    <div id="content"> 
    52                           
     52 
    5353                         <p class="navlinks topnl"> 
    5454                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
     
    5959                               cut_string="50"}} &#187;</a></tpl:EntryNext> 
    6060                         </p> 
    61                           
     61 
    6262                         {{tpl:include src="_simple-entry.html"}} 
    63                           
     63 
    6464                         <p class="navlinks"> 
    6565                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
     
    7070                               cut_string="50"}} &#187;</a></tpl:EntryNext> 
    7171                         </p> 
    72                           
     72 
    7373                    </div> 
    7474               </div> <!-- End #main --> 
    75                 
     75 
    7676               {{tpl:include src="_sidebar.html"}} 
    77                 
     77 
    7878          </div> <!-- End #wrapper --> 
    79            
     79 
    8080          {{tpl:include src="_footer.html"}} 
    8181     </div> <!-- End #page --> 
  • themes/ductile/tpl/search.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1111     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12       
     12 
    1313     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1414     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    1919     <meta name="dc.type" content="text" /> 
    2020     <meta name="dc.format" content="text/html" /> 
    21       
     21 
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2323     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24       
     24 
    2525     {{tpl:ductileNbEntryPerPage}} 
    2626     <tpl:Entries no_content="1"> 
     
    3030                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3131                    </tpl:PaginationIf> 
    32                      
     32 
    3333                    <tpl:PaginationIf start="0"> 
    3434                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3636               </tpl:Pagination> 
    3737          </tpl:EntriesHeader> 
    38            
     38 
    3939          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4040     </tpl:Entries> 
    41       
     41 
    4242     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    43       
     43 
    4444     {{tpl:include src="_head.html"}} 
    4545</head> 
     
    4747     <div id="page"> 
    4848          {{tpl:include src="_top.html"}} 
    49            
     49 
    5050          <div id="wrapper"> 
    51                 
     51 
    5252               <div id="main"> 
    5353                    <div id="content"> 
    54                           
     54 
    5555                         <div id="content-info"> 
    5656                              <h2>{{tpl:lang Search}}</h2> 
     
    6565                              </tpl:SysIf> 
    6666                         </div> 
    67                           
     67 
    6868                         <div class="content-inner"> 
    6969                              {{tpl:ductileNbEntryPerPage}} 
    7070                              <tpl:Entries type="post,page"> 
    71                                
     71 
    7272                                   {{tpl:ductileEntriesList default="short"}} 
    73                                
     73 
    7474                                   <tpl:EntriesFooter> 
    7575                                        <tpl:Pagination> 
    7676                                             <p class="pagination"> 
    7777                                                  <tpl:PaginationIf end="0"> 
    78                                                        <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
     78                                                       <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> - 
    7979                                                  </tpl:PaginationIf> 
    8080                                                   {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
     
    8989                    </div> <!-- End #content --> 
    9090               </div> <!-- End #main --> 
    91                 
     91 
    9292               {{tpl:include src="_sidebar.html"}} 
    93                 
     93 
    9494          </div> <!-- End #wrapper --> 
    95            
     95 
    9696          {{tpl:include src="_footer.html"}} 
    9797     </div> <!-- End #page --> 
  • themes/ductile/tpl/tag.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1111     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12       
     12 
    1313     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1414     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    1919     <meta name="dc.type" content="text" /> 
    2020     <meta name="dc.format" content="text/html" /> 
    21       
     21 
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2323     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24       
     24 
    2525     {{tpl:ductileNbEntryPerPage}} 
    2626     <tpl:Entries no_content="1"> 
     
    3030                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3131                    </tpl:PaginationIf> 
    32                      
     32 
    3333                    <tpl:PaginationIf start="0"> 
    3434                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3636               </tpl:Pagination> 
    3737          </tpl:EntriesHeader> 
    38            
     38 
    3939          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4040     </tpl:Entries> 
    41       
     41 
    4242     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 
    4343     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    44       
     44 
    4545     {{tpl:include src="_head.html"}} 
    4646</head> 
     
    4848     <div id="page"> 
    4949          {{tpl:include src="_top.html"}} 
    50            
     50 
    5151          <div id="wrapper"> 
    52                 
     52 
    5353               <div id="main"> 
    5454                    <div id="content"> 
    55                           
     55 
    5656                         <div id="content-info"> 
    5757                              <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 
     
    6969                              <tpl:Entries> 
    7070                                   {{tpl:ductileEntriesList default="short"}} 
    71                                
     71 
    7272                                   <tpl:EntriesFooter> 
    7373                                        {{tpl:include src="_pagination.html"}} 
    7474                                   </tpl:EntriesFooter> 
    75                                
     75 
    7676                              </tpl:Entries> 
    7777                         </div> <!-- End #content-inner --> 
    7878                    </div> <!-- End #content --> 
    7979               </div> <!-- End #main --> 
    80                 
     80 
    8181               {{tpl:include src="_sidebar.html"}} 
    82                 
     82 
    8383          </div> <!-- End #wrapper --> 
    84            
     84 
    8585          {{tpl:include src="_footer.html"}} 
    8686     </div> <!-- End #page --> 
  • themes/ductile/tpl/tags.html

    r803 r2566  
    55     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7       
     7 
    88     <title>{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}</title> 
    99     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1010     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1111     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12       
     12 
    1313     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1414     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" /> 
     
    1919     <meta name="dc.type" content="text" /> 
    2020     <meta name="dc.format" content="text/html" /> 
    21       
     21 
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2323     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24       
     24 
    2525     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    26       
     26 
    2727     {{tpl:include src="_head.html"}} 
    2828</head> 
     
    3030     <div id="page"> 
    3131          {{tpl:include src="_top.html"}} 
    32            
     32 
    3333          <div id="wrapper"> 
    34                 
     34 
    3535               <div id="main"> 
    3636                    <div id="content"> 
    37                           
     37 
    3838                         <div id="content-info"> 
    3939                              <h2>{{tpl:lang Tags}}</h2> 
    4040                         </div> 
    41                           
    42                          <div class="content-inner">   
     41 
     42                         <div class="content-inner"> 
    4343                              <ul class="tags"> 
    4444                                   <tpl:Tags> 
     
    4747                              </ul> 
    4848                         </div> 
    49                           
     49 
    5050                    </div> 
    5151               </div> <!-- End #main --> 
    52                 
     52 
    5353               {{tpl:include src="_sidebar.html"}} 
    54                 
     54 
    5555          </div> <!-- End #wrapper --> 
    56            
     56 
    5757          {{tpl:include src="_footer.html"}} 
    5858     </div> <!-- End #page --> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map