Dotclear

Changeset 3063


Ignore:
Timestamp:
07/28/11 15:11:26 (12 years ago)
Author:
brol
Message:

màj tpl categoriesMode 0.3

Location:
themes/freshy2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/freshy2/_define.php

    r3044 r3063  
    2020     /* Author */             "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", 
    2121     /* Version */            '1.7.11' 
    22      /* date 18052011 */ 
     22     /* date 28072011 */ 
    2323); 
    2424?> 
  • themes/freshy2/tpl/categories.html

    r3044 r3063  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    22"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html lang="{{tpl:BlogLanguage}}"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
    44<head> 
    55  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 
    7   <title>{{tpl:lang Categories}} - {{tpl:BlogName encode_html="1"}}</title> 
     6  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
     7 
     8  <title>{{tpl:lang Categories page}} - {{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  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     13  <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Categories page}} - {{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.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     18  <meta name="dc.type" content="text" /> 
     19  <meta name="dc.format" content="text/html" /> 
    820 
    921  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     
    1224  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    1325  </tpl:Categories> 
    14    
     26 
    1527  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    1628  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    17    
     29 
    1830  {{tpl:include src="_head.html"}} 
    1931</head> 
     
    3143    <h2>{{tpl:lang Categories}} :</h2> 
    3244 
    33      <tpl:Categories> 
     45          <tpl:Categories> 
    3446    <h3><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ({{tpl:CategoryCount}})</h3> 
    3547    <div>{{tpl:CategoryDescription}}</div> 
    36    
    37     <p><a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}" 
    38     title="{{tpl:lang This category's entries RSS feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    39      
     48 
     49    <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
     50    title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
     51 
    4052    <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    41     - <a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}/comments" 
    42     title="{{tpl:lang This category's comments RSS feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
     53    - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
     54    title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 
    4355    </tpl:SysIf> 
    44     </p>   
     56    </p> 
    4557     </tpl:Categories> 
    4658  </div> 
     
    4860</div> <!-- End #content --> 
    4961 
    50           {{tpl:include src="_sidebar.html"}} 
     62{{tpl:include src="_sidebar.html"}} 
    5163        </div> <!-- End #frame --> 
    5264      </div> <!-- End #container --> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map