Rev 13752 | Rev 14944 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13752 | Rev 14940 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !goto $wims_read_parm |
6 | !goto $wims_read_parm |
7 | 7 | ||
8 | :file |
8 | :file |
9 | <p>Ficheros disponibles en este documento: |
9 | <p>Ficheros disponibles en este documento: |
10 | !for f in $flist |
10 | !for f in $flist |
- | 11 | !set wims_getfile_fname=$f |
|
11 | !getfile doc/$f $f |
12 | !getfile doc/$f $f |
12 | |
13 | |
13 | !next f |
14 | !next f |
14 | </p> |
15 | </p> |
15 | !form reply |
16 | !form reply |
Line 21... | Line 22... | ||
21 | !formend |
22 | !formend |
22 | <p> |
23 | <p> |
23 | Se puede acceder a los ficheros del documento usando la |
24 | Se puede acceder a los ficheros del documento usando la |
24 | variable <span class="tt wims_code_variable">\filedir</span> en el documento. Por ejemplo |
25 | variable <span class="tt wims_code_variable">\filedir</span> en el documento. Por ejemplo |
25 | </p><p class="wimscenter"> |
26 | </p><p class="wimscenter"> |
26 | <span class="tt wims_address"><a href="\filedir/$f1" target="wims_external">$f1</a></span> |
27 | <span class="tt wims_address"><a href="\filedir/$f1" target="wims_external" download="$f1">$f1</a></span> |
27 | </p><p> |
28 | </p><p> |
28 | proporciona un enlace al fichero <a href="$m_filedir/$f1">$f1</a>. |
29 | proporciona un enlace al fichero <a href="$m_filedir/$f1">$f1</a>. |
29 | También puede escribir |
30 | También puede escribir |
30 | </p><p class="wimscenter"> |
31 | </p><p class="wimscenter"> |
31 | <span class="tt wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></span> |
32 | <span class="tt wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></span> |