一、访问地址
1、表单提交
/index.php?s=模块目录&c=表名称&cid=模块内容id
2、表单详情
/index.php?s=模块目录&c=表名称&m=show&id=表单内容id&cid=模块内容id
2、表单列表
/index.php?s=模块目录&c=表名称&m=page&cid=模块内容id
二、模板文件
1、表单提交
复制 /templates/pc/default/home/form.html 到 /templates/pc/default/home/模块目录/form_表名称.html
2、表单详情
复制 /templates/pc/default/home/form_show.html 到 /templates/pc/default/home/模块目录/form_表名称_show.html
2、表单列表
复制 /templates/pc/default/home/form_page.html 到 /templates/pc/default/home/模块目录/form_表名称_page.html
三、模板变量
变量
| 说明
|
|---|
$meta_title
| SEO标题 |
$meta_keywords
| SEO关键字
|
$meta_description
| SEO描述 |
| $get | 一维数组,url中的参数
|
| $site_info | 二维数组,所有站点信息 |
| $member | 一维数组,当前登录的会员信息
|
| $is_mobile | 表示是否是手机端访问
|
签名:这个人很懒,什么也没有留下!