61 lines
2.3 KiB
Plaintext
61 lines
2.3 KiB
Plaintext
<!-- >>> fubagTools.html_content.login <<<
|
|
//***********************************************************************
|
|
//
|
|
// This file is part of the "fubagToolbox" System
|
|
// Author: Marko Seidel, Klaus Wendel
|
|
// Copyright (C) 2021, archium GmbH
|
|
//
|
|
//***********************************************************************
|
|
-->
|
|
|
|
<div id="dialog_login" style="height:auto;display:none;">
|
|
<div id="archium_login" class="easyui-panel" style="width:100%;height:auto;" data-options="
|
|
buttons:'#archium_login_btns'
|
|
,footer:'#archium_login_footer'
|
|
,border:false
|
|
,modal:true
|
|
,resizable:false
|
|
,minWidth:'400'
|
|
,maxWidth:'400'
|
|
,minimizable:false
|
|
,maximizable:false
|
|
,collapsible:false
|
|
,cache:false
|
|
,draggable:true
|
|
,openAnimation:'fade'
|
|
,closeAnimation:'fade'
|
|
,title:''">
|
|
<table cellpadding="5" style="width:100%;margin-top:10px;margin-bottom:10px;">
|
|
<tbody>
|
|
<tr>
|
|
<td text="L_logon_user" style="text-align:right;">Username:</td>
|
|
<td class="headitem-value" style="margin-top:10px;">
|
|
<input class="easyui-textbox input-field" id="login_frm_user" name="login_frm_user" prompt="Username" iconWidth="28" style="width:95%;">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td text="L_logon_pwd" style="text-align:right;">Password:</td>
|
|
<td>
|
|
<input class="easyui-passwordbox input-field" name="login_frm_password" prompt="Password" iconWidth="28" style="width:95%;">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div id="archium_login_footer" class="panel-footer" style="margin-left:1px;margin-right:1px;padding:2px; font-size:75%; text-align:right;">
|
|
<div id="archium_login_btns" style="text-align:center;">
|
|
<table cell-padding="2" style="width:100%;padding:5px 10px 2px 10px;">
|
|
<tbody>
|
|
<tr>
|
|
<td align="center" style="width:100%;">
|
|
<a text="AC_host_logon" id="btn_login_frm" href="#" class="easyui-linkbutton" onclick="app.setLogin();" style="min-width:90px;width:100%;" %mousedown% group="">Login</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div id="archium_login_copyright" style="padding-top:5px;font-size:80%;text-align:center;">Copyright © 2021 <a href="http://www.archium.org" %mousedown% target="_blank">archium GmbH</a></div>
|
|
</div>
|
|
</div>
|