Dotclear

Changeset 803:5ce7d6eace80 for themes


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

Templates files in UTF-8, switch <a> and <span> in <h1> blog title

Location:
themes/ductile/tpl
Files:
18 edited

Legend:

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

    r683 r803  
    2424     {{tpl:include src="_head.html"}} 
    2525</head> 
    26  
    2726<body class="dc-404"> 
    2827     <div id="page"> 
  • themes/ductile/tpl/_entry-full.html

    r701 r803  
    11<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2 
    23     <!-- # New day date --> 
    34     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
  • themes/ductile/tpl/_entry-short.html

    r701 r803  
    11<div id="p{{tpl:EntryID}}" class="post short {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2 
    23     <!-- # New day date --> 
    34     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
  • themes/ductile/tpl/_entry-title.html

    r683 r803  
    11<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2 
    23     <!-- # New day date --> 
    34     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
  • themes/ductile/tpl/_footer.html

    r688 r803  
    22 
    33{{tpl:SimpleMenu id="sn-bottom" class="supranav nobig"}} 
    4  
    54<div id="footer"> 
    65     <div id="blogcustom"> 
     
    1211     <p>{{tpl:SysPoweredBy}}</p> 
    1312</div> 
    14  
    1513{{tpl:SysBehavior behavior="publicFooterContent"}} 
  • themes/ductile/tpl/_head.html

    r683 r803  
    11<!-- media queries --> 
    22<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
     3 
    34<!-- compat media queries --> 
    45<!--[if lt IE 9]> 
  • themes/ductile/tpl/_pagination.html

    r683 r803  
    22     <p class="pagination"> 
    33          <tpl:PaginationIf end="0"> 
    4                <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; 
    5                {{tpl:lang previous entries}}</a> -  
     4               <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
    65          </tpl:PaginationIf> 
    76           
  • themes/ductile/tpl/_sidebar.html

    r683 r803  
    33          {{tpl:Widgets type="nav"}} 
    44     </div> <!-- End #blognav --> 
    5       
    65     <div id="blogextra"> 
    76          {{tpl:Widgets type="extra"}} 
  • themes/ductile/tpl/_top.html

    r683 r803  
    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><a href="{{tpl:BlogURL}}"><span>{{tpl:BlogName encode_html="1"}}</span></a></h1> 
    66          <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p> 
    77     </div> 
  • themes/ductile/tpl/archive.html

    r683 r803  
    3434     {{tpl:include src="_head.html"}} 
    3535</head> 
    36  
    3736<body class="dc-archive"> 
    3837     <div id="page"> 
  • themes/ductile/tpl/archive_month.html

    r683 r803  
    3333     {{tpl:include src="_head.html"}} 
    3434</head> 
    35  
    3635<body class="dc-archive-month"> 
    3736     <div id="page"> 
  • themes/ductile/tpl/category.html

    r683 r803  
    4646     {{tpl:include src="_head.html"}} 
    4747</head> 
    48  
    4948<body class="dc-category"> 
    5049     <div id="page"> 
  • themes/ductile/tpl/home.html

    r683 r803  
    5050     {{tpl:include src="_head.html"}} 
    5151</head> 
    52  
    5352<body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>"> 
    5453     <div id="page"> 
  • themes/ductile/tpl/page.html

    r683 r803  
    3737     </script> 
    3838</head> 
    39  
    4039<body class="dc-page"> 
    4140     <div id="page"> 
  • themes/ductile/tpl/post.html

    r683 r803  
    4040     </script> 
    4141</head> 
    42  
    4342<body class="dc-post"> 
    4443     <div id="page"> 
  • themes/ductile/tpl/search.html

    r683 r803  
    4444     {{tpl:include src="_head.html"}} 
    4545</head> 
    46  
    4746<body class="dc-search"> 
    4847     <div id="page"> 
  • themes/ductile/tpl/tag.html

    r683 r803  
    4545     {{tpl:include src="_head.html"}} 
    4646</head> 
    47  
    4847<body class="dc-tag"> 
    4948     <div id="page"> 
  • themes/ductile/tpl/tags.html

    r683 r803  
    2727     {{tpl:include src="_head.html"}} 
    2828</head> 
    29  
    3029<body class="dc-tags"> 
    3130     <div id="page"> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map