作者 sgj
1 个管道 的构建 失败 耗费 0 秒

修改志愿者列表

... ... @@ -22,7 +22,7 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">标题(限20字)<span class="form-required">*</span></th>
<th width="100">标题<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="activity_name"
id="title" value="" placeholder="请输入标题"/>
... ...
... ... @@ -22,7 +22,7 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">标题(限20字)<span class="form-required">*</span></th>
<th width="100">标题<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="activity_name"
id="title" value="" placeholder="请输入标题"/>
... ...
... ... @@ -25,7 +25,7 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">标题(限20字)<span class="form-required">*</span></th>
<th width="100">标题<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="activity_name"
id="title" value="{$data.activity_name}" placeholder="请输入标题"/>
... ...
... ... @@ -25,7 +25,7 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">标题(限20字)<span class="form-required">*</span></th>
<th width="100">标题<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="activity_name"
id="title" value="{$data.activity_name}" placeholder="请输入标题"/>
... ...