Index: trunk/grails-app/views/appCore/start.gsp
===================================================================
--- trunk/grails-app/views/appCore/start.gsp	(revision 521)
+++ trunk/grails-app/views/appCore/start.gsp	(revision 533)
@@ -98,11 +98,26 @@
                                     <tr class="prop">
                                         <td valign="top" class="name">
-                                            <label>Static reports:</label>
+                                            <label>Frequent Reports:</label>
                                         </td>
-<!--                                        <td valign="top" class="value">
-                                            <a href="${createLink(action:'changePassword')}"> Password</a>
+                                        <td valign="top" class="value">
+                                            <g:jasperReport controller="report"
+                                                                            action="reactiveRatio"
+                                                                            jasper="reactiveRatio"
+                                                                            name="Reactive Ratio"
+                                                                            format="PDF, HTML, XLS"/>
                                             <br />
-                                            <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a>
-                                        </td>-->
+                                            <g:jasperReport controller="report"
+                                                                            action="templatePortrait"
+                                                                            jasper="templatePortrait"
+                                                                            name="Template (Portrait)"
+                                                                            format="PDF, HTML, XLS"/>
+                                            <br />
+                                            <g:jasperReport controller="report"
+                                                                            action="templateLandscape"
+                                                                            jasper="templateLandscape"
+                                                                            name="Template (Landscape)"
+                                                                            format="PDF, HTML, XLS"/>
+                                            <br />
+                                        </td>
                                     </tr>
 
