nuxeo-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nuxeo-checkins] CVS: NuxForum/ui Forum_index.zpt,1.1.1.1,1.2 Posting_ac


From: Juan David Ibáñez Palomar
Subject: [Nuxeo-checkins] CVS: NuxForum/ui Forum_index.zpt,1.1.1.1,1.2 Posting_actions.zpt,1.1.1.1,1.2
Date: Fri, 03 May 2002 05:41:37 -0400

Update of /cvsroot/nuxeo/NuxForum/ui
In directory subversions:/tmp/cvs-serv29412/ui

Modified Files:
        Forum_index.zpt Posting_actions.zpt 
Log Message:
New mechanism that allows to override something that lives in
the filesystem with something that is acquired.


Index: Forum_index.zpt
===================================================================
RCS file: /cvsroot/nuxeo/NuxForum/ui/Forum_index.zpt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Forum_index.zpt     20 Feb 2002 12:07:07 -0000      1.1.1.1
--- Forum_index.zpt     3 May 2002 09:41:35 -0000       1.2
***************
*** 1,4 ****
--- 1,5 ----
  <html metal:use-macro="here/standard_template.pt/macros/page">
  
+ 
  <metal:block fill-slot="head">
    <title tal:content="container/title">The Title</title>
***************
*** 17,21 ****
      <tr>
        <td class="footer">
!         <div metal:use-macro="posting/posting_actions/macros/actions"></div>
        </td>
      </tr>
--- 18,22 ----
      <tr>
        <td class="footer">
!         <tal:block content="structure posting/posting_actions" />
        </td>
      </tr>

Index: Posting_actions.zpt
===================================================================
RCS file: /cvsroot/nuxeo/NuxForum/ui/Posting_actions.zpt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Posting_actions.zpt 20 Feb 2002 12:07:07 -0000      1.1.1.1
--- Posting_actions.zpt 3 May 2002 09:41:35 -0000       1.2
***************
*** 3,16 ****
  
    <a href=""
!      tal:attributes="href posting/absolute_url"
       tal:content="python:gettext('Read more..')">
    </a>
    |
    <span tal:replace="python:gettext('%d comments')
!                      % posting.get_number_of_comments()">
    </span>
    |
    <a href=""
!      tal:attributes="href string:${posting/absolute_url}/add_comment_form"
       tal:content="python:gettext('Add comment')">
    </a>
--- 3,16 ----
  
    <a href=""
!      tal:attributes="href here/absolute_url"
       tal:content="python:gettext('Read more..')">
    </a>
    |
    <span tal:replace="python:gettext('%d comments')
!                      % here.get_number_of_comments()">
    </span>
    |
    <a href=""
!      tal:attributes="href string:${here/absolute_url}/add_comment_form"
       tal:content="python:gettext('Add comment')">
    </a>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]