71 lines
2.9 KiB
Plaintext
71 lines
2.9 KiB
Plaintext
<!-- >>> fubagTools.html_content.head <<<
|
|
//***********************************************************************
|
|
//
|
|
// This file is part of the "fubagToolbox" System
|
|
// Author: Marko Seidel, Klaus Wendel
|
|
// Copyright (C) 2021, archium GmbH
|
|
//
|
|
//***********************************************************************
|
|
-->
|
|
<style>
|
|
.app-header{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
padding-left: 10px;
|
|
TEXT-ALIGN: left;
|
|
WHITE-SPACE: nowrap;
|
|
text-shadow: 1px 1px 0 #606060, 3px 3px 2px #707070;
|
|
}
|
|
.head-button{
|
|
margin: 2px;
|
|
}
|
|
.parentmenu{
|
|
background-color: #FFB0B0;
|
|
}
|
|
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
|
|
.string { color: green; }
|
|
.number { color: darkorange; }
|
|
.boolean { color: blue; }
|
|
.null { color: magenta; }
|
|
.key { color: red; }
|
|
</style>
|
|
<script type="text/javascript">
|
|
function __win_reload(btn){
|
|
location.reload();
|
|
}
|
|
</script>
|
|
<a href="#" id="download" style="display:none;">Download</a>
|
|
<table border="0" style="width:100%;height:100%;padding:0;margin:0;" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<table border="0" style="width:100%;padding:0;margin:0;text-align:left;" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div id="app_title" class="app-header" style="font-size:18px;font-family:verdana,Avantgarde,arial,helvetica,geneva,sans-serif">%alias%Explorer</div>
|
|
</td>
|
|
<td align="right" style="width:400px;height:24px;font-size:90%;">
|
|
<input id="head_theme" title="Load theme" class="easyui-combobox option" data-options="url:'',editable:false,width:'200px',height:'26px',panelHeight:'auto',label:'Select theme:',labelPosition:'left',labelWidth:90,onSelect:function(r){app.themechange(r.value)},onLoadSuccess:function(r){console.log('Themes loaded:', r)}">
|
|
</td>
|
|
<td align="center" style="width:20px;">
|
|
<span class="app-tb-btn-sep"></span>
|
|
</td>
|
|
<td style="width:20px;vertical-align:top;">
|
|
<a href="#" title="Home" onclick="__win_reload(this)" class="easyui-menubutton head-button" data-options="hasDownArrow:false" group="" id=""><%"home;matrix(0.8,0,0,0.8,2,2);32;30;0 0 32 32;"%></a>
|
|
</td>
|
|
<td style="width:20px;vertical-align:top;display:none;">
|
|
<a href="#" title="Login" onclick="app.module[app.active_module].login(this)" class="easyui-menubutton head-button" data-options="hasDownArrow:false" group="" id=""><%"user;matrix(0.8,0,0,0.8,3,3);32;30;0 0 32 32;"%></a>
|
|
</td>
|
|
<td style="width:20px;vertical-align:top;">
|
|
<a href="#" title="Logout" onclick="app.module[app.active_module].logout(this)" class="easyui-menubutton head-button" data-options="hasDownArrow:false" group="" id=""><%"power;matrix(0.8,0,0,0.8,3,3);32;30;0 0 32 32;"%></a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|