new page views
authorSven Arnold <sven@schnuppe.(none)>
Sun, 12 Apr 2009 18:58:56 +0000 (20:58 +0200)
committerSven Arnold <sven@schnuppe.(none)>
Sun, 12 Apr 2009 18:58:56 +0000 (20:58 +0200)
commit758d6b5d7ed012b0653fd4d5d8b0d3aba367851c
tree5135168a89c11b1e62c1c87b96f5ca59afd1d58a
parentfe0c099e117c5fc73093aba7fb0bfb25b1b8f8aa
new page views
50 files changed:
Portal.iws
grails-app/controllers/NewsController.groovy [new file with mode: 0644]
grails-app/controllers/PortalConfigurationController.groovy [new file with mode: 0644]
grails-app/domain/News.groovy [new file with mode: 0644]
grails-app/domain/PortalConfiguration.groovy [new file with mode: 0644]
grails-app/views/news/create.gsp [new file with mode: 0644]
grails-app/views/news/edit.gsp [new file with mode: 0644]
grails-app/views/news/list.gsp [new file with mode: 0644]
grails-app/views/news/show.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]
grails-app/views/portalConfiguration/create.gsp [new file with mode: 0644]
grails-app/views/portalConfiguration/edit.gsp [new file with mode: 0644]
grails-app/views/portalConfiguration/list.gsp [new file with mode: 0644]
grails-app/views/portalConfiguration/show.gsp [new file with mode: 0644]
test/unit/ControllerPageTests.groovy [new file with mode: 0644]
test/unit/HtmlPageTests.groovy [new file with mode: 0644]
test/unit/NewsTests.groovy [new file with mode: 0644]
test/unit/PortalConfigurationTests.groovy [new file with mode: 0644]
web-app/css/blueprint/ie.css [new file with mode: 0644]
web-app/css/blueprint/plugins/buttons/icons/cross.png [new file with mode: 0755]
web-app/css/blueprint/plugins/buttons/icons/key.png [new file with mode: 0755]
web-app/css/blueprint/plugins/buttons/icons/tick.png [new file with mode: 0755]
web-app/css/blueprint/plugins/buttons/readme.txt [new file with mode: 0644]
web-app/css/blueprint/plugins/buttons/screen.css [new file with mode: 0644]
web-app/css/blueprint/plugins/fancy-type/readme.txt [new file with mode: 0644]
web-app/css/blueprint/plugins/fancy-type/screen.css [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/doc.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/email.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/external.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/feed.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/im.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/pdf.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/visited.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/icons/xls.png [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/readme.txt [new file with mode: 0644]
web-app/css/blueprint/plugins/link-icons/screen.css [new file with mode: 0644]
web-app/css/blueprint/plugins/rtl/readme.txt [new file with mode: 0644]
web-app/css/blueprint/plugins/rtl/screen.css [new file with mode: 0644]
web-app/css/blueprint/print.css [new file with mode: 0644]
web-app/css/blueprint/screen.css [new file with mode: 0644]
web-app/css/blueprint/src/forms.css [new file with mode: 0644]
web-app/css/blueprint/src/grid.css [new file with mode: 0755]
web-app/css/blueprint/src/grid.png [new file with mode: 0644]
web-app/css/blueprint/src/ie.css [new file with mode: 0644]
web-app/css/blueprint/src/print.css [new file with mode: 0755]
web-app/css/blueprint/src/reset.css [new file with mode: 0755]
web-app/css/blueprint/src/typography.css [new file with mode: 0644]