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.
41 lines
1.7 KiB
41 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>捐款</title>
|
|
</head>
|
|
<body bgcolor="#f0f8ff">
|
|
<div align="center" class="layui-main" >
|
|
<div class="site-content">
|
|
<br><br>
|
|
<h2>项目捐款</h2>
|
|
<br>
|
|
<h3>一份爱心,一份温暖</h3>
|
|
<br>
|
|
<form class="layui-form" action="alter" method="post">
|
|
<input type="hidden" name="user_id" value="{{user_id}}">
|
|
<input type="hidden" name='id' value="{{project.id}}">
|
|
<div class="layui-form-item">
|
|
<div class="layui-input-block">
|
|
捐款金额:<input type="number" size="50" name='money' min="0" placeholder="请输入捐款金额"
|
|
autocomplete="off">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item">
|
|
<div class="layui-input-block">
|
|
<button class="layui-btn" lay-submit lay-filter="formDemo">提交</button>
|
|
<br>
|
|
<a style="background-color: #888888;color: #FFFFFF;" href="/">返回</a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<p>
|
|
<img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1587639926652&di=d846fdfcfbe684e05dd27ef4e6b9a99c&imgtype=0&src=http%3A%2F%2Fwww.81.cn%2Fbig5%2Fjlwh%2Fattachement%2Fjpg%2Fsite351%2F20200202%2F309c236f8c3b1fa078e855.jpg" alt="众志成城,我们必胜" width="760" height="350" border="2">
|
|
</p>
|
|
</div>
|
|
<br>
|
|
|
|
</body>
|
|
</html> |