';
if(result[fields.price] !== undefined) {
html += '
' + escape(result[fields.price], preserveHTML) + '
';
}
if(result[fields.title] !== undefined) {
html += '
' + escape(result[fields.title], preserveHTML) + '
';
}
if(result[fields.description] !== undefined) {
html += '
' + escape(result[fields.description], preserveHTML) + '
';
}
html += ''
+ '
'
;
html += '