1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"en" xml:
lang=
"en">
4 <title>Feed browser
</title>
5 <meta http-equiv=
"Content-Style-Type" content=
"text/css" />
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <style type=
"text/css" media=
"all">@import
"css/feed.css";
</style>
8 <script language=
"javascript" type=
"text/javascript" src=
"scripts/js/repo.js"></script>
10 <body onLoad=
" qs(); getLetter(); getSection();">
12 <div id=
"searchletter"</div>
13 <form name=
"pkg_query" onsubmit=
"javascript:pkgQuery();return false"">
15 <label for="name
">Package name</label>
16 <input id="pkgsearch
" type="text
" name="pkgsearch
" value="" />
18 <option value="" selected="selected
">all architectures</option>
19 <option value="all
">no arch</option>
22 foreach($archs_list as $architecture)
24 echo "<option value
='{$architecture['p_arch
']}'";
26 if($architecture['p_arch'] == $arch)
28 echo ' selected="selected
"';
30 echo ">{$architecture['p_arch']}</option
>";
37 <input type="submit
" value="Search
" />
40 <div id="opkgoutput
"><?php echo $ipkgoutput; ?></div>
43 <h1>Sections list</h1>
44 <div id="sectionslist
"></div>