@@ -59,18 +59,17 @@ if (!empty($iseditor)) { | |||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | <link rel="stylesheet" href="../../static/web/css/admin.css"> | ||||
<style>body{background:#f5f5f5}.upload-bg{margin:10px;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.napisdiv{left:10;top:10;width:150px;height:100px;position:absolute;z-index:9998;display:none}</style> | |||||
<script src="../js/float.js"></script> | <script src="../js/float.js"></script> | ||||
</head> | </head> | ||||
<body> | |||||
<div class="upload-bg"> | |||||
<body class="body-bg"> | |||||
<div class="upload-bg shadow-sm"> | |||||
<div id="floater" class="napisdiv"> | <div id="floater" class="napisdiv"> | ||||
<a href="javascript:nullLink();" onclick="document.getElementById('floater').style.display='none';"><img src="../../static/web/img/icon_img.png" id="picview" title="关闭预览"></a> | <a href="javascript:nullLink();" onclick="document.getElementById('floater').style.display='none';"><img src="../../static/web/img/icon_img.png" id="picview" title="关闭预览"></a> | ||||
</div> | </div> | ||||
<table align="center" class="table icon"> | <table align="center" class="table icon"> | ||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form action="select_images_post.php" method="POST" enctype="multipart/form-data" name="myform"> | |||||
<form name="myform" action="select_images_post.php" method="POST" enctype="multipart/form-data"> | |||||
<?php $noeditor = !empty($noeditor) ? "<input type='hidden' name='noeditor' value='yes'>" : ''; echo $noeditor;?> | <?php $noeditor = !empty($noeditor) ? "<input type='hidden' name='noeditor' value='yes'>" : ''; echo $noeditor;?> | ||||
<input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | <input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | ||||
<input type="hidden" name="f" value="<?php echo $f ?>"> | <input type="hidden" name="f" value="<?php echo $f ?>"> | ||||
@@ -49,14 +49,13 @@ if (!empty($noeditor)) { | |||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | <link rel="stylesheet" href="../../static/web/css/admin.css"> | ||||
<style>body{background:#f5f5f5}.upload-bg{margin:10px;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}</style> | |||||
</head> | </head> | ||||
<body> | |||||
<div class="upload-bg"> | |||||
<body class="body-bg"> | |||||
<div class="upload-bg shadow-sm"> | |||||
<table align="center" class="table icon"> | <table align="center" class="table icon"> | ||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form action="select_media_post.php" method="POST" enctype="multipart/form-data" name="myform"> | |||||
<form name="myform" action="select_media_post.php" method="POST" enctype="multipart/form-data"> | |||||
<input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | <input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | ||||
<input type="hidden" name="f" value="<?php echo $f ?>"> | <input type="hidden" name="f" value="<?php echo $f ?>"> | ||||
<input type="hidden" name="job" value="upload"> | <input type="hidden" name="job" value="upload"> | ||||
@@ -48,14 +48,13 @@ if (!empty($noeditor)) { | |||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | <link rel="stylesheet" href="../../static/web/css/admin.css"> | ||||
<style>body{background:#f5f5f5}.upload-bg{margin:10px;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}</style> | |||||
</head> | </head> | ||||
<body> | |||||
<div class="upload-bg"> | |||||
<body class="body-bg"> | |||||
<div class="upload-bg shadow-sm"> | |||||
<table align="center" class="table icon"> | <table align="center" class="table icon"> | ||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form action="select_soft_post.php" method="POST" enctype="multipart/form-data" name="myform"> | |||||
<form name="myform" action="select_soft_post.php" method="POST" enctype="multipart/form-data"> | |||||
<input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | <input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | ||||
<input type="hidden" name="f" value="<?php echo $f ?>"> | <input type="hidden" name="f" value="<?php echo $f ?>"> | ||||
<input type="hidden" name="job" value="upload"> | <input type="hidden" name="job" value="upload"> | ||||
@@ -40,14 +40,13 @@ if (empty($comeback)) { | |||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | <link rel="stylesheet" href="../../static/web/css/admin.css"> | ||||
<style>body{background:#f5f5f5}.upload-bg{margin:10px;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}</style> | |||||
</head> | </head> | ||||
<body> | |||||
<div class="upload-bg"> | |||||
<body class="body-bg"> | |||||
<div class="upload-bg shadow-sm"> | |||||
<table align="center" class="table icon"> | <table align="center" class="table icon"> | ||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form action="select_templets_post.php" method="POST" enctype="multipart/form-data" name="myform"> | |||||
<form name="myform" action="select_templets_post.php" method="POST" enctype="multipart/form-data"> | |||||
<input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | <input type="hidden" name="activepath" value="<?php echo $activepath ?>"> | ||||
<input type="hidden" name="f" value="<?php echo $f ?>"> | <input type="hidden" name="f" value="<?php echo $f ?>"> | ||||
<input type="hidden" name="job" value="upload"> | <input type="hidden" name="job" value="upload"> | ||||
@@ -14,7 +14,7 @@ | |||||
<style>.typetab{text-align:left}.typetab ul li{float:left;width:60px;height:28px;line-height:28px;border-radius:.5rem .5rem 0 0;text-align:center;cursor:pointer}.typetab ul .act{background:#f5f5f5}</style> | <style>.typetab{text-align:left}.typetab ul li{float:left;width:60px;height:28px;line-height:28px;border-radius:.5rem .5rem 0 0;text-align:center;cursor:pointer}.typetab ul .act{background:#f5f5f5}</style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="ad_add.php" method="post" name="form1" onSubmit="return checkSubmit()"> | |||||
<form name="form1" action="ad_add.php" method="post" onSubmit="return checkSubmit()"> | |||||
<input type="hidden" name="normbody[style]" value="code" id="adstyle"> | <input type="hidden" name="normbody[style]" value="code" id="adstyle"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
@@ -13,7 +13,7 @@ | |||||
<script src="../static/web/js/daterangepicker.js"></script> | <script src="../static/web/js/daterangepicker.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="ad_edit.php" method="post" enctype="multipart/form-data" name="form1"> | |||||
<form name="form1" action="ad_edit.php" method="post" enctype="multipart/form-data"> | |||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<input type="hidden" name="dopost" value="saveedit"> | <input type="hidden" name="dopost" value="saveedit"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
@@ -10,7 +10,7 @@ | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="ad_main.php" method="get" name="form3" id="form3"> | |||||
<form name="form3" action="ad_main.php" method="get" id="form3"> | |||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
<tr bgcolor="#f5f5f5"> | <tr bgcolor="#f5f5f5"> | ||||
@@ -153,6 +153,9 @@ body.hidemenu .body-right { | |||||
right:0; | right:0; | ||||
bottom:0 | bottom:0 | ||||
} | } | ||||
.body-bg { | |||||
background:#f5f5f5 | |||||
} | |||||
.main,.menu { | .main,.menu { | ||||
width:100%; | width:100%; | ||||
height:99% | height:99% | ||||
@@ -573,6 +576,19 @@ body.hidemenu .body-right { | |||||
width:20px; | width:20px; | ||||
height:20px | height:20px | ||||
} | } | ||||
.upload-bg { | |||||
margin:10px; | |||||
background:#fff | |||||
} | |||||
.napisdiv { | |||||
position:absolute; | |||||
left:10; | |||||
top:10; | |||||
display:none; | |||||
width:150px; | |||||
height:100px; | |||||
z-index:9998 | |||||
} | |||||
.fileinput-button { | .fileinput-button { | ||||
display:inline-block; | display:inline-block; | ||||
position:relative; | position:relative; | ||||
@@ -591,7 +607,7 @@ span.page-link { | |||||
color:#fff; | color:#fff; | ||||
background:#1eb867 | background:#1eb867 | ||||
} | } | ||||
table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubdlg,.colordlg,.quickselitem .topcat,.web-info,.cke_chrome,.cke_inner,.pagination,.card,.form-control,.btn-sm,.alert,.rounded,#edsta { | |||||
table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubdlg,.colordlg,.quickselitem .topcat,.web-info,.upload-bg,.cke_chrome,.cke_inner,.pagination,.card,.form-control,.btn-sm,.alert,.rounded,#edsta { | |||||
border-radius:.5rem!important | border-radius:.5rem!important | ||||
} | } | ||||
.btn-xs { | .btn-xs { | ||||