Esempio n. 1
0
File: detail.php Progetto: zwq/unpei
    .dialog_button {width: 50px;height: 26px;line-height: 26px;background: #F00;border: none;color: #fff;font-weight: bold;}
    .zoomdiv{margin-left:210px!important}
    .btn-green-tiny{background:#ff6600;color:#fff}
    .sptj ul li{list-style:disc;}
    .sptj ol li{list-style:decimal;}
    .sptj ol {padding-left:20px;}
    .sptj ul {padding-left:20px;}
</style>
<?php 
$cartid = Yii::app()->request->getParam('cart');
if ($cartid) {
    $locatecarmodel = MallService::getlocalcarmodel(array('from' => 'cart', 'ID' => $cartid));
}
$orderid = Yii::app()->request->getParam('order');
if ($orderid) {
    $locatecarmodel = MallService::getlocalcarmodel(array('from' => 'order', 'ID' => $orderid));
}
?>
<div class="wrap-contents" style="background:#fff;width:990px;padding:5px; margin-top:5px; border:1px solid #ccc">
    <div class="contents" style="padding-bottom:0px">
        <div class="sp_mbx">
            <ul class="sp_mbx_ul">
                <li><?php 
if ($r['BigName']) {
    ?>
<b><a><?php 
    echo $r['BigName'];
    ?>
</a> ></b><?php 
}
?>