link(rel="stylesheet", href="../../css/modules.css")
.mb_20.spacing
    .row
        .col-md-2.pl_0.category
            h4.text-center
                i.glyphicon.glyphicon-th-large.pr_5 
                | 组件分类
            ul.text-center.modules_menu#modules_menu
                li.h(ng-repeat="x in mmenu",ng-class="{'on': x.isA == true} ")
                    a 
                      span {{x.name}}
                      | ({{x.count}})
        .col-md-10
            .row
                .col-md-12
                    .input-group.search.col-md-12.col-xs-12.mt_20
                        input#search_txt.form-control(type="text", placeholder="{{modules_note}}", ng-model="search.name")
                    include list.jade
                    +loadlistPage('modules')
script(type="text/javascript").
    nnmodules.reload("modules","搜索组件名称...");
    nncommon.getmenu({"url":"/data/commenu","listname":"commenu","menulistname":"comlist"});