Initial comit
commita2459f956b88089fbb01830a16180d685106bda8
authorMichal Tulacek <michal@tulacek.eu>
Wed, 17 Sep 2008 13:43:17 +0000 (17 15:43 +0200)
committerMichal Tulacek <michal@tulacek.eu>
Wed, 17 Sep 2008 13:43:17 +0000 (17 15:43 +0200)
tree3388b6df2dcca0dcd386497df548044368ec6a7d
Initial comit
39 files changed:
.gitignore [new file with mode: 0644]
application/bootstrap.php [new file with mode: 0644]
application/modules/default/controllers/IndexController.php [new file with mode: 0644]
application/modules/default/views/scripts/footer.phtml [new file with mode: 0644]
application/modules/default/views/scripts/header.phtml [new file with mode: 0644]
application/modules/default/views/scripts/index/index.phtml [new file with mode: 0644]
application/modules/default/views/scripts/layout.phtml [new file with mode: 0644]
config/config.ini-initial [new file with mode: 0644]
data/menu.txt [new file with mode: 0644]
library/Bank/Account.php [new file with mode: 0644]
library/Bank/Account/Iban.php [new file with mode: 0644]
library/Bank/Account/Report/Abstract.php [new file with mode: 0644]
library/Bank/Account/Report/Kb.php [new file with mode: 0644]
library/Plugin/Database.php [new file with mode: 0644]
library/Plugin/Initialization.php [new file with mode: 0644]
library/Plugin/Routing.php [new file with mode: 0644]
library/Unicode.php [new file with mode: 0644]
library/Unicode/Convert.php [new file with mode: 0644]
library/Unicode/Sort.php [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/css/main-msie.css [new file with mode: 0644]
public/css/main.css [new file with mode: 0644]
public/css/print.css [new file with mode: 0644]
public/css/scheme.css [new file with mode: 0644]
public/design/aside-title.gif [new file with mode: 0644]
public/design/bg.gif [new file with mode: 0644]
public/design/footer.gif [new file with mode: 0644]
public/design/header.gif [new file with mode: 0644]
public/design/main-in.gif [new file with mode: 0644]
public/design/main.gif [new file with mode: 0644]
public/design/nav-link.gif [new file with mode: 0644]
public/design/perex-title.gif [new file with mode: 0644]
public/design/table-style01.gif [new file with mode: 0644]
public/design/tabs-link.gif [new file with mode: 0644]
public/design/ul-style01-sub.gif [new file with mode: 0644]
public/design/ul-style01.gif [new file with mode: 0644]
public/index.php [new file with mode: 0644]
public/tmp/image-02.gif [new file with mode: 0644]
public/tmp/image.gif [new file with mode: 0644]