Ejemplo n.º 1
0
					<tr><th width="200">用户</th><th width="200">邀请时间</th><th width="200">状态</th></tr>
					<?php 
if (is_array($invites)) {
    foreach ($invites as $index => $one) {
        ?>
						<tr <?php 
        echo $index % 2 ? '' : 'class="alt"';
        ?>
><td><?php 
        echo $users[$one['other_user_id']]['username'];
        ?>
</td><td><?php 
        echo date('Y年m月d日 H:i', $one['create_time']);
        ?>
</td><td><?php 
        echo invite_state($one);
        ?>
</td></tr>
					<?php 
    }
}
?>
						<tr><td colspan="3"><?php 
echo $pagestring;
?>
</td></tr>
					</table>
				</div>
            </div>
            <div class="box-bottom"></div>
        </div>
Ejemplo n.º 2
0
          <div class="head" style="border-bottom:none">
          <h2></h2>
          <ul><?php echo current_invite('refer'); ?></ul>
          </div>
<div class="share-list">
						<div class="blk im">
						  <div class="logo"><img src="/static/css/i/logo_qq.gif" /></div>
							<div class="info">
								<h4>这是您的专用邀请链接,请通过 MSN 或 QQ 发送给好友:</h4>
								<input id="share-copy-text" type="text" value="<?php echo $INI['system']['wwwprefix']; ?>/r.php?r=<?php echo $mail; ?>" size="35" class="f-input" onfocus="this.select()" tip="复制成功,可以通过 MSN 或 QQ 发送给好友了" />
								<input id="share-copy-button" type="button" value="复制,发给好友" class="formbutton" />
							</div>
                          <div class="yqlb" style="border: 1px solid #E5E5E5;"><table cellspacing="1" cellpadding="0" border="0" class="coupons-table">
					<tr><th width="230" height="35" bgcolor="#F8F7F7" class="b-bottom" >用户</th><th width="240" bgcolor="#F8F7F7" class="b-bottom" >邀请时间</th><th width="228" bgcolor="#F8F7F7" class="b-bottom" >状态</th></tr>
					<?php if(is_array($invites)){foreach($invites AS $index=>$one) { ?>
						<tr <?php echo $index%2?'':'class="alt"'; ?>><td height="30" align="center" class="b-bottom" ><?php echo $users[$one['other_user_id']]['username']; ?></td><td align="center" class="b-bottom" ><?php echo date('Y年m月d日 H:i', $one['create_time']); ?></td><td align="center" class="b-bottom" ><?php echo invite_state($one); ?></td></tr>
					<?php }}?>
						<tr><td colspan="3"><div class="fanye"><?php echo $pagestring; ?></div></td></tr>
					</table>
                    </div>
						</div>
		</div>
   </div>       
       <div class="right">
       <?php include template("block_side_invitenotice");?>
       </div>
       
   </div>
  </div>
</div>