empty archives page

This commit is contained in:
Frederic Peters 2009-05-25 14:04:37 +02:00
parent 792f39d4e1
commit 41cf2f66f1
2 changed files with 49 additions and 1 deletions

View File

@ -30,5 +30,12 @@
url_expr="string:${object_url}/edit" visible="True">
<permission value="Modify portal content"/>
</action>
<alias from="archives" to="revuesdepresse_archives"/>
<action title="Archives" action_id="archives" category="object" condition_expr=""
url_expr="string:${object_url}/archives" visible="True">
<permission value="View"/>
</action>
</object>

View File

@ -0,0 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
xml:lang="en-US"
lang="en-US"
metal:use-macro="here/main_template/macros/master"
i18n:domain="revuesdepresse">
<metal:javascriptslot fill-slot="javascript_head_slot">
<script type="text/javascript" language="JavaScript">
</script>
</metal:javascriptslot>
<metal:cssslot fill-slot="css_slot">
<style type="text/css">
</style>
</metal:cssslot>
<body>
<metal:main fill-slot="main">
<tal:main-macro metal:define-macro="main"
tal:define="kssClassesView context/@@kss_field_decorator_view;
getKssClasses nocall:kssClassesView/getKssClassesInlineEditable;">
<div tal:replace="structure provider:plone.abovecontenttitle" />
<h1 metal:use-macro="here/kss_generic_macros/macros/generic_title_view">
Title or id
</h1>
<div tal:replace="structure provider:plone.belowcontenttitle" />
<div tal:replace="structure provider:plone.abovecontentbody" />
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>
</metal:main>
</body>
</html>