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

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

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

revision 1.3 by tvon, Wed Oct 1 01:21:30 2003 UTC revision 1.4 by tvon, Thu Oct 2 16:45:08 2003 UTC
# Line 12  Line 12 
12                  tal:omit-tag="">                  tal:omit-tag="">
13    
14                  <h1>                  <h1>
15                      <span tal:content="here/getFirst_name">                      <span tal:content="here/getFirstName">
16                          </span> <span tal:content="here/getMiddle_name">                          </span> <span tal:content="here/getMiddleName">
17                          </span> <span tal:content="here/getLast_name">                          </span> <span tal:content="here/getLastName">
18                          </span>                          </span>
19                  </h1>                  </h1>
20    
# Line 29  Line 29 
29                      ></span><br/>                      ></span><br/>
30    
31                  <div class="label">Party:</div>                  <div class="label">Party:</div>
32                  <span tal:content="here/getPolitical_party"></span><br/>                  <span tal:content="here/getPoliticalParty"></span><br/>
33    
34    
35                  <div class="label">Current Position:</div>                  <div class="label">Current Position:</div>
36                  <span tal:content="here/getCurrent_position"></span><br/>                  <span tal:content="here/getCurrentPosition"></span><br/>
37    
38                  <div class="label">Current District:</div>                  <div class="label">Current District:</div>
39                  <span tal:content="here/getCurrent_district"></span><br/>                  <span tal:content="here/getCurrentDistrict"></span><br/>
40    
41                  <div class="label">First Elected:</div>                  <div class="label">First Elected:</div>
42                  <span tal:content="here/getFirst_elected"></span><br/>                  <span tal:content="here/getFirstElected"></span><br/>
43    
44                  <div class="label">Last Elected:</div>                  <div class="label">Last Elected:</div>
45                  <span tal:content="here/getLast_elected"></span><br/>                  <span tal:content="here/getLastElected"></span><br/>
46    
47                  <div class="label">Next Election:</div>                  <div class="label">Next Election:</div>
48                  <span tal:content="here/getNext_election"></span><br/>                  <span tal:content="here/getNextElection"></span><br/>
49    
50                  <table width="100%" class="listing"                  <table width="100%" class="listing"
51                      tal:condition="here/getEducation">                      tal:condition="here/getEducation">
# Line 68  Line 68 
68                  </table>                  </table>
69    
70                  <table width="100%" class="listing"                  <table width="100%" class="listing"
71                      tal:condition="here/getProfessional_experience">                      tal:condition="here/getProfessionalExperience">
72                      <thead>                      <thead>
73                          <tr>                          <tr>
74                              <th>&nbsp;Professional Experience&nbsp;</th>                              <th>&nbsp;Professional Experience&nbsp;</th>
75                          </tr>                          </tr>
76                      </thead>                      </thead>
77                      <tbody>                      <tbody>
78                          <metal:block tal:repeat="i here/getProfessional_experience">                          <metal:block tal:repeat="i here/getProfessionalExperience">
79                              <tr class="even"                              <tr class="even"
80                                  tal:define="oddrow repeat/i/odd"                                  tal:define="oddrow repeat/i/odd"
81                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >
# Line 88  Line 88 
88                  </table>                  </table>
89    
90                  <table width="100%" class="listing"                  <table width="100%" class="listing"
91                      tal:condition="here/getPolitical_experience">                      tal:condition="here/getPoliticalExperience">
92                      <thead>                      <thead>
93                          <tr>                          <tr>
94                              <th>&nbsp;Political Experience&nbsp;</th>                              <th>&nbsp;Political Experience&nbsp;</th>
95                          </tr>                          </tr>
96                      </thead>                      </thead>
97                      <tbody>                      <tbody>
98                          <metal:block tal:repeat="i here/getPolitical_experience">                          <metal:block tal:repeat="i here/getPoliticalExperience">
99                              <tr class="even"                              <tr class="even"
100                                  tal:define="oddrow repeat/i/odd"                                  tal:define="oddrow repeat/i/odd"
101                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >
# Line 135  Line 135 
135                  <span tal:content="here/getBirthplace"></span><br/>                  <span tal:content="here/getBirthplace"></span><br/>
136    
137                  <div class="label">Home City:</div>                  <div class="label">Home City:</div>
138                  <span tal:content="here/getHome_city"></span><br/>                  <span tal:content="here/getHomeCity"></span><br/>
139    
140                  <div class="label">Religion:</div>                  <div class="label">Religion:</div>
141                  <span tal:content="here/getReligion"></span><br/>                  <span tal:content="here/getReligion"></span><br/>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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