| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/biguo/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/biguo/download.php |
<?php
include("function.php");
$aa='download.html';
$aaa='download';
$purl=$aa;
$pagekeyword='download'.", ".$company['2'].' | '.$company[8];
$pagekeyword2=$pagekeyword;
$pagekeyword3=$pagekeyword.', '.$company['12'];
include("head.php");
?>
<section class="nei margin-t-40 margin-b-80">
<div class="container">
<div class="tittle">
<h3><?=$aaa?></h3>
</div>
<div class="row">
<div class="col-md-12">
<div class="co-text minhight">
<ul class="list top_offset">
<?
$sql = "select count(id) from ".$noe_version."_dow where member_id=".$id;
$num = $db->selectarray($sql);
$num = $db->toarray($num);
$page_num=30;
$st=$_GET['st'];
if($_GET['page']!='')$st=$_GET['page']-1;
$pagecount=$num[0][0];
if(!isset($st))$st=0;
$build_creat=1;
$pages = $db->build_pagelinks3(array( 'TOTAL_POSS' => $num[0][0],
'PER_PAGE' => $page_num,
'CUR_ST' => $st,
'BASE_URL' => "download"
)
);
$number=$st*$page_num+1;
$number2=$st*$page_num+$page_num;
$sql = "select * from ".$noe_version."_dow where member_id='".$id."' order by cpt_range desc,id desc LIMIT ".$st*$page_num.','.$page_num;
$res=$db->selectarray($sql);
$dows=$res;
?><?
while(@$b=mysqli_fetch_array($dows)){?>
<li><?=date('Y-m-d',$b['created'])?> / <i class="fa fa-<?=$b['type']?>"></i> <?=$b['type']?> / <a class=link-red2 href="/download/<?=$b['file']?>" ><?=$b['name']?> <i class="fa fa-download"></i></a> </li>
<? $i++;}?>
</ul>
</div>
</div>
</div>
</div>
</section>
<? include("foot.php");?>