自动更新管控端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
1.1 KiB

<!DOCTYPE html>
<html>
<head>
<title>send file to server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/static/css/bootstrap.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2">
<script type="text/javascript" src="/static/static/js/jquery.min.js"></script>
<script type="text/javascript" src="/static/static/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron"><div>
<div class="container">
<form method="post" action="/sup">
<div class="form-group">
<div class="input-group">
<input type="hidden" class="form-control" name="bpath" value="{{.Bpath}}" />
</div>
<div class="input-group">
<input type="hidden" class="form-control" name="bfile" value="{{.Bfile}}" />
</div>
<div class="input-group">
<div class="input-group-addon">服务器ip</div>
<input type="text" class="form-control" name="sip" placeholder="eg:192.168.66.99">
</div>
</div>
<button type="submit" class="btn btn-primary">Transfer</button>
</form>
</div>
</body>
</html>