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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (show annotations)
Wed Feb 6 20:58:43 2008 UTC (16 years, 5 months ago) by nanardon
File MIME type: text/html
File size: 539 byte(s)
- patents forms integration
1 <p>Découvertes du SA</p>
2
3 [% IF discoveryid %]
4 [% tdinfo = sa50.get_discovery_info(discoveryid) %]
5 [% END %]
6
7 <form action="[% c.req.base %]/discovery/[% IF discoveryid %][% discoveryid %][% ELSE %]new[% END %]" method="POST">
8 <input type="hidden" name="idd" value="[%- discoveryid -%]">
9 <p>Titre</p>
10 <p><input size="30" name="title" value="[% tdinfo.title | html %]"></p>
11 <p>Commentaire</p>
12 <p><textarea cols="60" rows="16" name="desc">[% tdinfo.desc | html %]</textarea></p>
13 <p><input type="submit"></p>
14 </form>

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21