Untitled
unknown
jsp
2 years ago
865 B
8
Indexable
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <jsp:include page="jsp/browser.jsp" /> <jsp:include page="jsp/EnvConfig.jsp" /> </head> <body> <% // セッションの破棄 // GRPがパラメータになければエラー // アクセス認証 // メンテナンス表示フラグ取得 // 住所メンテフラグ取得 %> <div class="frame" align="center"> <form method="post" action="authCustomer"> <div class="inFrame"> </div> <img src="img/logo_copyright.gif" style="margin-top:20px;" /> </form> </div> <% // 住所メンテナンスメッセージ表示 %> </body> </html>
Editor is loading...