Example #1
0
 
            <div id="deal-stuff" class="cf">
             
                <div class="clear box <?php echo ($partner&&!option_yes('teamwhole'))?'box-split':''; ?>" >
                    
                    <div class="box-content cf">
                        <div class="main" id="team_main_side">
                        <div class="bdxq"><strong>本单详情</strong><strong style="margin-left:20px;"><a style="color:#000" href="#pssm">配送说明</a></strong><strong style="margin-left:20px;"><a href="http://www.milituan.net/order/index.php" target="_blank" style="color:#000">商品点评(购买后才能点评)</a></strong></div>
						<?php if(trim(strip_tags($team['detail']))){?>
                           
							<div class="blk detail" style="margin-top:30px;"><?php echo $team['detail']; ?></div>
						<?php }?>

						<?php if(trim(strip_tags($team['userreview']))){?>
							<h2 id="userreview" >他们说</h2>
							<div class="blk review"><?php echo userreview($team['userreview']); ?></div>
						<?php }?>
						<?php if(trim(strip_tags($team['systemreview']))){?>
							<h2 id="systemreview"><?php echo $INI['system']['abbreviation']; ?>说</h2>
							<div class="blk review"><?php echo $team['systemreview']; ?></div>
						<?php }?>
						</div>

                        <div class="side"  id="team_partner_side_<?php echo (!option_yes('teamwhole')&&abs(intval($partner['id'])))?1:0; ?>" style="width:180px; padding-left:8px;">
                            <div id="side-business" style="width:182px;">
                          
								<h2 style="font-size:16px; margin-top:10px; margin-bottom:15px; ">商品答疑</h2>
                           


 
Example #2
0
if (trim(strip_tags($team['notice']))) {
    ?>
							<h2 id="detailit">特别提示</h2>
							<div class="blk cf"><?php 
    echo $team['notice'];
    ?>
</div>
						<?php 
}
?>
						<?php 
if (trim(strip_tags($team['userreview']))) {
    ?>
							<h2 id="userreview">他们说</h2>
							<div class="blk review"><?php 
    echo userreview($team['userreview']);
    ?>
</div>
						<?php 
}
?>
						<?php 
if (trim(strip_tags($team['systemreview']))) {
    ?>
							<h2 id="systemreview"><?php 
    echo $INI['system']['abbreviation'];
    ?>
说</h2>
							<div class="blk review"><?php 
    echo $team['systemreview'];
    ?>