@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux www.thesweb.ru 4.19.0-22-amd64 #1 SMP Debian 4.19.260-1 (2022-09-29) x86_64
Current Path :
/
var
/
www
/
www-root
/
data
/
www
/
thesweb.ru
/
thes_test
/
Path :
Upload File :
New :
File
Dir
/var/www/www-root/data/www/thesweb.ru/thes_test/prerekvizit_report.php
<table id="prerekvizit_report_grid" class="easyui-datagrid" width="100%" data-options="url: 'json/getjson.php?type=prerekvizit_report',fit:true, pagination: true, pageSize: 50, border: true, height: 300, queryParams: {}, singleSelect: true, toolbar: '#prerekvizit_report_tool'"> <thead> <tr> <th data-options="field:'freq', width: 100">Частота</th> <th data-options="field:'conceptstr', width: 800">Концепт</th> <th data-options="field:'conceptid', width: 100">ID конц.</th> </tr> </thead> </table> <div id="prerekvizit_report_tool"> <input id="prerekvizit_report_group1" class="easyui-textbox" data-options="width: '100%',labelWidth: 70, label: 'Группа 1'"> <input id="prerekvizit_report_group2" class="easyui-textbox" data-options="width: '100%',labelWidth: 70, label: 'Группа 2'"> <input id="prerekvizit_report_astrees" class="easyui-switchbutton" data-options="onText:'Дерево', offText:'Пререквизит', checked: false, height: 24, width: 120"> <a class="easyui-linkbutton" iconCls="icon-reload" onclick=" $('#prerekvizit_report_grid').datagrid('options').queryParams = {group1: $('#prerekvizit_report_group1').textbox('getValue').toUpperCase(), group2: $('#prerekvizit_report_group2').textbox('getValue').toUpperCase(), astrees: $('#prerekvizit_report_astrees').prop('checked') ? 1 : 0 }; $('#prerekvizit_report_grid').datagrid('reload'); ">Построить</a> </div>