Changeset 803:5ce7d6eace80 for themes
- Timestamp:
- 03/13/12 08:48:42 (13 years ago)
- Branch:
- default
- Location:
- themes/ductile/tpl
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/404.html
r683 r803 24 24 {{tpl:include src="_head.html"}} 25 25 </head> 26 27 26 <body class="dc-404"> 28 27 <div id="page"> -
themes/ductile/tpl/_entry-full.html
r701 r803 1 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 3 <!-- # New day date --> 3 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> -
themes/ductile/tpl/_entry-short.html
r701 r803 1 1 <div id="p{{tpl:EntryID}}" class="post short {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 3 <!-- # New day date --> 3 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> -
themes/ductile/tpl/_entry-title.html
r683 r803 1 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 3 <!-- # New day date --> 3 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> -
themes/ductile/tpl/_footer.html
r688 r803 2 2 3 3 {{tpl:SimpleMenu id="sn-bottom" class="supranav nobig"}} 4 5 4 <div id="footer"> 6 5 <div id="blogcustom"> … … 12 11 <p>{{tpl:SysPoweredBy}}</p> 13 12 </div> 14 15 13 {{tpl:SysBehavior behavior="publicFooterContent"}} -
themes/ductile/tpl/_head.html
r683 r803 1 1 <!-- media queries --> 2 2 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 3 3 4 <!-- compat media queries --> 4 5 <!--[if lt IE 9]> -
themes/ductile/tpl/_pagination.html
r683 r803 2 2 <p class="pagination"> 3 3 <tpl:PaginationIf end="0"> 4 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« 5 {{tpl:lang previous entries}}</a> - 4 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 6 5 </tpl:PaginationIf> 7 6 -
themes/ductile/tpl/_sidebar.html
r683 r803 3 3 {{tpl:Widgets type="nav"}} 4 4 </div> <!-- End #blognav --> 5 6 5 <div id="blogextra"> 7 6 {{tpl:Widgets type="extra"}} -
themes/ductile/tpl/_top.html
r683 r803 3 3 <div id="top"> 4 4 <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> 6 6 <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p> 7 7 </div> -
themes/ductile/tpl/archive.html
r683 r803 34 34 {{tpl:include src="_head.html"}} 35 35 </head> 36 37 36 <body class="dc-archive"> 38 37 <div id="page"> -
themes/ductile/tpl/archive_month.html
r683 r803 33 33 {{tpl:include src="_head.html"}} 34 34 </head> 35 36 35 <body class="dc-archive-month"> 37 36 <div id="page"> -
themes/ductile/tpl/category.html
r683 r803 46 46 {{tpl:include src="_head.html"}} 47 47 </head> 48 49 48 <body class="dc-category"> 50 49 <div id="page"> -
themes/ductile/tpl/home.html
r683 r803 50 50 {{tpl:include src="_head.html"}} 51 51 </head> 52 53 52 <body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>"> 54 53 <div id="page"> -
themes/ductile/tpl/page.html
r683 r803 37 37 </script> 38 38 </head> 39 40 39 <body class="dc-page"> 41 40 <div id="page"> -
themes/ductile/tpl/post.html
r683 r803 40 40 </script> 41 41 </head> 42 43 42 <body class="dc-post"> 44 43 <div id="page"> -
themes/ductile/tpl/search.html
r683 r803 44 44 {{tpl:include src="_head.html"}} 45 45 </head> 46 47 46 <body class="dc-search"> 48 47 <div id="page"> -
themes/ductile/tpl/tag.html
r683 r803 45 45 {{tpl:include src="_head.html"}} 46 46 </head> 47 48 47 <body class="dc-tag"> 49 48 <div id="page"> -
themes/ductile/tpl/tags.html
r683 r803 27 27 {{tpl:include src="_head.html"}} 28 28 </head> 29 30 29 <body class="dc-tags"> 31 30 <div id="page">
Note: See TracChangeset
for help on using the changeset viewer.