Changeset 147 for trunk/grails-app/views/appCore
- Timestamp:
- Oct 8, 2009, 7:58:38 PM (15 years ago)
- Location:
- trunk/grails-app/views/appCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/manager.gsp
r143 r147 14 14 <div class="message">${flash.message}</div> 15 15 </g:if> 16 <br /> 17 <br /> 18 <a href="${createLink(controller:'person', action:'list')}">Manage application users</a> 19 <br /> 20 <br /> 21 <!-- View Entity Relationship Diagram: 22 <a href="${createLink(controller:'classDiagram', action:'model', params:[outputFormat: 'pdf', skin: 'classicSpacey', showMethods: 'false', autoUpdate: 'false'])}">pdf</a> 23 and 24 <a href="${createLink(controller:'classDiagram', action:'legend', target:'_blank')}">legend</a> 25 or 26 <a href="${createLink(controller:'classDiagram', action:'show')}">interactive.</a>--> 27 </div> 16 <div class="dialog"> 17 <table> 18 <tbody> 19 20 <tr class="prop"> 21 <td valign="top" class="name"> 22 <label>Manage:</label> 23 </td> 24 <td valign="top" class="value"> 25 <a href="${createLink(controller:'person', action:'list')}">Application users</a> 26 </td> 27 </tr> 28 29 <tr class="prop"> 30 <td valign="top" class="name"> 31 <label>Entity Relationship Diagram:</label> 32 </td> 33 <td valign="top" class="value"> 34 35 <a href="${createLink(controller:'classDiagram', action:'model', params:[outputFormat: 'pdf', skin: 'classicSpaced', showMethods: 'false', autoUpdate: 'false'])}">PDF</a> 36 <br /> 37 <a href="${createLink(controller:'classDiagram', action:'legend', target:'_blank')}">Legend</a> 38 <br /> 39 <a href="${createLink(controller:'classDiagram', action:'show')}">Interactive.</a> 40 </td> 41 </tr> 42 43 </tbody> 44 </table> 45 </div> <!--End dialog--> 46 </div> <!--End body--> 28 47 </body> 29 48 </html> -
trunk/grails-app/views/appCore/start.gsp
r144 r147 89 89 <br /> 90 90 <br /> 91 Static reports 91 <div class="dialog"> 92 <table> 93 <tbody> 94 95 <tr class="prop"> 96 <td valign="top" class="name"> 97 <label>Static reports:</label> 98 </td> 99 <!-- <td valign="top" class="value"> 100 <a href="${createLink(action:'changePassword')}"> Password</a> 101 <br /> 102 <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a> 103 </td>--> 104 </tr> 105 106 </tbody> 107 </table> 108 </div> <!--End dialog--> 92 109 </richui:tabContent> 93 110 <!-- End Reports tab --> … … 97 114 <br /> 98 115 <br /> 99 <a href="${createLink(action:'changePassword')}">Change Password</a> 100 <br /> 101 <br /> 102 <a href="${createLink(action:'changeSessionTimeout')}">Change Session Timeout</a> 116 <div class="dialog"> 117 <table> 118 <tbody> 119 120 <tr class="prop"> 121 <td valign="top" class="name"> 122 <label>Change:</label> 123 </td> 124 <td valign="top" class="value"> 125 <a href="${createLink(action:'changePassword')}"> Password</a> 126 <br /> 127 <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a> 128 </td> 129 </tr> 130 131 </tbody> 132 </table> 133 </div> <!--End dialog--> 103 134 </richui:tabContent> 104 135 <!-- End Options tab -->
Note: See TracChangeset
for help on using the changeset viewer.