📄 error.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--error.zul{{IS_NOTE Purpose: Description: History: Sun Jul 23 13:53:36 2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Error ${requestScope['javax.servlet.error.status_code']}"width="400px" border="normal" mode="modal"> <vbox>KillerApp encounters an error: ${requestScope['javax.servlet.error.message']} <hbox style="margin-left:auto; margin-right:auto"> <button label="Continue" onClick="spaceOwner.detach()"/> <button label="Reload" onClick="Executions.sendRedirect(null)"/> </hbox> </vbox> <!-- optional: record the error for improving the app --> <zscript> org.zkoss.util.logging.Log.lookup("Fatal").error( requestScope.get("javax.servlet.error.exception")); </zscript></window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -