source: products/quintagroup.quills.extras/branches/wald/quintagroup/quills/extras/browser/weblogfolder_view.pt @ 1423

Last change on this file since 1423 was 1423, checked in by wald, 14 years ago

Added title for weblogfolder_view

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
2      lang="en-US"
3      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4      metal:use-macro="here/main_template/macros/master"
5      i18n:domain="quills.app">
6  <body>
7    <metal:feed fill-slot="head_slot">
8         <metal:block metal:use-macro="context/quills_header_macros/feed-links"></metal:block>
9    </metal:feed>
10    <div metal:fill-slot="main"
11         tal:define="weblog view/getWeblog;
12                     weblog_content nocall:context;
13                     weblogsubfolder context/@@weblogsubfolder;
14                     entries weblogsubfolder/getEntries">
15                     
16       <h1 class="documentFirstHeading">
17           <metal:field use-macro="python:here.widget('title', mode='view')">
18             Title
19           </metal:field>
20       </h1>
21                                                           
22                     
23      <p id="blog-uid"
24         class="discreet"
25         tal:define="show_border python:context.showEditableBorder(template_id=template_id, actions=actions );"
26         tal:condition="show_border">
27        <span i18n:translate="weblog_edit_app_note">
28          Note: for some weblog editors you will need to provide the
29          following string as id to edit this blog:
30        </span>
31      </p>
32      <div id="content-weblog">
33        <metal:macro use-macro="context/quills_weblog_macros/list-entries"/>
34      </div>
35     <div tal:replace="structure provider:plone.belowcontentbody" />
36    </div>
37  </body>
38</html>
Note: See TracBrowser for help on using the repository browser.