Rev 6235 | Rev 7242 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if class = $doctype |
2 | !defread wimshome/log/classes/$wims_class/.def |
||
3 | !default author=$class_supervisor |
||
4 | !default email=$class_email |
||
5 | !endif |
||
6 | |||
7 | !set wims_form_method=post |
||
8 | !form reply |
||
5972 | bpr | 9 | !reset table_center |
5970 | bpr | 10 | $table_header |
5972 | bpr | 11 | <tr><td>$wims_name_title</td> |
6235 | bpr | 12 | <td><input type="text" size="40" name="titr" value="$tit" /></td></tr> |
5972 | bpr | 13 | <tr><td>$wims_name_Description</td> |
6235 | bpr | 14 | <td><input type="text" size="40" name="descr" value="$desc" /></td></tr> |
5972 | bpr | 15 | <tr><td>$wims_name_Author |
4318 | bpr | 16 | </td> |
6235 | bpr | 17 | <td><input type="text" size="40" name="authorr" value="$author" /> |
18 | (<span class="tt">$wims_name_firstname,$wims_name_lastname</span>) |
||
4318 | bpr | 19 | </td></tr> |
5972 | bpr | 20 | <tr><td>$wims_name_email</td> |
6235 | bpr | 21 | <td><input type="text" size="40" name="emailr" value="$email" /></td></tr> |
22 | <tr><td>$n_header<br /> |
||
5970 | bpr | 23 | <span class="small tt">(css, js, etc.)</span></td> |
23 | reyssat | 24 | !set header=!translate internal $ $ to $\ |
25 | $ in $header |
||
26 | !set hl=!linecnt $header |
||
27 | !set hr=$[max(3,min($hl+2,10))] |
||
28 | !set header=!reinput $header |
||
5970 | bpr | 29 | <td><textarea cols="40" rows="$hr" name="headerr">$header</textarea></td></tr> |
23 | reyssat | 30 | !reset headerr |
6676 | bpr | 31 | !set doctocr=$doctoc |
32 | <tr><td>$n_doctoc |
||
33 | !set wims_target=wims_internal |
||
34 | !href cmd=reply&doc=$helpd&block=main&job=read&block=toc $wims_name_help |
||
35 | </td> |
||
36 | <td> |
||
37 | !formradio doctocr list yes,no prompt $wims_name_yes,$wims_name_no |
||
38 | </td> |
||
39 | </tr> |
||
23 | reyssat | 40 | !set docopenr=$docopen |
41 | !default docopenr=0 |
||
42 | !if class != $doctype |
||
5972 | bpr | 43 | <tr><td>$wims_name_Copyright:</td><td> |
23 | reyssat | 44 | !set copyrightr=$copyright |
45 | !default copyrightr=gnu |
||
46 | !formselect copyrightr list gnu,opl,private prompt\ |
||
47 | GNU Free Documentation License,\ |
||
48 | Open Publication License,\ |
||
751 | bpr | 49 | $n_copyright2 |
5972 | bpr | 50 | </td></tr><tr><td>$name_public</td><td> |
1685 | bpr | 51 | !formselect docopenr list yes,no prompt $wims_name_yes, $wims_name_no |
5972 | bpr | 52 | </td></tr><tr><td>$wims_name_Language:</td><td> |
23 | reyssat | 53 | !default dlang=all |
6235 | bpr | 54 | <input size="14" name="dlangr" value="$dlang" /> <br /> |
5972 | bpr | 55 | <span class="tt small">(all en fr es it de cn ca nl)</span> |
56 | </td></tr> |
||
23 | reyssat | 57 | !if $job=creat |
6676 | bpr | 58 | <tr><td>$n_codedoc:</td><td class="nowrap"> |
6235 | bpr | 59 | <input type="password" size="$codemax" maxlength="$codemax" name="coder" /> $name_code5 |
60 | <input type="password" size="$codemax" maxlength="$codemax" name="coder2" /> |
||
5970 | bpr | 61 | </td></tr> |
62 | <tr><td colspan="2" class="small"> $name_code4</td></tr> |
||
23 | reyssat | 63 | !endif |
64 | !else |
||
5972 | bpr | 65 | <tr><td> $name_participant</td><td> |
23 | reyssat | 66 | !formselect docopenr list 0,1,2 prompt \ |
3960 | bpr | 67 | $wims_name_Docstatus |
5970 | bpr | 68 | </td></tr> |
23 | reyssat | 69 | !endif |
70 | </table> |
||
5894 | bpr | 71 | <p class="wimscenter wimsform"> |
6235 | bpr | 72 | <input type="submit" name="rEg" value="$wims_name_tosave" /> |
73 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
||
5894 | bpr | 74 | </p> |
23 | reyssat | 75 | |
5927 | bpr | 76 | !formend |
77 | |||
23 | reyssat | 78 | <p> |
79 | !if class != $doctype |
||
2286 | bpr | 80 | !read lang/names.phtml.$modu_lang public |
23 | reyssat | 81 | !else |
2282 | bpr | 82 | $name_visible |
23 | reyssat | 83 | !endif |
5894 | bpr | 84 | </p> |