Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1791401.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{include file="modules/header.tpl"}
10
11{if $user_id eq false}
12<center>{include file="modules/loginbox.tpl"}</center><br><br>
13{/if}
14
15<table width='100%'><tr>
16
17<td valign='top' align='center' width='23%'>
18{* show node info *}
19{include file="modules/node_settings.tpl"}
20
21{* showing poll *}
22{include file="modules/get_poll_box.tpl"}
23<br>
24{*showing bookmark_statistics*}
25{include file="modules/get_bookmark_statistics_box.tpl"}
26</td>
27<td width=666 valign='top'>
28{*showing node_content*}
29{include file="modules/node_content.tpl"}
30<div align=left><form method="GET" action="http://packages.debian.org/cgi-bin/search_packages.pl" target=_debian_forum_node><input type="hidden" name="searchon" value="names" id="onlynames"><input type="hidden" name="subword" value="1">
31keywords: <input type="text" size="20" name="keywords" id="kw"> <select name="version">
32 <option value="unstable">unstable</option>
33 <option value="testing">testing</option>
34 <option value="stable" selected="selected">stable</option>
35 <option value="oldstable">oldstable</option>
36 <option value="all">any</option>
37</select> <select name="release">
38 <option value="main">main</option>
39 <option value="contrib">contrib</option>
40 <option value="non-free">non-free</option>
41 <option value="non-us">non-US</option>
42 <option value="all" selected="selected">any</option>
43</select> <input type="submit" value="Search package"></form></div>
44<br><br>
45<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'>
46{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
47{include file="modules/get_threaded_children.tpl" children_type=4}
48</form>
49<!--end of central column-->
50
51</td></tr></table>
52
53<center><font size=4>forum about<br><a href="http://www.debian.org/" target=_new><img src="http://hysteria.sk/pyxel/kyberia/forums/debian/debianlogo.gif" border=0></a></center>
This page took 0.170613 seconds and 4 git commands to generate.