Initial commit

This commit is contained in:
易焱
2021-03-13 18:42:01 +08:00
commit d9a3c376d5
3243 changed files with 627198 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
<?php
$GLOBALS['cat']=array (
11 =>
array (
'catid' => '11',
'modelid' => '5',
'classpath' => '/news/',
'lang' => '',
'pubid' => '15661933204692',
'table_name' => 'news',
'name' => '新闻中心',
'infonum' => '0',
'list_type' => 'static',
'view_type' => 'static',
'lencord' => '20',
'status' => '1',
'pid' => '0',
'sort' => '10',
'level' => '1',
'is_last' => '1',
'parent_catids' => '',
'son_catids' => NULL,
'listtemp' => '8',
'viewtemp' => '7',
'thumb' => '123',
'pagetitle' => '1212',
'keywords' => '12121',
'description' => '212',
'is_page' => '0',
'listorder' => 'newstime desc',
'reorder' => 'views desc',
),
15 =>
array (
'catid' => '15',
'modelid' => '6',
'classpath' => '/product/',
'lang' => '',
'pubid' => '15680939854166',
'table_name' => 'product',
'name' => '产品中心',
'infonum' => '0',
'list_type' => 'static',
'view_type' => 'static',
'lencord' => '20',
'status' => '1',
'pid' => '0',
'sort' => '20',
'level' => '1',
'is_last' => '1',
'parent_catids' => '',
'son_catids' => NULL,
'listtemp' => '6',
'viewtemp' => '3',
'thumb' => '',
'pagetitle' => '',
'keywords' => '',
'description' => '',
'is_page' => '0',
'listorder' => '',
'reorder' => '',
),
);
+73
View File
@@ -0,0 +1,73 @@
<?php
$GLOBALS['model']=array (
5 =>
array (
'modelid' => '5',
'table_id' => '9',
'table_name' => 'news',
'status' => '1',
'name' => '新闻中心',
'sort' => '0',
'contribute' => '0',
'autochecked' => '1',
'listtemp' => '',
'formtemp' => '标题<!--field-->title
缩略图<!--field-->thumb
时间<!--field-->newstime
跳转链接<!--field-->linkurl
详情<!--field-->newstext
morepic<!--field-->morepic',
'is_enter' => ',title,thumb,newstime,newstext,',
'is_contribute' => '',
'must_enter' => '',
'is_list' => ',title,thumb,newstime,linkurl,',
'is_search' => '',
'is_sort' => '',
'cat_formtemp' => 'SEO标题<!--field-->pagetitle
关键词<!--field-->keywords
描述<!--field-->description
test22<!--field-->test22
',
'cat_is_enter' => ',test22,',
'cat_must_enter' => '',
),
6 =>
array (
'modelid' => '6',
'table_id' => '10',
'table_name' => 'product',
'status' => '1',
'name' => '产品系统模型',
'sort' => '0',
'contribute' => '0',
'autochecked' => '1',
'listtemp' => '',
'formtemp' => '标题<!--field-->title
缩略图<!--field-->thumb
时间<!--field-->newstime
产品价格<!--field-->price
型号<!--field-->type_no
产品系列<!--field-->pro_group
产品多图<!--field-->morepic
产品详情<!--field-->newstext',
'is_enter' => ',title,thumb,newstime,price,type_no,pro_group,morepic,newstext,',
'is_contribute' => '',
'must_enter' => ',title,',
'is_list' => ',title,thumb,newstime,price,type_no,pro_group,morepic,',
'is_search' => '',
'is_sort' => '',
'cat_formtemp' => '栏目名称<!--field-->name
缩略图<!--field-->thumb
每页显示<!--field-->lencord
是否为单面模式<!--field-->is_page
列表模板<!--field-->listtemp
内容模板<!--field-->viewtemp
状态<!--field-->status
SEO标题<!--field-->pagetitle
关键词<!--field-->keywords
描述<!--field-->description
',
'cat_is_enter' => '',
'cat_must_enter' => '',
),
);