修复显示
parent
e1d1d4ec0a
commit
c29f54ba00
|
@ -66,6 +66,8 @@ if (isset($_POST['delDir'])) {
|
||||||
</span>
|
</span>
|
||||||
<input type="text" class="form-control" id="exampleInputMoney1" value="<?php echo privateToken(); ?>">
|
<input type="text" class="form-control" id="exampleInputMoney1" value="<?php echo privateToken(); ?>">
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="exampleInputMoney6">
|
<label for="exampleInputMoney6">
|
||||||
根据Token查找用户ID
|
根据Token查找用户ID
|
||||||
|
@ -78,6 +80,7 @@ if (isset($_POST['delDir'])) {
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
|
||||||
<div id="title" style="margin: 10px;"></div>
|
<div id="title" style="margin: 10px;"></div>
|
||||||
<form class="form-condensed" action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
|
<form class="form-condensed" action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -91,7 +94,9 @@ if (isset($_POST['delDir'])) {
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-12">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
<div id="delimgurl"></div>
|
||||||
<div id="title" style="margin: 10px;"></div>
|
<div id="title" style="margin: 10px;"></div>
|
||||||
<form class="form-condensed" method="get" action="del.php" id="form" name="delForm" onSubmit="getStr();" target="_blank">
|
<form class="form-condensed" method="get" action="del.php" id="form" name="delForm" onSubmit="getStr();" target="_blank">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -103,29 +108,6 @@ if (isset($_POST['delDir'])) {
|
||||||
<input type="submit" class="btn btn-mini btn-primary" value="删除" />
|
<input type="submit" class="btn btn-mini btn-primary" value="删除" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="col-md-12">
|
|
||||||
<div class="col-md-4">
|
|
||||||
<form class="form-condensed" action="index.php" method="post" enctype="multipart/form-data">
|
|
||||||
<div class="form-group">
|
|
||||||
<label>
|
|
||||||
API上传测试 - 选择图片
|
|
||||||
</label>
|
|
||||||
<div class="form-group">
|
|
||||||
<input type="file" name="image" class="form-control" accept="image/*">
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label>
|
|
||||||
输入Token
|
|
||||||
</label>
|
|
||||||
<input type="text" name="token" class="form-control" placeholder="请输入Token" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-mini btn-primary">
|
|
||||||
API上传
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<form action="../libs/compressing.php" method="post" target="_blank">
|
<form action="../libs/compressing.php" method="post" target="_blank">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -169,8 +151,8 @@ if (isset($_POST['delDir'])) {
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
|
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -180,6 +162,8 @@ if (isset($_POST['delDir'])) {
|
||||||
<button type="submit" class="btn btn-mini btn-danger">删除目录</button>
|
<button type="submit" class="btn btn-mini btn-danger">删除目录</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -195,7 +179,9 @@ if (isset($_POST['delDir'])) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getWord() {
|
function getWord() {
|
||||||
oTi.innerHTML = '<img src="' + oBtn.value + '" width="200" class="img-rounded" /><br />';
|
var delimgurl = document.getElementById("delimgurl");
|
||||||
|
delimgurl.innerHTML += '<img src="' + oBtn.value + '" width="200" class="img-rounded" /><br />';
|
||||||
|
//oTi.innerHTML = '<img src="' + oBtn.value + '" width="200" class="img-rounded" /><br />';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 仅选择日期
|
// 仅选择日期
|
||||||
|
|
Loading…
Reference in New Issue