images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1826061.tpl
diff --git a/data/templates/own_templates/1826061.tpl b/data/templates/own_templates/1826061.tpl
new file mode 100644 (file)
index 0000000..dcbf9c9
--- /dev/null
@@ -0,0 +1,19 @@
+{include file="modules/header.tpl"}
+{get_nodes_by_type vector=$current_vector type=14 listing_amount=232323223 offset=$offset}
+<table align='center'>
+<tr>
+<td colspan='2' align='center'><input type='submit' value='on_main' name='event'><input type='submit' value='off_main' name='event'></td>
+</tr>
+
+{foreach from=$get_nodes_by_type item=article}
+<tr><td><a href='/id/{$article.node_id}'>{$article.node_name}</a></td>
+<td><input type='checkbox' name='chosen[{$article.node_id}]' {if $article.on_main eq 'yes'} checked{/if}></td></tr>
+{/foreach}
+
+<tr>
+<td colspan='2' align='center'><input type='submit' value='on_main' name='event'><input type='submit' value='off_main' name='event'></td>
+</tr>
+
+
+</table>
+{include file="modules/footer.tpl"}
\ No newline at end of file
This page took 0.131569 seconds and 4 git commands to generate.