| Lines 2-8
          
      
      
        Link Here | 
        
          | 2 |   [% IF ( opacuserlogin ) %] | 2 |   [% IF ( opacuserlogin ) %] | 
        
          | 3 | 	<ul> | 3 | 	<ul> | 
        
          | 4 | [% UNLESS ( loggedinusername ) %] | 4 | [% UNLESS ( loggedinusername ) %] | 
          
            
              | 5 |                <li><a href="/cgi-bin/koha/opac-user.pl">Log in to Your Account</a></li>[% END %] | 5 |                <li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li>[% END %] | 
        
          | 6 |             [% IF ( loggedinusername ) %] | 6 |             [% IF ( loggedinusername ) %] | 
        
          | 7 |                 <li><span class="members">Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% FOREACH USER_INF IN USER_INFO %][% USER_INF.title %] [% USER_INF.firstname %] [% USER_INF.surname %][% END %]</span></a></span></li> | 7 |                 <li><span class="members">Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% FOREACH USER_INF IN USER_INFO %][% USER_INF.title %] [% USER_INF.firstname %] [% USER_INF.surname %][% END %]</span></a></span></li> | 
        
          | 8 |  | 8 |  | 
  
    | Lines 37-45
          
      
      
        Link Here | 
        
          | 37 |  | 37 |  | 
        
          | 38 | 	<select name="idx" id="masthead_search" class="left"> | 38 | 	<select name="idx" id="masthead_search" class="left"> | 
        
          | 39 | 	[% IF ( ms_kw ) %] | 39 | 	[% IF ( ms_kw ) %] | 
          
            
              | 40 |         <option selected="selected" value="">Library Catalog</option> | 40 |         <option selected="selected" value="">Library catalog</option> | 
        
          | 41 | 		[% ELSE %] | 41 | 		[% ELSE %] | 
          
            
              | 42 |         <option value="">Library Catalog</option> | 42 |         <option value="">Library catalog</option> | 
        
          | 43 | 		[% END %] | 43 | 		[% END %] | 
        
          | 44 | 		[% IF ( ms_ti ) %] | 44 | 		[% IF ( ms_ti ) %] | 
        
          | 45 |         <option selected="selected" value="ti">Title</option> | 45 |         <option selected="selected" value="ti">Title</option> | 
  
    | Lines 67-75
          
      
      
        Link Here | 
        
          | 67 |         <option value="se">Series</option> | 67 |         <option value="se">Series</option> | 
        
          | 68 | 		[% END %] | 68 | 		[% END %] | 
        
          | 69 | 		[% IF ( ms_callnum ) %] | 69 | 		[% IF ( ms_callnum ) %] | 
          
            
              | 70 |         <option selected="selected" value="callnum">Call Number</option> | 70 |         <option selected="selected" value="callnum">Call number</option> | 
        
          | 71 | 		[% ELSE %] | 71 | 		[% ELSE %] | 
          
            
              | 72 |         <option value="callnum">Call Number</option> | 72 |         <option value="callnum">Call number</option> | 
        
          | 73 | 		[% END %]</select> | 73 | 		[% END %]</select> | 
        
          | 74 | [% IF ( ms_value ) %] | 74 | [% IF ( ms_value ) %] | 
        
          | 75 |         <input type="text" id = "transl1" name="q" value="[% ms_value |html %]" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div> | 75 |         <input type="text" id = "transl1" name="q" value="[% ms_value |html %]" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div> | 
  
    | Lines 78-84
          
      
      
        Link Here | 
        
          | 78 | [% END %] | 78 | [% END %] | 
        
          | 79 |    [% IF ( OpacAddMastheadLibraryPulldown ) %] | 79 |    [% IF ( OpacAddMastheadLibraryPulldown ) %] | 
        
          | 80 |       <select name="limit" id="select_library" class="left"> | 80 |       <select name="limit" id="select_library" class="left"> | 
          
            
              | 81 |          <option value="">All Libraries</option> | 81 |          <option value="">All libraries</option> | 
        
          | 82 |          [% FOREACH BranchesLoo IN BranchesLoop %] | 82 |          [% FOREACH BranchesLoo IN BranchesLoop %] | 
        
          | 83 |             [% IF ( BranchesLoo.selected ) %]<option selected="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> | 83 |             [% IF ( BranchesLoo.selected ) %]<option selected="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> | 
        
          | 84 |             [% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %] | 84 |             [% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %] | 
  
    | Lines 109-124
          
      
      
        Link Here | 
        
          | 109 | [% END %] | 109 | [% END %] | 
        
          | 110 |  | 110 |  | 
        
          | 111 | <div id="moresearches"> | 111 | <div id="moresearches"> | 
          
            
              | 112 | <a href="/cgi-bin/koha/opac-search.pl">Advanced Search</a> | 112 | <a href="/cgi-bin/koha/opac-search.pl">Advanced search</a> | 
            
              | 113 | [% IF ( OpacBrowser ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-browser.pl">Browse by Hierarchy</a>[% END %] | 113 | [% IF ( OpacBrowser ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-browser.pl">Browse by hierarchy</a>[% END %] | 
        
          | 114 | [% IF ( OpacAuthorities ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-authorities-home.pl">Browse by author or subject</a>[% END %] | 114 | [% IF ( OpacAuthorities ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-authorities-home.pl">Browse by author or subject</a>[% END %] | 
          
            
              | 115 | [% IF ( opacuserlogin && reviewson && OpacShowRecentComments ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-showreviews.pl">Recent Comments</a>[% END %] | 115 | [% IF ( opacuserlogin && reviewson && OpacShowRecentComments ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-showreviews.pl">Recent comments</a>[% END %] | 
            
              | 116 | [% IF ( TagsEnabled ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-tags.pl">Tag Cloud</a>[% END %] | 116 | [% IF ( TagsEnabled ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-tags.pl">Tag cloud</a>[% END %] | 
            
              | 117 | [% IF ( OpacCloud ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-tags_subject.pl">Subject Cloud</a>[% END %] | 117 | [% IF ( OpacCloud ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-tags_subject.pl">Subject cloud</a>[% END %] | 
            
              | 118 | [% IF ( OpacTopissue ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-topissues.pl">Most Popular</a>[% END %] | 118 | [% IF ( OpacTopissue ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-topissues.pl">Most popular</a>[% END %] | 
        
          | 119 | [% IF ( suggestion ) %] | 119 | [% IF ( suggestion ) %] | 
          
            
              | 120 |   [% IF ( AnonSuggestions ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a> | 120 |   [% IF ( AnonSuggestions ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase suggestions</a> | 
            
              | 121 |   [% ELSIF ( OPACViewOthersSuggestions ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a> | 121 |   [% ELSIF ( OPACViewOthersSuggestions ) %]<span class="pipe"> | </span><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase suggestions</a> | 
        
          | 122 |   [% END %] | 122 |   [% END %] | 
        
          | 123 | [% END %] | 123 | [% END %] | 
        
          | 124 | </div> | 124 | </div> | 
  
    | Lines 132-165
          
      
      
        Link Here | 
        
          | 132 | [% IF ( virtualshelves ) %] | 132 | [% IF ( virtualshelves ) %] | 
        
          | 133 | <div id="listsmenu" class="yuimenu" style="display: none"> | 133 | <div id="listsmenu" class="yuimenu" style="display: none"> | 
        
          | 134 |     <div class="bd"> | 134 |     <div class="bd"> | 
          
            
              | 135 | 	<h4>Public Lists</h4> | 135 |     <h4>Public lists</h4> | 
        
          | 136 | 		[% IF ( pubshelves ) %] | 136 | 		[% IF ( pubshelves ) %] | 
        
          | 137 | 			<ul class="first-of-type"> | 137 | 			<ul class="first-of-type"> | 
        
          | 138 | 			[% FOREACH pubshelvesloo IN pubshelvesloop %] | 138 | 			[% FOREACH pubshelvesloo IN pubshelvesloop %] | 
        
          | 139 | 			<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% pubshelvesloo.shelfnumber %]&sortfield=[% pubshelvesloo.sortfield %]">[% pubshelvesloo.shelfname |html %]</a></li> | 139 | 			<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% pubshelvesloo.shelfnumber %]&sortfield=[% pubshelvesloo.sortfield %]">[% pubshelvesloo.shelfname |html %]</a></li> | 
        
          | 140 | 			[% END %] | 140 | 			[% END %] | 
        
          | 141 | 			<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves">[View All]</a></li> | 141 | 			<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves">[View All]</a></li> | 
          
            
              | 142 | 			</ul>    | 142 |         </ul> | 
        
          | 143 | 		[% ELSE %] | 143 | 		[% ELSE %] | 
          
            
              | 144 | 			No Public Lists | 144 |         No public lists | 
        
          | 145 | 		[% END %] | 145 | 		[% END %] | 
        
          | 146 |   [% IF ( opacuserlogin ) %] | 146 |   [% IF ( opacuserlogin ) %] | 
          
            
              | 147 | 	<h4>Your Lists</h4> | 147 |     <h4>Your lists</h4> | 
        
          | 148 | 	[% IF ( loggedinusername ) %] | 148 | 	[% IF ( loggedinusername ) %] | 
        
          | 149 | 		[% IF ( barshelves ) %] | 149 | 		[% IF ( barshelves ) %] | 
        
          | 150 | 			<ul class="first-of-type"> | 150 | 			<ul class="first-of-type"> | 
        
          | 151 | 			[% FOREACH barshelvesloo IN barshelvesloop %] | 151 | 			[% FOREACH barshelvesloo IN barshelvesloop %] | 
        
          | 152 | 			<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% barshelvesloo.shelfnumber %]&sortfield=[% barshelvesloo.sortfield %]">[% barshelvesloo.shelfname |html %]</a></li> | 152 | 			<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% barshelvesloo.shelfnumber %]&sortfield=[% barshelvesloo.sortfield %]">[% barshelvesloo.shelfname |html %]</a></li> | 
        
          | 153 | 			[% END %] | 153 | 			[% END %] | 
          
            
              | 154 | 			<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[View All]</a></li> | 154 |         <li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[View all]</a></li> | 
            
              | 155 | 			</ul>    | 155 |         </ul> | 
        
          | 156 | 		[% ELSE %] | 156 | 		[% ELSE %] | 
        
          | 157 | 			<ul class="first-of-type"> | 157 | 			<ul class="first-of-type"> | 
          
            
              | 158 | 			<li>No Private Lists</li> | 158 |         <li>No private lists</li> | 
            
              | 159 | 			<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[New List]</a></li></ul> | 159 |         <li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[New list]</a></li></ul> | 
        
          | 160 | 		[% END %] | 160 | 		[% END %] | 
        
          | 161 | 	[% ELSE %] | 161 | 	[% ELSE %] | 
          
            
              | 162 | 		<ul class="first-of-type"><li><a href="/cgi-bin/koha/opac-user.pl">Log in to Create Your Own Lists</a></li></ul> | 162 |         <ul class="first-of-type"><li><a href="/cgi-bin/koha/opac-user.pl">Log in to create your own lists</a></li></ul> | 
        
          | 163 | 	[% END %] | 163 | 	[% END %] | 
        
          | 164 |   [% END %] | 164 |   [% END %] | 
        
          | 165 | 	  </div> | 165 | 	  </div> | 
  
    | Lines 172-181
          
      
      
        Link Here | 
        
          | 172 | [% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] | 172 | [% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] | 
        
          | 173 | <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" /></a> | 173 | <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" /></a> | 
        
          | 174 | [% ELSE %] | 174 | [% ELSE %] | 
          
            
              | 175 | <strong>No Results Found!</strong> | 175 | <strong>No results found!</strong> | 
        
          | 176 | <p> | 176 | <p> | 
        
          | 177 |     [% IF ( searchdesc ) %] | 177 |     [% IF ( searchdesc ) %] | 
          
            
              | 178 |     No results found for that in [% LibraryName %] Catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=rss2"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" /></a> | 178 |     No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=rss2"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" /></a> | 
        
          | 179 |     [% ELSE %] | 179 |     [% ELSE %] | 
        
          | 180 |     You did not specify any search criteria. | 180 |     You did not specify any search criteria. | 
        
          | 181 |     [% END %] | 181 |     [% END %] |