退出框提示:<a href='javascript:del()'> <img src="${ctx}/static/images/center/6.gif"  style="padding-right:10px;"/> </a>

<script type="text/javascript">
<!--
function del(){
        if(confirm("是否退出")){
           location.href="${ctx}/login/logout";
       }
   }
//-->
</script>

退出系统:<a style="color:#fff" onclick="if(confirm('确定要退出吗?')) return true;else return false;" href="${ctx}/user/logout" target="_top">退出系统</a>