Dotclear


Ignore:
Timestamp:
12/08/13 12:36:13 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch all templates to HTML5, step 1, ARIA roles need to be implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/currywurst/search.html

    r2600 r2602  
    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 
     
    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"}}" /> 
     10     <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    1211 
    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" /> 
     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" /> 
    2120 
    2221     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map