Dotclear

Changeset 666:7e7918f58915


Ignore:
Timestamp:
07/31/11 15:25:33 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile - Some enhancement for designers.

Location:
themes/ductile/tpl
Files:
9 edited

Legend:

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

    r650 r666  
    4646                                   <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> 
    4747                              </ul> 
    48                          </div> 
     48                         </div> <!-- End #content-inner --> 
    4949                          
    50                     </div> 
    51                </div> 
     50                    </div> <!-- End #content --> 
     51               </div> <!-- End #main --> 
    5252                
    5353               {{tpl:include src="_sidebar.html"}} 
  • themes/ductile/tpl/_entry-short.html

    r645 r666  
    1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} short" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     1<div id="p{{tpl:EntryID}}" class="post short {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    22     <!-- # New day date --> 
    33     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
  • themes/ductile/tpl/_simple-entry.html

    r664 r666  
    123123                    <h3>{{tpl:lang Your comment}}</h3> 
    124124                    <ul> 
    125                          <li class="comment-preview">{{tpl:CommentPreviewContent}}</dd> 
     125                         <li class="comment-preview">{{tpl:CommentPreviewContent}}</li> 
    126126                    </ul> 
    127127                    <p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> 
  • themes/ductile/tpl/archive_month.html

    r615 r666  
    4343                    <div id="content"> 
    4444                          
    45                          <p class="navlinks"> 
     45                         <p class="navlinks topnl"> 
    4646                              <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 
    4747                              {{tpl:ArchiveDate}} 
     
    5555                         <div class="content-inner"> 
    5656                              <tpl:Entries> 
    57                                    {{tpl:ductileEntriesList default="title"}} 
     57                                   {{tpl:ductileEntriesList default="short"}} 
    5858                              </tpl:Entries> 
    5959                         </div> 
  • themes/ductile/tpl/category.html

    r660 r666  
    9090                              </tpl:CategoryFirstChildren> 
    9191                         </div> 
    92                           
    93                          {{tpl:ductileNbEntryPerPage}} 
    94                          <tpl:Entries> 
    95                               {{tpl:ductileEntriesList default="short"}} 
     92 
     93                         <div class="content-inner">                        
     94                              {{tpl:ductileNbEntryPerPage}} 
     95                              <tpl:Entries> 
     96                                   {{tpl:ductileEntriesList default="short"}} 
    9697                               
    97                               <tpl:EntriesFooter> 
    98                                    {{tpl:include src="_pagination.html"}} 
    99                               </tpl:EntriesFooter> 
    100                          </tpl:Entries> 
    101                     </div> 
     98                                   <tpl:EntriesFooter> 
     99                                        {{tpl:include src="_pagination.html"}} 
     100                                   </tpl:EntriesFooter> 
     101                              </tpl:Entries> 
     102                         </div> <!-- End #content-inner --> 
     103                    </div> <!-- End #content --> 
    102104               </div> <!-- End #main --> 
    103105                
  • themes/ductile/tpl/home.html

    r615 r666  
    5151</head> 
    5252 
    53 <body class="dc-home"> 
     53<body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>"> 
    5454     <div id="page"> 
    5555          {{tpl:include src="_top.html"}} 
  • themes/ductile/tpl/post.html

    r615 r666  
    5252                    <div id="content"> 
    5353                          
    54                          <p class="navlinks"> 
     54                         <p class="navlinks topnl"> 
    5555                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
    5656                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
  • themes/ductile/tpl/search.html

    r615 r666  
    6767                         </div> 
    6868                          
    69                          {{tpl:ductileNbEntryPerPage}} 
    70                          <tpl:Entries> 
     69                         <div class="content-inner"> 
     70                              {{tpl:ductileNbEntryPerPage}} 
     71                              <tpl:Entries> 
    7172                               
    72                               {{tpl:ductileEntriesList default="short"}} 
     73                                   {{tpl:ductileEntriesList default="short"}} 
    7374                               
    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> 
     75                                   <tpl:EntriesFooter> 
     76                                        <tpl:Pagination> 
     77                                             <p class="pagination"> 
     78                                                  <tpl:PaginationIf end="0"> 
     79                                                       <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -  
     80                                                  </tpl:PaginationIf> 
     81                                                   {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
     82                                                  <tpl:PaginationIf start="0"> 
     83                                                        - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} &#187;</a> 
     84                                                  </tpl:PaginationIf> 
     85                                             </p> 
     86                                        </tpl:Pagination> 
     87                                   </tpl:EntriesFooter> 
     88                              </tpl:Entries> 
     89                         </div> <!-- End #content-inner --> 
     90                    </div> <!-- End #content --> 
    9091               </div> <!-- End #main --> 
    9192                
  • themes/ductile/tpl/tag.html

    r616 r666  
    5757                         <div id="content-info"> 
    5858                              <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 
    59                                
    60                               <p> 
    61                                    <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
     59                              <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
    6260                                   title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    63                                     
    6461                                   <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    6562                                         - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 
     
    6865                              </p> 
    6966                         </div> 
    70                           
    71                          {{tpl:ductileNbEntryPerPage}} 
    72                          <tpl:Entries> 
    73                               {{tpl:ductileEntriesList default="short"}} 
     67 
     68                         <div class"content-inner"> 
     69                              {{tpl:ductileNbEntryPerPage}} 
     70                              <tpl:Entries> 
     71                                   {{tpl:ductileEntriesList default="short"}} 
    7472                               
    75                               <tpl:EntriesFooter> 
    76                                    {{tpl:include src="_pagination.html"}} 
    77                               </tpl:EntriesFooter> 
     73                                   <tpl:EntriesFooter> 
     74                                        {{tpl:include src="_pagination.html"}} 
     75                                   </tpl:EntriesFooter> 
    7876                               
    79                          </tpl:Entries> 
    80                     </div> 
     77                              </tpl:Entries> 
     78                         </div> <!-- End #content-inner --> 
     79                    </div> <!-- End #content --> 
    8180               </div> <!-- End #main --> 
    8281                
Note: See TracChangeset for help on using the changeset viewer.

Sites map