Dotclear

Changeset 3376


Ignore:
Timestamp:
03/09/15 17:38:56 (9 years ago)
Author:
brol
Message:

voir changelog

Location:
themes/graylvetica
Files:
2 added
2 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • themes/graylvetica/_define.php

    r3287 r3376  
    44# This file is part of Graylvetica, a Dotclear 2 theme. 
    55# 
    6 # Copyright (c) 2003-2008 Olivier Meunier and contributors 
     6# Copyright (c) 2003-2015 Olivier Meunier and contributors 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1616     /* Description*/         "Helvetica on red, black and gray", 
    1717     /* Author */             "Olivier Meunier, Pierre Van Glabeke", 
    18      /* Version */            '1.1', 
     18     /* Version */            '1.2', 
    1919     array( 
    2020          'type'         =>        'theme' 
  • themes/graylvetica/style.css

    r3287 r3376  
    33# This file is part of Graylevtica, a Dotclear 2 theme. 
    44# 
    5 # Copyright (c) 2003-2008 Olivier Meunier and contributors 
     5# Copyright (c) 2003-2015 Olivier Meunier and contributors 
    66# Licensed under the GPL version 2.0 license. 
    77# See LICENSE file or 
     
    354354     font-size: 1.1em; 
    355355} 
    356 .post-excerpt p img, .post-content p img { 
     356.post-excerpt img, .post-content img { 
    357357  max-width:100%; 
    358358} 
     359.post embed, .post iframe {max-width:100%;} 
    359360/* Archives -------------------------------------------- */ 
    360361body.dc-archive #content h3 { 
     
    388389     line-height: 1.3; 
    389390} 
    390 #content-info p img { 
     391#content-info img { 
    391392  max-width:100%; 
    392393} 
     
    484485} 
    485486#comments dt span, #pings dt span { 
    486      display: block; 
    487487} 
    488488 
     
    697697  white-space: nowrap; 
    698698} 
     699.dc-.post .post-excerpt, .dc-post .post-content {clear:both;} 
  • themes/graylvetica/tpl/archive_month.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7    
     6 
    87  <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 
    98  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    109  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
     10  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     11 
    1312  <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    
     13  <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> 
     14  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     15  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     16  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     17  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     18  <meta property="dc.type" content="text" /> 
     19  <meta property="dc.format" content="text/html" /> 
     20 
    2221  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2322  <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    2423  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    25    
    26    
     24 
    2725  <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" 
    2826  title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 
    2927  <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" 
    3028  title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 
    31    
     29 
    3230  <tpl:Entries no_content="1"> 
    3331  <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    3432  </tpl:Entries> 
    35    
     33 
    3634  {{tpl:include src="_head.html"}} 
    3735</head> 
     
    4341<div id="wrapper"> 
    4442 
    45 <div id="main"> 
     43<div id="main" role="main"> 
    4644  <div id="content"> 
    4745   
     
    109107</div> <!-- End #main --> 
    110108 
    111 <div id="sidebar"> 
     109<div id="sidebar" role="complementary"> 
    112110  <div id="blognav"> 
    113111    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/author.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6  
     4  <meta charset="UTF-8" /> 
    75  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    86 
    97  <title>{{tpl:AuthorCommonName encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    10   <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1" remove_html="1"}}" /> 
    11   <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />  
    12   <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />  
    13   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />  
    14     
    15   <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />  
    16   <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />  
    17   <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1" remove_html="1"}}" /> 
    18   <meta name="dc.language" content="{{tpl:BlogLanguage}}" />  
    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:BlogUpdateDate iso8601="1"}}" />  
    22   <meta name="dc.type" content="text" />  
    23   <meta name="dc.format" content="text/html" />  
     8  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     9  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     10  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     11  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12 
     13  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     14  <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorCommonName encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     15  <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" remove_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     16  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     17  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     18  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     19  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     20  <meta property="dc.type" content="text" /> 
     21  <meta property="dc.format" content="text/html" /> 
     22 
     23  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2424  <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2525  <tpl:Categories> 
    2626  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    2727  </tpl:Categories> 
    28    
     28 
    2929  <tpl:Entries no_content="1"> 
    3030    <tpl:EntriesHeader> 
     
    3333        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3434        </tpl:PaginationIf> 
    35          
     35 
    3636        <tpl:PaginationIf start="0"> 
    3737        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3939      </tpl:Pagination> 
    4040    </tpl:EntriesHeader> 
    41      
     41 
    4242    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4343  </tpl:Entries> 
    44    
    45   <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    46    
     44 
     45  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:AuthorFeedURL type="atom"}}" /> 
     46  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
     47  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     48 
    4749  {{tpl:include src="_head.html"}} 
    4850</head> 
     
    5557<div id="wrapper"> 
    5658 
    57 <div id="main"> 
     59<div id="main" role="main"> 
    5860  <div id="content"> 
    5961 
     
    6971 
    7072  <tpl:Entries> 
    71     <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}"> 
     73    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 
    7274    <h2 class="post-title"><a 
    7375    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     
    8284      <tpl:EntryTags> 
    8385      <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 
    84       <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
     86      <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
    8587      <tpl:TagsFooter></li></tpl:TagsFooter> 
    8688      </tpl:EntryTags> 
     
    131133</div> <!-- End #main --> 
    132134 
    133 <div id="sidebar"> 
     135<div id="sidebar" role="complementary"> 
    134136  <div id="blognav"> 
    135137    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/category.html

    r29 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    6   <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 
     4  <meta charset="UTF-8" /> 
    75  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    8    
     6 
    97  <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    10   <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> 
     8  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" /> 
    119  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1210  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    13   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    14    
     11  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12 
    1513  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    16   <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>" /> 
    17   <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> 
    18   <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 
    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:BlogUpdateDate iso8601="1"}}" /> 
    22   <meta name="dc.type" content="text" /> 
    23   <meta name="dc.format" content="text/html" /> 
    24    
     14  <meta property="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>" /> 
     15  <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> 
     16  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     17  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     18  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     19  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     20  <meta property="dc.type" content="text" /> 
     21  <meta property="dc.format" content="text/html" /> 
     22 
    2523  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2624  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    27    
     25 
    2826  <tpl:Entries no_content="1"> 
    2927    <tpl:EntriesHeader> 
    3028      <tpl:Pagination> 
    3129        <tpl:PaginationIf end="0"> 
    32         <link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     30        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3331        </tpl:PaginationIf> 
    34          
     32 
    3533        <tpl:PaginationIf start="0"> 
    3634        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3836      </tpl:Pagination> 
    3937    </tpl:EntriesHeader> 
    40      
     38 
    4139    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4240  </tpl:Entries> 
    43    
     41 
    4442  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 
    45    
     43 
    4644  {{tpl:include src="_head.html"}} 
    4745</head> 
     
    5351<div id="wrapper"> 
    5452 
    55 <div id="main"> 
     53<div id="main" role="main"> 
    5654  <div id="content"> 
    5755 
     
    8785   
    8886  <tpl:Entries> 
    89     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     87    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 
    9088    <h2 class="post-title"><a 
    9189    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     
    9795      <li>{{tpl:lang Category}} <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></li> 
    9896      </tpl:EntryIf> 
    99        
    100       <tpl:EntryMetaData> 
    101         <tpl:MetaDataHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:MetaDataHeader> 
    102         <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
    103         <tpl:MetaDataFooter></li></tpl:MetaDataFooter> 
    104       </tpl:EntryMetaData> 
     97 
     98      <tpl:EntryTags> 
     99      <tpl:TagsHeader><li class="post-tags"></tpl:TagsHeader> 
     100      <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
     101      <tpl:TagsFooter></li></tpl:TagsFooter> 
     102      </tpl:EntryTags> 
    105103       
    106104      <!-- # Number of comments, trackbacks and attachments --> 
     
    149147</div> <!-- End #main --> 
    150148 
    151 <div id="sidebar"> 
     149<div id="sidebar" role="complementary"> 
    152150  <div id="blognav"> 
    153151    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/contact_me.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    76   
     
    3029<div id="wrapper"> 
    3130 
    32 <div id="main"> 
     31<div id="main" role="main"> 
    3332  <div id="content"> 
    3433   
     
    5655        </p> 
    5756         
    58         <p class="field"><label for="c_site">{{tpl:lang Website}} 
    59         ({{tpl:lang optional}})&nbsp;:</label> 
     57        <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label> 
    6058        <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 
    6159        value="{{tpl:ContactMeSite encode_html="1"}}" /> 
     
    8482</div> 
    8583 
    86 <div id="sidebar"> 
     84<div id="sidebar" role="complementary"> 
    8785  <div id="blognav"> 
    8886    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/home.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
     6 
    87  <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    98  <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>" /> 
    109  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1110  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13    
     11  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     12 
    1413  <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    
     14  <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     15  <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> 
     16  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     17  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     18  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     19  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     20  <meta property="dc.type" content="text" /> 
     21  <meta property="dc.format" content="text/html" /> 
     22 
    2423  <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2524  <tpl:Categories> 
    2625  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    2726  </tpl:Categories> 
    28    
     27 
    2928  <tpl:Entries no_content="1"> 
    3029    <tpl:EntriesHeader> 
     
    3332        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3433        </tpl:PaginationIf> 
    35          
     34 
    3635        <tpl:PaginationIf start="0"> 
    3736        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3938      </tpl:Pagination> 
    4039    </tpl:EntriesHeader> 
    41      
     40 
    4241    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4342  </tpl:Entries> 
    44    
     43 
    4544  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    4645  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
    4746  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    48    
     47 
    4948  {{tpl:include src="_head.html"}} 
    5049</head> 
     
    5655<div id="wrapper"> 
    5756 
    58 <div id="main"> 
     57<div id="main" role="main"> 
    5958  <div id="content"> 
    6059  <tpl:Entries> 
    61     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     60    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 
    6261    <h2 class="post-title"><a 
    6362    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     
    7271      <tpl:EntryTags> 
    7372      <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 
    74       <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
     73      <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
    7574      <tpl:TagsFooter></li></tpl:TagsFooter> 
    7675      </tpl:EntryTags> 
     
    121120</div> <!-- End #main --> 
    122121 
    123 <div id="sidebar"> 
     122<div id="sidebar" role="complementary"> 
    124123  <div id="blognav"> 
    125124    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/post.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
     6 
    87  <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    98  <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    109  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1110  <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    12   <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13    
     11  <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" /> 
     12 
    1413  <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    
     14  <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     15  <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     16  <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
     17  <meta property="dc.language" content="{{tpl:EntryLang}}" /> 
     18  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     19  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     20  <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 
     21  <meta property="dc.type" content="text" /> 
     22  <meta property="dc.format" content="text/html" /> 
     23 
    2524  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2625  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    2726  <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 
    28    
     27 
    2928  <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" 
    3029  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
    31    
     30 
    3231  <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 
    3332  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
    34    
     33 
    3534  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    36    
     35 
    3736  {{tpl:include src="_head.html"}} 
    38    
    39   <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
     37 
     38  <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> 
    4039  <script type="text/javascript"> 
    4140  //<![CDATA[ 
     
    5352<div id="wrapper"> 
    5453 
    55 <div id="main"> 
     54<div id="main" role="main"> 
    5655  <div id="content"> 
    5756   
     
    6564  </p> 
    6665   
    67   <div id="p{{tpl:EntryID}}" class="post"> 
     66  <div id="p{{tpl:EntryID}}" class="post" role="article"> 
    6867    <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 
    6968     
     
    106105      <li class="{{tpl:AttachmentType}}"> 
    107106        <tpl:AttachmentIf is_mp3="1"> 
    108           {{tpl:include src="_mp3_player.html"/}} -  
     107          {{tpl:include src="_mp3_player.html"}} - 
    109108        </tpl:AttachmentIf> 
    110109        <tpl:AttachmentIf is_flv="1"> 
    111           {{tpl:include src="_flv_player.html"/}} 
     110          {{tpl:include src="_flv_player.html"}} 
    112111        </tpl:AttachmentIf> 
    113112        <tpl:AttachmentIf is_flv="0"> 
     
    132131      <dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"><a 
    133132      href="#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a> 
    134       <span>{{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}}</span> 
     133      <span>{{tpl:lang On}} {{tpl:CommentDate format="%d/%m/%Y"}}, {{tpl:CommentTime}}</span> 
    135134      {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 
    136135       
     
    166165     
    167166    <!-- # Comment form --> 
    168     <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> 
     167    <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 
    169168      <tpl:IfCommentPreview> 
    170169        <div id="pr"> 
     
    192191        </p> 
    193192         
    194         <p class="field"><label for="c_site">{{tpl:lang Website}} 
    195         ({{tpl:lang optional}})&nbsp;:</label> 
     193        <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label> 
    196194        <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 
    197195        value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 
     
    213211      <fieldset> 
    214212        <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" /> 
    215         <tpl:IfCommentPreview><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreview></p> 
     213        <tpl:IfCommentPreviewOptional><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreviewOptional></p> 
    216214      </fieldset> 
    217215    </form> 
     
    260258</div> <!-- End #main --> 
    261259 
    262 <div id="sidebar"> 
     260<div id="sidebar" role="complementary"> 
    263261  <div id="blognav"> 
    264262    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/search.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 
    7    
     6 
    87  <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> 
    98  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    109  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
     10  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     11 
    1312  <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    
     13  <meta property="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>" /> 
     14  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     15  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     16  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     17  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     18  <meta property="dc.type" content="text" /> 
     19  <meta property="dc.format" content="text/html" /> 
     20 
    2221  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2322  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
     23 
    2524  <tpl:Entries no_content="1"> 
    2625    <tpl:EntriesHeader> 
     
    2928        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3029        </tpl:PaginationIf> 
    31          
     30 
    3231        <tpl:PaginationIf start="0"> 
    3332        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3534      </tpl:Pagination> 
    3635    </tpl:EntriesHeader> 
    37      
     36 
    3837    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    3938  </tpl:Entries> 
    40    
     39 
    4140  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    42    
     41 
    4342  {{tpl:include src="_head.html"}} 
    4443</head> 
     
    5049<div id="wrapper"> 
    5150 
    52 <div id="main"> 
     51<div id="main" role="main"> 
    5352  <div id="content"> 
    5453   
     
    6766   
    6867  <tpl:Entries> 
    69     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     68    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 
    7069    <h2 class="post-title"><a 
    7170    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     
    8079      <tpl:EntryTags> 
    8180      <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 
    82       <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
     81      <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
    8382      <tpl:TagsFooter></li></tpl:TagsFooter> 
    8483      </tpl:EntryTags> 
     
    129128</div> <!-- End #main --> 
    130129 
    131 <div id="sidebar"> 
     130<div id="sidebar" role="complementary"> 
    132131  <div id="blognav"> 
    133132    {{tpl:Widgets type="nav"}} 
  • themes/graylvetica/tpl/tag.html

    r3287 r3376  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     1<!DOCTYPE html> 
     2<html lang="{{tpl:BlogLanguage}}"> 
    43<head> 
    5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     4  <meta charset="UTF-8" /> 
    65  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
     6 
    87  <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    98  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    109  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    11   <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    12    
     10  <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     11 
    1312  <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    
     13  <meta property="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>" /> 
     14  <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 
     15  <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     16  <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
     17  <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
     18  <meta property="dc.type" content="text" /> 
     19  <meta property="dc.format" content="text/html" /> 
     20 
    2221  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2322  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
     23 
    2524  <tpl:Entries no_content="1"> 
    2625    <tpl:EntriesHeader> 
     
    2928        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3029        </tpl:PaginationIf> 
    31          
     30 
    3231        <tpl:PaginationIf start="0"> 
    3332        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3534      </tpl:Pagination> 
    3635    </tpl:EntriesHeader> 
    37      
     36 
    3837    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    3938  </tpl:Entries> 
    40    
     39 
    4140  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 
    4241  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    43    
     42 
    4443  {{tpl:include src="_head.html"}} 
    4544</head> 
     
    5150<div id="wrapper"> 
    5251 
    53 <div id="main"> 
     52<div id="main" role="main"> 
    5453  <div id="content"> 
    5554   
     
    6867   
    6968  <tpl:Entries> 
    70     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     69    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 
    7170    <h2 class="post-title"><a 
    7271    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     
    8180      <tpl:EntryTags> 
    8281      <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 
    83       <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
     82      <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 
    8483      <tpl:TagsFooter></li></tpl:TagsFooter> 
    8584      </tpl:EntryTags> 
     
    130129</div> <!-- End #main --> 
    131130 
    132 <div id="sidebar"> 
     131<div id="sidebar" role="complementary"> 
    133132  <div id="blognav"> 
    134133    {{tpl:Widgets type="nav"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map