Dotclear

Changeset 615:80036175810b for themes


Ignore:
Timestamp:
07/22/11 11:34:06 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Reprise des templates (mises en forme, corrections)

Location:
themes/ductile/tpl
Files:
19 edited

Legend:

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

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    7    
    8   <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11    
    12   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    13   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> 
    14   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    15   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    16   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    17   <meta name="dc.type" content="text" /> 
    18   <meta name="dc.format" content="text/html" /> 
    19    
    20   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    21   <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    22   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    23    
    24   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
     7      
     8     <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11      
     12     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     13     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> 
     14     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     15     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     16     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     17     <meta name="dc.type" content="text" /> 
     18     <meta name="dc.format" content="text/html" /> 
     19      
     20     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     21     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
     22     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
     23      
     24     {{tpl:include src="_head.html"}} 
    2525</head> 
    2626 
    2727<body class="dc-404"> 
    28 <div id="page"> 
    29 {{tpl:include src="_top.html"}} 
    30  
    31 <div id="wrapper"> 
    32  
    33 <div id="main"> 
    34   <div id="content"> 
    35    
    36   <div id="content-info"> 
    37     <h2>{{tpl:lang Document not found}}</h2> 
    38     <p>L'adresse est erronée ou la page a été supprimée.</p> 
    39   </div> 
    40    
    41   <div class="content-inner"> 
    42           <h3>{{tpl:lang Suggestions:}}</h3> 
    43           <ul> 
    44                <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> 
    45                <li><a href="#search">{{tpl:lang Use search form}}</a></li> 
    46                <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> 
    47           </ul> 
    48   </div> 
    49    
    50   </div> 
    51 </div> 
    52  
    53 <div id="sidebar"> 
    54   <div id="blognav"> 
    55     {{tpl:Widgets type="nav"}} 
    56   </div> <!-- End #blognav --> 
    57    
    58   <div id="blogextra"> 
    59     {{tpl:Widgets type="extra"}} 
    60   </div> <!-- End #blogextra --> 
    61 </div> 
    62  
    63 </div> <!-- End #wrapper --> 
    64  
    65 {{tpl:include src="_footer.html"}} 
    66 </div> <!-- End #page --> 
     28     <div id="page"> 
     29          {{tpl:include src="_top.html"}} 
     30           
     31          <div id="wrapper"> 
     32                
     33               <div id="main"> 
     34                    <div id="content"> 
     35                          
     36                         <div id="content-info"> 
     37                              <h2>{{tpl:lang Document not found}}</h2> 
     38                              <p>L'adresse est erronée ou la page a été supprimée.</p> 
     39                         </div> 
     40                          
     41                         <div class="content-inner"> 
     42                              <h3>{{tpl:lang Suggestions:}}</h3> 
     43                              <ul> 
     44                                   <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> 
     45                                   <li><a href="#search">{{tpl:lang Use search form}}</a></li> 
     46                                   <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> 
     47                              </ul> 
     48                         </div> 
     49                          
     50                    </div> 
     51               </div> 
     52                
     53               {{tpl:include src="_sidebar.html"}} 
     54                
     55          </div> <!-- End #wrapper --> 
     56           
     57          {{tpl:include src="_footer.html"}} 
     58     </div> <!-- End #page --> 
    6759</body> 
    6860</html> 
  • themes/ductile/tpl/_entry-full.html

    r535 r615  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    2     <!-- # New day date --> 
    3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    4      
    5     <h2 class="post-title"><a 
    6     href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7      
    8           <div class="post-attr"> 
    9          <p class="post-info"> 
    10           <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
    11           <span class="post-date">{{tpl:EntryDate}}. </span> 
    12           <tpl:EntryIf has_category="1"> 
     1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2     <!-- # New day date --> 
     3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     4      
     5     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     6      
     7     <div class="post-attr"> 
     8          <p class="post-info"> 
     9               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     10               <span class="post-date">{{tpl:EntryDate}}. </span> 
     11               <tpl:EntryIf has_category="1"> 
    1312                    <tpl:EntryCategoriesBreadcrumb> 
    14                       <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
     13                         <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
    1514                    </tpl:EntryCategoriesBreadcrumb> 
    16                <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    17           </tpl:EntryIf> 
    18          </p> 
    19           
    20          <tpl:EntryTags> 
    21          <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
    22          <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 
    23          <tpl:TagsFooter></p></tpl:TagsFooter> 
    24          </tpl:EntryTags> 
    25           </div>     
    26  
    27     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    28     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    29      
    30      <tpl:EntryIf extended="1"> 
    31           <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
    32       </tpl:EntryIf> 
    33       <div class="post-content">{{tpl:EntryContent}}</div> 
    34  
    35      
    36     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    37     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    38      
    39     <!-- # Number of comments, trackbacks and attachments --> 
    40     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    41       <p class="post-info-co"> 
    42     </tpl:EntryIf> 
    43     <tpl:EntryIf show_comments="1"> 
    44       <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
    45     </tpl:EntryIf> 
    46     <tpl:EntryIf show_pings="1"> 
    47       <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
    48     <tpl:EntryIf has_attachment="1"> 
    49       <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
    50     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    51       </p> 
    52     </tpl:EntryIf> 
    53     </div> 
     15                    <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     16               </tpl:EntryIf> 
     17          </p> 
     18           
     19          <tpl:EntryTags> 
     20               <tpl:TagsHeader> 
     21                    <p class="post-tags"> 
     22               </tpl:TagsHeader> 
     23                         <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 
     24               <tpl:TagsFooter> 
     25                    </p> 
     26               </tpl:TagsFooter> 
     27          </tpl:EntryTags> 
     28     </div>     
     29      
     30     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     31     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
     32      
     33     <tpl:EntryIf extended="1"> 
     34          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
     35     </tpl:EntryIf> 
     36     <div class="post-content">{{tpl:EntryContent}}</div> 
     37      
     38     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
     39     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     40      
     41     <!-- # Number of comments, trackbacks and attachments --> 
     42     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     43          <p class="post-info-co"> 
     44     </tpl:EntryIf> 
     45     <tpl:EntryIf show_comments="1"> 
     46               <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
     47     </tpl:EntryIf> 
     48     <tpl:EntryIf show_pings="1"> 
     49               <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
     50     <tpl:EntryIf has_attachment="1"> 
     51               <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
     52     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     53          </p> 
     54     </tpl:EntryIf> 
     55</div> 
  • themes/ductile/tpl/_entry-short.html

    r574 r615  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} short" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    2     <!-- # New day date --> 
    3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    4      
    5     <h2 class="post-title"><a 
    6     href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7      
    8           <div class="post-attr"> 
    9          <p class="post-info"> 
    10           <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
    11           <span class="post-date">{{tpl:EntryDate}}. </span> 
    12           <tpl:EntryIf has_category="1"> 
     1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} short" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2     <!-- # New day date --> 
     3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     4      
     5     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     6      
     7     <div class="post-attr"> 
     8          <p class="post-info"> 
     9               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     10               <span class="post-date">{{tpl:EntryDate}}. </span> 
     11               <tpl:EntryIf has_category="1"> 
    1312                    <tpl:EntryCategoriesBreadcrumb> 
    14                       <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
     13                         <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
    1514                    </tpl:EntryCategoriesBreadcrumb> 
    16                <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    17           </tpl:EntryIf> 
    18          </p> 
    19           
    20          <tpl:EntryTags> 
    21          <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
    22          <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 
    23          <tpl:TagsFooter></p></tpl:TagsFooter> 
    24          </tpl:EntryTags> 
    25           </div>     
    26      
    27     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    28     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    29      
    30     <!-- # Entry with an excerpt --> 
    31     <tpl:EntryIf extended="1"> 
    32       <div class="post-content">{{tpl:EntryExcerpt}}</div> 
    33       <p class="read-it"><a href="{{tpl:EntryURL}}" 
    34       title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue 
    35       reading}}</a></p> 
    36     </tpl:EntryIf> 
    37      
    38     <!-- # Entry without excerpt --> 
    39     <tpl:EntryIf extended="0"> 
    40       <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}}</div> 
    41       <tpl:EntryIfContentIsCut encode_html="1" remove_html="1" cut_string="300"> 
    42         <p class="read-it"><a href="{{tpl:EntryURL}}" 
    43         title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 
    44       </tpl:EntryIfContentIsCut> 
    45     </tpl:EntryIf> 
    46      
    47     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    48     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    49      
    50     <!-- # Number of comments, trackbacks and attachments --> 
    51     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    52       <p class="post-info-co"> 
    53     </tpl:EntryIf> 
    54     <tpl:EntryIf show_comments="1"> 
    55       <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
    56     </tpl:EntryIf> 
    57     <tpl:EntryIf show_pings="1"> 
    58       <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
    59     <tpl:EntryIf has_attachment="1"> 
    60       <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
    61     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    62       </p> 
    63     </tpl:EntryIf> 
    64     </div> 
     15                    <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     16               </tpl:EntryIf> 
     17          </p> 
     18           
     19          <tpl:EntryTags> 
     20               <tpl:TagsHeader> 
     21                    <p class="post-tags"> 
     22               </tpl:TagsHeader> 
     23                         <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 
     24               <tpl:TagsFooter> 
     25                    </p> 
     26               </tpl:TagsFooter> 
     27          </tpl:EntryTags> 
     28     </div>     
     29      
     30     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     31     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
     32      
     33     <!-- # Entry with an excerpt --> 
     34     <tpl:EntryIf extended="1"> 
     35          <div class="post-content">{{tpl:EntryExcerpt}}</div> 
     36          <p class="read-it"><a href="{{tpl:EntryURL}}" 
     37           title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a> 
     38          </p> 
     39     </tpl:EntryIf> 
     40      
     41     <!-- # Entry without excerpt --> 
     42     <tpl:EntryIf extended="0"> 
     43          <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}}</div> 
     44          <tpl:EntryIfContentIsCut encode_html="1" remove_html="1" cut_string="300"> 
     45               <p class="read-it"><a href="{{tpl:EntryURL}}" 
     46                title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 
     47          </tpl:EntryIfContentIsCut> 
     48     </tpl:EntryIf> 
     49      
     50     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
     51     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     52      
     53     <!-- # Number of comments, trackbacks and attachments --> 
     54     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     55          <p class="post-info-co"> 
     56     </tpl:EntryIf> 
     57     <tpl:EntryIf show_comments="1"> 
     58               <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
     59     </tpl:EntryIf> 
     60     <tpl:EntryIf show_pings="1"> 
     61               <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
     62     <tpl:EntryIf has_attachment="1"> 
     63               <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
     64     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     65          </p> 
     66     </tpl:EntryIf> 
     67</div> 
  • themes/ductile/tpl/_entry-title.html

    r535 r615  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    2     <!-- # New day date --> 
    3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    4      
    5     <h2 class="post-title"><a 
    6     href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7      
    8           <div class="post-attr"> 
    9          <p class="post-info"> 
    10           <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
    11           <span class="post-date">{{tpl:EntryDate}}. </span> 
    12           <tpl:EntryIf has_category="1"> 
     1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2     <!-- # New day date --> 
     3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     4 
     5     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     6      
     7     <div class="post-attr"> 
     8          <p class="post-info"> 
     9               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     10               <span class="post-date">{{tpl:EntryDate}}. </span> 
     11               <tpl:EntryIf has_category="1"> 
    1312                    <tpl:EntryCategoriesBreadcrumb> 
    14                       <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
     13                         <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
    1514                    </tpl:EntryCategoriesBreadcrumb> 
    16                <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    17          </tpl:EntryIf> 
    18          </p> 
    19           </div>     
    20      
    21     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    22     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    23      
    24     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    25     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    26      
    27     <!-- # Number of comments, trackbacks and attachments --> 
    28     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    29       <p class="post-info-co"> 
    30     </tpl:EntryIf> 
    31     <tpl:EntryIf show_comments="1"> 
    32       <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
    33     </tpl:EntryIf> 
    34     <tpl:EntryIf show_pings="1"> 
    35       <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
    36     <tpl:EntryIf has_attachment="1"> 
    37       <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
    38     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    39       </p> 
    40     </tpl:EntryIf> 
    41     </div> 
     15                    <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     16               </tpl:EntryIf> 
     17          </p> 
     18     </div>     
     19      
     20     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     21     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
     22      
     23     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
     24     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     25      
     26     <!-- # Number of comments, trackbacks and attachments --> 
     27     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     28          <p class="post-info-co"> 
     29     </tpl:EntryIf> 
     30     <tpl:EntryIf show_comments="1"> 
     31               <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
     32     </tpl:EntryIf> 
     33     <tpl:EntryIf show_pings="1"> 
     34               <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
     35     <tpl:EntryIf has_attachment="1"> 
     36               <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
     37     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     38          </p> 
     39     </tpl:EntryIf> 
     40</div> 
  • themes/ductile/tpl/_footer.html

    r497 r615  
    1212     {{tpl:SysBehavior behavior="publicInsideFooter"}} 
    1313 
    14  
    1514     <p>{{tpl:SysPoweredBy}}</p> 
    1615</div> 
  • themes/ductile/tpl/_head.html

    r497 r615  
    11<!-- media queries --> 
    2      <meta name="viewport" content="width=device-width" /> 
    3      <!-- compat media queries --> 
    4      <!--[if lt IE 9]> 
    5           <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
    6      <![endif]--> 
    7  
     2<meta name="viewport" content="width=device-width" /> 
     3<!-- compat media queries --> 
     4<!--[if lt IE 9]> 
     5     <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
     6<![endif]--> 
    87 
    98<style type="text/css" media="screen"> 
  • themes/ductile/tpl/_pagination.html

    r459 r615  
    55               {{tpl:lang previous entries}}</a> -  
    66          </tpl:PaginationIf> 
    7  
     7           
    88          {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
    9  
     9           
    1010          <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next"> 
    1111               {{tpl:lang next entries}} &#187;</a> 
  • themes/ductile/tpl/_sidebar.html

    r436 r615  
    11<div id="sidebar"> 
    2  
    3   <div id="blognav"> 
    4     {{tpl:Widgets type="nav"}} 
    5   </div> <!-- End #blognav --> 
    6    
    7   <div id="blogextra"> 
    8     {{tpl:Widgets type="extra"}} 
    9   </div> <!-- End #blogextra --> 
     2     <div id="blognav"> 
     3          {{tpl:Widgets type="nav"}} 
     4     </div> <!-- End #blognav --> 
     5      
     6     <div id="blogextra"> 
     7          {{tpl:Widgets type="extra"}} 
     8     </div> <!-- End #blogextra --> 
    109</div> 
  • themes/ductile/tpl/_simple-entry.html

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

    r599 r615  
    11<div id="header"> 
    2  
     2      
    33     <div id="top"> 
    44          <p id="logo" class="nosmall"><a href="{{tpl:BlogURL}}"><img src="{{tpl:BlogThemeURL}}/img/logo.png" alt="{{tpl:lang Home}}" /></a></p> 
    5      <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 
     5          <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 
    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      
     18     {{tpl:SimpleMenu id="sn-top" class="supranav nosmall"}} 
    1719 
    18      {{tpl:SimpleMenu id="sn-top" class="supranav nosmall"}} 
    19       
    2020</div> 
  • themes/ductile/tpl/archive.html

    r502 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
    8   <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
    13   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    14   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> 
    15   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    16   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    17   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    18   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    19   <meta name="dc.type" content="text" /> 
    20   <meta name="dc.format" content="text/html" /> 
    21    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23    
    24   <tpl:Archives> 
    25     <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 
    26   </tpl:Archives> 
    27    
    28   <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    29   <tpl:Categories> 
    30   <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    31   </tpl:Categories> 
    32   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    33    
    34   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7      
     8     <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12      
     13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> 
     15     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     16     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     17     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     18     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     19     <meta name="dc.type" content="text" /> 
     20     <meta name="dc.format" content="text/html" /> 
     21      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23      
     24     <tpl:Archives> 
     25          <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 
     26     </tpl:Archives> 
     27      
     28     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
     29     <tpl:Categories> 
     30          <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
     31     </tpl:Categories> 
     32     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
     33      
     34     {{tpl:include src="_head.html"}} 
    3535</head> 
    3636 
    3737<body class="dc-archive"> 
    38 <div id="page"> 
    39 {{tpl:include src="_top.html"}} 
    40  
    41 <div id="wrapper"> 
    42  
    43 <div id="main"> 
    44   <div id="content"> 
    45    
    46   <div id="content-info"> 
    47     <h2>{{tpl:lang Archives}}</h2> 
    48   </div> 
    49    
    50   <div class="content-inner"> 
    51  
    52      <div id="time-criteria"><!-- entries sorted by date --> 
    53           <div id="by-date" class="arch-block"> 
    54                <h3>{{tpl:lang By date}}</h3> 
    55                <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 
    56           <tpl:Archives order="asc"> 
    57               <tpl:ArchivesYearHeader> 
    58                <div> 
    59                 <h4>{{tpl:ArchiveDate format="%Y"}}</h4> 
    60                 <ul> 
    61                    </tpl:ArchivesYearHeader> 
    62                      <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 
    63                      <span>({{tpl:ArchiveEntriesCount}})</span></li> 
    64                    <tpl:ArchivesYearFooter> 
    65                 </ul> 
    66                 </div> 
    67               </tpl:ArchivesYearFooter> 
    68           </tpl:Archives> 
    69        </div> 
    70      </div> 
    71  
    72      <div id="other-criteria"><!-- entries sorted by others criterias -->   
    73           <tpl:Categories level="1"> 
    74                <tpl:CategoriesHeader> 
    75                     <div id="by-cat" class="arch-block"> 
    76                     <h3>{{tpl:lang By category}}</h3> 
    77                     <ul> 
    78                </tpl:CategoriesHeader> 
    79                     <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> 
    80                     <tpl:CategoryFirstChildren> 
    81                          <tpl:CategoriesHeader> 
    82                          <ul> 
    83                          </tpl:CategoriesHeader> 
    84                               <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>                     
    85                          <tpl:CategoriesFooter> 
    86                          </ul> 
    87                          </tpl:CategoriesFooter> 
    88                     </tpl:CategoryFirstChildren>             
    89                     </li> 
    90                <tpl:CategoriesFooter> 
    91                </ul> 
    92                </div> 
    93                </tpl:CategoriesFooter> 
    94           </tpl:Categories> 
    95       
    96           <tpl:Tags sortby="count" order="desc"> 
    97                <tpl:TagsHeader> 
    98                <div id="by-tag" class="arch-block"> 
    99                     <h3>{{tpl:lang By tag}}</h3> 
    100                     <ul> 
    101                </tpl:TagsHeader> 
    102                          <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
    103                <tpl:TagsFooter> 
    104                     </ul>      
    105                </div> 
    106                </tpl:TagsFooter> 
    107           </tpl:Tags> 
    108      </div> 
    109  
    110      <div id="more-arch"><!-- others things -->         
    111           <div class="arch-block"> 
    112                <tpl:Entries type="page" no_content="1"> 
    113                     <tpl:EntriesHeader><h3>{{tpl:lang Pages}}</h3> 
    114                          <ul></tpl:EntriesHeader> 
    115                          <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> 
    116                     <tpl:EntriesFooter></ul></tpl:EntriesFooter> 
    117                </tpl:Entries> 
    118           </div> 
    119      </div> 
    120   </div> <!-- End .content-inner --> 
    121    
    122   </div> <!-- End #main --> 
    123 </div> <!-- End #main --> 
    124  
    125 <div id="sidebar"> 
    126   <div id="blognav"> 
    127           <tpl:Widget id="search"> 
    128           </tpl:Widget> 
    129   </div> <!-- End #blognav --> 
    130  
    131   <div id="blogextra"> 
    132           {{tpl:Widgets type="extra"}} 
    133      </div> 
    134  
    135   </div> <!-- End #blogextra --> 
    136 </div> 
    137  
    138 </div> <!-- End #wrapper --> 
    139  
    140 {{tpl:include src="_footer.html"}} 
    141 </div> <!-- End #page --> 
     38     <div id="page"> 
     39          {{tpl:include src="_top.html"}} 
     40           
     41          <div id="wrapper"> 
     42                
     43               <div id="main"> 
     44                    <div id="content"> 
     45                          
     46                         <div id="content-info"> 
     47                              <h2>{{tpl:lang Archives}}</h2> 
     48                         </div> 
     49                          
     50                         <div class="content-inner"> 
     51                               
     52                              <div id="time-criteria"><!-- entries sorted by date --> 
     53                                   <div id="by-date" class="arch-block"> 
     54                                        <h3>{{tpl:lang By date}}</h3> 
     55                                        <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 
     56                                        <tpl:Archives order="asc"> 
     57                                             <tpl:ArchivesYearHeader> 
     58                                                  <div> 
     59                                                       <h4>{{tpl:ArchiveDate format="%Y"}}</h4> 
     60                                                       <ul> 
     61                                             </tpl:ArchivesYearHeader> 
     62                                                            <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 
     63                                                                 <span>({{tpl:ArchiveEntriesCount}})</span></li> 
     64                                             <tpl:ArchivesYearFooter> 
     65                                                       </ul> 
     66                                                  </div> 
     67                                             </tpl:ArchivesYearFooter> 
     68                                        </tpl:Archives> 
     69                                   </div> 
     70                              </div> 
     71                               
     72                              <div id="other-criteria"><!-- entries sorted by others criterias -->   
     73                                   <tpl:Categories level="1"> 
     74                                        <tpl:CategoriesHeader> 
     75                                             <div id="by-cat" class="arch-block"> 
     76                                                  <h3>{{tpl:lang By category}}</h3> 
     77                                                  <ul> 
     78                                        </tpl:CategoriesHeader> 
     79                                                       <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> 
     80                                        <tpl:CategoryFirstChildren> 
     81                                             <tpl:CategoriesHeader> 
     82                                                            <ul> 
     83                                             </tpl:CategoriesHeader> 
     84                                                                      <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>                     
     85                                             <tpl:CategoriesFooter> 
     86                                                            </ul> 
     87                                             </tpl:CategoriesFooter> 
     88                                        </tpl:CategoryFirstChildren>             
     89                                                       </li> 
     90                                        <tpl:CategoriesFooter> 
     91                                                  </ul> 
     92                                             </div> 
     93                                        </tpl:CategoriesFooter> 
     94                                   </tpl:Categories> 
     95                                    
     96                                   <tpl:Tags sortby="count" order="desc"> 
     97                                        <tpl:TagsHeader> 
     98                                             <div id="by-tag" class="arch-block"> 
     99                                                  <h3>{{tpl:lang By tag}}</h3> 
     100                                                  <ul> 
     101                                        </tpl:TagsHeader> 
     102                                                       <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
     103                                        <tpl:TagsFooter> 
     104                                                  </ul>      
     105                                             </div> 
     106                                        </tpl:TagsFooter> 
     107                                   </tpl:Tags> 
     108                              </div> 
     109                               
     110                              <div id="more-arch"><!-- others things -->         
     111                                   <div class="arch-block"> 
     112                                        <tpl:Entries type="page" no_content="1"> 
     113                                             <tpl:EntriesHeader> 
     114                                                  <h3>{{tpl:lang Pages}}</h3> 
     115                                                  <ul> 
     116                                             </tpl:EntriesHeader> 
     117                                                       <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> 
     118                                             <tpl:EntriesFooter> 
     119                                                  </ul> 
     120                                             </tpl:EntriesFooter> 
     121                                        </tpl:Entries> 
     122                                   </div> 
     123                              </div> 
     124                         </div> <!-- End .content-inner --> 
     125                          
     126                    </div> <!-- End #content --> 
     127               </div> <!-- End #main --> 
     128                
     129               <div id="sidebar"> 
     130                    <div id="blognav"> 
     131                         <tpl:Widget id="search"> 
     132                         </tpl:Widget> 
     133                    </div> <!-- End #blognav --> 
     134                     
     135                    <div id="blogextra"> 
     136                         {{tpl:Widgets type="extra"}} 
     137                    </div> <!-- End #blogextra --> 
     138                     
     139               </div> <!-- End #sidebar --> 
     140          </div> <!-- End #wrapper --> 
     141           
     142          {{tpl:include src="_footer.html"}} 
     143     </div> <!-- End #page --> 
    142144</body> 
    143145</html> 
  • themes/ductile/tpl/archive_month.html

    r564 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7    
    8   <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
    13   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    14   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> 
    15   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    16   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    17   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    18   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    19   <meta name="dc.type" content="text" /> 
    20   <meta name="dc.format" content="text/html" /> 
    21    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23   <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    25    
    26    
    27   <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" 
    28   title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 
    29   <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" 
    30   title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 
    31    
    32   <tpl:Entries no_content="1"> 
    33   <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    34   </tpl:Entries> 
    35    
    36   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
     7      
     8     <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12      
     13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> 
     15     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     16     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     17     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     18     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     19     <meta name="dc.type" content="text" /> 
     20     <meta name="dc.format" content="text/html" /> 
     21      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23     <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     25      
     26     <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 
     27     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 
     28      
     29     <tpl:Entries no_content="1"> 
     30          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     31     </tpl:Entries> 
     32      
     33     {{tpl:include src="_head.html"}} 
    3734</head> 
    3835 
    3936<body class="dc-archive-month"> 
    40 <div id="page"> 
    41 {{tpl:include src="_top.html"}} 
    42  
    43 <div id="wrapper"> 
    44  
    45 <div id="main"> 
    46   <div id="content"> 
    47    
    48        <p class="navlinks"> 
    49             <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
    50             {{tpl:ArchiveDate}} 
    51             <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
    52        </p> 
    53    
    54        <div id="content-info"> 
    55          <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 
    56        </div> 
    57    
    58        <div class="content-inner"> 
    59           <tpl:Entries> 
    60                {{tpl:ductileEntriesList default="title"}} 
    61           </tpl:Entries> 
    62        </div> 
    63  
    64        <p class="navlinks"> 
    65             <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
    66             {{tpl:ArchiveDate}} 
    67             <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
    68        </p> 
    69    
    70   </div> 
    71 </div> <!-- End #main --> 
    72  
    73 {{tpl:include src="_sidebar.html"}} 
    74  
    75 </div> <!-- End #wrapper --> 
    76  
    77 {{tpl:include src="_footer.html"}} 
    78 </div> <!-- End #page --> 
     37     <div id="page"> 
     38          {{tpl:include src="_top.html"}} 
     39           
     40          <div id="wrapper"> 
     41                
     42               <div id="main"> 
     43                    <div id="content"> 
     44                          
     45                         <p class="navlinks"> 
     46                              <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
     47                              {{tpl:ArchiveDate}} 
     48                              <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
     49                         </p> 
     50                          
     51                         <div id="content-info"> 
     52                              <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 
     53                         </div> 
     54                          
     55                         <div class="content-inner"> 
     56                              <tpl:Entries> 
     57                                   {{tpl:ductileEntriesList default="title"}} 
     58                              </tpl:Entries> 
     59                         </div> 
     60                          
     61                         <p class="navlinks"> 
     62                              <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
     63                              {{tpl:ArchiveDate}} 
     64                              <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext> 
     65                         </p> 
     66                          
     67                    </div> 
     68               </div> <!-- End #main --> 
     69                
     70               {{tpl:include src="_sidebar.html"}} 
     71                
     72          </div> <!-- End #wrapper --> 
     73           
     74          {{tpl:include src="_footer.html"}} 
     75     </div> <!-- End #page --> 
    7976</body> 
    8077</html> 
  • themes/ductile/tpl/category.html

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7    
    8   <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    9   <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> 
    10   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    11   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13    
    14   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    15   <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>" /> 
    16   <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> 
    17   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    18   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    19   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    20   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    21   <meta name="dc.type" content="text" /> 
    22   <meta name="dc.format" content="text/html" /> 
    23    
    24   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    25   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    26    
    27  {{tpl:ductileNbEntryPerPage}} 
    28   <tpl:Entries no_content="1"> 
    29     <tpl:EntriesHeader> 
    30       <tpl:Pagination> 
    31         <tpl:PaginationIf end="0"> 
    32         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    33         </tpl:PaginationIf> 
    34          
    35         <tpl:PaginationIf start="0"> 
    36         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
    37         </tpl:PaginationIf> 
    38       </tpl:Pagination> 
    39     </tpl:EntriesHeader> 
    40      
    41     <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    42   </tpl:Entries> 
    43    
    44   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 
    45    
    46   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
     7      
     8     <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
     9     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> 
     10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     11     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     12     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     13      
     14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     15     <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>" /> 
     16     <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> 
     17     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     18     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     19     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     20     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     21     <meta name="dc.type" content="text" /> 
     22     <meta name="dc.format" content="text/html" /> 
     23      
     24     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     25     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     26      
     27     {{tpl:ductileNbEntryPerPage}} 
     28     <tpl:Entries no_content="1"> 
     29          <tpl:EntriesHeader> 
     30               <tpl:Pagination> 
     31                    <tpl:PaginationIf end="0"> 
     32                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     33                    </tpl:PaginationIf> 
     34                     
     35                    <tpl:PaginationIf start="0"> 
     36                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     37                    </tpl:PaginationIf> 
     38               </tpl:Pagination> 
     39          </tpl:EntriesHeader> 
     40           
     41          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     42     </tpl:Entries> 
     43      
     44     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 
     45      
     46     {{tpl:include src="_head.html"}} 
    4747</head> 
    4848 
    4949<body class="dc-category"> 
    50 <div id="page"> 
    51 {{tpl:include src="_top.html"}} 
    52  
    53 <div id="wrapper"> 
    54  
    55 <div id="main"> 
    56   <div id="content"> 
    57  
    58   <div id="content-info"> 
    59     <h2><tpl:CategoryParents><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:CategoryParents> 
    60     {{tpl:CategoryTitle encode_html="1"}}</h2> 
    61     {{tpl:CategoryDescription}} 
    62      
    63     <tpl:CategoryIf has_entries="1"> 
    64       <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
    65       title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    66        
    67       <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    68       - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
    69       title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
    70       </tpl:SysIf> 
    71       </p> 
    72     </tpl:CategoryIf> 
    73    
    74           <tpl:CategoryFirstChildren> 
    75      <tpl:CategoriesHeader> 
    76           <div id="subcategories"> 
    77           <h3>{{tpl:lang Subcategories}}</h3> 
    78           <ul> 
    79      </tpl:CategoriesHeader> 
    80      <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 
    81      <tpl:CategoriesFooter> 
    82           </ul> 
    83           </div> 
    84      </tpl:CategoriesFooter> 
    85      </tpl:CategoryFirstChildren> 
    86      </div> 
    87    
    88   {{tpl:ductileNbEntryPerPage}} 
    89   <tpl:Entries> 
    90      {{tpl:ductileEntriesList default="short"}} 
    91     
    92     <tpl:EntriesFooter> 
    93           {{tpl:include src="_pagination.html"}} 
    94      </tpl:EntriesFooter> 
    95   </tpl:Entries> 
    96   </div> 
    97 </div> <!-- End #main --> 
    98  
    99 {{tpl:include src="_sidebar.html"}} 
    100  
    101 </div> <!-- End #wrapper --> 
    102  
    103 {{tpl:include src="_footer.html"}} 
    104 </div> <!-- End #page --> 
     50     <div id="page"> 
     51          {{tpl:include src="_top.html"}} 
     52           
     53          <div id="wrapper"> 
     54                
     55               <div id="main"> 
     56                    <div id="content"> 
     57                          
     58                         <div id="content-info"> 
     59                              <h2> 
     60                                   <tpl:CategoryParents> 
     61                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;  
     62                                   </tpl:CategoryParents> 
     63                                   {{tpl:CategoryTitle encode_html="1"}} 
     64                              </h2> 
     65                              {{tpl:CategoryDescription}} 
     66                               
     67                              <tpl:CategoryIf has_entries="1"> 
     68                                   <p> 
     69                                        <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
     70                                         title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
     71                                         
     72                                        <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
     73                                              - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
     74                                              title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
     75                                        </tpl:SysIf> 
     76                                   </p> 
     77                              </tpl:CategoryIf> 
     78                               
     79                              <tpl:CategoryFirstChildren> 
     80                                   <tpl:CategoriesHeader> 
     81                                        <div id="subcategories"> 
     82                                             <h3>{{tpl:lang Subcategories}}</h3> 
     83                                             <ul> 
     84                                   </tpl:CategoriesHeader> 
     85                                                  <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 
     86                                   <tpl:CategoriesFooter> 
     87                                             </ul> 
     88                                        </div> 
     89                                   </tpl:CategoriesFooter> 
     90                              </tpl:CategoryFirstChildren> 
     91                         </div> 
     92                          
     93                         {{tpl:ductileNbEntryPerPage}} 
     94                         <tpl:Entries> 
     95                              {{tpl:ductileEntriesList default="short"}} 
     96                               
     97                              <tpl:EntriesFooter> 
     98                                   {{tpl:include src="_pagination.html"}} 
     99                              </tpl:EntriesFooter> 
     100                         </tpl:Entries> 
     101                    </div> 
     102               </div> <!-- End #main --> 
     103                
     104               {{tpl:include src="_sidebar.html"}} 
     105                
     106          </div> <!-- End #wrapper --> 
     107           
     108          {{tpl:include src="_footer.html"}} 
     109     </div> <!-- End #page --> 
    105110</body> 
    106111</html> 
  • themes/ductile/tpl/home.html

    r583 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
    8   <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    9   <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>" /> 
    10   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    11   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13    
    14   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    15   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
    16   <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> 
    17   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    18   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    19   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    20   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    21   <meta name="dc.type" content="text" /> 
    22   <meta name="dc.format" content="text/html" /> 
    23    
    24   <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    25   <tpl:Categories> 
    26   <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    27   </tpl:Categories> 
    28    
    29   {{tpl:ductileNbEntryPerPage nb="8"}} 
    30   <tpl:Entries no_content="1"> 
    31     <tpl:EntriesHeader> 
    32       <tpl:Pagination> 
    33         <tpl:PaginationIf end="0"> 
    34         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    35         </tpl:PaginationIf> 
    36          
    37         <tpl:PaginationIf start="0"> 
    38         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
    39         </tpl:PaginationIf> 
    40       </tpl:Pagination> 
    41     </tpl:EntriesHeader> 
    42      
    43     <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    44   </tpl:Entries> 
    45    
    46   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    47   <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
    48   <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    49    
    50   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7      
     8     <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
     9     <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>" /> 
     10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     11     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     12     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     13      
     14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     15     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     16     <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> 
     17     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     18     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     19     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     20     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     21     <meta name="dc.type" content="text" /> 
     22     <meta name="dc.format" content="text/html" /> 
     23      
     24     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
     25     <tpl:Categories> 
     26          <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
     27     </tpl:Categories> 
     28      
     29     {{tpl:ductileNbEntryPerPage nb="8"}} 
     30     <tpl:Entries no_content="1"> 
     31          <tpl:EntriesHeader> 
     32               <tpl:Pagination> 
     33                    <tpl:PaginationIf end="0"> 
     34                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     35                    </tpl:PaginationIf> 
     36                     
     37                    <tpl:PaginationIf start="0"> 
     38                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     39                    </tpl:PaginationIf> 
     40               </tpl:Pagination> 
     41          </tpl:EntriesHeader> 
     42           
     43          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     44     </tpl:Entries> 
     45      
     46     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
     47     <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
     48     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     49      
     50     {{tpl:include src="_head.html"}} 
    5151</head> 
    5252 
    5353<body class="dc-home"> 
    54 <div id="page"> 
    55 {{tpl:include src="_top.html"}} 
    56  
    57 <div id="wrapper"> 
    58  
    59 <div id="main"> 
    60   <div id="content"> 
    61  
    62   {{tpl:ductileNbEntryPerPage nb="8"}} 
    63   <tpl:Entries> 
    64  
    65           <!-- First page --> 
    66           <tpl:SysIf current_mode="default"> 
    67                <tpl:LoopPosition start="1" length="1"> 
    68                     {{tpl:include src="_entry-full.html"}} 
    69                </tpl:LoopPosition> 
    70       
    71                <tpl:LoopPosition start="2"> 
    72                     {{tpl:ductileEntriesList default="short"}} 
    73                </tpl:LoopPosition> 
    74           </tpl:SysIf> 
    75       
    76           <!-- Next pages --> 
    77           <tpl:SysIf current_mode="!default"> 
    78                {{tpl:ductileEntriesList default="short"}} 
    79           </tpl:SysIf>    
    80  
    81           <!-- Pagination --> 
    82     <tpl:EntriesFooter> 
    83                {{tpl:include src="_pagination.html"}} 
    84     </tpl:EntriesFooter> 
    85  
    86   </tpl:Entries> 
    87  
    88   </div> <!-- End #content --> 
    89 </div> <!-- End #main --> 
    90  
    91 {{tpl:include src="_sidebar.html"}} 
    92  
    93 </div> <!-- End #wrapper --> 
    94  
    95 {{tpl:include src="_footer.html"}} 
    96 </div> <!-- End #page --> 
     54     <div id="page"> 
     55          {{tpl:include src="_top.html"}} 
     56           
     57          <div id="wrapper"> 
     58                
     59               <div id="main"> 
     60                    <div id="content"> 
     61                          
     62                         {{tpl:ductileNbEntryPerPage nb="8"}} 
     63                         <tpl:Entries> 
     64                               
     65                              <!-- First page --> 
     66                              <tpl:SysIf current_mode="default"> 
     67                                   <tpl:LoopPosition start="1" length="1"> 
     68                                        {{tpl:include src="_entry-full.html"}} 
     69                                   </tpl:LoopPosition> 
     70                                    
     71                                   <tpl:LoopPosition start="2"> 
     72                                        {{tpl:ductileEntriesList default="short"}} 
     73                                   </tpl:LoopPosition> 
     74                              </tpl:SysIf> 
     75                               
     76                              <!-- Next pages --> 
     77                              <tpl:SysIf current_mode="!default"> 
     78                                   {{tpl:ductileEntriesList default="short"}} 
     79                              </tpl:SysIf>    
     80                               
     81                              <!-- Pagination --> 
     82                              <tpl:EntriesFooter> 
     83                                   {{tpl:include src="_pagination.html"}} 
     84                              </tpl:EntriesFooter> 
     85                               
     86                         </tpl:Entries> 
     87                          
     88                    </div> <!-- End #content --> 
     89               </div> <!-- End #main --> 
     90                
     91               {{tpl:include src="_sidebar.html"}} 
     92                
     93          </div> <!-- End #wrapper --> 
     94           
     95          {{tpl:include src="_footer.html"}} 
     96     </div> <!-- End #page --> 
    9797</body> 
    9898</html> 
  • themes/ductile/tpl/page.html

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
    8   <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    10   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    11   <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13    
    14   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    15   <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
    16   <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    17   <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    18   <meta name="dc.language" content="{{tpl:EntryLang}}" /> 
    19   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    20   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    21   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    22   <meta name="dc.type" content="text" /> 
    23   <meta name="dc.format" content="text/html" /> 
    24    
    25   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    26   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    27    
    28   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    29    
    30   {{tpl:include src="_head.html"}} 
    31    
    32   <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
    33   <script type="text/javascript"> 
    34   //<![CDATA[ 
    35   var post_remember_str = '{{tpl:lang Remember me on this blog}}'; 
    36   //]]> 
    37   </script> 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7      
     8     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     11     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
     12     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
     13      
     14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     15     <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     16     <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     17     <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
     18     <meta name="dc.language" content="{{tpl:EntryLang}}" /> 
     19     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     20     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     21     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
     22     <meta name="dc.type" content="text" /> 
     23     <meta name="dc.format" content="text/html" /> 
     24      
     25     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     26     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     27      
     28     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
     29      
     30     {{tpl:include src="_head.html"}} 
     31      
     32     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
     33     <script type="text/javascript"> 
     34          //<![CDATA[ 
     35          var post_remember_str = '{{tpl:lang Remember me on this blog}}'; 
     36          //]]> 
     37     </script> 
    3838</head> 
    3939 
    4040<body class="dc-page"> 
    41 <div id="page"> 
    42 {{tpl:EntryPingData}} 
    43  
    44 {{tpl:include src="_top.html"}} 
    45  
    46 <div id="wrapper"> 
    47  
    48 <div id="main"> 
    49   <div id="content"> 
    50    
    51           {{tpl:include src="_simple-entry.html"}} 
    52  
    53   </div> 
    54 </div> <!-- End #main --> 
    55  
    56 {{tpl:include src="_sidebar.html"}} 
    57  
    58 </div> <!-- End #wrapper --> 
    59  
    60 {{tpl:include src="_footer.html"}} 
    61 </div> <!-- End #page --> 
     41     <div id="page"> 
     42          {{tpl:EntryPingData}} 
     43           
     44          {{tpl:include src="_top.html"}} 
     45           
     46          <div id="wrapper"> 
     47                
     48               <div id="main"> 
     49                    <div id="content"> 
     50                          
     51                         {{tpl:include src="_simple-entry.html"}} 
     52                          
     53                    </div> 
     54               </div> <!-- End #main --> 
     55                
     56               {{tpl:include src="_sidebar.html"}} 
     57                
     58          </div> <!-- End #wrapper --> 
     59           
     60          {{tpl:include src="_footer.html"}} 
     61     </div> <!-- End #page --> 
    6262</body> 
    6363</html> 
  • themes/ductile/tpl/post.html

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
    8   <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    10   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    11   <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13    
    14   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    15   <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
    16   <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    17   <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    18   <meta name="dc.language" content="{{tpl:EntryLang}}" /> 
    19   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    20   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    21   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    22   <meta name="dc.type" content="text" /> 
    23   <meta name="dc.format" content="text/html" /> 
    24    
    25   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    26   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    27    
    28   <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" 
    29   title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
    30    
    31   <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 
    32   title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
    33    
    34   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    35    
    36   {{tpl:include src="_head.html"}} 
    37    
    38   <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
    39   <script type="text/javascript"> 
    40   //<![CDATA[ 
    41   var post_remember_str = '{{tpl:lang Remember me on this blog}}'; 
    42   //]]> 
    43   </script> 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7      
     8     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     11     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
     12     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
     13      
     14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     15     <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     16     <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     17     <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
     18     <meta name="dc.language" content="{{tpl:EntryLang}}" /> 
     19     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     20     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     21     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
     22     <meta name="dc.type" content="text" /> 
     23     <meta name="dc.format" content="text/html" /> 
     24      
     25     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     26     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     27      
     28     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
     29     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
     30      
     31     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
     32      
     33     {{tpl:include src="_head.html"}} 
     34      
     35     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
     36     <script type="text/javascript"> 
     37          //<![CDATA[ 
     38          var post_remember_str = '{{tpl:lang Remember me on this blog}}'; 
     39          //]]> 
     40     </script> 
    4441</head> 
    4542 
    4643<body class="dc-post"> 
    47 <div id="page"> 
    48 {{tpl:EntryPingData}} 
    49  
    50 {{tpl:include src="_top.html"}} 
    51  
    52 <div id="wrapper"> 
    53  
    54 <div id="main"> 
    55   <div id="content"> 
    56    
    57   <p class="navlinks"> 
    58   <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
    59   title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    60   cut_string="50"}}</a></tpl:EntryPrevious> 
    61   <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" 
    62   title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    63   cut_string="50"}} &#187;</a></tpl:EntryNext> 
    64   </p> 
    65  
    66      {{tpl:include src="_simple-entry.html"}} 
    67  
    68   <p class="navlinks"> 
    69   <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
    70   title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    71   cut_string="50"}}</a></tpl:EntryPrevious> 
    72   <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" 
    73   title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    74   cut_string="50"}} &#187;</a></tpl:EntryNext> 
    75   </p> 
    76    
    77   </div> 
    78 </div> <!-- End #main --> 
    79  
    80 {{tpl:include src="_sidebar.html"}} 
    81  
    82 </div> <!-- End #wrapper --> 
    83  
    84 {{tpl:include src="_footer.html"}} 
    85 </div> <!-- End #page --> 
     44     <div id="page"> 
     45          {{tpl:EntryPingData}} 
     46           
     47          {{tpl:include src="_top.html"}} 
     48           
     49          <div id="wrapper"> 
     50                
     51               <div id="main"> 
     52                    <div id="content"> 
     53                          
     54                         <p class="navlinks"> 
     55                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
     56                              title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
     57                              cut_string="50"}}</a></tpl:EntryPrevious> 
     58                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" 
     59                              title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
     60                              cut_string="50"}} &#187;</a></tpl:EntryNext> 
     61                         </p> 
     62                          
     63                         {{tpl:include src="_simple-entry.html"}} 
     64                          
     65                         <p class="navlinks"> 
     66                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
     67                              title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
     68                              cut_string="50"}}</a></tpl:EntryPrevious> 
     69                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" 
     70                              title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
     71                              cut_string="50"}} &#187;</a></tpl:EntryNext> 
     72                         </p> 
     73                          
     74                    </div> 
     75               </div> <!-- End #main --> 
     76                
     77               {{tpl:include src="_sidebar.html"}} 
     78                
     79          </div> <!-- End #wrapper --> 
     80           
     81          {{tpl:include src="_footer.html"}} 
     82     </div> <!-- End #page --> 
    8683</body> 
    8784</html> 
  • themes/ductile/tpl/search.html

    r583 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    7    
    8   <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> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
    13   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    14   <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>" /> 
    15   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    16   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    17   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    18   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    19   <meta name="dc.type" content="text" /> 
    20   <meta name="dc.format" content="text/html" /> 
    21    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
    25   {{tpl:ductileNbEntryPerPage}} 
    26   <tpl:Entries no_content="1"> 
    27     <tpl:EntriesHeader> 
    28       <tpl:Pagination> 
    29         <tpl:PaginationIf end="0"> 
    30         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    31         </tpl:PaginationIf> 
    32          
    33         <tpl:PaginationIf start="0"> 
    34         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
    35         </tpl:PaginationIf> 
    36       </tpl:Pagination> 
    37     </tpl:EntriesHeader> 
    38      
    39     <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    40   </tpl:Entries> 
    41    
    42   <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    43    
    44   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
     7      
     8     <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> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12      
     13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14     <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>" /> 
     15     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     16     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     17     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     18     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     19     <meta name="dc.type" content="text" /> 
     20     <meta name="dc.format" content="text/html" /> 
     21      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24      
     25     {{tpl:ductileNbEntryPerPage}} 
     26     <tpl:Entries no_content="1"> 
     27          <tpl:EntriesHeader> 
     28               <tpl:Pagination> 
     29                    <tpl:PaginationIf end="0"> 
     30                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     31                    </tpl:PaginationIf> 
     32                     
     33                    <tpl:PaginationIf start="0"> 
     34                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     35                    </tpl:PaginationIf> 
     36               </tpl:Pagination> 
     37          </tpl:EntriesHeader> 
     38           
     39          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     40     </tpl:Entries> 
     41      
     42     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     43      
     44     {{tpl:include src="_head.html"}} 
    4545</head> 
    4646 
    4747<body class="dc-search"> 
    48 <div id="page"> 
    49 {{tpl:include src="_top.html"}} 
    50  
    51 <div id="wrapper"> 
    52  
    53 <div id="main"> 
    54   <div id="content"> 
    55    
    56   <div id="content-info"> 
    57     <h2>{{tpl:lang Search}}</h2> 
    58     <tpl:SysIf search_count="==0"> 
    59       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> 
    60     </tpl:SysIf> 
    61     <tpl:SysIf search_count="==1"> 
    62       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> 
    63     </tpl:SysIf> 
    64     <tpl:SysIf search_count="&gt;1"> 
    65       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> 
    66     </tpl:SysIf> 
    67   </div> 
    68    
    69   {{tpl:ductileNbEntryPerPage}} 
    70   <tpl:Entries> 
    71  
    72      {{tpl:ductileEntriesList default="short"}} 
    73     
    74     <tpl:EntriesFooter> 
    75       <tpl:Pagination> 
    76         <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; 
    77         {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> 
    78         {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
    79         <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 
    80         &#187;</a></tpl:PaginationIf></p> 
    81       </tpl:Pagination> 
    82     </tpl:EntriesFooter> 
    83   </tpl:Entries> 
    84   </div> 
    85 </div> <!-- End #main --> 
    86  
    87 <div id="sidebar"> 
    88   <div id="blognav"> 
    89     {{tpl:Widgets type="nav"}} 
    90   </div> <!-- End #blognav --> 
    91    
    92   <div id="blogextra"> 
    93     {{tpl:Widgets type="extra"}} 
    94   </div> <!-- End #blogextra --> 
    95 </div> 
    96  
    97 </div> <!-- End #wrapper --> 
    98  
    99 {{tpl:include src="_footer.html"}} 
    100 </div> <!-- End #page --> 
     48     <div id="page"> 
     49          {{tpl:include src="_top.html"}} 
     50           
     51          <div id="wrapper"> 
     52                
     53               <div id="main"> 
     54                    <div id="content"> 
     55                          
     56                         <div id="content-info"> 
     57                              <h2>{{tpl:lang Search}}</h2> 
     58                              <tpl:SysIf search_count="==0"> 
     59                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> 
     60                              </tpl:SysIf> 
     61                              <tpl:SysIf search_count="==1"> 
     62                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> 
     63                              </tpl:SysIf> 
     64                              <tpl:SysIf search_count="&gt;1"> 
     65                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> 
     66                              </tpl:SysIf> 
     67                         </div> 
     68                          
     69                         {{tpl:ductileNbEntryPerPage}} 
     70                         <tpl:Entries> 
     71                               
     72                              {{tpl:ductileEntriesList default="short"}} 
     73                               
     74                              <tpl:EntriesFooter> 
     75                                   <tpl:Pagination> 
     76                                        <p class="pagination"> 
     77                                             <tpl:PaginationIf end="0"> 
     78                                                  <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
     79                                             </tpl:PaginationIf> 
     80                                              {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
     81                                             <tpl:PaginationIf start="0"> 
     82                                                   - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} &#187;</a> 
     83                                             </tpl:PaginationIf> 
     84                                        </p> 
     85                                   </tpl:Pagination> 
     86                              </tpl:EntriesFooter> 
     87                         </tpl:Entries> 
     88                          
     89                    </div> 
     90               </div> <!-- End #main --> 
     91                
     92               {{tpl:include src="_sidebar.html"}} 
     93                
     94          </div> <!-- End #wrapper --> 
     95           
     96          {{tpl:include src="_footer.html"}} 
     97     </div> <!-- End #page --> 
    10198</body> 
    10299</html> 
  • themes/ductile/tpl/tag.html

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
    8   <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
    13   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    14   <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>" /> 
    15   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    16   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    17   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    18   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    19   <meta name="dc.type" content="text" /> 
    20   <meta name="dc.format" content="text/html" /> 
    21    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
    25   <tpl:Entries no_content="1"> 
    26     <tpl:EntriesHeader> 
    27       <tpl:Pagination> 
    28         <tpl:PaginationIf end="0"> 
    29         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    30         </tpl:PaginationIf> 
    31          
    32         <tpl:PaginationIf start="0"> 
    33         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
    34         </tpl:PaginationIf> 
    35       </tpl:Pagination> 
    36     </tpl:EntriesHeader> 
    37      
    38     <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    39   </tpl:Entries> 
    40    
    41   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 
    42   <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    43    
    44   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7      
     8     <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12      
     13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14     <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>" /> 
     15     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     16     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     17     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     18     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     19     <meta name="dc.type" content="text" /> 
     20     <meta name="dc.format" content="text/html" /> 
     21      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24      
     25     {{tpl:ductileNbEntryPerPage}} 
     26     <tpl:Entries no_content="1"> 
     27          <tpl:EntriesHeader> 
     28               <tpl:Pagination> 
     29                    <tpl:PaginationIf end="0"> 
     30                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     31                    </tpl:PaginationIf> 
     32                     
     33                    <tpl:PaginationIf start="0"> 
     34                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     35                    </tpl:PaginationIf> 
     36               </tpl:Pagination> 
     37          </tpl:EntriesHeader> 
     38           
     39          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     40     </tpl:Entries> 
     41      
     42     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 
     43     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     44      
     45     {{tpl:include src="_head.html"}} 
    4546</head> 
    4647 
    4748<body class="dc-tag"> 
    48 <div id="page"> 
    49 {{tpl:include src="_top.html"}} 
    50  
    51 <div id="wrapper"> 
    52  
    53 <div id="main"> 
    54   <div id="content"> 
    55    
    56   <div id="content-info"> 
    57     <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 
    58      
    59     <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
    60     title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    61      
    62     <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    63     - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 
    64     title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
    65     </tpl:SysIf> 
    66     </p> 
    67   </div> 
    68    
    69   {{tpl:ductileNbEntryPerPage}} 
    70  
    71   <tpl:Entries> 
    72      {{tpl:ductileEntriesList default="short"}} 
    73     
    74     <tpl:EntriesFooter> 
    75           {{tpl:include src="_pagination.html"}} 
    76           </tpl:EntriesFooter> 
    77  
    78   </tpl:Entries> 
    79   </div> 
    80 </div> <!-- End #main --> 
    81  
    82 {{tpl:include src="_head.html"}} 
    83  
    84 </div> <!-- End #wrapper --> 
    85  
    86 {{tpl:include src="_footer.html"}} 
    87 </div> <!-- End #page --> 
     49     <div id="page"> 
     50          {{tpl:include src="_top.html"}} 
     51           
     52          <div id="wrapper"> 
     53                
     54               <div id="main"> 
     55                    <div id="content"> 
     56                          
     57                         <div id="content-info"> 
     58                              <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 
     59                               
     60                              <p> 
     61                                   <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
     62                                   title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
     63                                    
     64                                   <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
     65                                         - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 
     66                                        title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
     67                                   </tpl:SysIf> 
     68                              </p> 
     69                         </div> 
     70                          
     71                         {{tpl:ductileNbEntryPerPage}} 
     72                         <tpl:Entries> 
     73                              {{tpl:ductileEntriesList default="short"}} 
     74                               
     75                              <tpl:EntriesFooter> 
     76                                   {{tpl:include src="_pagination.html"}} 
     77                              </tpl:EntriesFooter> 
     78                               
     79                         </tpl:Entries> 
     80                    </div> 
     81               </div> <!-- End #main --> 
     82                
     83               {{tpl:include src="_head.html"}} 
     84                
     85          </div> <!-- End #wrapper --> 
     86           
     87          {{tpl:include src="_footer.html"}} 
     88     </div> <!-- End #page --> 
    8889</body> 
    8990</html> 
  • themes/ductile/tpl/tags.html

    r609 r615  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7    
    8   <title>{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}</title> 
    9   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    10   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
    13   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    14   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" /> 
    15   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    16   <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    17   <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    18   <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    19   <meta name="dc.type" content="text" /> 
    20   <meta name="dc.format" content="text/html" /> 
    21    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
    25   <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    26    
    27   {{tpl:include src="_head.html"}} 
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
     7      
     8     <title>{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}</title> 
     9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12      
     13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" /> 
     15     <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
     16     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     17     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     18     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     19     <meta name="dc.type" content="text" /> 
     20     <meta name="dc.format" content="text/html" /> 
     21      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24      
     25     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     26      
     27     {{tpl:include src="_head.html"}} 
    2828</head> 
    2929 
    3030<body class="dc-tags"> 
    31 <div id="page"> 
    32 {{tpl:include src="_top.html"}} 
    33  
    34 <div id="wrapper"> 
    35  
    36 <div id="main"> 
    37   <div id="content"> 
    38    
    39   <div id="content-info"> 
    40     <h2>{{tpl:lang Tags}}</h2> 
    41   </div> 
    42    
    43   <div class="content-inner">   
    44   <ul class="tags"> 
    45     <tpl:Tags> 
    46       <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
    47     </tpl:Tags> 
    48     </ul> 
    49   </div> 
    50    
    51   </div> 
    52 </div> <!-- End #main --> 
    53  
    54 {{tpl:include src="_sidebar.html"}} 
    55  
    56 </div> <!-- End #wrapper --> 
    57  
    58 {{tpl:include src="_footer.html"}} 
    59 </div> <!-- End #page --> 
     31     <div id="page"> 
     32          {{tpl:include src="_top.html"}} 
     33           
     34          <div id="wrapper"> 
     35                
     36               <div id="main"> 
     37                    <div id="content"> 
     38                          
     39                         <div id="content-info"> 
     40                              <h2>{{tpl:lang Tags}}</h2> 
     41                         </div> 
     42                          
     43                         <div class="content-inner">   
     44                              <ul class="tags"> 
     45                                   <tpl:Tags> 
     46                                        <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
     47                                   </tpl:Tags> 
     48                              </ul> 
     49                         </div> 
     50                          
     51                    </div> 
     52               </div> <!-- End #main --> 
     53                
     54               {{tpl:include src="_sidebar.html"}} 
     55                
     56          </div> <!-- End #wrapper --> 
     57           
     58          {{tpl:include src="_footer.html"}} 
     59     </div> <!-- End #page --> 
    6060</body> 
    6161</html> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map