document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## Get the group ID of the document library you are referring to
  2. #set ($gid = $getterUtil.getLong($DOCUMENTO.getData().split("/").get(2)))
  3. ## Get the folder ID of the DL
  4. #set ($fid = $getterUtil.getLong($DOCUMENTO.getData().split("/").get(3)))
  5. ## Get the file title
  6. #set ($fileTitle = $DOCUMENTO.getData().split("/").get(4))
  7. #set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
');