catalog.shtml revision 748
2N/A## You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A## file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A<%inherit file="layout.shtml"/>\
2N/A% if config.mirror:
2N/A <p>Information about packages is not available when the server is operating in mirror mode.</p>
2N/A versions = self.shared.get_releases(g_vars)
2N/A selected_version = request.params.get("version", None)
2N/A <form action="catalog.shtml">
2N/A context.write("""<option %svalue="%s">%s</option>""" % (
flist = catalog.get_matching_version_fmris(selected_version)
flist = [f for f in catalog.fmris()]
phref = self.shared.rpath(g_vars, "info/0/%s" % (
urllib.quote(str(pfmri)[len("pkg:/"):], "")))
context.write(unicode("""\
context.write(unicode("""\
""" % (self.shared.rpath(g_vars, "%s/0/%s" % (op,
urllib.quote(str(pfmri)[len("pkg:/"):], ""))), fmri_ops[op])))
context.write("""\