Dotclear


Ignore:
Timestamp:
12/16/16 07:29:22 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch from HTML comments to DC Template comments (not needed in final HTML output) — dotty templateset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/dotty/__layout.html

    r3371 r3455  
    77          <tpl:Block name="head-title"> 
    88               <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    9           </tpl:Block>   <!-- head-title --> 
     9          </tpl:Block>   <!-- # head-title --> 
    1010 
    1111          <tpl:Block name="head-meta"> 
     
    1313               <tpl:Block name="meta-robots"> 
    1414                    <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    15                </tpl:Block>   <!-- meta-robots --> 
     15               </tpl:Block>   <!-- # meta-robots --> 
    1616               <tpl:Block name="meta-entry"> 
    1717                    <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" remove_html="1" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
    1818                    <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1919                    <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    20                </tpl:Block>   <!-- meta-entry --> 
    21           </tpl:Block>   <!-- head-meta --> 
     20               </tpl:Block>   <!-- # meta-entry --> 
     21          </tpl:Block>   <!-- # head-meta --> 
    2222 
    2323          <tpl:Block name="head-linkrel"> 
     
    4646               <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
    4747               <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    48           </tpl:Block>   <!-- head-linkrel --> 
     48          </tpl:Block>   <!-- # head-linkrel --> 
    4949 
    5050          {{tpl:include src="_head.html"}} 
    51      </tpl:Block>   <!-- html-head --> 
     51     </tpl:Block>   <!-- # html-head --> 
    5252</head> 
    5353<tpl:Block name="body-tag"> 
     
    5959                    <tpl:Block name="page-top"> 
    6060                         {{tpl:include src="_top.html"}} 
    61                     </tpl:Block>   <!-- page-top --> 
     61                    </tpl:Block>   <!-- # page-top --> 
    6262 
    6363                    <div id="wrapper"> 
     
    7373                                                  <tpl:Entries> 
    7474 
    75                                                        <!-- First page --> 
     75                                                       <!-- # First page --> 
    7676                                                       <tpl:SysIf current_mode="default"> 
    7777                                                            <tpl:LoopPosition start="1" length="1"> 
     
    8484                                                       </tpl:SysIf> 
    8585 
    86                                                        <!-- Next pages --> 
     86                                                       <!-- # Next pages --> 
    8787                                                       <tpl:SysIf current_mode="!default"> 
    8888                                                            {{tpl:include src="_entry-short.html"}} 
    8989                                                       </tpl:SysIf> 
    9090 
    91                                                        <!-- Pagination --> 
     91                                                       <!-- # Pagination --> 
    9292                                                       <tpl:EntriesFooter> 
    9393                                                            {{tpl:include src="_pagination.html"}} 
     
    9696                                                  </tpl:Entries> 
    9797 
    98                                              </tpl:Block>   <!-- main-content --> 
    99                                         </section> <!-- End #content --> 
    100                                    </tpl:Block>   <!-- wrapper-main --> 
    101                               </main> <!-- End #main --> 
     98                                             </tpl:Block>   <!-- # main-content --> 
     99                                        </section> <!-- # End #content --> 
     100                                   </tpl:Block>   <!-- # wrapper-main --> 
     101                              </main> <!-- # End #main --> 
    102102 
    103103                              <tpl:Block name="wrapper-sidebar"> 
    104104                                   {{tpl:include src="_sidebar.html"}} 
    105                               </tpl:Block>   <!-- wrapper-sidebar --> 
    106                          </tpl:Block>   <!-- page-wrapper --> 
    107                     </div> <!-- End #wrapper --> 
     105                              </tpl:Block>   <!-- # wrapper-sidebar --> 
     106                         </tpl:Block>   <!-- # page-wrapper --> 
     107                    </div> <!-- # End #wrapper --> 
    108108 
    109109                    <tpl:Block name="page-footer"> 
    110110                         {{tpl:include src="_footer.html"}} 
    111                     </tpl:Block>   <!-- page-footer --> 
    112                </tpl:Block>   <!-- body-page --> 
    113           </div> <!-- End #page --> 
    114      </tpl:Block>   <!-- html-body --> 
     111                    </tpl:Block>   <!-- # page-footer --> 
     112               </tpl:Block>   <!-- # body-page --> 
     113          </div> <!-- # End #page --> 
     114     </tpl:Block>   <!-- # html-body --> 
    115115</body> 
    116116</html> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map