source: server/trunk/web/root/templates/html/distrib/list_srpms.html @ 273

Last change on this file since 273 was 273, checked in by nanardon, 13 years ago
  • allow to filter rpm list in distrib/
  • Property svn:keywords set to Id
File size: 523 bytes
Line 
1<!-- $Id$ -->
2
3<div Id="sophie_body_main">
4<form action="[% c.uri_for('/', c.req.path) %]" method="POST">
5    <label for="fl">Filter to filename starting by:</label>
6    <input type="text" id="fl" name="fl" value="[% c.req.param('fl') | html %]">
7</form>
8[% c.prototype.observe_field(
9    'fl',
10    {
11    url => c.uri_for('/', c.req.path, { ajax => 1 }),
12    frequency => 2,
13    update => 'rpms_list',
14    with => '"ajax=1&fl=" + value',
15    }
16) %]
17
18<div id="rpms_list">
19[% INCLUDE 'distrib/list_srpms.tt' %]
20</div>
21</div>
Note: See TracBrowser for help on using the repository browser.