xtemplate を使用して、表示されるテキストを調整したいと考えています。私はしようとしています:
<tpl for=".">;
<tpl if="data1=="something"">;
'something will appear here<tpl>';
<tpl elseif="data2="somethingelse"">;
'something else </tpl>;
</tpl>
しかし、うまくいかないのはなぜですか??
xtemplate を使用して、表示されるテキストを調整したいと考えています。私はしようとしています:
<tpl for=".">;
<tpl if="data1=="something"">;
'something will appear here<tpl>';
<tpl elseif="data2="somethingelse"">;
'something else </tpl>;
</tpl>
しかし、うまくいかないのはなぜですか??