link(rel="stylesheet", href="../../css/modules.css")
.mb_20.spacing
    .row
        .col-md-2.pl_0.mb_20.category
            h4.text-center
                i.glyphicon.glyphicon-th-large.pr_5 
                | 组件分类
            ul.modules_menu.text-center
                //- li.h(ng-repeat="x in menulist")
                //-     a {{x.name}}({{x.count}})
                li.h.on
                    a 全部
        .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 ../modules/list.jade
                    +loadlistPage('apps')
script(type="text/javascript").
    nnmodules.reload("apps","搜索模板名称...");
    nncommon.getmenu({"url":"/data/appmenu","listname":"appmenu","menulistname":"applist"});