Doladění Antu a další drobnosti.
1.1 --- a/java/HrisniciSpameri/build.xml Thu Feb 12 00:20:36 2009 +0100
1.2 +++ b/java/HrisniciSpameri/build.xml Thu Feb 12 01:02:12 2009 +0100
1.3 @@ -71,7 +71,7 @@
1.4 -->
1.5
1.6 <target name="-post-init">
1.7 - <zip basedir="../../" excludes=".hg/** .hgignore HrisniciSpameri/java/HrisniciSpameri/build/** java/HrisniciSpameri/dist/** java/HrisniciSpameri/web/HrisniciSpameri-src.zip" includes="**" encoding="UTF-8" comment="Kódování: UTF-8 | Autor: František Kučera | Web: http://frantovo.cz/ | Licence: GNU Affero GPL, verze 3" destfile="web/HrisniciSpameri-src.zip"/>
1.8 + <zip basedir="../../" excludes=".hg/** .hgignore java/HrisniciSpameri/build/** java/HrisniciSpameri/dist/** java/HrisniciSpameri/web/HrisniciSpameri-src.zip" includes="**" encoding="UTF-8" comment="Kódování: UTF-8 | Autor: František Kučera | Web: http://frantovo.cz/ | Licence: GNU Affero GPL, verze 3" destfile="web/HrisniciSpameri-src.zip"/>
1.9 </target>
1.10
1.11 </project>
2.1 --- a/java/HrisniciSpameri/src/java/cz/frantovo/hrisniciSpameri/dao/CilDAO.sql.xml Thu Feb 12 00:20:36 2009 +0100
2.2 +++ b/java/HrisniciSpameri/src/java/cz/frantovo/hrisniciSpameri/dao/CilDAO.sql.xml Thu Feb 12 01:02:12 2009 +0100
2.3 @@ -5,7 +5,7 @@
2.4 <![CDATA[
2.5 SELECT *
2.6 FROM cil
2.7 - ORDER BY nazev
2.8 + ORDER BY lower(nazev)
2.9 ]]>
2.10 </entry>
2.11 </properties>
2.12 \ No newline at end of file
3.1 --- a/java/HrisniciSpameri/web/tridenitabulky.js Thu Feb 12 00:20:36 2009 +0100
3.2 +++ b/java/HrisniciSpameri/web/tridenitabulky.js Thu Feb 12 01:02:12 2009 +0100
3.3 @@ -198,12 +198,12 @@
3.4 var aaDateList;
3.5 var aaTimeList;
3.6 if (aaList[0].indexOf(".") != -1)
3.7 - {// prvnĂ je datum
3.8 + {// první je datum
3.9
3.10 aaDateList = aaList[0].split(".");
3.11
3.12 if (aaList[1] != null && aaList[1].indexOf(":") != -1)
3.13 - { // rozbrakovat �as
3.14 + { // rozbrakovat čas
3.15 aaTimeList = aaList[1].split(":");
3.16 if (aaTimeList.length > 2)
3.17 aaDateTime = new Date(aaDateList[2],(aaDateList[1]-1),aaDateList[0],aaTimeList[0],aaTimeList[1],aaTimeList[2]);
3.18 @@ -216,7 +216,7 @@
3.19 }
3.20 }
3.21 else
3.22 - { // prvnà je �as
3.23 + { // první je čas
3.24 aaTimeList = aaList[1].split(":");
3.25 aaDateList = aaList[0].split(".");
3.26 if (aaTimeList.length > 2)
3.27 @@ -237,10 +237,10 @@
3.28 var bbTimeList;
3.29
3.30 if (bbList[0].indexOf(".") != -1)
3.31 - {// prvnĂ je datum
3.32 + {// první je datum
3.33 bbDateList = bbList[0].split(".");
3.34 if (bbList[1] != null && bbList[1].indexOf(":") != -1)
3.35 - { // rozbrakovat �as
3.36 + { // rozbrakovat čas
3.37 bbTimeList = bbList[1].split(":");
3.38 if (bbTimeList.length > 2)
3.39 bbDateTime = new Date(bbDateList[2],(bbDateList[1]-1),bbDateList[0],bbTimeList[0],bbTimeList[1],bbTimeList[2]);
3.40 @@ -253,7 +253,7 @@
3.41 }
3.42 }
3.43 else
3.44 - { // prvnà je �as
3.45 + { // první je čas
3.46 bbTimeList = bbList[1].split(":");
3.47 bbDateList = bbList[0].split(".");
3.48 if (bbTimeList.length > 2)