Wiki source code of Visual ArchiveSheet
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($docObj = $doc.getObject('VisualArchive.VisualArchiveClass')) | ||
3 | #set($img = $doc.getAttachmentURL($docObj.getStringValue('Image'))) | ||
4 | |||
5 | (% style="margin-bottom:20px; width:100%" %) | ||
6 | |=| | ||
7 | |(( | ||
8 | === [[${docObj.getStringValue('Headline')}>>${docObj.getStringValue('External Link')}]] === | ||
9 | |||
10 | [[image:${img}||style="border:1px solid #ccc;width:200px;margin:10px 0;"]] | ||
11 | |||
12 | ${docObj.getStringValue('Description')} | ||
13 | |||
14 | *__Category:__* **${docObj.getStringValue('Category')}** | ||
15 | #if($docObj.getListValue('Tags').size() > 0) | ||
16 | *__Tags:__* $docObj.getListValue('Tags').join(', ') | ||
17 | #end | ||
18 | ))| | ||
19 | {{/velocity}} |