/[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.4 by tvon, Thu Oct 2 16:45:08 2003 UTC revision 1.5 by tvon, Fri Oct 3 17:18:30 2003 UTC
# 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/getPoliticalParty"></span><br/>                  <span tal:content="python:here.pac_utils.expandPoliticalParty([here.getPoliticalParty()],)"></span><br/>
33    
34    
35                  <div class="label">Current Position:</div>                  <div class="label">Current Position:</div>
# Line 48  Line 48 
48                  <span tal:content="here/getNextElection"></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="python:here.getEducation() != ['']">
52                      <thead>                      <thead>
53                          <tr>                          <tr>
54                              <th>&nbsp;Education&nbsp;</th>                              <th>&nbsp;Education&nbsp;</th>
# Line 68  Line 68 
68                  </table>                  </table>
69    
70                  <table width="100%" class="listing"                  <table width="100%" class="listing"
71                      tal:condition="here/getProfessionalExperience">                      tal:condition="python:here.getProfessionalExperience() != ['']">
72                      <thead>                      <thead>
73                          <tr>                          <tr>
74                              <th>&nbsp;Professional Experience&nbsp;</th>                              <th>&nbsp;Professional Experience&nbsp;</th>
# Line 88  Line 88 
88                  </table>                  </table>
89    
90                  <table width="100%" class="listing"                  <table width="100%" class="listing"
91                      tal:condition="here/getPoliticalExperience">                      tal:condition="python:here.getPoliticalExperience() != ['']">
92                      <thead>                      <thead>
93                          <tr>                          <tr>
94                              <th>&nbsp;Political Experience&nbsp;</th>                              <th>&nbsp;Political Experience&nbsp;</th>
# Line 141  Line 141 
141                  <span tal:content="here/getReligion"></span><br/>                  <span tal:content="here/getReligion"></span><br/>
142    
143                  <table width="100%" class="listing"                  <table width="100%" class="listing"
144                      tal:condition="here/getFamily">                      tal:condition="python:here.getFamily() != ['']">
145                      <thead>                      <thead>
146                          <tr>                          <tr>
147                              <th>&nbsp;Family&nbsp;</th>                              <th>&nbsp;Family&nbsp;</th>

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

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