Changeset 244


Ignore:
Timestamp:
12/30/10 19:05:01 (13 years ago)
Author:
nanardon
Message:
  • add link to direct analyse
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/rpms/analyse.html

    r236 r244  
    22 
    33[% INCLUDE 'rpms/menu.tt' %] 
     4 
     5<div id="sophie_body_main"> 
    46 
    57<p>Find dependencies on distribution:</p> 
     
    1214</form> 
    1315 
    14 <div id="sophie_body_main"> 
    1516    [% INCLUDE 'rpms/analyse.tt' %] 
    1617</div> 
    1718 
     19 
     20<div id="sophie_body_additional"> 
     21    [% FOREACH loc = c.forward('/rpms/location', [ pkgid ]) %] 
     22    [% IF loop.first %] 
     23    <p>Analyse over:</p> 
     24    <ul> 
     25    [% END %] 
     26    <li><a href="[% c.uri_for('/', c.req.path, { 
     27        distribution => loc.distribution, 
     28        release => loc.release, 
     29        arch => loc.arch, 
     30        analyse => 1, 
     31        }) %]"> 
     32        [% loc.distribution | html %] / [% loc.release | html %] / [% loc.arch | html %]</a> 
     33    </li> 
     34    [% IF loop.last %] 
     35    </ul> 
     36    [% END %] 
     37    [% END %] 
     38</div> 
Note: See TracChangeset for help on using the changeset viewer.