/[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.7 by tvon, Wed Oct 29 19:52:14 2003 UTC revision 1.8 by tvon, Wed Oct 29 19:53:35 2003 UTC
# Line 142  Line 142 
142                  </table>                  </table>
143                  -->                  -->
144    
145                  <div class="label">Birth Date:</div>                  <div tal:omit-tag="" tal:condition="here/getBirthdate">
146                  <span tal:content="here/getBirthdate"></span><br/>                      <div class="label">Birth Date:</div>
147                        <span tal:content="here/getBirthdate"></span><br/>
148                    </div>
149    
150                  <div class="label">Birth Place:</div>                  <div tal:omit-tag="" tal:condition="here/getBirthplace">
151                  <span tal:content="here/getBirthplace"></span><br/>                      <div class="label">Birth Place:</div>
152                        <span tal:content="here/getBirthplace"></span><br/>
153                    </div>
154    
155                  <div class="label">Home City:</div>                  <div tal:omit-tag="" tal:condition="here/getHomeCity">
156                  <span tal:content="here/getHomeCity"></span><br/>                      <div class="label">Home City:</div>
157                        <span tal:content="here/getHomeCity"></span><br/>
158                    </div>
159    
160                  <div class="label">Religion:</div>                  <div tal:omit-tag="" tal:condition="here/getReligion">
161                  <span tal:content="here/getReligion"></span><br/>                      <div class="label">Religion:</div>
162                        <span tal:content="here/getReligion"></span><br/>
163                    </div>
164    
165                  <table width="100%" class="listing"                  <table width="100%" class="listing"
166                      tal:condition="python:here.getFamily()">                      tal:condition="python:here.getFamily()">

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

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