System configuration parameters
1) echo " |
{$dls[1]}
"; else{ echo "
{$dls[1]}
"; } } } ?>
Variable name:
variable:
Variable type:
text
digital
Boolean (Y / N)
Multi-line text
Parameter Description:
Own group:
\r\n"; foreach($ds as $dl){ $dl = trim($dl); if(empty($dl)) continue; $dls = explode(',',$dl); echo "
{$dls[1]}
\r\n"; } echo "\r\n"; ?>
Configure search:
Parameter Description
Parameter value
variable name
SetQuery("Select * From `#@__sysconfig` where groupid='{$dls[0]}' order by aid asc"); $dsql->Execute(); $i = 1; while($row = $dsql->GetArray()) { if($i%2==0) { $bgcolor = "#F9FCEF"; } else { $bgcolor = "#ffffff"; } $i++; ?>
:
yes "; echo "
no "; }else if($row['type']=='bstring') { echo "
".htmlspecialchars($row['value'])."
"; }else if($row['type']=='number') { echo "
"; }else { echo "
"; } ?>