@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phosweb008 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Current Path :
/
homepage
/
v-mt
/
tmpl
/
cms
/
Path :
Upload File :
New :
File
Dir
/homepage/v-mt/tmpl/cms/login.tmpl
<mt:setvar name="page_title" value="<__trans phrase="Sign in">"> <mt:setvar name="complete" value="1"> <mt:include name="include/chromeless_header.tmpl"> <script type="text/javascript"> <!-- // if this loads within our modal dialog iframe, force the user to // login from the 'top' of the browser. if (window.top && (window.top.location != window.location)) { // strip any parameters to return them to the main menu, // since leaving them will display the modal dialog in the // full window. var loc = window.location.href; loc = loc.replace(/\?.+/, ''); window.top.location.href = loc; } function init() { var u = getByID("username"); if (u.value != '') { var p = getByID("password"); p.focus(); } else { u.focus(); } } TC.attachLoadEvent(init); //--> </script> <form method="post" action="<mt:var name="script_url">"> <mt:loop name="query_params"> <input type="hidden" name="<mt:var name="name" escape="html">" value="<mt:var name="value" escape="html">" /> </mt:loop> <mt:if name="logged_out"> <mt:if name="delegate_auth"> <mtapp:statusmsg id="delegate_auth_logout" class="info"> <__trans phrase="Your Movable Type session has ended."> </mtapp:statusmsg> <mt:else> <mtapp:statusmsg id="session_end_logout" class="info"> <__trans phrase="Your Movable Type session has ended. If you wish to sign in again, you can do so below."> </mtapp:statusmsg> </mt:if> <mt:else> <mt:if name="login_again"> <mtapp:statusmsg id="action_logout" class="info"> <__trans phrase="Your Movable Type session has ended. Please sign in again to continue this action."> </mtapp:statusmsg> <mt:else> <mt:if name="error"> <mtapp:statusmsg id="generic-error" class="error"> <mt:var name="error"> </mtapp:statusmsg> </mt:if> </mt:if> </mt:if> <mt:unless name="delegate_auth"> <mt:var name="login_fields"> <mt:if name="can_recover_password"> <div class="left"><a href="<mt:var name="mt_url">?__mode=start_recover"><__trans phrase="Forgot your password?"></a></div> </mt:if> <div class="actions-bar"> <div class="actions-bar-inner pkg actions"> <button type="submit" accesskey="s" title="<__trans phrase="Sign In (s)">" class="primary-button" ><__trans phrase="Sign In"></button> </div> </div> </mt:unless> </form> <mt:include name="include/chromeless_footer.tmpl">