Beispiel #1
0
<?php

/**
 * component_mobile_ui_forumlist view
 *
 * @author hongliang
 * @copyright 2012-2014 Appbyme
 */
$fid = $component['extParams']['forumId'];
$url = $this->rootUrl . "/index.php?r=forum/forumlist&fid=" . $fid;
$info = WebUtils::httpRequest($url, 30);
$info = WebUtils::jsondecode($info);
?>

<div class="content-list-ui content-list-add">
<?php 
foreach ($info['list'] as $k => $v) {
    ?>
    <div class="row">
        <div class="board-name">
            <span><?php 
    echo $v['board_category_name'];
    ?>
</span>
        </div>
        <?php 
    foreach ($v['board_list'] as $kk => $vv) {
        if ($v['board_category_type'] == 2) {
            ?>
                <div  class="col-xs-6 double-div uidiy-mobileui-component" data-component-data="<?php 
            $component['title'] = '帖子列表';