mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-23 01:45:19 +08:00
93 lines
2.8 KiB
HTML
93 lines
2.8 KiB
HTML
<!--{template common/header_ajax}-->
|
|
<style>
|
|
.user-select-body .user-select-content {
|
|
margin-top: 0;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.user-select-body .user-select-content .user-select-content-left {
|
|
float: left;
|
|
height: 300px;
|
|
oveflow: hidden;
|
|
width: 50%;
|
|
height: 300px;
|
|
border-right: 1px solid #e1e1e1;
|
|
}
|
|
.user-select-body .user-select-content .user-select-content-right {
|
|
height: 300px;
|
|
overflow: auto;
|
|
float: left;
|
|
width: 50%
|
|
}
|
|
.user-select-content-right .sele-right-classa {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.user-select-content-right .sele-right-classa li {
|
|
padding-left: 15px;
|
|
line-height: 40px;
|
|
margin-left: 5px;
|
|
position: relative;
|
|
height: 40px;
|
|
padding-right: 30px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.user-select-content-right .sele-right-classa .img-avatar {
|
|
max-width: 24px;
|
|
max-height: 24px;
|
|
line-height:24px;
|
|
margin-right:5px;
|
|
}
|
|
.user-select-content-right .sele-right-classa li .ti-close {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 5px 0;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: none;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
.user-select-content-right .sele-right-classa li:hover {
|
|
background-color: rgba(0,0,0, .175);
|
|
border-radius: 3px;
|
|
}
|
|
.user-select-content-right .sele-right-classa li:hover .ti-close {
|
|
display: block;
|
|
}
|
|
.iconFirstWord {
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
margin-right: 2px;
|
|
color: #FFFFFF;
|
|
}
|
|
</style>
|
|
<script>
|
|
var savefile ='{$savefile}';
|
|
</script>
|
|
<link href="static/jstree/themes/default/style.min.css?{VERHASH}" rel="stylesheet" media="all">
|
|
<link href="dzz/system/css/selfilewindow.css?{VERHASH}" rel="stylesheet" media="all">
|
|
<div class="modal-header">
|
|
<h4 class="modal-title">{lang select_position}</h4>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="group-content" id="seluser_dropdown_menu">
|
|
<iframe name="selposition_iframe" id="selposition_iframe" class="org-sel-box-iframe" src="$theurl" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" reload="1">
|
|
function hide_window(){
|
|
hideWindow("$_GET['handlekey']");
|
|
return false;
|
|
}
|
|
</script>
|
|
<!--{template common/footer_ajax}--> |