51ff3226 |
1 | {if $permissions.w eq true} |
2 | |
3 | <div class='add_title' style='margin-bottom:2pt;'> |
4 | title or keywords:: |
5 | <input type='text' name='node_name' value='{$post_vars.node_name}'> |
6 | <input type='checkbox' name='no_html' value='yes'> NO HTML<!-- <input type='checkbox' name='code' value='yes'> code |
7 | |
8 | optional data file::<input type='file' name='data_file'> |
9 | {$user_quota}bytez |
10 | --> |
11 | </div><!-- class='add_title' end --> |
12 | |
13 | <textarea name='node_content' id='node_content'>{$post_vars.node_content|escape:"html"}</textarea> |
14 | |
15 | |
16 | <div class='toolbar'> |
17 | |
18 | <input type='submit' name='event' value='add' /> |
19 | |
20 | <!-- |
21 | <select name='template_id'> |
22 | <option value='4'>submission</option> |
23 | <option value='3'>forum</option> |
24 | <option value='2'>nodeshell</option> |
25 | <option value='8'>friend</option> |
26 | </select> |
27 | --> |
28 | |
5d305aff |
29 | <input type='text' name='template_id' size=5 value='4' id='vernamseed' title='[submission: 4 | forum: 3 | nodeshell: 2 | article: 5 | data: 12]' /> |
bbec2d71 |
30 | <input type='submit' name='template_event' value='encrypt' onClick='if (document.getElementById("vernamseed").value) { alert("Please seed the Key into the inputbox on the left side of the button You just clicked on");} else { document.getElementById("node_content").innerHTML=rc4Encrypt(document.getElementById("vernamseed").value,document.getElementById("node_content").innerHTML); }'/> |
51ff3226 |
31 | <input type='submit' name='template_event' value='preview' /> |
32 | |
33 | <select name='sel_help' onchange='document.getElementById("node_content").innerHTML += sel_help.value;' style='margin-right:4px'> |
34 | <option value='' selected>helpful</option> |
35 | <option value='<a href="" target="_blank"></a>'>link</option> |
36 | <option value='<img src="">'>image</option> |
37 | <option value='<b></b>'>bold</option> |
38 | <option value='<i></i>'>italic</option> |
39 | </select> |
40 | |
41 | <!--<td> <input type='checkbox' name='between' value='yes'><td valign='middle'> use between</td>--> |
42 | |
43 | {* movement *}{include file="1549913.tpl"} |
44 | |
45 | <input type='submit' name='template_event' value='filter_by' /> |
46 | |
47 | <select name='search_type' style=''> |
48 | <option value='user'>user</option> |
49 | <option value='content'>content</option> |
50 | </select> |
51 | |
52 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
53 | </div> |
54 | {* owner_toolbar *}{include file="1549939.tpl"} |
55 | |
56 | {/if} |
57 | |
58 | <div class='add_put'> |
59 | <input type='submit' name='event' value='delete'> |
60 | <span class='add_k_cmnt'> u have {$user_k} </span><input type='submit' value='K' name='event' style='margin-right:4px'> |
61 | <input type='submit' name='event' value='destroy_synapse' style='margin-right:1.5em' /> |
62 | <input type='submit' name='event' value='put' /> into |
63 | <input type='text' name='nodeshell_id' value='' /> |
64 | <select name='nodeshell_id_select'> |
65 | {foreach from=$bookmarks key=id item=name}<option value='{$id}'>{$name|strip_tags|truncate:32:"":true}</option>{/foreach} |
66 | </select> |
67 | </div> |
68 | <br> |
69 | {* get_node_userlist *}{include file="1549803.tpl"} |