<?php if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('common/header_hb'); ?><div class="container guid">
    <ol class="breadcrumb bg-none">
        <li><a class="hover-main" href="/">Ê×Ò³</a></li>
        <?php if(is_array($cat['ups'])) foreach($cat['ups'] as $value) { ?>        <li class="active"><a href="<?php echo getportalcategoryurl($value['catid']); ?>" target="_blank"><?php echo $value['catname'];?></a></li> 
        <?php } ?>
        <li class="active"><a href="<?php echo getportalcategoryurl($cat['catid']); ?>"><?php echo $cat['catname'];?></a></li>
    </ol>
</div>

<div class="container">
    <div class="row">
        <div class="col-sm-3 sidebar">
            <div class="b wrapper b-t-3x b-t-danger">
                <div class="title b-b m-b-sm">
                    <div class="m-b">
                        <span class="text-md text-danger font-bold"><a href="<?php echo $cat['ups']['1']['caturl'];?>" target="_blank"><?php echo $cat['ups']['1']['catname'];?></a> </span>
                    </div>
                </div>
                <div class="sidebar-nav">
                    <ul class="list-unstyled list-a">
                        
                        <?php if(is_array($cat['others'])) foreach($cat['others'] as $value) { ?>                        <?php if($cat['catid'] != $value['catid']) { ?><li><?php } else { ?><li class="active"><?php } ?>
                        <a class="hover-main padder-v-xs block" href="<?php echo getportalcategoryurl($value['catid']); ?>" target="_blank"><?php echo $value['catname'];?></a></li>
                        <?php } ?>
                    </ul>
                </div>
            </div>
        </div>
        <div class="col-sm-9">
            <div class="b wrapper b-t-3x b-t-danger m-b-md">
                <div class="title">
                    <div>
                        <span class="text-md text-danger font-bold"><a href="<?php echo getportalcategoryurl($cat['catid']); ?>" target="_blank"><?php echo $cat['catname'];?></a></span>
                    </div>
                </div>
            </div>
            <div>
                <div class="padder padder-v-lg text-center">
                    <div class="font-bold text-lg m-b"><?php echo $article['title'];?> <?php if($article['status'] == 1) { ?>(ï¿½ï¿½ï¿½ï¿½ï¿½)<?php } elseif($article['status'] == 2) { ?>(ï¿½Ñºï¿½ï¿½ï¿½)<?php } ?></div>
                    <div class="text-muted">
                        <span class="inline m-r">ä¯ÀÀ£º<?php echo $article['viewnum'];?></span>
                        <span class="inline m-r">·¢²¼ÈÕÆÚ£º<?php echo $article['dateline'];?></span>
                        
                        <?php if($_G['group']['allowmanagearticle'] || ($_G['group']['allowpostarticle'] && $article['uid'] == $_G['uid'] && (empty($_G['group']['allowpostarticlemod']) || $_G['group']['allowpostarticlemod'] && $article['status'] == 1)) || $categoryperm[$value['catid']]['allowmanage']) { ?>
                        <span class="inline"><a href="portal.php?mod=portalcp&amp;ac=article&amp;op=edit&amp;aid=<?php echo $article['aid'];?>">ï¿½à¼­</a></span>
                        <?php if($article['status']>0 && ($_G['group']['allowmanagearticle'] || $categoryperm[$value['catid']]['allowmanage'])) { ?>
                            <span class="inline"><a href="portal.php?mod=portalcp&amp;ac=article&amp;op=verify&amp;aid=<?php echo $article['aid'];?>" id="article_verify_<?php echo $article['aid'];?>" onclick="showWindow(this.id, this.href, 'get', 0);">ï¿½ï¿½ï¿½</a></span>
                        <?php } else { ?>
                            <span class="inline"><a href="portal.php?mod=portalcp&amp;ac=article&amp;op=delete&amp;aid=<?php echo $article['aid'];?>" id="article_delete_<?php echo $article['aid'];?>" onclick="showWindow(this.id, this.href, 'get', 0);">É¾ï¿½ï¿½</a></span>
                        <?php } ?>
                    <?php } ?>

                    </div>
                </div>
                
                <script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" type="text/javascript"></script>
                <!-- weixing_auto_article -->
                <ins class="adsbygoogle"
                     style="display:block"
                     data-ad-client="ca-pub-9300693432708777"
                     data-ad-slot="7746578995"
                     data-ad-format="auto"></ins>
                <script>
                (adsbygoogle = window.adsbygoogle || []).push({});
                </script>
                <p></p>
                <div class="text-indent text-md l-h-1-5x padder-xs">
                    

                    <?php echo $content['content'];?>
                    <!-- Î¢ÐÅ¹«ÖÚºÅ -->
                    <p></p>
                    <div align="center">
                        <p>É¨ÂëÏÂ·½»òËÑË÷¹Ø×¢¹«ÖÚºÅ¡°ÎÀÐÇ²ÎÊýÍø¡±£¬¶À¼ÒÄÚÄ»ÐÂÎÅ£¡</p>
                    </div>                             
                   
                    <div align="center">
                        <span><img src="/static/image/common/qrcode.jpg" width="180" alt="ÎÀÐÇ²ÎÊýÍø¹«ÖÚºÅ"/></span>
                    </div>
                    
                    <!-- /Î¢ÐÅ¹«ÖÚºÅ -->
                </div>
            </div>
        </div>
    </div>
</div><?php include template('common/footer_hb'); ?></body>
</html>
