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 import pkg.server.api as api
742N/A<%namespace name="shared" file="../shared.shtml" inheritable="True"/>\
742N/A catalog = api.CatalogInterface(CLIENT_API_VERSION, base)
742N/A config = api.ConfigInterface(CLIENT_API_VERSION, base)
742N/A request = api.RequestInterface(CLIENT_API_VERSION, base)
742N/A rpath = request.path_info.strip("/")
2028N/A comps = rpath.split("/")
742N/A<%include file="../config.shtml" args="g_vars=g_vars"/>\
742N/A return [("stats.shtml", "Statistics")]
2852N/A ("catalog.shtml", "Packages"),
2852N/A ("search.shtml", "Search"),
742N/A ("catalog.shtml", "Packages"),
742N/A ("search.shtml", "Search"),
742N/A ("stats.shtml", "Statistics")
742N/A ("index.shtml", "Home")
742N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
742N/A <title>${self.page_title(g_vars)}</title>
742N/A% if not config.mirror:
742N/A <link rel="alternate" type="application/atom+xml"
1968N/A title="${self.shared.dcval(g_vars, "pkg_bui", "feed_name")}"
742N/A href="${self.shared.rpath(g_vars, "feed")}"/>