[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.inc,1.10,1.11

Chris Cormack rangi at users.sourceforge.net
Sun Aug 15 03:50:27 CEST 2004


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>





More information about the Koha-cvs mailing list