Changeset 907
- Timestamp:
- Oct 4, 2010, 11:20:46 AM (12 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r905 r907 157 157 158 158 oauth { 159 provider_name{159 myExperiment { 160 160 requestTokenUrl = 'http://www.myexperiment.org/oauth/request_token' 161 161 accessTokenUrl = 'http://www.myexperiment.org/oauth/access_token' -
trunk/grails-app/controllers/HomeController.groovy
r359 r907 19 19 [ studyCount: dbnp.studycapturing.Study.count() ] 20 20 } 21 21 22 } -
trunk/grails-app/views/home/index.gsp
r730 r907 18 18 Choose from the upper bar whether you would like to create, view or search studies 19 19 20 <g:oauthLink consumer='myExperiment' 21 returnTo="[controller: 'Home', action: 'index']">Authorize</g:oauthLink> 22 23 <g:hasOauthError> 24 <div class="errors"> 25 <g:renderOauthError /> 26 </div> 27 <g:hasOAuthError/> 28 20 29 </body> 21 30 </html>
Note: See TracChangeset
for help on using the changeset viewer.