Commit 27935ef5 by 冷斌

fix bug

parent 1826fc93
......@@ -8,9 +8,12 @@
<form method="post" class="form-horizontal js-ajax-form" action="{:U('dynamic/edit_post')}">
<fieldset>
<div class="control-group">
<label class="control-label">图片</label>
<div class="controls">
<foreach name="image" item="vo">
<img src="{$vo}" id="thumb2_preview" width="135" style="cursor: hand" />
<a href="{$vo}" target="_blank">
<img src="{$vo}" id="thumb2_preview" width="135" style="cursor: hand" />
</a>
</foreach>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment