Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1549288.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
10<input type='checkbox' name='no_html' value='yes'>&nbsp;NO HTML<br>
11<textarea class=node_content name='node_content'>
12{$node.node_content|escape:"html"}
13</textarea><br>
14<center><input type='submit' name='event' value='configure_content'></center>
15</form>
16<br><br>
This page took 0.112528 seconds and 4 git commands to generate.