/[pac]/pac/PACDefault/skins/pac_templates/actionrecipient_view.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pac_templates/actionrecipient_view.pt

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

revision 1.6 by tvon, Wed Oct 29 19:49:36 2003 UTC revision 1.7 by tvon, Wed Oct 29 19:52:14 2003 UTC
# Line 23  Line 23 
23              <div metal:define-macro="body"              <div metal:define-macro="body"
24                  tal:omit-tag="">                  tal:omit-tag="">
25    
26                  <div class="label">Gender:</div>                  <div tal:omit-tag="" tal:condition="here/getGender">
27                  <span                      <div class="label">Gender:</div>
28                      tal:content="python:test(here.getGender(), 'Male', 'Female')"                      <span
29                      ></span><br/>                          tal:content="python:test(here.getGender(), 'Male', 'Female')"
30                            ></span><br/>
31                    </div>
32    
33                    <div tal:omit-tag="" tal:condition="here/getPoliticalParty">
34                  <div class="label">Party:</div>                  <div class="label">Party:</div>
35                  <span tal:content="python:here.pac_tool.expandPoliticalParty([here.getPoliticalParty()],)"></span><br/>                  <span tal:content="python:here.pac_tool.expandPoliticalParty([here.getPoliticalParty()],)"></span><br/>
36                    </div>
37    
38    
39                    <div tal:omit-tag="" tal:condition="here/getCurrentPosition">
40                  <div class="label">Current Position:</div>                  <div class="label">Current Position:</div>
41                  <span tal:content="here/getCurrentPosition"></span><br/>                  <span tal:content="here/getCurrentPosition"></span><br/>
42                    </div>
43    
44                    <div tal:omit-tag="" tal:condition="here/getCurrentDistrict">
45                  <div class="label">Current District:</div>                  <div class="label">Current District:</div>
46                  <span tal:content="here/getCurrentDistrict"></span><br/>                  <span tal:content="here/getCurrentDistrict"></span><br/>
47                    </div>
48    
49                    <div tal:omit-tag="" tal:condition="here/getFirstElected">
50                  <div class="label">First Elected:</div>                  <div class="label">First Elected:</div>
51                  <span tal:content="here/getFirstElected"></span><br/>                  <span tal:content="here/getFirstElected"></span><br/>
52                    </div>
53    
54                    <div tal:omit-tag="" tal:condition="here/getLastElected">
55                  <div class="label">Last Elected:</div>                  <div class="label">Last Elected:</div>
56                  <span tal:content="here/getLastElected"></span><br/>                  <span tal:content="here/getLastElected"></span><br/>
57                    </div>
58    
59                    <div tal:omit-tag="" tal:condition="here/getNextElection">
60                  <div class="label">Next Election:</div>                  <div class="label">Next Election:</div>
61                  <span tal:content="here/getNextElection"></span><br/>                  <span tal:content="here/getNextElection"></span><br/>
62                    </div>
63    
64                  <table width="100%" class="listing"                  <table width="100%" class="listing"
65                      tal:condition="python:here.getEducation()">                      tal:condition="python:here.getEducation()">

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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