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/search.html

    r583 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,NOARCHIVE"}}" /> 
    7    
    8   <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> 
    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    
    13   <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    
    22   <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    23   <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    24    
    25   {{tpl:ductileNbEntryPerPage}} 
    26   <tpl:Entries no_content="1"> 
    27     <tpl:EntriesHeader> 
    28       <tpl:Pagination> 
    29         <tpl:PaginationIf end="0"> 
    30         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    31         </tpl:PaginationIf> 
    32          
    33         <tpl:PaginationIf start="0"> 
    34         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
    35         </tpl:PaginationIf> 
    36       </tpl:Pagination> 
    37     </tpl:EntriesHeader> 
    38      
    39     <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    40   </tpl:Entries> 
    41    
    42   <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    43    
    44   {{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,NOARCHIVE"}}" /> 
     7      
     8     <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> 
     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      
     13     <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      
     22     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
     23     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24      
     25     {{tpl:ductileNbEntryPerPage}} 
     26     <tpl:Entries no_content="1"> 
     27          <tpl:EntriesHeader> 
     28               <tpl:Pagination> 
     29                    <tpl:PaginationIf end="0"> 
     30                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
     31                    </tpl:PaginationIf> 
     32                     
     33                    <tpl:PaginationIf start="0"> 
     34                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     35                    </tpl:PaginationIf> 
     36               </tpl:Pagination> 
     37          </tpl:EntriesHeader> 
     38           
     39          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
     40     </tpl:Entries> 
     41      
     42     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
     43      
     44     {{tpl:include src="_head.html"}} 
    4545</head> 
    4646 
    4747<body class="dc-search"> 
    48 <div id="page"> 
    49 {{tpl:include src="_top.html"}} 
    50  
    51 <div id="wrapper"> 
    52  
    53 <div id="main"> 
    54   <div id="content"> 
    55    
    56   <div id="content-info"> 
    57     <h2>{{tpl:lang Search}}</h2> 
    58     <tpl:SysIf search_count="==0"> 
    59       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> 
    60     </tpl:SysIf> 
    61     <tpl:SysIf search_count="==1"> 
    62       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> 
    63     </tpl:SysIf> 
    64     <tpl:SysIf search_count="&gt;1"> 
    65       <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> 
    66     </tpl:SysIf> 
    67   </div> 
    68    
    69   {{tpl:ductileNbEntryPerPage}} 
    70   <tpl:Entries> 
    71  
    72      {{tpl:ductileEntriesList default="short"}} 
    73     
    74     <tpl:EntriesFooter> 
    75       <tpl:Pagination> 
    76         <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; 
    77         {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> 
    78         {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
    79         <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 
    80         &#187;</a></tpl:PaginationIf></p> 
    81       </tpl:Pagination> 
    82     </tpl:EntriesFooter> 
    83   </tpl:Entries> 
    84   </div> 
    85 </div> <!-- End #main --> 
    86  
    87 <div id="sidebar"> 
    88   <div id="blognav"> 
    89     {{tpl:Widgets type="nav"}} 
    90   </div> <!-- End #blognav --> 
    91    
    92   <div id="blogextra"> 
    93     {{tpl:Widgets type="extra"}} 
    94   </div> <!-- End #blogextra --> 
    95 </div> 
    96  
    97 </div> <!-- End #wrapper --> 
    98  
    99 {{tpl:include src="_footer.html"}} 
    100 </div> <!-- End #page --> 
     48     <div id="page"> 
     49          {{tpl:include src="_top.html"}} 
     50           
     51          <div id="wrapper"> 
     52                
     53               <div id="main"> 
     54                    <div id="content"> 
     55                          
     56                         <div id="content-info"> 
     57                              <h2>{{tpl:lang Search}}</h2> 
     58                              <tpl:SysIf search_count="==0"> 
     59                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> 
     60                              </tpl:SysIf> 
     61                              <tpl:SysIf search_count="==1"> 
     62                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> 
     63                              </tpl:SysIf> 
     64                              <tpl:SysIf search_count="&gt;1"> 
     65                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> 
     66                              </tpl:SysIf> 
     67                         </div> 
     68                          
     69                         {{tpl:ductileNbEntryPerPage}} 
     70                         <tpl:Entries> 
     71                               
     72                              {{tpl:ductileEntriesList default="short"}} 
     73                               
     74                              <tpl:EntriesFooter> 
     75                                   <tpl:Pagination> 
     76                                        <p class="pagination"> 
     77                                             <tpl:PaginationIf end="0"> 
     78                                                  <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
     79                                             </tpl:PaginationIf> 
     80                                              {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
     81                                             <tpl:PaginationIf start="0"> 
     82                                                   - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} &#187;</a> 
     83                                             </tpl:PaginationIf> 
     84                                        </p> 
     85                                   </tpl:Pagination> 
     86                              </tpl:EntriesFooter> 
     87                         </tpl:Entries> 
     88                          
     89                    </div> 
     90               </div> <!-- End #main --> 
     91                
     92               {{tpl:include src="_sidebar.html"}} 
     93                
     94          </div> <!-- End #wrapper --> 
     95           
     96          {{tpl:include src="_footer.html"}} 
     97     </div> <!-- End #page --> 
    10198</body> 
    10299</html> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map