Rev 13178 | Rev 14268 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13178 | Rev 13669 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | <th scope="col">$wims_name_action</th></tr> |
27 | <th scope="col">$wims_name_action</th></tr> |
28 | !set listc=!filelist $wims_home/log/classes/$wims_class/doc |
28 | !set listc=!filelist $wims_home/log/classes/$wims_class/doc |
29 | !set listc=!replace internal c by in $listc |
29 | !set listc=!replace internal c by in $listc |
30 | !set listc=!lines2items $listc |
30 | !set listc=!lines2items $listc |
31 | !set listc=!sort numeric items $listc |
31 | !set listc=!sort numeric items $listc |
- | 32 | ||
32 | !for i=1 to $doccnt |
33 | !for i=1 to $doccnt |
33 | !set ci_=!item $(wims_sort_order[$i]) of $listc |
34 | !set ci_=!item $(wims_sort_order[$i]) of $listc |
34 | !set sh=!record $ci_ of wimshome/log/classes/$wims_class/doc/.index |
35 | !set sh=!record $ci_ of wimshome/log/classes/$wims_class/doc/.index |
35 | !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_ |
36 | !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_ |
36 | !set ss_=!replace internal c by c$ $ in $s_ |
37 | !set ss_=!replace internal c by c$ $ in $s_ |
37 | !set c_$i=!positionof item $ss_ in $(data[3;]) |
38 | !set c_$i=!positionof item $ss_ in $(data[3;]) |
38 | !set ss_=!replace internal c by c_ in $s_ |
39 | !set ss_=!replace internal c by c_ in $s_ |
- | 40 | !if $s_!= |
|
39 | $table_tr |
41 | $table_tr |
40 | <td> |
42 | <td> |
41 | <label for="$ss_"> |
43 | <label for="$ss_"> |
42 | !set wims_ref_class=wims_doc_item |
44 | !set wims_ref_class=wims_doc_item |
43 | !href module=adm/doc&job=read&doc=$s_&block=main $t_ |
45 | !href module=adm/doc&job=read&doc=$s_&block=main $t_ |
44 | </label> |
46 | </label> |
45 | </td><td class="wims_status_$o_"> |
47 | </td><td class="wims_status_$o_"> |
46 | !item $[$o_+1] of $wims_name_status |
48 | !item $[$o_+1] of $wims_name_status |
47 | !set wims_ref_class=wims_button |
49 | !set wims_ref_class=wims_button |
48 | !href module=adm/doc&job=prop&doc=$s_ $wims_name_change |
50 | !href module=adm/doc&job=prop&doc=$s_ $wims_name_change |
49 | </td><td> |
51 | </td><td> |
50 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_" /> |
52 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_" /> |
51 | </td> |
53 | </td> |
52 | </tr> |
54 | </tr> |
- | 55 | !endif |
|
53 | !next i |
56 | !next i |
54 | !for i=1 to $docpubliccnt |
57 | !for i=1 to $docpubliccnt |
55 | !set sh=!record $i of wimshome/log/classes/$wims_class/doc/.docindex |
58 | !set sh=!record $i of wimshome/log/classes/$wims_class/doc/.docindex |
56 | !distribute lines $sh into s_,t_,ti,d_,o_ |
59 | !distribute lines $sh into s_,t_,ti,d_,o_ |
57 | $table_tr |
60 | $table_tr |