source: products/SimpleBlog/trunk/skins/SimpleBlog/blogfolder_view.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 701 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/main_template/macros/master"
4      i18n:domain="SimpleBlog">
5
6
7<body>
8<div metal:fill-slot="main">
9    <tal:main-macro metal:define-macro="main">
10        <h1  class="documentFirstHeading">
11            <img  id="pagetype_icon" src="#" tal:attributes="src string:${here/portal_url}/${here/getIcon};alt here/title" />
12            <span tal:replace="here/title_or_id"/>
13        </h1>
14        <p>This template is no longer used. Please reinstall SimpleBlog to make use of the new display mechanism or ask
15           your administrator to do so.
16        </p>
17    </tal:main-macro>
18</div>
19
20</body>
21
22</html>
Note: See TracBrowser for help on using the repository browser.