博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
espcms简约版的表单,提示页,搜索列表页
阅读量:6419 次
发布时间:2019-06-23

本文共 5946 字,大约阅读时间需要 19 分钟。

模板/lib/form.html

1  2 26 
27
28
29
30
31
32
33
34 {%forlist from=$array key=i%}35
36
37
38 {%if $array[i].inputtype=='string' || $array[i].inputtype=='int' || $array[i].inputtype=='float' || $array[i].inputtype=='decimal'%}
{%/if%}39 {%if $array[i].inputtype=='datetime'%}40
41 {%/if%}42 {%if $array[i].inputtype=='selectinput'%}43
44
50 {%/if%}51 {%if $array[i].inputtype=='img'%}52
53 {%/if%}54 {%if $array[i].inputtype=='addon'%}55
56 {%/if%}57 {%if $array[i].inputtype=='text'%}
{%/if%}58 {%if $array[i].inputtype=='htmltext'%}
{%/if%}59 {%if $array[i].inputtype=='editor'%}
{%/if%}60 {%if $array[i].inputtype=='select'%}61
66 {%/if%}67 {%if $array[i].inputtype=='radio'%}68 {%forlist from=$array[i].attrvalue key=ii%}69
{%$array[i].attrvalue[ii].name%}70 {%/forlist%}71 {%/if%}72 {%if $array[i].inputtype=='checkbox'%}73 {%forlist from=$array[i].attrvalue key=ii%}74
{%$array[i].attrvalue[ii].name%}75 {%/forlist%}76 {%/if%}77
78
79 {%/forlist%}80 {%if $form.isseccode==1%}81
82
83
84
85
86
87
88 {%/if%}89
90
91
92
93 94
95
96
97

 

模板/public/callmessage.html

1 {%link file="cn/public/head_msg.html"%} 2  3 
4
信息提醒
5
{%$calltitle%}
6
您可以选择以下操作按钮,网站将在
{%$tiptime%}秒钟后返回默认地址!
7 8
9 {%if $backid > 0%}10
11 {%/if%}12
13
14
15 16 39 {%link file="cn/public/footer.html"%}

 

模板/article/search.html

1 {%link file="cn/public/head_msg.html"%} 2  3  4 
5
内容搜索结果{%if $keyword%}:{%$keyword%}{%/if%}
6
7 8 {%if count($array) > 0%} 9
    10 {%forlist from=$array key=i%}11
  • 12
    13
    {%$array[i].ctitle%}
    14
    {%$array[i].addtime|timeformat(3)%}
    15
    16
  • 17 {%/forlist%}18
19 20
21
22
{%$pagetext%}
23
24
25
28
29 {%else%}30
31
32
33 {%/if%}34
35 36 {%link file="cn/public/footer.html"%}

 

 

css:

/*表单*/.feedback {
color: #999999; width: 631px;}.feedback label {
display: none;}.feedback input {
height: 57px; width: 631px; padding: 14px 20px; color: #999; background: none; border: 1px solid #e4e1e1; font-size: 14px; line-height: 28px;}.feedback input[type="text"] {
float: left; margin-bottom: 14px;}.feedback textarea {
height: 207px; width: 631px; padding: 14px 20px; color: #999; background: none; border: 1px solid #e4e1e1; font-size: 14px; line-height: 28px;}.feedback input.button {
width: 196px; height: 42px; line-height: 42px; color: #fff; font-size: 16px; padding: 0; text-align: center; border: 0; background: #615135; transition: all .2s; margin: 45px auto; display: block;}.feedback input.button:hover {
background: #937C53;}.feedback input.infoInput_1 {
width: 308px; margin-right: 15px;}.feedback input.infoInput_2 {
width: 308px; margin-right: 0;}/*提示页*/.msg-wrap {
width: 800px; margin: 120px auto 180px; text-align: center; border: 1px solid #ccc; padding: 50px;}.msg-wrap .title {
height: 48px; line-height: 48px; font-size: 16px;}.msg-wrap .button {
margin-top: 30px;}/*搜索结果页*/.sch-wrap {
width: 1000px; overflow: hidden; margin: 60px auto 40px;}.sch-title{
float: left; width: 800px; padding: 10px 0px 7px 5px; color: #937c53; font-size: 16px;}.sch-line {
width: 1000px; border-bottom: 1px solid #e6e6e6; height: 1px; overflow: hidden;}.sch-list {
padding: 10px 10px;}.sch-list li {
width: 100%; border-bottom: 1px dotted #ccc; padding: 10px 0px 0px 10px;}.sch-list li dd.tl {
float: left;}.sch-list li dd.dr {
float: right; color: #a5a5a5;}.sch-page-botton {
text-align: center; overflow: hidden; margin-top: 30px; margin-bottom: 30px;}

 

 

演示效果:(根据实际情况可再作调整)

转载于:https://www.cnblogs.com/woodk/p/5146111.html

你可能感兴趣的文章
【PHP原生】两个日期间的相关计算
查看>>
partial关键字的含义
查看>>
虚拟DOM
查看>>
date命令详解
查看>>
Spring MVC 返回Json数据环境记录
查看>>
浅谈C语言中的内存分配
查看>>
方法覆盖
查看>>
怎样简单灵活地将DataTable中的数据赋值给model
查看>>
excel 大文件解析原理实现
查看>>
java学习--Mybatis使用方法
查看>>
error C1083: Cannot open include file: 'ntddk.h': No such file or directory
查看>>
Windows内存管理(1)--分配内核内存 和 使用链表
查看>>
paramiko 登录linux主机后执行tail后返回数据不完整解决方法。
查看>>
PHP根据URL提取根域名
查看>>
Eclipse添加DTD文件实现xml的自动提示功能
查看>>
Java Reflection (JAVA反射)详解
查看>>
JSP中页面刷新后保留文本输入框的值
查看>>
数据结构的学习
查看>>
Centos和Redhat的区别和联系
查看>>
JUC——线程同步锁(Condition精准控制)
查看>>