1 <%- $templates['doctype'] %
>
2 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"<%- $stylevar['lang'] %>" xml:
lang=
"<%- $stylevar['lang'] %>" dir=
"<%- $stylevar['lang_dir'] %>">
4 <%- $templates['headinclude'] %
>
5 <title><%- $templates['title'] %
> - <%- T('Login') %
></title>
8 <body onload=
"document.getElementById('<%- (bugdar::$userinfo['userid']) ? 'password' : 'email' %>').focus()">
10 <div id=
"title"><%- T('Bugdar Admin Control Panel Login') %
></div>
14 <form action=
"../login.php" method=
"post">
15 <input type=
"hidden" name=
"do" value=
"cplogin" />
17 <div style=
"width: 375px; margin: auto">
19 <legend><%- T('Login') %
></legend>
20 <dfn>Please enter your Bugdar email address and password to proceed into the Admin Control Panel.
</dfn>
23 <dt><label for=
"email"><%- T('Email') %
></label></dt>
24 <dd><input type=
"text" name=
"email" value=
"<%- bugdar::$userinfo['email'] %>" id=
"email" /></dd>
26 <dt><label for=
"password"><%- T('Password') %
></label></dt>
27 <dd><input type=
"password" name=
"password" value=
"" id=
"password" /></dd>
31 <input type=
"submit" name=
"submit" value=
"<%- T('Login') %>" id=
"submit" />
32 <input type=
"button" name=
"cancel" value=
"<%- T('Cancel') %>" id=
"cancel" onclick=
"window.location='..'" />