-
- Downloads
Extracted JS and CSS sections into new files 'BaseJS.vm' and 'AppJS.vm' so...
Extracted JS and CSS sections into new files 'BaseJS.vm' and 'AppJS.vm' so they can be included in other templates without other unnecessary scripts and stylesheets; Created new 'Basic.vm' layout with no XNAT content and 'Content.vm' as a container for XNAT data available through Velocity that can be retrieved via AJAX without pulling in conflicting scripts and stylesheets; Added sample templates 'Basic.vm' and 'Blank.vm' for use with the 'Basic' and 'Content' layouts respectively.
Showing
- src/main/webapp/scripts/xnat/app/customPage.js 8 additions, 7 deletionssrc/main/webapp/scripts/xnat/app/customPage.js
- src/main/webapp/xnat-templates/layouts/Basic.vm 9 additions, 0 deletionssrc/main/webapp/xnat-templates/layouts/Basic.vm
- src/main/webapp/xnat-templates/layouts/Content.vm 11 additions, 0 deletionssrc/main/webapp/xnat-templates/layouts/Content.vm
- src/main/webapp/xnat-templates/navigations/AppJS.vm 26 additions, 0 deletionssrc/main/webapp/xnat-templates/navigations/AppJS.vm
- src/main/webapp/xnat-templates/navigations/BaseJS.vm 50 additions, 0 deletionssrc/main/webapp/xnat-templates/navigations/BaseJS.vm
- src/main/webapp/xnat-templates/navigations/HeaderIncludes.vm 43 additions, 93 deletionssrc/main/webapp/xnat-templates/navigations/HeaderIncludes.vm
- src/main/webapp/xnat-templates/navigations/htmlOpen.vm 3 additions, 7 deletionssrc/main/webapp/xnat-templates/navigations/htmlOpen.vm
- src/main/webapp/xnat-templates/screens/Basic.vm 32 additions, 0 deletionssrc/main/webapp/xnat-templates/screens/Basic.vm
- src/main/webapp/xnat-templates/screens/Blank.vm 4 additions, 0 deletionssrc/main/webapp/xnat-templates/screens/Blank.vm
Loading
Please register or sign in to comment