renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1973619.tpl
diff --git a/data/templates/own_templates/1973619.tpl b/data/templates/own_templates/1973619.tpl
deleted file mode 100644 (file)
index 36fea5f..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-{get_children listing_amount='232323' offset=$offset types=$children_types}
-
-{foreach from=$get_children item=child}
-{$child.depth}
-
-{if $child.template_id eq 2}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-nodeshell::{$child.node_id}:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> ::
-(<a href='/id/{$child.node_id}/23'>posledne</a>,
-<a href='/id/{$child.node_id}/15'>k</a>)
-{if $child.lastdescendant_created > $child.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW DESCENDANT</span>{/if}
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-{elseif $child.template_id eq 3}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-&nbsp;forum::{$child.node_id}:: <a href='/id/{$child.node_id}'>{$child.node_name}</a> ::
-({$child.node_children_count} children{if $child.node_user_subchild_count} <span class='most_important'> {$child.node_user_subchild_count} NEW</span>{/if})
-{if $child.lastdescendant_created > $child.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW DESCENDANT</span>{/if}
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-{elseif $child.template_id eq 5}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-&nbsp;article::{$child.node_id}:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-{elseif $child.template_id eq 12}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-&nbsp;data::{$child.node_id}:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-{elseif $child.template_id eq 14}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-&nbsp;template::{$child.node_id}:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-{elseif $child.template_id eq 4}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
-&nbsp;submission::{$child.node_id}:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
-(<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
-
-{/if}
-{/foreach}
-
-{get_linked_nodes orderby=$listing_order}
-{foreach from=$get_linked_nodes item=link}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'>&nbsp;
-link::{$child.node_id}:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> ::
-(<a href='/id/{$link.node_id}/23'>posledne</a>,
-<a href='/id/{$link.node_id}/15'>k</a>)
-{if $link.synapse_created > $link.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW LINK</span>{/if}
-(<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br>
-{/foreach}
-
-{foreach from=$get_linked_bookmarks item=link}
-<input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'>&nbsp;
-bookmark::{$child.node_id}:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> ::
-(<a href='/id/23/{$link.node_id}'>posledne</a>,
-<a href='/id/15/{$link.node_id}'>k</a>)
-{if $link.synapse_created > $link.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW LINK</span>{/if}
-(<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br>
-{/foreach}
\ No newline at end of file
This page took 0.096946 seconds and 4 git commands to generate.