mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-21 06:16:48 +08:00
17 lines
814 B
HTML
17 lines
814 B
HTML
<!--{template common/header_ajax}-->
|
|
<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">
|
|
<link href="dzz/system/css/select-file.css?{VERHASH}" rel="stylesheet" media="all">
|
|
<div class="group-content" id="seluser_dropdown_menu">
|
|
<iframe name="selposition_iframe" id="selfile_iframe" class="org-sel-box-iframe" src="$theurl" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
|
|
</div>
|
|
<script type="text/javascript" reload="1">
|
|
function hide_window(){
|
|
hideWindow("$_GET['handlekey']");
|
|
return false;
|
|
}
|
|
</script>
|
|
<!--{template common/footer_ajax}--> |