Webquest/skins/Webquest webquest_view.pt,1.1.1.1,1.2 webquestdoc_view.pt,1.1.1.1,1.2 webquestfile_view.pt,1.1.1.1,1.2 webquestfolder_view.pt,1.1.1.1,1.2 webquestimage_view.pt,1.1.1.1,1.2 webquestlink_view.pt,1.1.1.1,1.2
Jean-Paul Ladage <[email protected]> Fri, 07 Jan 2005 01:54:22 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/Webquest/skins/Webquest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22186/skins/Webquest
Modified Files:
webquest_view.pt webquestdoc_view.pt webquestfile_view.pt
webquestfolder_view.pt webquestimage_view.pt
webquestlink_view.pt
Log Message:
OrderedBaseFolder inheritance and template fixes
Index: webquestimage_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquestimage_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquestimage_view.pt 2 Jun 2004 20:46:50 -0000 1.1.1.1
--- webquestimage_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 11,15 ****
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','Webquest Folder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
--- 11,15 ----
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','WebquestFolder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
Index: webquestfolder_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquestfolder_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquestfolder_view.pt 2 Jun 2004 20:46:49 -0000 1.1.1.1
--- webquestfolder_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 10,14 ****
<a tal:attributes="href string:${here/aq_parent/absolute_url}"
href="" i18n:translate="wq_home"> Home |</a>
! <tal:block tal:omit-tag tal:define="list python:here.aq_parent.contentValues(['WebquestDoc','Webquest Folder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
--- 10,14 ----
<a tal:attributes="href string:${here/aq_parent/absolute_url}"
href="" i18n:translate="wq_home"> Home |</a>
! <tal:block tal:omit-tag tal:define="list python:here.aq_parent.contentValues(['WebquestDoc','WebquestFolder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
Index: webquestfile_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquestfile_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquestfile_view.pt 2 Jun 2004 20:46:49 -0000 1.1.1.1
--- webquestfile_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 11,15 ****
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','Webquest Folder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
--- 11,15 ----
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','WebquestFolder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
Index: webquest_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquest_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquest_view.pt 2 Jun 2004 20:46:49 -0000 1.1.1.1
--- webquest_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 9,13 ****
<div metal:fill-slot="main">
<span tal:omit-tag="" i18n:translate="wq_home"> Home |</span>
! <tal:block tal:omit-tag tal:define="list python:here.contentValues(['WebquestDoc','Webquest Folder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
--- 9,13 ----
<div metal:fill-slot="main">
<span tal:omit-tag="" i18n:translate="wq_home"> Home |</span>
! <tal:block tal:omit-tag tal:define="list python:here.contentValues(['WebquestDoc','WebquestFolder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
Index: webquestlink_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquestlink_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquestlink_view.pt 2 Jun 2004 20:46:50 -0000 1.1.1.1
--- webquestlink_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 11,15 ****
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','Webquest Folder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
--- 11,15 ----
href="" i18n:translate="wq_home"> Home |</a>
<tal:block tal:define="resource python: here.aq_parent"
! tal:omit-tag tal:repeat="element python: resource.aq_parent.contentValues(['WebquestDoc','WebquestFolder'])">
<span tal:condition="python: element.absolute_url() == here.absolute_url()"
tal:content="string: ${element/title} ">Current Title</span>
Index: webquestdoc_view.pt
===================================================================
RCS file: /cvsroot/eduplone/Webquest/skins/Webquest/webquestdoc_view.pt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** webquestdoc_view.pt 2 Jun 2004 20:46:49 -0000 1.1.1.1
--- webquestdoc_view.pt 7 Jan 2005 01:54:20 -0000 1.2
***************
*** 11,15 ****
<div><a tal:attributes="href string:${here/aq_parent/absolute_url}"
href="" i18n:translate="wq_home"> Home |</a>
! <tal:block tal:omit-tag tal:define="list python:here.contentValues(['WebquestDoc','Webquest Folder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
--- 11,15 ----
<div><a tal:attributes="href string:${here/aq_parent/absolute_url}"
href="" i18n:translate="wq_home"> Home |</a>
! <tal:block tal:omit-tag tal:define="list python:here.contentValues(['WebquestDoc','WebquestFolder']);
dummy python:list.sort(lambda x,y:cmp(x.id, y.id))"
tal:repeat="element list">
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt