initial version
authorSven Arnold <sven@schnuppe.(none)>
Sun, 12 Apr 2009 13:14:43 +0000 (15:14 +0200)
committerSven Arnold <sven@schnuppe.(none)>
Sun, 12 Apr 2009 13:14:43 +0000 (15:14 +0200)
commit37d26071540020b59376067351940e45b4047010
tree3003f75d4a4310407930135838385ff3f1e74ab6
initial version
85 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.codehaus.groovy.eclipse.preferences.prefs [new file with mode: 0644]
Portal-test.launch [new file with mode: 0644]
Portal.iml [new file with mode: 0644]
Portal.ipr [new file with mode: 0644]
Portal.iws [new file with mode: 0644]
Portal.launch [new file with mode: 0644]
Portal.tmproj [new file with mode: 0644]
application.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
grails-app/conf/BootStrap.groovy [new file with mode: 0644]
grails-app/conf/Config.groovy [new file with mode: 0644]
grails-app/conf/DataSource.groovy [new file with mode: 0644]
grails-app/conf/UrlMappings.groovy [new file with mode: 0644]
grails-app/conf/spring/resources.groovy [new file with mode: 0644]
grails-app/controllers/AttachmentController.groovy [new file with mode: 0644]
grails-app/controllers/DisplayController.groovy [new file with mode: 0644]
grails-app/controllers/PageController.groovy [new file with mode: 0644]
grails-app/domain/Attachment.groovy [new file with mode: 0644]
grails-app/domain/Page.groovy [new file with mode: 0644]
grails-app/i18n/messages.properties [new file with mode: 0644]
grails-app/i18n/messages_de.properties [new file with mode: 0644]
grails-app/i18n/messages_es.properties [new file with mode: 0644]
grails-app/i18n/messages_fr.properties [new file with mode: 0644]
grails-app/i18n/messages_it.properties [new file with mode: 0644]
grails-app/i18n/messages_ja.properties [new file with mode: 0644]
grails-app/i18n/messages_nl.properties [new file with mode: 0644]
grails-app/i18n/messages_pt_BR.properties [new file with mode: 0644]
grails-app/i18n/messages_ru.properties [new file with mode: 0644]
grails-app/i18n/messages_th.properties [new file with mode: 0644]
grails-app/i18n/messages_zh_CN.properties [new file with mode: 0644]
grails-app/views/attachment/create.gsp [new file with mode: 0644]
grails-app/views/attachment/edit.gsp [new file with mode: 0644]
grails-app/views/attachment/list.gsp [new file with mode: 0644]
grails-app/views/attachment/show.gsp [new file with mode: 0644]
grails-app/views/display/index.gsp [new file with mode: 0644]
grails-app/views/display/show.gsp [new file with mode: 0644]
grails-app/views/error.gsp [new file with mode: 0644]
grails-app/views/index.gsp [new file with mode: 0644]
grails-app/views/layouts/admin.gsp [new file with mode: 0644]
grails-app/views/layouts/blue_theme.gsp [new file with mode: 0644]
grails-app/views/layouts/main.gsp [new file with mode: 0644]
grails-app/views/page/create.gsp [new file with mode: 0644]
grails-app/views/page/edit.gsp [new file with mode: 0644]
grails-app/views/page/list.gsp [new file with mode: 0644]
grails-app/views/page/show.gsp [new file with mode: 0644]
ivy.xml [new file with mode: 0644]
ivysettings.xml [new file with mode: 0644]
test/unit/AttachmentTests.groovy [new file with mode: 0644]
test/unit/DisplayControllerTests.groovy [new file with mode: 0644]
test/unit/PageTests.groovy [new file with mode: 0644]
web-app/WEB-INF/applicationContext.xml [new file with mode: 0644]
web-app/WEB-INF/sitemesh.xml [new file with mode: 0644]
web-app/WEB-INF/tld/c.tld [new file with mode: 0644]
web-app/WEB-INF/tld/fmt.tld [new file with mode: 0644]
web-app/WEB-INF/tld/grails.tld [new file with mode: 0644]
web-app/WEB-INF/tld/spring.tld [new file with mode: 0644]
web-app/css/main.css [new file with mode: 0644]
web-app/images/favicon.ico [new file with mode: 0644]
web-app/images/grails_logo.jpg [new file with mode: 0644]
web-app/images/skin/database_add.png [new file with mode: 0644]
web-app/images/skin/database_delete.png [new file with mode: 0644]
web-app/images/skin/database_edit.png [new file with mode: 0644]
web-app/images/skin/database_save.png [new file with mode: 0644]
web-app/images/skin/database_table.png [new file with mode: 0644]
web-app/images/skin/exclamation.png [new file with mode: 0644]
web-app/images/skin/house.png [new file with mode: 0644]
web-app/images/skin/information.png [new file with mode: 0644]
web-app/images/skin/shadow.jpg [new file with mode: 0644]
web-app/images/skin/sorted_asc.gif [new file with mode: 0644]
web-app/images/skin/sorted_desc.gif [new file with mode: 0644]
web-app/images/spinner.gif [new file with mode: 0644]
web-app/js/application.js [new file with mode: 0644]
web-app/js/prototype/animation.js [new file with mode: 0644]
web-app/js/prototype/builder.js [new file with mode: 0644]
web-app/js/prototype/controls.js [new file with mode: 0644]
web-app/js/prototype/dragdrop.js [new file with mode: 0644]
web-app/js/prototype/effects.js [new file with mode: 0644]
web-app/js/prototype/prototype.js [new file with mode: 0644]
web-app/js/prototype/rico.js [new file with mode: 0644]
web-app/js/prototype/scriptaculous.js [new file with mode: 0644]
web-app/js/prototype/slider.js [new file with mode: 0644]
web-app/js/prototype/sound.js [new file with mode: 0644]
web-app/js/prototype/unittest.js [new file with mode: 0644]