Commit d94a94af authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from person_career_log_print.pt to Person_viewCareerLogAsHTML.pt.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1634 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20e23f0f
......@@ -13,20 +13,20 @@
<tr>
<th>Nom</th>
<th>Date Naissance</th>
<th>Nationalité</th>
<th>Nationalité</th>
<th>Sexe</th>
<th>Compétences</th>
<th>Compétences</th>
<th>Affectation</th>
<th>Arrivée</th>
<th>Départ</th>
<th>Arrivée</th>
<th>Départ</th>
<th>Description</th>
</tr>
<tr tal:repeat="item python:here.sort_sql_list(here.z_person_career_log(),(('start_date','ASC'),))">
<tr tal:repeat="item python:here.Base_sortObjectListLikeSQL(here.Person_zGetPersonCareerLog(),(('start_date','ASC'),))">
<span tal:define="my_assignment python:item.getObject();
my_person python:my_assignment.aq_parent"
>
<td valign="top"><a tal:content="my_person/getTitle"
tal:attributes="href python:'%s/person_viewProfile' % my_person.getRelativeUrl()" /></td>
tal:attributes="href python:'%s/Person_viewProfile' % my_person.getRelativeUrl()" /></td>
<td valign="top" ><font size="-2" tal:content="my_assignment/getBirthday"/></td>
<td valign="top" ><font size="-2" tal:content="my_assignment/getDefaultNationality"/></td>
<td valign="top" ><font size="-2" tal:content="my_assignment/getGender"/></td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment