Sha256: d4d913cea4d5e9296c1f14f2c1d68ce583bb91fab6f20349a5bbb4fcbb0bdb6b
Contents?: true
Size: 595 Bytes
Versions: 26
Compression:
Stored size: 595 Bytes
Contents
xml.openServiceDescription("xmlns" => "http://www.microsoft.com/schemas/openservicedescription/1.0") do xml.homepageUrl LibraryGroup.site_config.url xml.display do xml.name LibraryGroup.system_name(@locale) xml.description t('page.search_catalog_at', :library_name => LibraryGroup.system_name(@locale)) end xml.activity("category" => t('page.search')) do xml.activityAction do xml.preview("action" => manifestations_url) xml.execute("action" => manifestations_url) do xml.parameter("name" => "query", "value" => "{selection}") end end end end
Version data entries
26 entries across 26 versions & 2 rubygems