GetAtt('itemname');
if($itname=='') echo "Not specified";
else echo $itname;
?> |
GetTagName()?> |
GetAtt('type');
if(isset($fieldtypes[$ft])) echo $fieldtypes[$ft];
else echo "System-specific type";
?> |
GetAtt('issearch');
echo ($issearch == '1')? "√" : "×";
?> |
GetAtt('isshow');
echo ($isshow == '1')? "√" : "×";
?> |
GetAtt('state');
echo ($state == 1)? "√" : "×";
?> |
GetAtt('autofield');
if($ft==''||$ft==0) echo "Curing forms";
else echo "Automatic form";
?> |
[modify] [GetAtt('state')==1)? "Disabled" : "Enabled" ?>] [delete] |