]> git.mxchange.org Git - shipsimu.git/commit
Logout procedure basicly finished, login area splitted in main and action-dependent...
authorRoland Häder <roland@mxchange.org>
Thu, 19 Jun 2008 17:11:54 +0000 (17:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Jun 2008 17:11:54 +0000 (17:11 +0000)
commitc983485aaafb177a8dd366a7f7c0fd5db6720d55
tree0d1aa4a08ea2bd28dc47e096bb2e83a40f0d104d
parent8cfd068024443570a0f324e4271637537cff2d88
Logout procedure basicly finished, login area splitted in main and action-dependent templates
18 files changed:
.gitattributes
application/selector/class_ApplicationSelector.php
application/ship-simu/config.php
application/ship-simu/main/actions/class_ShipSimuLogoutAction.php [new file with mode: 0644]
application/ship-simu/templates/de/code/login_failed.ctp
application/ship-simu/templates/de/code/login_logout.ctp [new file with mode: 0644]
application/ship-simu/templates/de/code/login_main.ctp [new file with mode: 0644]
application/ship-simu/templates/de/code/login_welcome.ctp
application/ship-simu/templates/de/code/logout_done.ctp [new file with mode: 0644]
inc/classes/main/commands/web/class_WebDoFormCommand.php
inc/classes/main/commands/web/class_WebLoginAreaCommand.php
inc/classes/main/commands/web/class_WebLoginCommand.php
inc/classes/main/commands/web/class_WebLoginFailedCommand.php
inc/classes/main/commands/web/class_WebLogoutDoneCommand.php [new file with mode: 0644]
inc/classes/main/request/class_HttpRequest.php
inc/classes/main/resolver/web/class_WebCommandResolver.php
inc/classes/main/resolver/web/class_WebControllerResolver.php
inc/classes/main/template/class_TemplateEngine.php