Name | me-filecontent |
|---|---|
Macro Body Processing | No macro body |
Output format | HTML |
Macro Code
## @param path:title=Status|type=string|required=true|desc=File Path
## @param file:title=Status|type=string|required=true|desc=File Name
## @param newwin:title=Open In New Window|type=string|required=false|desc=Open URL in new Window
#if (${paramnewwin}=="yes")
<a href="/filecontent/${parampath}/${paramfile}" target="_blank">${paramfile} (Åbner i nyt vindue)</a>
#else
<a href="/filecontent/${parampath}/${paramfile}">${paramfile}</a>
#end
<br><br>