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

📄 forumpassword.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 FTL
字号:
<#include "lib/report.tpl"/>
<#import "lib/html.tpl" as html>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=${_encoding?default("GBK")}" />
<#assign navtitle = "版面密码验证 - ">
<#include "/common/title.ftl">
<#include "/common/meta.ftl">
<link href="${_resPath}/lib/base.css" rel="stylesheet" type="text/css" />
</head>
<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>

<body><!-- forumpassword.ftl -->
<div id="wrap">

<#include "header.ftl"/>

<div id="content">

<@_report/>
<form id="forum_password" name="forum_password" method="post" action="${_UrlUtil.encodeURL("/forumlist.do")}">
<input type="hidden" name="_fn" value="LoginForum">
<input type="hidden" name="forum_id" value="${forum_id}">
<input type="hidden" name="_redirect_to" value="${_redirect_to?default("")}">
<div id="userImportant" class="commonBox">
<table class="commonTable">
<tr class="hd1">
  <td colspan="3">版面密码验证</td>
</tr>
<tr class="content">
  <td class="td1">
    密码
  </td>
  <td class="td2" colspan="2">
    <input name="password" type="password" class="input1">
    <span class="mustInputIcon"> * </span><@_errorField name="user_id"/>
  </td>
</tr>
<tr class="content">
  <td class="td4" colspan="3">
    <input type="button" class="middleButton" value="提交" onclick="formSubmit('forum_password',this)">
    <input type="reset" class="middleButton" value="清除">
  </td>
</tr>
</table>
</div><#comment>end userConfig </#comment>
</form>

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

<#include "footer.ftl"/>

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

⌨️ 快捷键说明

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