source: server/trunk/web/root/templates/html/rpms/analyse.html @ 236

Last change on this file since 236 was 236, checked in by nanardon, 13 years ago
  • replace the form-observer based on timer by onChange functions
  • Property svn:keywords set to Id
File size: 405 bytes
Line 
1<!-- $Id$ -->
2
3[% INCLUDE 'rpms/menu.tt' %]
4
5<p>Find dependencies on distribution:</p>
6
7<form id="analysis_form" action="[% c.uri_for('/', c.req.path) %]" method="POST">
8    <span id="distribselect">
9    [% INCLUDE 'ajax/forms/distribselect.tt' form = 'analysis_form' %]
10    </span>
11    <input type="submit" name="analyse">
12</form>
13
14<div id="sophie_body_main">
15    [% INCLUDE 'rpms/analyse.tt' %]
16</div>
17
Note: See TracBrowser for help on using the repository browser.