51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> |
5 | <link rel='stylesheet' type='text/css' href='/data/css/main.css'> |
6 | <title>prava sa nerozdavaju ale beru</title> |
7 | </head> |
8 | |
9 | <body> |
10 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
11 | {if $user_id eq true}{if $header_id neq true}{include file="1549959.tpl"}{/if}{/if} |
12 | {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if} |
13 | {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if} |
14 | |
15 | |
16 | <table align='center' valign='top' class='bordered' width='865'> |
17 | <tr><td colspan='3' align='center' valign='top'> |
18 | </td></tr> |
19 | <tr> |
20 | <td align='left' valign='top' width='230'> |
21 | {include file="1549925.tpl"} |
22 | </td> |
23 | <td valign='top' width='468'> |
24 | <center>Ustava: Senat nemoze odhlasovat svoje zrusenie.</center> |
25 | <form method='post'> |
26 | <table class='bordered'> |
27 | <tr><td colspan='2' align='center' class='important'>Nova ziadost do senatu</td></tr> |
28 | <tr><td class='important'>Nazov ziadosti::</td><td><input type='text' style='width: 230px;' name='node_name'></td> |
29 | </tr> |
30 | <tr><td class='important'>Obsah ziadosti::</td> |
31 | <td><textarea name='request_content'></textarea> |
32 | </tr> |
33 | </td></tr> |
34 | <tr> |
35 | <td class='important'>Moznosti::</td> |
36 | <td><textarea name='options'></textarea><br><i>do ramceka zadaj lubovolne mnozstvo moznosti oddelene bodkociarkou (napr. ano;nie;mozno)</i> |
37 | </tr> |
38 | <tr><td align='center' colspan='2'><input type='submit' name='event' value='addSenateRequest'> </td></tr> |
39 | </table> |
40 | |
41 | {if $template_event eq 'filter_by'} |
42 | {get_threaded_children listing_amount=23232322323 offset=$offset types=$children_types search_type=$post_vars.search_type search=$post_vars.node_content} |
43 | |
44 | {else} |
45 | |
46 | <br> |
47 | {get_nodes_by_parent parent=876611 listing_amount=666 offset=$offset} |
48 | <span class="important"> senate requests::</span><br> |
49 | {foreach from=$get_nodes_by_parent item=child} |
50 | |
51 | {if $child.node_name neq 'approved citizenship request' || $child.node_name neq 'request for citizenship' } |
52 | <table width='666'> |
53 | <tr> |
54 | |
55 | <td colspan='3'><a href='/id/{$child.node_parent}'>{$child.node_vector}</a></td> |
56 | </tr> |
57 | |
58 | <td width='{math equation="(x-y)-8" x=$child.depth y=$node.vector_depth}%'></td> |
59 | <td valign='top' rowspan='2'><img src='{get_image_link id=$child.node_creator}' width='50' hspace='5' alt='' /></td> |
60 | <td width='{math equation="100-(x-y)" x=$child.depth y=$node.vector_depth}%'> |
61 | <table class='bordered' width='100%'><tr class='header'> |
62 | <td> |
63 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
64 | {if $child.user_action neq false} |
65 | [lokacia :: <a href='/{$child.user_actions}/'>{$child.user_action}</a>] |
66 | {/if} |
67 | <input type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
68 | {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} |
69 | {if $child.node_created > $node.last_visit}<span class='most_important'> NEW</span>{/if} |
70 | {if $child.node_status eq 'linked'}<span class='most_important'>HARDLINK</span>{/if} |
71 | {if $child.node_updated > $bookmarks.last_visit}<span class='most_important'>!!CONTENT CHANGED!!</span>{/if} |
72 | {if $bookmarks.last_visit eq true and $child.lastdescendant_created > $bookmarks.last_visit}<span class='most_important'>!!NEW DESCENDANT!!</span>{/if} |
73 | |
74 | |
75 | <div style='text-align:center;'> |
76 | {if $child.node_name eq ''} |
77 | <a href='/id/{$child.node_id}'>enter node {$child.node_id}</a> |
78 | {else} |
79 | <a href='/id/{$child.node_id}'>{$child.node_name}</a> |
80 | {/if} |
81 | {if $child.node_creator eq $user_id or $child.node_permission eq 'master' or $child.node_permission eq 'op'}| <a href='/id/{$child.node_id}/1961033'>conf</a>{/if} |
82 | </div> |
83 | <tr><td>{$child.node_content|stripslashes|nl2br}</td></tr> |
84 | </table> |
85 | </table> |
86 | {/if} |
87 | {/foreach} |
88 | <br><br> |
89 | |
90 | <span class="important"> reuests for citizenship::</span><br> |
91 | {foreach from=$get_nodes_by_parent item=child} |
92 | {if $child.node_name eq 'request for citizenship' } |
93 | |
94 | {/if} |
95 | {/foreach} |
96 | <br><br> |
97 | <span class="important"> approved citizen requests::</span><br> |
98 | {foreach from=$get_nodes_by_parent item=child} |
99 | |
100 | {if $child.node_name eq 'approved citizenship request' } |
101 | |
102 | {/if} |
103 | {/foreach} |
104 | |
105 | </form> |
106 | |
107 | </td> |
108 | <td valign='top' width='165'> |
109 | <center><br><a href='/id/1058820'>become citizen</a> |
110 | <br><br> |
111 | <form action='/id/25/' method='post'> |
112 | <input type='text' value='{$smarty.post.query}' name='query'> |
113 | <input type='submit' name='template_event' value='search'><br> |
114 | </form><br><br> |
115 | </center> |
116 | {include file="1549803.tpl"} |
117 | |
118 | <a href='/id/876611/15'>Najuspesnejsie hlasovania</a> |
119 | <br><br> |
120 | <a href='/id/876611/788016'>Najzhavejsie hlasovania</a> |
121 | |
122 | </td> |
123 | |
124 | </tr> |
125 | </table> |
126 | {include file="1549377.tpl"} |
127 | |
128 | |
129 | |
130 | <center> |
131 | |
132 | </center> |
133 | |
134 | |
135 | |
136 | |
137 | |
138 | |
139 | |
140 | |
141 | |
142 | |
143 | |