內容頁模板程序判斷語句,使用php語言判斷輸出不同的結果。
創(chuàng)新互聯(lián)堅持“要么做到,要么別承諾”的工作理念,服務領域包括:成都網(wǎng)站設計、成都網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務,滿足客戶于互聯(lián)網(wǎng)時代的鄧州網(wǎng)站設計、移動媒體設計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡建設合作伙伴!
?phpif($navinfor['titlepic']){?a href='[!--titlepic--]' target='_blank'img src='[!--titlepic--]' //a?php}
?
具體操作可以參考拾月素材里的帝國cms教程
div class="1"a href="[!--titleurl--]/" target="_blank"[!--title--]/aspan這里需用if語句來判斷顯示的
?php
if($navinfor[ziduan]=='帝國')
{
?
img src="tubiao.png" /
?php
}
else
{
?
!--不顯示--
?php
}
?
/span/div
!doctype html
html
head
meta charset="UTF-8"
titleUntitled Document/title
/head
body
script
function CheckSearchForm(){
? ? if(document.getElementById("searchform").stitle.value=="")
? ? {
? ? ? ? ? ? alert("請輸入標題");
? ? ? ? ? ? return false;
? ? }
? ? if(document.getElementById("searchform").swriter.value=="")
? ? {
? ? ? ? ? ? alert("請輸入作者");
? ? ? ? ? ? return false;
? ? }
? ? return true;
}
/script
form name="searchform" id="searchform" method="post" action="/e/search/index.php" onsubmit="return CheckSearchForm();"
table width="550" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"
input type="hidden" name="tbname" value="zhengshu"
input type="hidden" name="tempid" value="1"
input type="hidden" name="andor" value="and"
tr class="header"
? td colspan="2"新聞搜索/td
/tr
tr bgcolor="#FFFFFF"
? td width="97"姓名:/td
? td width="388"
? ? ? input type="hidden" name="show[]" value="title"
? ? ? input type="hidden" name="hh[]" value="LK"
? ? ? input name="keyboard[]" type="text" id="stitle"
? /td
/tr
tr bgcolor="#FFFFFF"
? td編號:/td
? td
? ? ? input type="hidden" name="show[]" value="xingming"
? ? ? input type="hidden" name="hh[]" value="LK"
? ? ? input name="keyboard[]" type="text" id="swriter"
? /td
/tr
? ? tr bgcolor="#FFFFFF"
? td /td
? td
? ? input type="submit" name="Submit" value="馬上搜索"
? ? font color="#666666"(不設置為不限)/font
? /td
/tr
/table
/form
/body
/html
帝國系統(tǒng)水很深...
判斷的話..比如你字段變量為?$site;
if(preg_match('/http;/i',$site)){
$site?=?'http://'.$site;
}
即可.