Changeset 317
- Timestamp:
- Mar 26, 2010, 2:57:31 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r294 r317 1 1 #Grails Metadata file 2 #Fri Mar 19 11:53:03CET 20103 app.grails.version=1.2. 12 #Fri Mar 26 15:08:55 CET 2010 3 app.grails.version=1.2.2 4 4 app.name=gscf 5 5 app.servlet.version=2.4 6 6 app.version=0.1.1 7 7 plugins.db-util=0.4 8 plugins.hibernate=1.2. 18 plugins.hibernate=1.2.2 9 9 plugins.jquery=1.4.1.1 10 10 plugins.mail=0.9 … … 12 12 plugins.searchable=0.5.5 13 13 plugins.shiro=1.0.1 14 plugins.tomcat=1.2. 114 plugins.tomcat=1.2.2 15 15 plugins.webflow=1.2.1 -
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r296 r317 1 1 package dbnp.studycapturing 2 2 3 import dbnp.studycapturing.*4 3 import dbnp.data.* 5 import grails.converters.*6 4 7 5 /** -
trunk/grails-app/views/common/_feedback.gsp
r299 r317 24 24 <g:hiddenField name="feedbackUserAgent" /> 25 25 <div class="element"> 26 <div class="name">Type of feedback</div> 27 <div class="input"><g:select name="feedbackType" from="${['bug','feature']}" /></div> 28 </div> 29 <div class="element"> 26 30 <div class="name">Your name</div> 27 31 <div class="input"><g:textField name="feedbackName" /></div> … … 29 33 <div class="element"> 30 34 <div class="name">Remark</div> 31 <div class="input"><g:textArea name="feedbackBody" rows="5" cols="40"> this does not work yet so don't use it :)</g:textArea></div>35 <div class="input"><g:textArea name="feedbackBody" rows="5" cols="40">detailed feedback description...</g:textArea></div> 32 36 </div> 33 37 <div class="element"> -
trunk/web-app/js
- Property svn:ignore
-
old new 1 1 jquery 2 prototype
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.