Author: echatellier Date: 2013-07-19 23:32:56 +0200 (Fri, 19 Jul 2013) New Revision: 163 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/163 Log: Fix select2 package Modified: sandbox/nuiton-js-select2/LICENSE.txt sandbox/nuiton-js-select2/README.txt sandbox/nuiton-js-select2/generate-i18n-group.sh sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2-spinner.gif sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2.png sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ar.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ca.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_cs.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_da.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_de.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_el.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_es.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_et.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_eu.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_fi.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_fr.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_gl.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_he.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_hr.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_hu.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_id.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_is.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_it.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ja.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ko.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_lt.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_lv.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_mk.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_nl.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_no.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pl.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pt-BR.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pt-PT.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ro.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ru.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_sk.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_sv.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_tr.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ua.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_vi.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_zh-CN.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_zh-TW.js sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2x2.png sandbox/nuiton-js-select2/src/site/rst/index.rst.vm sandbox/nuiton-js-select2/src/site/site_en.xml Modified: sandbox/nuiton-js-select2/LICENSE.txt =================================================================== --- sandbox/nuiton-js-select2/LICENSE.txt 2013-07-19 21:32:42 UTC (rev 162) +++ sandbox/nuiton-js-select2/LICENSE.txt 2013-07-19 21:32:56 UTC (rev 163) @@ -0,0 +1,166 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + Property changes on: sandbox/nuiton-js-select2/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/generate-i18n-group.sh ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2-spinner.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ar.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ca.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_cs.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_da.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_de.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_el.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_es.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_et.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_eu.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_fi.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_fr.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_gl.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_he.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_hr.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_hu.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_id.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_is.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_it.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ja.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ko.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_lt.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_lv.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_mk.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_nl.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_no.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pl.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pt-BR.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_pt-PT.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ro.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ru.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_sk.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_sv.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_tr.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_ua.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_vi.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_zh-CN.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2_locale_zh-TW.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: sandbox/nuiton-js-select2/src/main/resources/nuiton-js-select2/select2x2.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: sandbox/nuiton-js-select2/src/site/rst/index.rst.vm =================================================================== --- sandbox/nuiton-js-select2/src/site/rst/index.rst.vm 2013-07-19 21:32:42 UTC (rev 162) +++ sandbox/nuiton-js-select2/src/site/rst/index.rst.vm 2013-07-19 21:32:56 UTC (rev 163) @@ -25,23 +25,22 @@ Select2 ======= -Angular_ AngularJS is a toolset for building the framework most suited to your application development. +Select2_ is a jQuery based replacement for select boxes. It supports searching, remote data +sets, and infinite scrolling of results. - documentation_ -- tutorial_ -.. _Angular: http://www.angularjs.org/ -.. _documentation: http://www.angularjs.org/ -.. _tutorial: http://docs.angularjs.org/tutorial +.. _Select2: http://ivaynberg.github.io/select2/ +.. _documentation: http://ivaynberg.github.io/select2/ Use -=== +--- Maven part:: <dependency> <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-angular</artifactId> + <artifactId>nuiton-js-select2</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> @@ -50,312 +49,54 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/angular.js"/>"></script> + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/select2.js"/>"></script> Available JS ------------ -- angular.js +- select2.js -extra: - -- angular-cookies.js -- angular-loader.js -- angular-mobile.js -- angular-resource.js -- angular-sanitize.js - i18n: -- angular-af-na.js -- angular-af-za.js -- angular-af.js -- angular-am-et.js -- angular-am.js -- angular-ar-001.js -- angular-ar-ae.js -- angular-ar-bh.js -- angular-ar-dz.js -- angular-ar-eg.js -- angular-ar-iq.js -- angular-ar-jo.js -- angular-ar-kw.js -- angular-ar-lb.js -- angular-ar-ly.js -- angular-ar-ma.js -- angular-ar-om.js -- angular-ar-qa.js -- angular-ar-sa.js -- angular-ar-sd.js -- angular-ar-sy.js -- angular-ar-tn.js -- angular-ar-ye.js -- angular-ar.js -- angular-bg-bg.js -- angular-bg.js -- angular-bn-bd.js -- angular-bn-in.js -- angular-bn.js -- angular-ca-ad.js -- angular-ca-es.js -- angular-ca.js -- angular-chr.js -- angular-cs-cz.js -- angular-cs.js -- angular-cy.js -- angular-da-dk.js -- angular-da.js -- angular-de-at.js -- angular-de-be.js -- angular-de-ch.js -- angular-de-de.js -- angular-de-li.js -- angular-de-lu.js -- angular-de.js -- angular-el-cy.js -- angular-el-gr.js -- angular-el-polyton.js -- angular-el.js -- angular-en-as.js -- angular-en-au.js -- angular-en-bb.js -- angular-en-be.js -- angular-en-bm.js -- angular-en-bw.js -- angular-en-bz.js -- angular-en-ca.js -- angular-en-dsrt-us.js -- angular-en-dsrt.js -- angular-en-fm.js -- angular-en-gb.js -- angular-en-gu.js -- angular-en-gy.js -- angular-en-hk.js -- angular-en-ie.js -- angular-en-in.js -- angular-en-iso.js -- angular-en-jm.js -- angular-en-mh.js -- angular-en-mp.js -- angular-en-mt.js -- angular-en-mu.js -- angular-en-na.js -- angular-en-nz.js -- angular-en-ph.js -- angular-en-pk.js -- angular-en-pr.js -- angular-en-pw.js -- angular-en-sg.js -- angular-en-tc.js -- angular-en-tt.js -- angular-en-um.js -- angular-en-us.js -- angular-en-vg.js -- angular-en-vi.js -- angular-en-za.js -- angular-en-zw.js -- angular-en-zz.js -- angular-en.js -- angular-es-419.js -- angular-es-ar.js -- angular-es-bo.js -- angular-es-cl.js -- angular-es-co.js -- angular-es-cr.js -- angular-es-do.js -- angular-es-ea.js -- angular-es-ec.js -- angular-es-es.js -- angular-es-gq.js -- angular-es-gt.js -- angular-es-hn.js -- angular-es-ic.js -- angular-es-mx.js -- angular-es-ni.js -- angular-es-pa.js -- angular-es-pe.js -- angular-es-pr.js -- angular-es-py.js -- angular-es-sv.js -- angular-es-us.js -- angular-es-uy.js -- angular-es-ve.js -- angular-es.js -- angular-et-ee.js -- angular-et.js -- angular-eu-es.js -- angular-eu.js -- angular-fa-af.js -- angular-fa-ir.js -- angular-fa.js -- angular-fi-fi.js -- angular-fi.js -- angular-fil-ph.js -- angular-fil.js -- angular-fr-be.js -- angular-fr-bf.js -- angular-fr-bi.js -- angular-fr-bj.js -- angular-fr-bl.js -- angular-fr-ca.js -- angular-fr-cd.js -- angular-fr-cf.js -- angular-fr-cg.js -- angular-fr-ch.js -- angular-fr-ci.js -- angular-fr-cm.js -- angular-fr-dj.js -- angular-fr-fr.js -- angular-fr-ga.js -- angular-fr-gf.js -- angular-fr-gn.js -- angular-fr-gp.js -- angular-fr-gq.js -- angular-fr-km.js -- angular-fr-lu.js -- angular-fr-mc.js -- angular-fr-mf.js -- angular-fr-mg.js -- angular-fr-ml.js -- angular-fr-mq.js -- angular-fr-ne.js -- angular-fr-re.js -- angular-fr-rw.js -- angular-fr-sn.js -- angular-fr-td.js -- angular-fr-tg.js -- angular-fr-yt.js -- angular-fr.js -- angular-gl-es.js -- angular-gl.js -- angular-gsw-ch.js -- angular-gsw.js -- angular-gu-in.js -- angular-gu.js -- angular-haw.js -- angular-he-il.js -- angular-he.js -- angular-hi-in.js -- angular-hi.js -- angular-hr-hr.js -- angular-hr.js -- angular-hu-hu.js -- angular-hu.js -- angular-id-id.js -- angular-id.js -- angular-in.js -- angular-is-is.js -- angular-is.js -- angular-it-ch.js -- angular-it-it.js -- angular-it-sm.js -- angular-it.js -- angular-iw.js -- angular-ja-jp.js -- angular-ja.js -- angular-kn-in.js -- angular-kn.js -- angular-ko-kr.js -- angular-ko.js -- angular-ln-cd.js -- angular-ln-cg.js -- angular-ln.js -- angular-lt-lt.js -- angular-lt.js -- angular-lv-lv.js -- angular-lv.js -- angular-ml-in.js -- angular-ml.js -- angular-mo.js -- angular-mr-in.js -- angular-mr.js -- angular-ms-bn.js -- angular-ms-my.js -- angular-ms.js -- angular-mt-mt.js -- angular-mt.js -- angular-nl-aw.js -- angular-nl-be.js -- angular-nl-cw.js -- angular-nl-nl.js -- angular-nl-sx.js -- angular-nl.js -- angular-no.js -- angular-or-in.js -- angular-or.js -- angular-pl-pl.js -- angular-pl.js -- angular-pt-ao.js -- angular-pt-br.js -- angular-pt-gw.js -- angular-pt-mz.js -- angular-pt-pt.js -- angular-pt-st.js -- angular-pt.js -- angular-ro-md.js -- angular-ro-ro.js -- angular-ro.js -- angular-ru-md.js -- angular-ru-ru.js -- angular-ru-ua.js -- angular-ru.js -- angular-sk-sk.js -- angular-sk.js -- angular-sl-si.js -- angular-sl.js -- angular-sq-al.js -- angular-sq.js -- angular-sr-cyrl-ba.js -- angular-sr-cyrl-me.js -- angular-sr-cyrl-rs.js -- angular-sr-cyrl.js -- angular-sr-latn-ba.js -- angular-sr-latn-me.js -- angular-sr-latn-rs.js -- angular-sr-latn.js -- angular-sr-rs.js -- angular-sr.js -- angular-sv-fi.js -- angular-sv-se.js -- angular-sv.js -- angular-sw-ke.js -- angular-sw-tz.js -- angular-sw.js -- angular-ta-in.js -- angular-ta-lk.js -- angular-ta.js -- angular-te-in.js -- angular-te.js -- angular-th-th.js -- angular-th.js -- angular-tl-ph.js -- angular-tl.js -- angular-tr-tr.js -- angular-tr.js -- angular-uk-ua.js -- angular-uk.js -- angular-ur-in.js -- angular-ur-pk.js -- angular-ur.js -- angular-vi-vn.js -- angular-vi.js -- angular-zh-cn.js -- angular-zh-hans-cn.js -- angular-zh-hans-hk.js -- angular-zh-hans-mo.js -- angular-zh-hans-sg.js -- angular-zh-hans.js -- angular-zh-hant-hk.js -- angular-zh-hant-mo.js -- angular-zh-hant-tw.js -- angular-zh-hant.js -- angular-zh-hk.js -- angular-zh-tw.js -- angular-zh.js -- angular-zu-za.js -- angular-zu.js +- select2-ar.js +- select2-ca.js +- select2-cs.js +- select2-da.js +- select2-de.js +- select2-el.js +- select2-es.js +- select2-et.js +- select2-eu.js +- select2-fi.js +- select2-fr.js +- select2-gl.js +- select2-he.js +- select2-hr.js +- select2-hu.js +- select2-id.js +- select2-is.js +- select2-it.js +- select2-ja.js +- select2-ko.js +- select2-lt.js +- select2-lv.js +- select2-mk.js +- select2-nl.js +- select2-no.js +- select2-pl.js +- select2-pt-BR.js +- select2-pt-PT.js +- select2-ro.js +- select2-ru.js +- select2-sk.js +- select2-sv.js +- select2-tr.js +- select2-ua.js +- select2-vi.js +- select2-zh-CN.js +- select2-zh-TW.js Available CSS ------------- -*none* +- select2.css Modified: sandbox/nuiton-js-select2/src/site/site_en.xml =================================================================== --- sandbox/nuiton-js-select2/src/site/site_en.xml 2013-07-19 21:32:42 UTC (rev 162) +++ sandbox/nuiton-js-select2/src/site/site_en.xml 2013-07-19 21:32:56 UTC (rev 163) @@ -45,8 +45,8 @@ <menu ref="parent"/> - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> + <menu name="Users"> + <item name="Home" href="index.html"/> </menu> <menu ref="reports"/>