⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 FTL
字号:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<#assign navtitle = "提示信息 - ">
<#include "/common/title.ftl">
<#include "/common/meta.ftl">
<meta http-equiv="Content-Type" content="text/html; charset=${_encoding?default("GBK")}" />
<meta http-equiv="refresh" content="3 url='${_UrlUtil.encodeRedirectURL(_redirect_to?default(_contextPath + "/index.fhtml"))}'" />
<link href="${_resPath}/lib/base.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${_contextPath}/ef/js/prototype.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/base.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/eforumad.js"></script>
</head>
<body><!-- error.ftl -->
<#assign _actionReport=Context['com.osacc.common.web.ActionReport']?default(_EmptyObject.actionReport())/>


<div id="wrap">

<#include "header.ftl"/>

<div id="content">

<div id="message" class="commonBox">
<table class="outline commonTable">
<tr class="hd1">
  <td class="td1">提示信息</td>
</tr>
<tr>
  <td >
    <table class="content">
    <tr>
      <td class="td1"><img src="${_resPath}/img/error.png"></td>
      <td class="td2">
         <#list _actionReport.getActionErrors() as errInfo>
           <span class="errorMsg">${errInfo}</span><br>
        </#list>
         <#if _linkGoto?exists >
         <#list _linkGoto as _link>
            <a href="${_UrlUtil.encodeRedirectURL(_link["url"])}">${_link["title"]} </a><br>
          </#list>
        </#if>
        <a href="${_UrlUtil.encodeRedirectURL(_redirect_to?default(_contextPath + "/index.fhtml"))}">如果您的浏览器没有自动跳转,请点击这里 </a> 
      </td>
    </tr>
    </table>
  </td>
</tr>
</table>
</div><#comment> end message </#comment>


</div><#comment>end content</#comment>

<#assign _show_temp_=false>
<#include "footer.ftl"/>

</div><#comment>end wrap</#comment>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -