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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64 - (show annotations)
Thu Feb 14 15:11:35 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 923 byte(s)
- remove useless fields
1 <p>Projets internationnaux</p>
2
3 [% IF projectid %]
4 [% tdinfo = sa50.get_project_info(projectid) %]
5 [% END %]
6
7 <form action="[% c.req.base %]/project/[% IF projectid %][% projectid %][% ELSE %]new[% END %]" method="POST">
8 <input type="hidden" name="idp" value="[%- projectid -%]">
9 <p>Nom du projet: <input type="text" name="name" value="[% tdinfo.name | html %]"></p>
10 <p>Nature du projet: <input type="text" name="type" value="[% tdinfo.type | html %]"></p>
11 <p>Date début: <input type="text" name="start" value="[% tdinfo.start | html %]">
12 Date de fin:<input type="text" name="end" value="[% tdinfo.end | html %]"></p>
13 <p>Organisations participantes: <textarea cols="30" rows="3" name="organisations">[% tdinfo.organisations | html %]</textarea></p>
14 <p>Commentaires: <textarea rows="3" cols="40" name="comment">[% tdinfo.comment | html %]</textarea></p>
15 <p><input type="submit"></p>
16 </form>

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21