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.
69 lines
2.1 KiB
69 lines
2.1 KiB
<!-- $Id: goods_batch_add.htm 16544 2009-08-13 07:55:57Z liuhui $ -->
|
|
{include file="pageheader.htm"}
|
|
<div class="main-div">
|
|
|
|
|
|
|
|
|
|
<form id="form1" name="form1" method="post" action="comment_collect.php?act=comment_preview&goods_id={$goods.goods_id}">
|
|
<table cellspacing="1" cellpadding="3" width="100%">
|
|
|
|
<tr>
|
|
<td class="label" style="width:20%"> 淘宝商品URL:</td>
|
|
<td> <input type="text" name="taoUrl" id="taoUrl" size="50" value=""/>
|
|
<font style="font-size:12px; color:#F00">例如:http://item.taobao.com/item.htm?spm=a230r.1.14.148.uUSDK0&id=35105934139&on_comment=1 </font></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label" style="width:20%"> 商品名称:</td>
|
|
<td> <input type="text" name="goods_name" id="goods_name" size="30" value="{$goods.goods_name}"/> <input type="hidden" name="id_value" value="{$goods_id}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label" style="width:20%">第:</td>
|
|
<td><input type="text" name="pageNum" style="width:60px;" value="1" > 页 <font style="font-size:12px; color:#F00">(获取该淘宝链接的评论内容第几页的评论信息)</font></td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td colspan="2">
|
|
<input type="submit" name="button" id="button" class="button" value="提交"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|
|
{if $result}
|
|
<table width="100%" style="border-top:1px solid #BBDDE5; padding:5px;">
|
|
<tr>
|
|
<td> </td>
|
|
<td width="80%">搜索到评论<strong><font color="#FF0000">{$c_count}</font></strong>条,已经成功插入数据库!</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
|
|
<td> </td>
|
|
<td width="80%">{$c_goods}</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
|
|
<td> </td>
|
|
<td width="80%">{$c_manage}</td>
|
|
<td> </td> </tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td width="80%">
|
|
|
|
{foreach from=$source_url name=source item=source}
|
|
|
|
评论来源{$smarty.foreach.source.iteration}:<a href="{$source}" target="_blank">{$source}</a><br>
|
|
|
|
{/foreach}
|
|
|
|
</td>
|
|
<td> </td>
|
|
|
|
</tr>
|
|
</table>
|
|
|
|
{/if}
|
|
</div>
|
|
|
|
{include file="pagefooter.htm"}
|