Author: tchemit Date: 2010-11-22 10:33:06 +0100 (Mon, 22 Nov 2010) New Revision: 66 Url: http://chorem.org/repositories/revision/cash/66 Log: add license headers + svn:keywords Modified: trunk/LICENSE.txt trunk/README.txt trunk/TODO.txt trunk/cash-business/LICENSE.txt trunk/cash-business/README.txt trunk/cash-business/changelog.txt trunk/cash-business/pom.xml trunk/cash-business/src/license/THIRD-PARTY.properties trunk/cash-business/src/main/java/org/chorem/cash/CashException.java trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java trunk/cash-business/src/main/resources/TopiaContextCash.properties trunk/cash-business/src/main/resources/log4j.properties trunk/cash-business/src/main/xmi/cash.zargo trunk/cash-business/src/site/rst/index.rst trunk/cash-business/src/site/site.xml trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java trunk/cash-business/src/test/resources/TopiaContextCash.properties trunk/cash-ui/LICENSE.txt trunk/cash-ui/README.txt trunk/cash-ui/changelog.txt trunk/cash-ui/nb-configuration.xml trunk/cash-ui/nbactions.xml trunk/cash-ui/pom.xml trunk/cash-ui/src/license/THIRD-PARTY.properties trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java trunk/cash-ui/src/main/resources/log4j.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties trunk/cash-ui/src/main/webapp/CategoryManager.tml trunk/cash-ui/src/main/webapp/EntryList.tml trunk/cash-ui/src/main/webapp/Index.tml trunk/cash-ui/src/main/webapp/META-INF/context.xml trunk/cash-ui/src/main/webapp/PreviewTable.tml trunk/cash-ui/src/main/webapp/WEB-INF/web.xml trunk/cash-ui/src/main/webapp/css/common.css trunk/cash-ui/src/main/webapp/css/main.css trunk/cash-ui/src/main/webapp/css/window/alert.css trunk/cash-ui/src/main/webapp/css/window/alert/bottom.gif trunk/cash-ui/src/main/webapp/css/window/alert/bottom_left.gif trunk/cash-ui/src/main/webapp/css/window/alert/bottom_right.gif trunk/cash-ui/src/main/webapp/css/window/alert/left.gif trunk/cash-ui/src/main/webapp/css/window/alert/overlay.png trunk/cash-ui/src/main/webapp/css/window/alert/progress.gif trunk/cash-ui/src/main/webapp/css/window/alert/right.gif trunk/cash-ui/src/main/webapp/css/window/alert/top.gif trunk/cash-ui/src/main/webapp/css/window/alert/top_left.gif trunk/cash-ui/src/main/webapp/css/window/alert/top_right.gif trunk/cash-ui/src/main/webapp/css/window/alert_lite.css trunk/cash-ui/src/main/webapp/css/window/alphacube.css trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-left-c.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-middle.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-right-c.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/button-close-focus.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/button-max-focus.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/button-min-focus.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-left.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-right.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/left-top.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/right-top.gif trunk/cash-ui/src/main/webapp/css/window/alphacube/top-middle.gif trunk/cash-ui/src/main/webapp/css/window/behavior.htc trunk/cash-ui/src/main/webapp/css/window/darkX.css trunk/cash-ui/src/main/webapp/css/window/darkX/button-close-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/button-maximize-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/button-minimize-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-left-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-mid-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-right-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/frame-left-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/frame-right-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-left-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-mid-focused.png trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-right-focused.png trunk/cash-ui/src/main/webapp/css/window/debug.css trunk/cash-ui/src/main/webapp/css/window/default.css trunk/cash-ui/src/main/webapp/css/window/default/bottom_left.gif trunk/cash-ui/src/main/webapp/css/window/default/bottom_mid.gif trunk/cash-ui/src/main/webapp/css/window/default/bottom_right.gif trunk/cash-ui/src/main/webapp/css/window/default/bottom_right_resize.gif trunk/cash-ui/src/main/webapp/css/window/default/center_left.gif trunk/cash-ui/src/main/webapp/css/window/default/center_right.gif trunk/cash-ui/src/main/webapp/css/window/default/clear.gif trunk/cash-ui/src/main/webapp/css/window/default/close.gif trunk/cash-ui/src/main/webapp/css/window/default/inspect.gif trunk/cash-ui/src/main/webapp/css/window/default/maximize.gif trunk/cash-ui/src/main/webapp/css/window/default/minimize.gif trunk/cash-ui/src/main/webapp/css/window/default/overlay.png trunk/cash-ui/src/main/webapp/css/window/default/resize.gif trunk/cash-ui/src/main/webapp/css/window/default/sizer.gif trunk/cash-ui/src/main/webapp/css/window/default/top_left.gif trunk/cash-ui/src/main/webapp/css/window/default/top_mid.gif trunk/cash-ui/src/main/webapp/css/window/default/top_right.gif trunk/cash-ui/src/main/webapp/css/window/iefix/blank.gif trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.htc trunk/cash-ui/src/main/webapp/css/window/lighting.css trunk/cash-ui/src/main/webapp/css/window/lighting/background_buttons.gif trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/left-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/left-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/left-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/left-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/pngbehavior.htc trunk/cash-ui/src/main/webapp/css/window/lighting/right-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/right-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/right-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/right-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/spinner.gif trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-grey.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-blue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-darkblue.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-green.png trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-grey.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T_Main.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x/close.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x/maximize.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x/minimize.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/B.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BL.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BR.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/L.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/R.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/T.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TL.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TR.png trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/bg.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/close.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/maximize.gif trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/minimize.gif trunk/cash-ui/src/main/webapp/css/window/nuncio.css trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_left.png trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_mid.png trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_right.png trunk/cash-ui/src/main/webapp/css/window/nuncio/center_left.png trunk/cash-ui/src/main/webapp/css/window/nuncio/center_right.png trunk/cash-ui/src/main/webapp/css/window/nuncio/close.png trunk/cash-ui/src/main/webapp/css/window/nuncio/minimize.png trunk/cash-ui/src/main/webapp/css/window/nuncio/overlay.png trunk/cash-ui/src/main/webapp/css/window/nuncio/top_left.png trunk/cash-ui/src/main/webapp/css/window/nuncio/top_mid.png trunk/cash-ui/src/main/webapp/css/window/nuncio/top_right.png trunk/cash-ui/src/main/webapp/css/window/spread.css trunk/cash-ui/src/main/webapp/css/window/spread/bottom-left-c.gif trunk/cash-ui/src/main/webapp/css/window/spread/bottom-middle.gif trunk/cash-ui/src/main/webapp/css/window/spread/bottom-right-c.gif trunk/cash-ui/src/main/webapp/css/window/spread/button-close-focus.gif trunk/cash-ui/src/main/webapp/css/window/spread/button-max-focus.gif trunk/cash-ui/src/main/webapp/css/window/spread/button-min-focus.gif trunk/cash-ui/src/main/webapp/css/window/spread/frame-left.gif trunk/cash-ui/src/main/webapp/css/window/spread/frame-right.gif trunk/cash-ui/src/main/webapp/css/window/spread/left-top.gif trunk/cash-ui/src/main/webapp/css/window/spread/right-top.gif trunk/cash-ui/src/main/webapp/css/window/spread/top-middle.gif trunk/cash-ui/src/main/webapp/img/7ter.jpg trunk/cash-ui/src/main/webapp/img/flag_en.png trunk/cash-ui/src/main/webapp/img/flag_fr.png trunk/cash-ui/src/main/webapp/img/icons/add.png trunk/cash-ui/src/main/webapp/img/icons/crystal/add.png trunk/cash-ui/src/main/webapp/img/icons/crystal/cancel.png trunk/cash-ui/src/main/webapp/img/icons/crystal/clock.png trunk/cash-ui/src/main/webapp/img/icons/crystal/edit.png trunk/cash-ui/src/main/webapp/img/icons/crystal/info.png trunk/cash-ui/src/main/webapp/img/icons/crystal/movedown.png trunk/cash-ui/src/main/webapp/img/icons/crystal/movetobottom.png trunk/cash-ui/src/main/webapp/img/icons/crystal/movetotop.png trunk/cash-ui/src/main/webapp/img/icons/crystal/moveup.png trunk/cash-ui/src/main/webapp/img/icons/crystal/reload.png trunk/cash-ui/src/main/webapp/img/icons/crystal/remove.png trunk/cash-ui/src/main/webapp/img/icons/crystal/save.png trunk/cash-ui/src/main/webapp/img/icons/crystal/showdetails.png trunk/cash-ui/src/main/webapp/img/icons/crystal/stop.png trunk/cash-ui/src/main/webapp/img/icons/crystal/warning.png trunk/cash-ui/src/main/webapp/img/icons/minus.png trunk/cash-ui/src/main/webapp/img/lutin.gif trunk/cash-ui/src/main/webapp/img/spinner.gif trunk/cash-ui/src/main/webapp/js/ZoneUpdater.js trunk/cash-ui/src/main/webapp/js/chenillekit/Chenillekit.js trunk/cash-ui/src/main/webapp/js/chenillekit/CkOnEvents.js trunk/cash-ui/src/main/webapp/js/dialog.js trunk/cash-ui/src/main/webapp/js/window/window.js trunk/cash-ui/src/main/webapp/js/window/window_effects.js trunk/cash-ui/src/main/webapp/js/window/window_ext.js trunk/cash-ui/src/main/webapp/js/window_ajax.js trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml trunk/cash-ui/src/site/rst/index.rst trunk/cash-ui/src/site/site.xml trunk/changelog.txt trunk/pom.xml trunk/src/site/rst/index.rst trunk/src/site/site.xml Property changes on: trunk/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/TODO.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/src/license/THIRD-PARTY.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/CashException.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/CashException.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/CashException.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/CashException.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java ___________________________________________________________________ Modified: svn:keywords - Author Date Revision + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java ___________________________________________________________________ Modified: svn:keywords - Author Date Revision + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,28 @@ /* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * To change this template, choose Tools | Templates * and open the template in the editor. */ Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin @@ -42,10 +66,10 @@ * Created on 2009-08-12 * * @author fdesbois - * @version $Revision: 8 $ + * @version $Revision$ * - * Last update: $Date: 2009-08-13 09:14:50 +0200 (Thu, 13 Aug 2009) $ - * by : $Author: fdesbois $ + * Last update: $Date$ + * by : $Author$ */ public class ServiceCategoryImpl extends ServiceCategoryAbstract implements ServiceCategory { Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java =================================================================== --- trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java ___________________________________________________________________ Modified: svn:keywords - Author Date Revision + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/resources/TopiaContextCash.properties =================================================================== --- trunk/cash-business/src/main/resources/TopiaContextCash.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/resources/TopiaContextCash.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: business +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### # Propri\u00C3\u00A9t\u00C3\u00A9s par d\u00C3\u00A9faut pour une base de donn\u00C3\u00A9es de type H2 hibernate.hbm2ddl.auto=update hibernate.show_sql=false Property changes on: trunk/cash-business/src/main/resources/TopiaContextCash.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/main/resources/log4j.properties =================================================================== --- trunk/cash-business/src/main/resources/log4j.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/main/resources/log4j.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: business +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### ### direct log messages to stdout ### log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out Property changes on: trunk/cash-business/src/main/resources/log4j.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-business/src/main/xmi/cash.zargo ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/site/rst/index.rst =================================================================== --- trunk/cash-business/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Ca$h :: business +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Ca$h-business ============= Property changes on: trunk/cash-business/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/site/site.xml =================================================================== --- trunk/cash-business/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Ca$h :: business + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/cash-business/src/site/site.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java =================================================================== --- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java =================================================================== --- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java =================================================================== --- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: business + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Business * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-business/src/test/resources/TopiaContextCash.properties =================================================================== --- trunk/cash-business/src/test/resources/TopiaContextCash.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-business/src/test/resources/TopiaContextCash.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: business +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### # Propri\u00C3\u00A9t\u00C3\u00A9s par d\u00C3\u00A9faut pour une base de donn\u00C3\u00A9es de type H2 hibernate.hbm2ddl.auto=create hibernate.show_sql=true Property changes on: trunk/cash-business/src/test/resources/TopiaContextCash.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/nb-configuration.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/nbactions.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/license/THIRD-PARTY.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,28 @@ /* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,28 @@ /* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin @@ -23,10 +47,10 @@ * FrequencyEndCondition.java * * @author fdesbois - * @version $Revision: 3 $ + * @version $Revision$ * - * Last update: $Date: 2009-07-31 16:54:15 +0200 (ven 31 jui 2009) $ - * by : $Author: fdesbois $ + * Last update: $Date$ + * by : $Author$ */ public enum FrequencyEndCondition { UNLIMITED, UNTIL_DATE, NB_TIMES Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin @@ -38,10 +62,10 @@ * des entrees (page PreviewTable). * * @author fdesbois - * @version $Revision: 8 $ + * @version $Revision$ * - * Last update: $Date: 2009-08-13 09:14:50 +0200 (Thu, 13 Aug 2009) $ - * by : $Author: fdesbois $ + * Last update: $Date$ + * by : $Author$ */ public class ListEntries implements Serializable, Cloneable { Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,28 @@ /* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * To change this template, choose Tools | Templates * and open the template in the editor. */ Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ // Copyright 2007 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,28 @@ /* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin @@ -37,10 +61,10 @@ * From http://tinybits.blogspot.com/2009/05/update-zone-on-any-client-side-event.ht... by ingesol * * @author ingesol - * @version $Revision: 41 $ + * @version $Revision$ * - * Last update: $Date: 2009-08-07 19:01:40 +0200 (Fri, 07 Aug 2009) $ - * by : $Author: fdesbois $ + * Last update: $Date$ + * by : $Author$ */ @IncludeJavaScriptLibrary("context:js/ZoneUpdater.js") public class ZoneUpdater { Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin @@ -44,10 +68,10 @@ * EntryList.java * * @author fdesbois - * @version $Revision: 41 $ + * @version $Revision$ * - * Last update: $Date: 2009-08-07 19:01:40 +0200 (Fri, 07 Aug 2009) $ - * by : $Author: fdesbois $ + * Last update: $Date$ + * by : $Author$ */ public class EntryList implements DataLoader { Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java =================================================================== --- trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Ca$h Web Interface * Copyright (C) 2009 CodeLutin Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/log4j.properties =================================================================== --- trunk/cash-ui/src/main/resources/log4j.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/log4j.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### ### direct log messages to stdout ### log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out Property changes on: trunk/cash-ui/src/main/resources/log4j.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,10 +1,34 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- BlockManager.tml Author: fdesbois - Revision: $Revision: 32 $ + Revision: $Revision$ - Last update: $Date: 2009-07-22 14:25:26 +0200 (Wed, 22 Jul 2009) $ - by $Author: fdesbois $ + Last update: $Date$ + by $Author$ --> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter"> <div class="component"> Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### edit-category=Modifier la cat\u00E9gorie add-category=Ajouter une cat\u00E9gorie remove-category=Supprimer cette cat\u00E9gorie (et ses sous-cat\u00E9gories) Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- CategoryComponent.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- Warnings.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### periodicity=Fr\u00E9quence de r\u00E9p\u00E9tition (P\u00E9riodicit\u00E9) periodicity-bymonth=Entr\u00E9e r\u00E9p\u00E9t\u00E9e par mois : choisissez tous les combien de mois (intervalle) et la condition de fin (illimit\u00E9, date de fin ou nombre de fois) Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- EntryForm.tml Created on 2009-08-14 Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### menu-references=References menu-entry=Pr\u00E9visionnel menu-category=Cat\u00E9gories \ No newline at end of file Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,10 +1,34 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- Layout.tml Author: fdesbois - Revision: $Revision: 36 $ + Revision: $Revision$ - Last update: $Date: 2009-07-29 14:56:24 +0200 (Wed, 29 Jul 2009) $ - by $Author: fdesbois $ + Last update: $Date$ + by $Author$ --> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,10 +1,34 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- RoleComponent.tml Author: fdesbois - Revision: $Revision: 30 $ + Revision: $Revision$ - Last update: $Date: 2009-07-22 14:05:50 +0200 (Wed, 22 Jul 2009) $ - by $Author: fdesbois $ + Last update: $Date$ + by $Author$ --> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter"> <t:clientMessages> Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### title-page=Gestion des cat\u00E9gories h1=Liste des cat\u00E9gories h2-subcategories=Liste des sous-cat\u00E9gories de \ No newline at end of file Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### comment-label= credit-label=Cr\u00E9dit + debit-label=D\u00E9bit - Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,2 +1,26 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### welcome=Welcome to the Ca$h application title=Ca$h Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,2 +1,26 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### welcome=Bienvenue sur l'application Ca$h title=Ca$h Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties =================================================================== --- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +### +# #%L +# Ca$h :: web Interface +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### title-page=Tableau pr\u00E9visionnel categories-header=Cat\u00E9gories form-legend=P\u00E9riode Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/CategoryManager.tml =================================================================== --- trunk/cash-ui/src/main/webapp/CategoryManager.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/CategoryManager.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- CategoryManager.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/webapp/CategoryManager.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/EntryList.tml =================================================================== --- trunk/cash-ui/src/main/webapp/EntryList.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/EntryList.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <t:layout t:ident="entryList" t:pageTitle="Cash management" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter"> Property changes on: trunk/cash-ui/src/main/webapp/EntryList.tml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/Index.tml =================================================================== --- trunk/cash-ui/src/main/webapp/Index.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/Index.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- Index.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/webapp/Index.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/META-INF/context.xml =================================================================== --- trunk/cash-ui/src/main/webapp/META-INF/context.xml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/META-INF/context.xml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,2 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <Context antiJARLocking="true" path="/cash"/> Property changes on: trunk/cash-ui/src/main/webapp/META-INF/context.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/PreviewTable.tml =================================================================== --- trunk/cash-ui/src/main/webapp/PreviewTable.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/PreviewTable.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- PreviewTable.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/webapp/PreviewTable.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/cash-ui/src/main/webapp/WEB-INF/web.xml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/WEB-INF/web.xml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <!-- Copyright 2007 The Apache Software Foundation Property changes on: trunk/cash-ui/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/common.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/common.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/common.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ * { margin: 0; padding: 0; Property changes on: trunk/cash-ui/src/main/webapp/css/common.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/main.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/main.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/main.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ body { background-color: #FFF; Property changes on: trunk/cash-ui/src/main/webapp/css/main.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom_left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom_right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/overlay.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/progress.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top_left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top_right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/alert.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/alert.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/alert.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_alert { background-color: #85BBEF; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/alert_lite.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/alert_lite.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/alert_lite.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_alert_lite { background-color: #85BBEF; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert_lite.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-left-c.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-middle.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-right-c.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-close-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-max-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-min-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/left-top.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/right-top.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/top-middle.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/alphacube.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/alphacube.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/alphacube.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_alphacube { background-color: #85BBEF; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/behavior.htc ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-close-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-maximize-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-minimize-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-left-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-mid-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-right-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-left-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-right-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-left-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-mid-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-right-focused.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/darkX.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/darkX.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/darkX.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_darkX { background-color: #85BBEF; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/debug.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/debug.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/debug.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ div.inspector div.inspectable { padding: 0.25em 0 0.25em 1em; background-color: Gray; Property changes on: trunk/cash-ui/src/main/webapp/css/window/debug.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_mid.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_right_resize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/center_left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/center_right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/clear.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/close.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/inspect.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/maximize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/minimize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/overlay.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/resize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/sizer.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_mid.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/default.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/default.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/default.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_dialog { background-color: #666666; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/default.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/blank.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /* PNG fix for all themes that uses PNG images on IE */ td, div { behavior: url(../themes/iefix/iepngfix.htc) } Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.htc ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/background_buttons.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/pngbehavior.htc ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/spinner.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-blue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-darkblue.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-green.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-grey.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/lighting.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/lighting.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/lighting.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay___invisible__ { background-color: #666; filter:alpha(opacity=0); Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T_Main.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/close.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/maximize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/minimize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /* Focused windows */ .overlay_mac_os_x { background-color: #85BBEF; Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/B.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BL.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BR.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/L.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/R.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/T.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TL.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TR.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/bg.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/close.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/maximize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/minimize.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_mac_os_x_dialog { background-color: #FF7224; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_left.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_mid.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_right.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/center_left.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/center_right.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/close.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/minimize.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/overlay.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_left.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_mid.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_right.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/nuncio.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/nuncio.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/nuncio.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_nuncio img { border: none; } .overlay_nuncio { Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-left-c.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-middle.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-right-c.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-close-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-max-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-min-focus.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/frame-left.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/frame-right.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/left-top.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/right-top.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/top-middle.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/css/window/spread.css =================================================================== --- trunk/cash-ui/src/main/webapp/css/window/spread.css 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/css/window/spread.css 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +/* + * #%L + * Ca$h :: web Interface + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ .overlay_spread { background-color: #85BBEF; filter:alpha(opacity=60); Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/7ter.jpg ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/flag_en.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/flag_fr.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/add.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/add.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/cancel.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/clock.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/edit.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/info.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movedown.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movetobottom.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movetotop.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/moveup.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/reload.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/remove.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/save.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/showdetails.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/stop.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/warning.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/icons/minus.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/lutin.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/img/spinner.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/ZoneUpdater.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/chenillekit/Chenillekit.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/chenillekit/CkOnEvents.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/dialog.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/window/window.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/window/window_effects.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/window/window_ext.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/cash-ui/src/main/webapp/js/window_ajax.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml =================================================================== --- trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <!-- ReferenceList.tml Author: fdesbois Property changes on: trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml ___________________________________________________________________ Modified: svn:keywords - Author Revision Date Id + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/site/rst/index.rst =================================================================== --- trunk/cash-ui/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Ca$h :: web Interface +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Ca$h-ui ======= Property changes on: trunk/cash-ui/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/cash-ui/src/site/site.xml =================================================================== --- trunk/cash-ui/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/cash-ui/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Ca$h :: web Interface + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/cash-ui/src/site/site.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Ca$h +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Ca$h ==== Property changes on: trunk/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65) +++ trunk/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Ca$h + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/src/site/site.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL