分享好友 教程首页 教程搜索 频道列表

DESTOON单表前端调取标签写法

2020-04-29 16:449630
+关注29
核心提示:destoon的单表默认不支持前端显示,今天我们就盘它,这种方式只对会员提交有效,使...

destoon的单表默认不支持前端显示,今天我们就盘它,这种方式只对会员提交有效,使用本站提供的代码请对应修改成你自己的各项id


演示参数为:


回复记录:


回复调取后的效果:



前端代码(其中 $itemid为表单id,qid为各项数值

<!--{php $xhbq=tag("table=form_record&condition=fid=$itemid&pagesize=10&order=addtime desc&template=null");}-->
	{loop $xhbq $i $t}
	
	<table width="100%" cellpadding="16" cellspacing="1" bgcolor="#DDDDDD">
		<tr>
			<td align="right" bgcolor="#EEEEEE" width="300">{if $t[username]}{$t[username]}{else}{$t[ip]}{/if}提交:</td>
			<td bgcolor="#FFFFFF" style="font-size:14px;line-height:180%;">
		        <!--{php $xhbqa=tag("table=form_answer&condition=fid=$itemid and qid=1 and username='".$t[username]."'&pagesize=1&order=addtime desc&template=null");}-->
	            {loop $xhbqa $i $v}
			    {$v[content]}
			    {/loop}
			    于{timetodate($t[addtime], 6)}留言,有意品牌
			    <!--{php $xhbqc=tag("table=form_answer&condition=fid=$itemid and qid=3 and username='".$t[username]."'&pagesize=1&order=addtime desc&template=null");}-->
	            {loop $xhbqc $i $v}
			    {$v[content]}
			    {/loop}
			    ,联系电话:
			    <!--{php $xhbqb=tag("table=form_answer&condition=fid=$itemid and qid=2 and username='".$t[username]."'&pagesize=1&order=addtime desc&template=null");}-->
	            {loop $xhbqb $i $v}
			    {$v[content]}
			    {/loop}
			    ,特备注:
			    <!--{php $xhbqd=tag("table=form_answer&condition=fid=$itemid and qid=4 and username='".$t[username]."'&pagesize=1&order=addtime desc&template=null");}-->
	            {loop $xhbqd $i $v}
			    {$v[content]}
			    {/loop}
			    </td>
		</tr>
	</table>
	<div class="b20"> </div>
	{/loop}
	{/if}

本文标签: #表单 #前端 #标签
整理员:小黑
免责声明:凡注明来源本网的所有作品,均为本网合法拥有版权或有权使用的作品,欢迎转载,注明出处。非本网作品均来自互联网,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。
生成海报
您可能在找更多

新闻列表单行多行简洁向上滚动js效果

    常用的新闻列表单行滚动js效果,也可用作多行滚动js效果,超简洁的Js特效。在本例中如果需要单行滚动,只需要把css中#div1的值改为18即可。注:经测试兼容Ie6、7、8,FF以及谷歌浏览器!!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"htmlheadtitle新闻列表单行滚动js效果和多行滚动j

小黑 网页特效2018-09-02

DESTOON7.0表单实现多次提交

    在destoon7.0系统使用中,如果我们建的表单需要多次提交,可以修改module/extend/form.inc.phpif($num = $maxanswer) message($L['form_repeat']);这段隐藏或者删除都可以,小黑建议大家隐藏,改为//if($num = $maxanswer) message($L['form_repeat']);//控制只能提交一次带图教程

小黑 模板相关2018-05-18

下一篇
我来说两句
抢沙发