Source: site.view [edit]
Function name: binaryTagsRender
Arguments: data
Description:
Page type: webl
Render function:  
Module: sandbox

Page source:

var Result = "";  
every BinaryTag in data do 
  Result = Result + "<br>_______________<br>Source:<br><UL><LI>Title: " + BinaryTag.sourceTitle + "</LI><LI>URL: " + BinaryTag.sourceURL + "</LI></UL> Target:<br><UL><LI>Title: " + BinaryTag.targetTitle + "</LI><LI>URL: " + BinaryTag.targetURL + "</LI></UL>Tag: " + BinaryTag.tag + "<br>";
end;

NewPiece(Result, "text/html");