source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/browser/weblogfolder_view.pt @ 1225

Last change on this file since 1225 was 1225, checked in by mylan, 15 years ago

Merged revisions 2250-2256,2258 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.quills.extras/branches/no_webresults

........

r2250 | mylan | 2009-08-05 17:50:46 +0300 (Wed, 05 Aug 2009) | 2 lines


moved webresults site cusomizations into elaw.quills.webresults package (#37)

........

r2251 | mylan | 2009-08-05 21:25:35 +0300 (Wed, 05 Aug 2009) | 1 line


Bind off from 4webresults theme skin: rebind resources to IQuillsExtrasLayer (browser layer), change QuillsLinks? portlet registration

........

r2252 | mylan | 2009-08-05 22:28:15 +0300 (Wed, 05 Aug 2009) | 1 line


Fix bug with quills_header_macros

........

r2253 | mylan | 2009-08-06 17:45:39 +0300 (Thu, 06 Aug 2009) | 1 line


Added tests for quills

........

r2254 | mylan | 2009-08-06 17:48:25 +0300 (Thu, 06 Aug 2009) | 1 line


Added support of both qPloneComments or quintagroup.plonecomments products

........

r2255 | mylan | 2009-08-06 19:26:31 +0300 (Thu, 06 Aug 2009) | 1 line


Move entry & weblog macroses from skins to /browser (acording to quills.app v.1.7.3)

........

r2256 | mylan | 2009-08-06 20:18:07 +0300 (Thu, 06 Aug 2009) | 1 line


Debug macroses refactoring, #37

........

r2258 | mylan | 2009-08-07 15:15:54 +0300 (Fri, 07 Aug 2009) | 1 line


Update tests because of integration quills with quintagroup.plonecomments (#37)

........

  • Property svn:eol-style set to native
File size: 1.2 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      <p id="blog-uid"
16         class="discreet"
17         tal:define="show_border python:context.showEditableBorder(template_id=template_id, actions=actions );"
18         tal:condition="show_border">
19        <span i18n:translate="weblog_edit_app_note">
20          Note: for some weblog editors you will need to provide the
21          following string as id to edit this blog:
22        </span>
23      </p>
24      <div id="content-weblog">
25        <metal:macro use-macro="context/quills_weblog_macros/list-entries"/>
26      </div>
27     <div tal:replace="structure provider:plone.belowcontentbody" />
28    </div>
29  </body>
30</html>
Note: See TracBrowser for help on using the repository browser.