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