标签:
#{if session.get("user_permission").contains("UserManager")}
<a href="@{edit(user.id,page)}">&{‘edit‘}</a>
<a href="@{delete(page,user.id)}" onclick="javaxcript:return confirm("&{‘sure_you_want_to_delete‘}?")">&{‘delete‘}</a>
<a href="@{resetPassword(page,user.id)}" onclick="javaxcript:return confirm("&{‘sure_you_want_to_reset_password‘}?")">&{‘password_reset‘}</a>
#{/if}
play freamwork 页面的Html+Groovy模板中的if判断
标签:
原文地址:http://www.cnblogs.com/xunfang123/p/4196225.html