Dotclear


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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map