-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sickboy
authored and
sickboy
committed
Feb 2, 2013
1 parent
433c50f
commit 5238165
Showing
10 changed files
with
38 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"%> | ||
<c:import url="../mainFrame.jsp"> | ||
<c:param name="title" value="パスワード忘れ"/> | ||
<c:param name="stylesheet"> | ||
</c:param> | ||
<c:param name="javascript"> | ||
</c:param> | ||
<c:param name="mainMenu"> | ||
</c:param> | ||
<c:param name="content"> | ||
|
||
<div class="span12"> | ||
<form method="POST" action="./sendForgetMail"> | ||
mail:<input type="text" name="mail"> | ||
<input type="submit"> | ||
</form> | ||
</div> | ||
</c:param> | ||
</c:import> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"%> | ||
<c:import url="../mainFrame.jsp"> | ||
<c:param name="title" value="パスワード再設定"/> | ||
<c:param name="stylesheet"> | ||
</c:param> | ||
<c:param name="javascript"> | ||
</c:param> | ||
<c:param name="mainMenu"> | ||
</c:param> | ||
<c:param name="content"> | ||
|
||
<div class="span12"> | ||
<form method="POST" action="./setPassword"> | ||
pass:<input type="password" name="password"> | ||
pass:<input type="password" name="password2"> | ||
<input type="hidden" name="registerCode" value="${registerCode}"> | ||
<input type="submit"> | ||
</form> | ||
</div> | ||
</c:param> | ||
</c:import> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"%> | ||
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> | ||
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> | ||
<%@taglib prefix="f" uri="http://www.slim3.org/functions"%> | ||
|
||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<title>view Index</title> | ||
</head> | ||
<body> | ||
<p>Hello view Index !!!</p> | ||
</body> | ||
</html> | ||
<c:import url="../mainFrame.jsp"> | ||
<c:param name="title" value="登録"/> | ||
<c:param name="content"> | ||
<div class="span12"> | ||
</div> | ||
</c:param> | ||
</c:import> |