Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1606833.tpl
1 {* header *}{include file="1549864.tpl"}
2
3 {if $error eq true}
4 <center><font style='error'>{$error}</font></center>
5
6 {/if}
7
8 {if $user_id eq false}
9 <center>{* loginbox *}{include file="1549885.tpl"}</center>
10
11 {else}
12
13 <table width='100%'><tr>
14
15 <!--left column-->
16 <td valign='top' align='center' width='23%'>
17 {* node_settings *}{include file="1549925.tpl"}
18
19
20 {* showing poll *}{*include file="1549834.tpl"*}
21 <br>
22 {*showing bookmark_statistics*}{include file="1549386.tpl"}
23 </td>
24 <!--end of left column-->
25
26 <!--main central column-->
27 <td valign='top'>
28
29 <table style='width: 100%; align:center;' id='configure'>
30 <tr>
31 <td align='center'>
32 <table align='center'>
33 <tr>
34 <td><input type='text' name='node_name' value='{$node.node_name}'></td>
35 <td><input type='submit' name='event' value='configure_node_name'>
36 </tr><tr>
37 <td>
38 <select name='node_system_access'>
39 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
40 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
41 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
42 <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
43 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
44 </select>
45 </td>
46 <td><input type='submit' name='event' value='configure_system_access'></td>
47 </tr><tr>
48 <td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}></td>
49 <td><input type='submit' name='event' value='configure_external_access'></td>
50 </tr>
51 <tr>
52 <td><input type='file' name='description_image'></td>
53 <td><input type='submit' name='event' value='configure_image'></td>
54 </tr>
55 <tr>
56 <td><input type='text' name='template_id' value='{$node.template_id}' title='[submission: 4 | forum: 3 | nodeshell: 2 | article: 5 | data: 12 | user: 7]'></td>
57 <td><input type='submit' name='event' value='configure_template_id'></td>
58 </tr>
59 </table>
60 <table>
61 <tr>
62 <td>apply on vector ??? <input type='checkbox' name='apply_on_vector'> </td>
63 </tr>
64 </table>
65 </form>
66
67 <form action='/id/{$node.node_id}/' method='post'>
68 <table>
69 <tr>
70 <td colspan='2'>vector: {$node.node_vector} </td>
71 </tr><tr>
72 <td><input type='text' name='new_parent' value='{$node.node_parent}'></td>
73 <td><input type='submit' name='event' value='set_parent'></td>
74 </tr>
75 <tr>
76 <td><input type='text' name='external_link' value='{$node.external_link}'></td>
77 <td><input type='submit' name='event' value='set_external_link'></td>
78 </tr>
79 </table>
80 </form>
81
82 <form action='/id/{$node.node_id}/' method='post'>
83 <input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
84 </form>
85
86 <form action='/id/{$node.node_id}/' method='post'>
87 <table align='center'>
88 <tr>
89 <td><input type='text' name='k_wallet' value='{$k_wallet}'></td>
90 <td><input type='submit' name='event' value='k_wallet'></td>
91 </tr><tr>
92 <td><input type='text' name='header_id' value='{$header_id}'></td>
93 <td><input type='submit' name='event' value='set_header_template'></td>
94 </tr><tr>
95 <td><input type='text' name='listing_amount' value='{$listing_amount}'></td>
96 <td><input type='submit' name='event' value='set_listing_amount'></td>
97 </tr><tr>
98 <td>
99 <select name='listing_order'>
100 <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
101 <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
102 </select>
103 </td>
104 <td><input type='submit' name='event' value='set_listing_order'></td>
105 </tr>
106 </table>
107 </form> <br />
108
109 {get_user_email_icq_www user_id=$node.node_id}
110 <form action='/id/{$node.node_id}/' method='post'>
111 <table>
112 <tr>
113 <td><input type='text' name='user_email' value='{$get_user_email}' /></td>
114 <td><input type='submit' name='event' value='configure_email' /></td>
115 </tr>
116 </table>
117 </form>
118
119 <form method='post'>
120 template_id: <input type='text' value='{$node.node_id}' name='add_template_id'> <br>
121 <input type='submit' name='event' value='addTemplate'>
122 </form>
123
124 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
125 <textarea class=node_content name='node_content'>{$node.node_content|escape:"html"}</textarea><br>
126 <center>
127 <input type='submit' name='event' value='configure_content'> &nbsp;&nbsp;<input type='checkbox' name='no_html' value='yes'>&nbsp;NO HTML &nbsp;&nbsp;
128 <input type='checkbox' name='code' value='yes'>&nbsp;code &nbsp;&nbsp;
129 <input type='checkbox' name='wiki' value='yes'>&nbsp;wiki
130 </center>
131 </form>
132 </td>
133 </tr>
134 </table>
135
136 <!--end of central column-->
137
138 </td></tr></table>
139 {/if}
This page took 0.311903 seconds and 4 git commands to generate.