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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 85 - (show annotations)
Wed Feb 27 15:30:17 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 879 byte(s)
- fix typo in field name
1 <p>Brevet</p>
2
3 [% IF patentid %]
4 [% tdinfo = sa50.get_patent_info(patentid) %]
5 [% END %]
6
7 <form action="[% c.req.base %]/patent/[% IF patentid %][% patentid %][% ELSE %]new[% END %]" method="POST">
8 <input type="hidden" name="idp" value="[%- patentid -%]">
9 <p>Nom du brevet: <input type="text" name="name" value="[% tdinfo.name | html %]"></p>
10 <p>Resumé: <input type="text" name="abstract" value="[% tdinfo.abstract | html %]"></p>
11 <p>Numéro: <input type="text" name="number" value="[% tdinfo.number | html %]"></p>
12 <p>Date de dépot (jj/mm/aaaa):<input type="text" name="datef" value="[% tdinfo.datef | html %]"></p>
13 <p>Inventeurs: <textarea name="inventors">[% tdinfo.inventors | html %]</textarea></p>
14 <p>Commentaires: <textarea cols="40" rows="3" 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