/[pac]/pac/PACDefault/skins/pacdefault/publicaction_view.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pacdefault/publicaction_view.pt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by tvon, Fri Oct 3 17:18:30 2003 UTC revision 1.12 by tvon, Tue Oct 7 03:13:38 2003 UTC
# Line 10  Line 10 
10                  tal:omit-tag="">                  tal:omit-tag="">
11    
12              <div tal:condition="python:here.isExpired(here)">              <div tal:condition="python:here.isExpired(here)">
13                  <div class="message">                  <div class="message notice">
14                  <h1>This action is over</h1>                  <h1>This action is over</h1>
15                      You may view the action but you may no longer participate.                      You may view the action but you may no longer participate.
16                  </div>                  </div>
# Line 18  Line 18 
18    
19                  <h1 tal:content="here/title_or_id" />                  <h1 tal:content="here/title_or_id" />
20                  <metal:block tal:condition="here/portal_membership/isAnonymousUser">                  <metal:block tal:condition="here/portal_membership/isAnonymousUser">
21                          <div class="message">                          <div class="message notice">
22                              You must be logged in to participate in any actions.                              You must be logged in to participate in any actions.
23                          </div>                          </div>
24                  </metal:block>                  </metal:block>
# Line 27  Line 27 
27                  <metal:block tal:condition="not: here/portal_membership/isAnonymousUser"                  <metal:block tal:condition="not: here/portal_membership/isAnonymousUser"
28                      tal:define="member container/portal_membership/getAuthenticatedMember | nothing">                      tal:define="member container/portal_membership/getAuthenticatedMember | nothing">
29                      <div tal:omit-tag=""                      <div tal:omit-tag=""
30                          tal:condition="python:not here.isEligible(here, member)">                          tal:condition="python:not 1">
31                          <div class="message">                          <div class="message notice">
32                              You are not eligible for this action.                              You are not eligible for this action.
33                          </div>                          </div>
34                      </div>                      </div>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26