叙述、别离 пре 1 година
родитељ
комит
21e978f778
8 измењених фајлова са 32 додато и 20 уклоњено
  1. +3
    -4
      src/admin/dialog/select_images.php
  2. +3
    -4
      src/admin/dialog/select_media.php
  3. +3
    -4
      src/admin/dialog/select_soft.php
  4. +3
    -4
      src/admin/dialog/select_templets.php
  5. +1
    -1
      src/admin/templets/ad_add.htm
  6. +1
    -1
      src/admin/templets/ad_edit.htm
  7. +1
    -1
      src/admin/templets/ad_main.htm
  8. +17
    -1
      src/static/web/css/admin.css

+ 3
- 4
src/admin/dialog/select_images.php Прегледај датотеку

@@ -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/css/bootstrap.min.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>
</head>
<body>
<div class="upload-bg">
<body class="body-bg">
<div class="upload-bg shadow-sm">
<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>
</div>
<table align="center" class="table icon">
<tr>
<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;?>
<input type="hidden" name="activepath" value="<?php echo $activepath ?>">
<input type="hidden" name="f" value="<?php echo $f ?>">


+ 3
- 4
src/admin/dialog/select_media.php Прегледај датотеку

@@ -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/css/bootstrap.min.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>
<body>
<div class="upload-bg">
<body class="body-bg">
<div class="upload-bg shadow-sm">
<table align="center" class="table icon">
<tr>
<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="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">


+ 3
- 4
src/admin/dialog/select_soft.php Прегледај датотеку

@@ -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/css/bootstrap.min.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>
<body>
<div class="upload-bg">
<body class="body-bg">
<div class="upload-bg shadow-sm">
<table align="center" class="table icon">
<tr>
<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="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">


+ 3
- 4
src/admin/dialog/select_templets.php Прегледај датотеку

@@ -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/css/bootstrap.min.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>
<body>
<div class="upload-bg">
<body class="body-bg">
<div class="upload-bg shadow-sm">
<table align="center" class="table icon">
<tr>
<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="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">


+ 1
- 1
src/admin/templets/ad_add.htm Прегледај датотеку

@@ -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>
</head>
<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="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>">
<input type="hidden" name="dopost" value="save">


+ 1
- 1
src/admin/templets/ad_edit.htm Прегледај датотеку

@@ -13,7 +13,7 @@
<script src="../static/web/js/daterangepicker.js"></script>
</head>
<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="dopost" value="saveedit">
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>">


+ 1
- 1
src/admin/templets/ad_main.htm Прегледај датотеку

@@ -10,7 +10,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<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">
<table align="center" class="table maintable my-3">
<tr bgcolor="#f5f5f5">


+ 17
- 1
src/static/web/css/admin.css Прегледај датотеку

@@ -153,6 +153,9 @@ body.hidemenu .body-right {
right:0;
bottom:0
}
.body-bg {
background:#f5f5f5
}
.main,.menu {
width:100%;
height:99%
@@ -573,6 +576,19 @@ body.hidemenu .body-right {
width: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 {
display:inline-block;
position:relative;
@@ -591,7 +607,7 @@ span.page-link {
color:#fff;
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
}
.btn-xs {


Loading…
Откажи
Сачувај