Rev 13267 | Rev 16915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13267 | Rev 16913 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !! preparing variable in case of use document to make presentation page of a sheet |
|
1 | 2 | ||
- | 3 | ||
- | 4 | !! --- in case of use of file of the document in the presentation page |
|
- | 5 | !if $sheet_docpage!=yes |
|
- | 6 | !let m_filedir=$wims_ref_name?session=$wims_session&+cmd=getfile&+special_parm=doc |
|
- | 7 | !let tmp=!replace internal / by , in $sheet_docpage |
|
- | 8 | !sh if [ -d $wims_home/log/classes/$wims_class/doc/$(tmp[1])/files ]; then\ |
|
- | 9 | cd $wims_home/$wims_sesdir;\ |
|
- | 10 | mkdir -p getfile;\ |
|
- | 11 | cd getfile;\ |
|
- | 12 | rm -f doc;\ |
|
- | 13 | ln -s $wims_home/log/classes/$wims_class/doc/$(tmp[1])/files doc;\ |
|
- | 14 | fi |
|
- | 15 | !endif |
|
2 | !let wims_prefix=$wims_prefix m |
16 | !let wims_prefix=$wims_prefix m |
3 | !let wims_trustfile=$wims_trustfile primitives/target.phtml primitives.phtml |
17 | !let wims_trustfile=$wims_trustfile primitives/target.phtml primitives.phtml |
4 | !let wims_writable=$wims_writable serial prim parm1 parm2 parm3 parm4 parms anchor w gotcnt gotm p add eq sh_ ex_ l_ m_ p_ a_ b_ t_ d_ prompt n i nadd lmod lses lcmd l ll l1 l2 m_exotitle m_exodescription |
18 | !let wims_writable=$wims_writable serial prim parm1 parm2 parm3 parm4 parms anchor w gotcnt gotm p add eq sh_ ex_ l_ m_ p_ a_ b_ t_ d_ prompt n i nadd lmod lses lcmd l ll l1 l2 m_exotitle m_exodescription |
5 | !let wims_readable=$wims_readable wims_session wims_read_parm serial prim parm1 parm2 parm3 parm4 parms anchor w gotcnt gotm p add eq sh_ ex_ l_ m_ p_ a_ b_ t_ d_ prompt n i nadd lmod lses lcmd l ll l1 l2 wims_class m_exotitle m_exodescription |
19 | !let wims_readable=$wims_readable wims_session wims_read_parm serial prim parm1 parm2 parm3 parm4 parms anchor w gotcnt gotm p add eq sh_ ex_ l_ m_ p_ a_ b_ t_ d_ prompt n i nadd lmod lses lcmd l ll l1 l2 wims_class m_exotitle m_exodescription |
6 | 20 |