Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2061806.tpl
1 <center> <h3>All nodes with external link 'template://' set</h3><br>
2 testing version by DarkAural </center>
3
4 {get_nodes_by_external_link external_link='template://' listing_amount=all offset=0
5 orderby=desc}
6 {foreach from=$get_nodes_by_external_link item=node}
7
8 <div class='bordered' style='margin-bottom:13px'>
9 <div class='header' style='text-align:center; height: 3em'>Node ID: {$node.node_id} Named:
10 <a href='/id/{$node.node_id}'>{$node.node_name}</a> by ID: <a
11 href='/id/{$node.user_id}'>{$node.login}</a>
12 <br>&nbsp;&nbsp;{$node.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
13 </div>
14 <div>
15 {$node.node_content|escape:"html"|wordwrap:100|nl2br}
16 </div>
17 </div>
18 {/foreach}
This page took 0.236058 seconds and 4 git commands to generate.