Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-browser.tmpl
Koustubha Kale dcfeab4eee Adding id tags to some OPAC templates.
Many of the templates in OPAC, which deal with users data eg opac-account.tmpl, opac-passwd.tmpl etc do not have a id for the container div,
like opac-user.tmpl has an id userdetail. Having these id's makes it easier to customize with css.
This patch adds id's to most of the <div class="container"> tags.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-02-09 15:20:45 +13:00

56 lines
2.7 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; ISBD
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body id="opac-browser">
<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
<div id="bd">
<!-- TMPL_INCLUDE name="masthead.inc" -->
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<div id="userbrowser" class="container">
<h1>Browse our catalogue</h1>
<!-- TMPL_IF name="have_hierarchy" -->
<ul>
<li>
<!-- TMPL_VAR name="description" --> <a href="opac-browser.pl">Top level</a>
</li>
<li style="list-style-type: none;"><ul>
<!-- TMPL_LOOP name="HIERARCHY_LOOP" -->
<li>
<a href="opac-browser.pl?level=<!-- TMPL_VAR name="level"-->&amp;filter=<!-- TMPL_VAR name="classification" ESCAPE="uri" -->"><!-- TMPL_VAR name="description" ESCAPE="html" --></a>
</li>
<li style="list-style-type: none;"><ul>
<!-- /TMPL_LOOP -->
<li style="list-style-type: none;"><table><tr>
<!-- TMPL_LOOP name="LEVEL_LOOP" -->
<td width="33%">
<p>
<!-- TMPL_IF name="endnode" -->
<a href="opac-search.pl?q=Dewey-classification:<!-- TMPL_VAR name="classification" ESCAPE="uri" -->"><!-- TMPL_VAR name="description" ESCAPE="html" --></a>
<!-- TMPL_ELSE -->
<a href="opac-browser.pl?level=<!-- TMPL_VAR name="level"-->&amp;filter=<!-- TMPL_VAR name="classification" ESCAPE="uri" -->"><!-- TMPL_VAR name="description" ESCAPE="html" --></a>
<!-- /TMPL_IF --></p>
<p style="font-size:0.75em"><i>(<!-- TMPL_VAR name="number"--> biblios)</i></p>
</td>
<!-- TMPL_IF name="count3" --></tr><tr><!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</tr></table></li>
<!-- TMPL_LOOP name="HIERARCHY_LOOP" -->
</ul></li>
<!-- /TMPL_LOOP -->
</ul></li></ul>
<!-- TMPL_ELSE -->
<div class="warning">The browser table is empty. this feature is not fully set-up. See the <a href="http://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure it.</div>
<!-- /TMPL_IF -->
</div></div>
</div>
</div>
<!-- TMPL_IF NAME="OpacNav" -->
<div class="yui-b">
<div id="leftmenus" class="container">
<!--TMPL_INCLUDE NAME="navigation.inc" -->
</div>
</div><!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->