koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.in


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.inc,1.10,1.11
Date: Sat, 14 Aug 2004 18:50:27 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24555/koha-tmpl/opac-tmpl/default/en/includes

Modified Files:
        opac-top.inc 
Log Message:
Commiting a sample change to the default template to allow users to pick
their language.
Just a sample template builders can look at this and make changes to their
templates


Index: opac-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** opac-top.inc        7 Jan 2004 17:33:47 -0000       1.10
--- opac-top.inc        15 Aug 2004 01:50:24 -0000      1.11
***************
*** 47,48 ****
--- 47,58 ----
  <!-- /TMPL_IF -->
  
+ <p>
+ <form action="/cgi-bin/koha/changelanguage.pl" method="post">
+ <select name="language">
+ <TMPL_LOOP NAME="languages">
+ <option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
+ </TMPL_LOOP>
+ </select>
+ <br>
+ <input type=submit value="Change Language">
+ </form>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]