...
|
...
|
@@ -58,14 +58,15 @@ |
|
|
<th>标题<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="post[post_title]"
|
|
|
id="title" required value="" placeholder="请输入标题"/>
|
|
|
id="title" required value="{$shuju.title}" placeholder="请输入标题"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<input type="hidden" name="post[post_id]" value="{$data.id}" class="form-control">
|
|
|
<input type="hidden" name="post[id]" value="{$shuju.id}" class="form-control">
|
|
|
<tr>
|
|
|
<th>内容</th>
|
|
|
<td>
|
|
|
<script type="text/plain" id="content" name="post[post_content]"></script>
|
|
|
<script type="text/plain" id="content" name="post[post_content]" value="{$shuju.content}"></script>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
...
|
...
|
|