Changes between Initial Version and Version 1 of Ticket #2078
- Timestamp:
- 2018-05-02T18:31:34+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2078 – Description
initial v1 9 9 Example: 10 10 11 {{{#!f 11 12 filename = 'myfile' 12 13 cn_dir = './' 14 }}} 13 15 14 16 --> /1_myfile 15 17 18 {{{#!f 16 19 filename = 'myfile' 17 20 cn_dir = '/path/to/my/file/' 21 }}} 18 22 19 23 --> /1_path/to/my/file/myfile