]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1409844: Towards more meaningful catalogue <title> elements
authorDan Scott <dscott@laurentian.ca>
Mon, 12 Jan 2015 18:13:03 +0000 (13:13 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 22 Jan 2015 21:48:50 +0000 (16:48 -0500)
commiteda58b7612de8c7438d545b6b97693b751d46e4b
treeadbb40425adcf5c17f30ed9ea1cb48a30b1ccd08
parentd445150a1adb9b696dbf3531eca9d31d65224d5f
LP#1409844: Towards more meaningful catalogue <title> elements

Currently the catalogue <title> elements are formed by concatenating the page
title to "Catalog - ". This means that on browsers with more than a few tabs
open, users will only see "Catalog -", which doesn't help them navigate their
tabs. Also, in search results in general search engines, "Catalog - " is
expected to be a significant word as it appears first in the title of the page.

Instead, let's remove the "Catalog - " prefix entirely and add "- <library
name>" as a suffix to the page title. That way, a user will see the page title
in bookmarks, search results, and other contexts with the most important
information up front (whether that's the title of the work in record details,
or the fact that it's a search for some string), followed by the name of the
library to give it a specific context.

In addition, use the name of the library in the OpenSearch definition to be
more meaningful than the current hardcoded "Evergreen OpenSearch" (many users
will not even know what Evergreen is, if they stumble across the little "Add
search engine" widget at all).

And finally, use the HTML and URI filters appropriately to avoid any possible
damage :)

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/base.tt2