1. 스크랩
<div><a href=" style="cursor:pointer;" onclick="doCallModuleAction('member','procMemberScrapDocument','{$document_srl}')">스크랩하기</a></div>
출처 : https://xe1.xpressengine.com/tip/19434733
2. 추천, 비추천, 신고
<!--추천-->
<a href="#" onclick="doCallModuleAction('document','procDocumentVoteUp','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote')}</span></a>
<!--비추천-->
<a href="#" onclick="doCallModuleAction('document','procDocumentVoteDown','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote_down')}</span></a>
<!--신고-->
<a href="#" onclick="doCallModuleAction('document','procDocumentDeclare','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_declare')}</span></a>