Wiki source code of Information Technology
Last modified by Normann P. Nielsen on 2025/12/12 15:11
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Top Artikler / Top Articles | ||
| 2 | |||
| 3 | ==== Tag: sticky ==== | ||
| 4 | {{velocity}}#set ($list = $xwiki.tag.getDocumentsWithTag('sticky')) | ||
| 5 | #foreach($reference in $list) | ||
| 6 | #set ($document = $xwiki.getDocument($reference)) | ||
| 7 | #set ($label = $document.getTitle()) | ||
| 8 | [[$label>>$reference]] | ||
| 9 | #end{{/velocity}} | ||
| 10 | |||
| 11 | {{container layoutStyle="columns"}} | ||
| 12 | (((= Artikler (articles)** | ||
| 13 | ** = | ||
| 14 | |||
| 15 | x | ||
| 16 | {{info}}En tar ta'r den tid en tar ta'r... | ||
| 17 | |||
| 18 | // **Normann, 199x** //{{/info}}))) | ||
| 19 | (((= IT-Bloggen (Blog)** | ||
| 20 | ** = | ||
| 21 | |||
| 22 | {{velocity}} | ||
| 23 | #set ($limit = 10) | ||
| 24 | #set ($query = ", BaseObject as obj where 1=1 order by doc.date desc") | ||
| 25 | #set ($docs = $xwiki.searchDocuments($query, $limit, 0)) | ||
| 26 | ==Recently Updated Pages== | ||
| 27 | #foreach ($docName in $docs) | ||
| 28 | #set ($doc = $xwiki.getDocument($docName)) | ||
| 29 | #set($authorDoc = $xwiki.getDocument($doc.author)) | ||
| 30 | * [[$doc.displayTitle>>$doc.getExternalURL("view")]] - $xwiki.formatDate($$doc.contentUpdateDate,"dd-MM-yyyy HH:mm") updated by $doc.author | ||
| 31 | #end | ||
| 32 | {{/velocity}}))) | ||
| 33 | (((= Nyeste (Recently)** | ||
| 34 | ** = | ||
| 35 | |||
| 36 | {{velocity}} | ||
| 37 | #set ($limit = 10) | ||
| 38 | #set ($query = ", BaseObject as obj where 1=1 order by doc.date desc") | ||
| 39 | #set ($docs = $xwiki.searchDocuments($query, $limit, 0)) | ||
| 40 | ==Recently Updated Pages== | ||
| 41 | #foreach ($docName in $docs) | ||
| 42 | #set ($doc = $xwiki.getDocument($docName)) | ||
| 43 | #set($authorDoc = $xwiki.getDocument($doc.author)) | ||
| 44 | * [[$doc.displayTitle>>$doc.getExternalURL("view")]] - $xwiki.formatDate($$doc.contentUpdateDate,"dd-MM-yyyy HH:mm") updated by $doc.author | ||
| 45 | #end | ||
| 46 | {{/velocity}} | ||
| 47 | |||
| 48 | = Efter label (By label)** | ||
| 49 | ** =))) | ||
| 50 | {{/container}} | ||
| 51 | |||
| 52 | |||
| 53 | {{container layoutStyle="columns"}} | ||
| 54 | ((([[image:customware.png]]))) | ||
| 55 | ((([[image:xbmc.jpg||width="300"]]))) | ||
| 56 | ((([[image:dragonslayer.png||width="300"]]))) | ||
| 57 | {{/container}} |