33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!-- (c) 2005-2017 by Martin Willisegger -->
|
|
<!-- -->
|
|
<!-- Project : NagiosQL -->
|
|
<!-- Component : index template -->
|
|
<!-- Website : http://www.nagiosql.org -->
|
|
<!-- Date : $LastChangedDate: 2017-06-22 09:29:35 +0200 (Thu, 22 Jun 2017) $ -->
|
|
<!-- Author : $LastChangedBy: martin $ -->
|
|
<!-- Version : 3.3.0 -->
|
|
<!-- Revision : $LastChangedRevision: 2 $ -->
|
|
<!-- BEGIN main -->
|
|
<div id="login">
|
|
<p><a href="{ACTION_INSERT}"><img src="{IMAGE_PATH}nagiosql_logo.png" alt="NagiosQL" title='NagiosQL' border="0"></a></p>
|
|
<h1 style="text-align:center">{TITLE_LOGIN}</h1>
|
|
<form name="frmPassword" method="post" action="{ACTION_INSERT}">
|
|
<table border="0" cellpadding="0" cellspacing="1" class="content_formtable" style="margin:0pt auto;">
|
|
<tr>
|
|
<td style="padding-right:10px;">{USERNAME}: </td>
|
|
<td><input type="text" name="tfUsername"></td>
|
|
</tr><tr>
|
|
<td style="padding-right:10px;">{PASSWORD}: </td>
|
|
<td><input type="password" name="tfPassword"></td>
|
|
</tr><tr>
|
|
<td> </td>
|
|
<td><input type="submit" name="Submit" value="{LOGIN}"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<div class="redmessage"><p>{MESSAGE}</p></div>
|
|
<div id="login-text">
|
|
<p>{LOGIN_TEXT}</p>
|
|
</div>
|
|
</div>
|
|
<!-- END main --> |