[xoops-cvslog 1826] CVS update: xoops2jp/html/modules/user/templates

Back to archive index

Minahito minah****@users*****
2006年 1月 17日 (火) 19:39:57 JST


Index: xoops2jp/html/modules/user/templates/user_default.html
diff -u /dev/null xoops2jp/html/modules/user/templates/user_default.html:1.1.2.1
--- /dev/null	Tue Jan 17 19:39:57 2006
+++ xoops2jp/html/modules/user/templates/user_default.html	Tue Jan 17 19:39:57 2006
@@ -0,0 +1 @@
+LOGIN FORM:
\ No newline at end of file
Index: xoops2jp/html/modules/user/templates/user_lostpass.html
diff -u /dev/null xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.1
--- /dev/null	Tue Jan 17 19:39:57 2006
+++ xoops2jp/html/modules/user/templates/user_lostpass.html	Tue Jan 17 19:39:57 2006
@@ -0,0 +1,12 @@
+<{if $actionForm->hasError()}>
+	<ul>
+		<{foreach item=message from=$actionForm->getErrorMessages()}>
+			<li><{$message}></li>
+		<{/foreach}>
+	</ul>
+<{/if}>
+<form action="index.php?action=Lostpass" method="post">
+	<{xoops_token form=$actionForm}>
+	<{xoops_input name=email value=$actionForm->get('email') size=34 maxlength=34}>
+	<input type="submit" />
+</form>


xoops-cvslog メーリングリストの案内
Back to archive index