51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | |
3 | {if $user_id eq false} |
4 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
5 | {/if} |
6 | |
7 | <table width='100%'><tr> |
8 | |
9 | <td valign='top' align='center' width='23%'> |
10 | {* show node info *} |
11 | {include file="modules/node_settings.tpl"} |
12 | |
13 | {* showing poll *} |
14 | {include file="modules/get_poll_box.tpl"} |
15 | <br> |
16 | {*showing bookmark_statistics*} |
17 | {include file="modules/get_bookmark_statistics_box.tpl"} |
18 | </td> |
19 | <td width=666 valign='top'> |
20 | {*showing node_content*} |
21 | {include file="modules/node_content.tpl"} |
22 | <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"> |
23 | keywords: <input type="text" size="20" name="keywords" id="kw"> <select name="version"> |
24 | <option value="unstable">unstable</option> |
25 | <option value="testing">testing</option> |
26 | <option value="stable" selected="selected">stable</option> |
27 | <option value="oldstable">oldstable</option> |
28 | <option value="all">any</option> |
29 | </select> <select name="release"> |
30 | <option value="main">main</option> |
31 | <option value="contrib">contrib</option> |
32 | <option value="non-free">non-free</option> |
33 | <option value="non-us">non-US</option> |
34 | <option value="all" selected="selected">any</option> |
35 | </select> <input type="submit" value="Search package"></form></div> |
36 | <br><br> |
37 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'> |
38 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
39 | {include file="modules/get_threaded_children.tpl" children_type=4} |
40 | </form> |
41 | <!--end of central column--> |
42 | |
43 | </td></tr></table> |
44 | |
45 | <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> |