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