コード例 #1
0
ファイル: manage_collect_index.php プロジェクト: noikiy/mdwp
<?php include template("manage_header");?>

<div id="bdw" class="bdw">
	<div id="bd" class="cf">
		<div id="coupons">
			<div class="dashboard" id="dashboard">
				<ul>
					<?php echo mcurrent_collect('index'); ?>
				</ul>
			</div>
			<div id="content" class="coupons-box clear mainwide">
				<div class="box clear">
					<div class="box-top"></div>
					<div class="box-content">
						<div class="head">
							<h2>全部收藏</h2>
						</div>
						<div class="sect">
							<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table">
								<tr>
									<th width="40">ID</th>
									<th width="540">收藏项目</th>
									<th width="100">收藏者</th>
									<th width="100">日期</th>									
								</tr>
								<?php if(is_array($collectList)){foreach($collectList AS $index=>$one) { ?>
								<tr <?php echo $index%2?'':'class="alt"'; ?> id="team-list-id-<?php echo $one['id']; ?>">
									<td><?php echo $one['id']; ?></a></td>
									<td> <?php echo $teams[$one['team_id']]['team_jybt']; ?> </td>
									<td> <?php echo $users[$one['user_id']]['username']; ?> </td>
									<td nowrap><?php echo date('Y-m-d',$one['create_time']); ?></td>
コード例 #2
0
ファイル: manage_collect_top.php プロジェクト: noikiy/mdwp
<?php include template("manage_header");?>

<div id="bdw" class="bdw">
	<div id="bd" class="cf">
		<div id="coupons">
			<div class="dashboard" id="dashboard">
				<ul>
					<?php echo mcurrent_collect('top'); ?>
				</ul> 
			</div>
			<div id="content" class="coupons-box clear mainwide">
				<div class="box clear">
					<div class="box-top"></div>
					<div class="box-content">
						<div class="head">
							<h2>收藏排名</h2>
						</div>
						<div class="sect">
							<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table">
								<tr>									
									<th width="640">收藏项目</th>									
									<th width="100">收藏量</th>									
								</tr>
								<?php if(is_array($result)){foreach($result AS $index=>$one) { ?>
								<tr <?php echo $index%2?'':'class="alt"'; ?> id="team-list-id-<?php echo $one['id']; ?>">									
									<td> <?php echo $teams[$one['team_id']]['team_jybt']; ?> </td>									
									<td nowrap><?php echo $one['num']; ?></td>									
								</tr>
								<?php }}?>
								<tr>
									<td colspan="7"><?php echo $pagestring; ?>