Browse Source

调整样式

master
453530270@qq.com 2 years ago
parent
commit
7754c92baf
  1. 6
      xgfs/web/download.tmpl

6
xgfs/web/download.tmpl

@ -107,7 +107,7 @@
<h2>{{ .DownloadPath }}</h2>
<form action="/sendZip" method="post" class="form-inline">
<div class="row">
<div class="col-md-12">运行目录:{{.Rundir}}</div>
<p class="lead">运行目录:{{.Rundir}}</p>
</div>
<div class="row">
@ -120,12 +120,13 @@
<div class="col-md-5">
<div class="form-group">
<label for="serverip">服务器ip</label>
<input type="email" class="form-control" id="serverip" placeholder="eg:192.168.66.100:9099">
<input type="text" class="form-control" id="serverip" placeholder="eg:192.168.66.100:9099">
</div>
</div>
<div class="col-md-5">
<div class="form-group">
<label for="curpath">相对路径</label>
<input type="text" class="form-control" disabled="disabled" name="curpath" value="{{ .UrlPath }}"/>
</div>
</div>
@ -134,6 +135,7 @@
<div class="row">
<div class="form-group">
<button class="btn btn-primary" type="submit">以压缩包模式发送文件</button>
<a class="btn btn-primary" type="buttton">单文件模式发送</a>
</div>
</div>

Loading…
Cancel
Save