Rev 10039 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5997 | bpr | 1 | <!-- _widgets/docmenubox.phtml --> |
2 | !if help isin $wims_session |
||
3 | <div id="wimsmenubox" class="footer"> |
||
6042 | obado | 4 | <div class="wimsmenu"> |
5 | <div class="menuitem"> |
||
8232 | bpr | 6 | !href cmd=reply&job=source $n_source0 |
6042 | obado | 7 | </div> |
8 | </div> |
||
5997 | bpr | 9 | </div> |
6042 | obado | 10 | !exit |
5997 | bpr | 11 | !endif |
12 | |||
10039 | bpr | 13 | !!transfert dans adm/doc |
5997 | bpr | 14 | <div id="wimsmenubox" class="footer"> |
6042 | obado | 15 | <div class="wimsmenu"> |
16 | !if $editable=yes |
||
17 | <div class="menuitem"> |
||
18 | !read $oneitem properties,1,cmd=reply&job=prop |
||
19 | </div> |
||
8232 | bpr | 20 | !if $job!=file |
21 | <div class="menuitem"> |
||
22 | !read $oneitem doch_upload,1,cmd=reply&job=file |
||
23 | </div> |
||
24 | !endif |
||
6042 | obado | 25 | !endif |
5997 | bpr | 26 | |
6042 | obado | 27 | !if $wims_developer!=$empty and COPYING isin $module_copyright |
28 | !set V_=!char 1 of $module |
||
29 | !set M_=!translate internal / to , in $module |
||
30 | !set M_=!item 1 of $M_ |
||
31 | !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool |
||
32 | <div class="menuitem"> |
||
33 | !read $oneitem modify,1,module=adm/modtool&original=$module |
||
34 | </div> |
||
35 | !endif |
||
6102 | bpr | 36 | !endif |
37 | |||
38 | !if ($wims_user=supervisor or $wims_developer!=$empty) and $sheetdata!=$empty and $job!=exosource |
||
6042 | obado | 39 | <div class="menuitem"> |
40 | !read oneitem.phtml shsource,1,cmd=reply&job=exosource |
||
41 | </div> |
||
6102 | bpr | 42 | !endif |
5997 | bpr | 43 | |
12565 | bpr | 44 | !! !if $wims_user=supervisor and _adm/doc notin _$module and $job!=exosource |
45 | !! <div class="menuitem"> |
||
10039 | bpr | 46 | !! deja dans homeref_supervisor |
47 | !!read oneitem.phtml adddoc,1,module=adm/class/adddoc&dir=$module |
||
12565 | bpr | 48 | !! </div> |
49 | !! !endif |
||
5997 | bpr | 50 | |
6042 | obado | 51 | !if $job=exosource |
52 | <div class="menuitem"> |
||
53 | !read $oneitem doch_back,1,cmd=reply&job=read |
||
54 | </div> |
||
55 | !else |
||
56 | !if $job=print |
||
57 | <div class="menuitem"> |
||
58 | !read $oneitem doch_interactive,1,cmd=reply&job=read&doc=$doc&block=$startblock |
||
59 | </div> |
||
60 | !if $wims_user=supervisor and $sheetdata!=$empty |
||
61 | <div class="menuitem"> |
||
62 | !read $oneitem source,1,cmd=reply&job=exosource&block=$startblock |
||
63 | </div> |
||
8232 | bpr | 64 | !endif |
6042 | obado | 65 | !endif |
66 | !endif |
||
67 | </div><!--end of wimsmenu--> |
||
5997 | bpr | 68 | </div><!--end of wimsmenubox--> |
69 | |||
70 | <!-- end _widgets/docmenubox.phtml --> |