index.shtml revision 3158
0N/A## You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A## file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A<%inherit file="layout.shtml"/>\
0N/A pub = req.publisher
0N/A repo = pub.repository
pub = req.publisher
repo = pub.repository
if repo and repo.description:
repo_desc = repo.description
% if catalog.search_available:
<form class="search" action="search.shtml">
<a href="advanced_search.shtml">Advanced Search</a>
versions = self.shared.get_releases(g_vars)
versions.insert(0, ("", "", "All"))
selected_version = request.params.get("version", None)
<form action="catalog.shtml">
context.write("""<option {0}value="{1}">{2}</option>\n""".format(
<a href="catalog.shtml">here</a>.</p>
% elif not request.publisher:
title="${self.shared.dcval(g_vars, 'pkg_bui', 'feed_name')}"></a>
<td class="value">${pub.prefix}</td>
<td class="value">${catalog.package_count}</td>
if catalog.version == 0:
lm = catalog.last_modified()
lm = lm.replace(microsecond=0)