| Lines 52-58
          
      
      
        Link Here | 
        
          | 52 | [% IF ( IndependantBranches ) %][% ELSE %] | 52 | [% IF ( IndependantBranches ) %][% ELSE %] | 
        
          | 53 | <p><label for="branch">Library:</label> | 53 | <p><label for="branch">Library:</label> | 
        
          | 54 |     <select name="branch" id="branch" class="input" tabindex="3"> | 54 |     <select name="branch" id="branch" class="input" tabindex="3"> | 
          
            
              | 55 |     <option value="">My Library</option> | 55 |     <option value="">My library</option> | 
        
          | 56 |     [% FOREACH branchloo IN branchloop %] | 56 |     [% FOREACH branchloo IN branchloop %] | 
        
          | 57 |     <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option> | 57 |     <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option> | 
        
          | 58 |     [% END %] | 58 |     [% END %] | 
  
    | Lines 65-71
          
      
      
        Link Here | 
        
          | 65 | <p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p> | 65 | <p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p> | 
        
          | 66 | </form> | 66 | </form> | 
        
          | 67 | <!--<ul> --> | 67 | <!--<ul> --> | 
          
            
              | 68 | <!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> --> | 68 | <!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> --> | 
        
          | 69 | <!-- </ul> --> | 69 | <!-- </ul> --> | 
        
          | 70 |  | 70 |  | 
        
          | 71 | </div> | 71 | </div> |