source: server/trunk/web/root/templates/html/rpms/rpms.tt @ 197

Last change on this file since 197 was 166, checked in by nanardon, 13 years ago
  • w3c fix
  • Property svn:keywords set to Id
File size: 793 bytes
Line 
1<!-- $Id$ -->
2[% USE 'GuessEncode' %]
3[% USE 'ObfuscateMail' %]
4
5<ul class="sophie_tag">
6<li>Name: [% xmlrpc.info.name | html %]</li>
7<li>Version: [% xmlrpc.info.version | html %]</li>
8<li>Release: [% xmlrpc.info.release | html %]</li>
9<li>Epoch: [% xmlrpc.info.epoch | html %]</li>
10<li>Architecture: [% xmlrpc.info.arch | html %]</li>
11<li>Distribution: [% xmlrpc.info.distribution | html %]</li>
12<li>Group: [% xmlrpc.info.group | html %]</li>
13<li>License: [% xmlrpc.info.license | html %]</li>
14<li>Url: <a href="[% xmlrpc.info.url | html %]">[% xmlrpc.info.url | html %]</a></li>
15<li>Summary: [% xmlrpc.info.summary | guessencode | html %]</li>
16</ul>
17
18<div id="sophie_rpm_description">
19<h2>Description:</h2>
20<p>[% xmlrpc.info.description | guessencode | html | html_line_break %]</p>
21</div>
22
Note: See TracBrowser for help on using the repository browser.