<!-- help.vm -->
#set ($helptopics_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "help.helptopics"))
#set ($emailsupport_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "help.emailsupport"))
#set ($feedback_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "help.feedback"))
#set ($website_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "help.website"))
#set ($license_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "help.license"))
<html>
    <head>
        <link rel='stylesheet' type='text/css' href='../themes/$theme/main.css' />
        <style>
            a:link
            {
	           color: #0000FF ;
            }

            a:visited
            {
	           color: #0000FF ;
            }

            a:hover
            {
	           color: #FF0000 ;
            }

            .label
            {
                font-family: arial ;
                font-size:10pt ;
                font-weight: bold ;
            }
        </style>
		<script language='javascript' src='../common/system/modalwindow.js'></script>
		#parse("itimpactdialogs_js.vm")
        <script language='javascript' src='../common/application/itimpact/itimpactdialogs.js'></script>
        <script language="javascript">
            function loadHelpPage()
            {
                showHelpDialog() ;
                top.close() ;
            }
        </script>
    </head>
    <body>
        <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
            <tr>
                <td align="center">
                    <table border="0" cellspacing="10" cellpadding="0">
                        <tr>
                            <td align="center"><img src="../themes/$theme/images/help.gif" border="0"></td>
                            <td class="label"><a href="javascript:loadHelpPage();">$helptopics_text</a></td>
                        </tr>
                        <tr>
                            <td align="center"><img src="../themes/$theme/images/email.gif" border="0"></td>
                            <td class="label"><a href="mailto: support@legadero.com ;">$emailsupport_text</a></td>
                        </tr>
                        <tr>
                            <td align="center"><img src="../themes/$theme/images/email.gif" border="0"></td>
                            <td class="label"><a href="mailto: feedback@legadero.com ;">$feedback_text</a></td>
                        </tr>
                        <tr>
                            <td align="center"><img src="../themes/$theme/images/globe.gif" border="0"></td>
                            <td class="label"><a href="javascript:showLegaderoWebsiteDialog();">$website_text</a></td>
                        </tr>
                        <tr>
                            <td align="center"><img src="../themes/$theme/images/eula.png" border="0"></td>
                            <td class="label"><a href="javascript:showEULADialog()">$license_text</a></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
</html>