Name Last Update
..
ReadMe.txt Loading commit data...
alllistinfo.php Loading commit data...
doclistinfo.php Loading commit data...
listinfo.php Loading commit data...
qlistinfo.php Loading commit data...
增加系統模型信息列表樣式說明,每個系統模型的列表共四個文件,分別如下:(「信息列表名稱」在後台系統模型裡設置)
--------------------------------------------------
信息列表名稱.php           後台按欄目管理信息列表樣式
all信息列表名稱.php        後台按表管理信息列表樣式
doc信息列表名稱.php        後台管理歸檔信息列表樣式
q信息列表名稱.php          前台會員管理信息列表樣式
--------------------------------------------------
(附加說明:上面四個列表文件不是必須增加,不加文件則系統會使用默認列表。)



例如默認的列表:listinfo
--------------------------------------------------
listinfo.php
alllistinfo.php
doclistinfo.php
qlistinfo.php
--------------------------------------------------

例如信息列表名稱為:news
--------------------------------------------------
news.php
allnews.php
docnews.php
qnews.php
--------------------------------------------------