Rev 13665 | Rev 14940 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13665 | Rev 13752 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | <p> |
23 | <p> |
24 | Files in the document can be accessed using the variable <span class="tt wims_code_variable">\filedir</span> |
24 | Files in the document can be accessed using the variable <span class="tt wims_code_variable">\filedir</span> |
25 | in the document. For example, |
25 | in the document. For example, |
26 | </p> |
26 | </p> |
27 | <p class="wimscenter"> |
27 | <p class="wimscenter"> |
28 | <span class="tt wims_address"><a href="\filedir/$f1">$f1</a></span> |
28 | <span class="tt wims_address"><a href="\filedir/$f1" target="wims_external">$f1</a></span> |
29 | </p> |
29 | </p> |
30 | gives a link to the file <a href="$m_filedir/$f1" alt="$f1">$f1</a>. |
30 | gives a link to the file <a href="$m_filedir/$f1" alt="$f1">$f1</a>. |
31 | Also, you can write |
31 | Also, you can write |
32 | <p class="wimscenter"> |
32 | <p class="wimscenter"> |
33 | <span class="tt wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></span> |
33 | <span class="tt wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></span> |