Subversion Repositories SmartDukaan

Rev

Rev 7284 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html >
<head>
        <title>Saholic Reports</title>
</head>
<body>
        <h2 >Saholic Reports</h2>
                <a href="$action.getServletContextPath()/logout">Logout</a>
        <hr/>
        <div>
                <form action="$action.getServletContextPath()/reports" method="get">
                        #foreach($report in $action.getReports())
                                <a href="$action.getServletContextPath()/$report.getController()">
                                        <!--#$action.getDescription($report) -->
                                        $report.getDescription()
                                </a>
                                <br/>
                        #end
                        <hr/>
                        
                        ##parse("../content/reports-common.vm")
                </form>
    </div>
        <div id="messageError">
         $errorMsg
    </div>
</body>
</html>