Version 7, changed by s3admin. 12/16/2006. Show version history
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:jot="http://www.foopee.com/ns/s3/srvtmpl/">
<jot:extension target="head">
<script type="text/javascript" src="${util:webspaceURL('/System/Plugins/ActionMenu/actionMenu.js')}" />
<link href="${util:webspaceURL('/System/Plugins/ActionMenu/actionMenu.css')}" rel="stylesheet" type="text/css" />
</jot:extension>
<jot:extension target="bodyEnd">
<jot:if test="${req/user/userinfo/actionMenu != 'Off'}">
<jot:then>
<script type="text/javascript">if(typeof ActionMenu != "undefined") { ActionMenu.init(); }</script>
</jot:then>
</jot:if>
</jot:extension>
</html>