Rev 18226 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
18226 | bpr | 1 | !nocache |
2 | !! useful when one comes from modtool |
||
3 | !set modu_lang=$lang |
||
18254 | czzmrn | 4 | !! |
5 | !! need to reset this |
||
6 | !reset lang_exists |
||
17065 | bpr | 7 | !readproc deduc/names |
20 | reyssat | 8 | !read Exindex |
18226 | bpr | 9 | !if $(titlelist_$modu_lang)!=$empty |
10 | !set titlelist=$(titlelist_$modu_lang) |
||
11 | !endif |
||
20 | reyssat | 12 | !set exocnt=!itemcnt $exolist |
13 | !set Askresult=0 |
||
14 | !set Askcontext=0 |
||
18226 | bpr | 15 | <hr style="width:35%"> |
20 | reyssat | 16 | !if $exocnt<1 |
16122 | bpr | 17 | $name_intro1 |
16114 | bpr | 18 | !exit |
20 | reyssat | 19 | !endif |
20 | !if $exocnt=1 |
||
16122 | bpr | 21 | $(name_introone[1]), <b> |
16114 | bpr | 22 | !item 1 of $titlelist |
23 | </b>. |
||
24 | !set exoo=!item 1 of $exolist |
||
16122 | bpr | 25 | !href cmd=new&module=$module&exo=$exoo $(name_introone[2]) |
16114 | bpr | 26 | !exit |
20 | reyssat | 27 | !endif |
28 | |||
29 | !form new |
||
17187 | bpr | 30 | <input type="hidden" name="module" value="$module"> |
16114 | bpr | 31 | <table class="wimscenter wimsborder"><tr> |
20 | reyssat | 32 | !set special_parm=!trim $special_parm |
33 | !if $special_parm2=select and $special_parm!=$empty |
||
16376 | bpr | 34 | <th> |
16122 | bpr | 35 | $(name_intro2[1]) |
17187 | bpr | 36 | <br> |
16122 | bpr | 37 | <em><span style="color:blue">$special_parm</span></em>: |
16376 | bpr | 38 | </th> |
20 | reyssat | 39 | !else |
16376 | bpr | 40 | <th> |
16122 | bpr | 41 | $(name_intro2[2]) |
16376 | bpr | 42 | </th> |
20 | reyssat | 43 | !endif |
16114 | bpr | 44 | <td> |
20 | reyssat | 45 | !read deduc/select.phtml |
16114 | bpr | 46 | </td> |
47 | </tr><tr><th> |
||
16122 | bpr | 48 | $(name_intro2[3]) |
49 | </th><td> |
||
20 | reyssat | 50 | !set qcmlevel=3 |
51 | !formselect qcmlevel from 1 to 9 |
||
16122 | bpr | 52 | </td></tr><tr><th> |
53 | $(name_intro2[4]) |
||
54 | </th><td> |
||
55 | !formselect Askcontext list -1,0,1 prompt $name_introprompt |
||
56 | </td></tr><tr><th> |
||
57 | $(name_intro2[5]) |
||
58 | </th><td> |
||
59 | !formselect Askresult list -1,0,1 prompt $name_introprompt |
||
20 | reyssat | 60 | !read introhook.phtml |
16114 | bpr | 61 | </td></tr></table> |
62 | <div class="wimscenter wimsform"> |
||
17187 | bpr | 63 | <input type="submit" value="$wims_name_work"> |
16114 | bpr | 64 | </div> |
20 | reyssat | 65 | |
5928 | bpr | 66 | !formend |
67 | |||
20 | reyssat | 68 | !if $exocnt>10 |
16376 | bpr | 69 | !form intro |
17187 | bpr | 70 | <input type="hidden" name="special_parm2" value="select"> |
71 | <input type="hidden" name="module" value="$module"> |
||
16376 | bpr | 72 | $name_intro3 |
17187 | bpr | 73 | <input size="12" maxlength="12" name="special_parm" value="$oldparm"> |
74 | <input type="submit" value="OK"> |
||
5928 | bpr | 75 | |
16376 | bpr | 76 | !formend |
20 | reyssat | 77 | !endif |
78 | |||
16122 | bpr | 79 | $name_intro_remark1 |
20 | reyssat | 80 | |
81 | !if * isin $titlelist |
||
16114 | bpr | 82 | <p> |
16122 | bpr | 83 | $name_intro_remark2 |
16114 | bpr | 84 | </p> |
20 | reyssat | 85 | !endif |