|
|
|
@ -55,7 +55,8 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="col-sm-2">#</th>
|
|
|
|
|
<th class="col-sm-14">URL</th>
|
|
|
|
|
<th class="col-sm-6">更新进度</th>
|
|
|
|
|
<th class="col-sm-4">更新进度</th>
|
|
|
|
|
<th class="col-sm-4">网前预览</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
@ -73,7 +74,13 @@
|
|
|
|
|
<td id="cache<?php echo $i; ?>" name="cache<?php echo $i; ?>"></td>
|
|
|
|
|
<input type="hidden" id="cache_ic_id_<?php echo $i; ?>"
|
|
|
|
|
value="<?php echo $info->ic_id; ?>"/>
|
|
|
|
|
<td>
|
|
|
|
|
<a href="<?php echo $this->config->item('site_url').$info->ic_url ?>" name="goto_page_button" target="_blank" title="查看">
|
|
|
|
|
<i class="glyphicon glyphtext-muted glyphicon glyphicon-eye-open text-muted"></i></a>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|