/[saadmin]/sa50/root/templates/organisationform.html
ViewVC logotype

Contents of /sa50/root/templates/organisationform.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (show annotations)
Wed Feb 20 10:14:08 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 646 byte(s)
- add date format
1 [% IF organisationid %][% ttinfo = sa50.get_organisation_info(organisationid) %][% END %]
2 <form action="[% c.req.base %]/id/[%- id %]/extra" method="POST">
3 <input type="hidden" name="organisationid" value="[%- organisationid -%]">
4 <p>Instance: <input type="text" name="orgname" value="[%- ttinfo.orgname | html -%]">
5 Nature de la participation: <input type="text" name="type" value="[%- ttinfo.type | html -%]"></p>
6 <p>du (jj/mm/aaaa): <input type="text" name="start" value="[%- ttinfo.start | html -%]">
7 au (jj/mm/aaaa): <input type="text" name="end" value="[%- ttinfo.end | html -%]">
8 <input type="submit"></p>
9 </form>
10

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21