Yoshihisa Fukuhara
higef****@users*****
2005年 7月 8日 (金) 03:52:41 JST
Index: affelio/apps/album/templates/error.tmpl
diff -u /dev/null affelio/apps/album/templates/error.tmpl:1.1
--- /dev/null Fri Jul 8 03:52:41 2005
+++ affelio/apps/album/templates/error.tmpl Fri Jul 8 03:52:41 2005
@@ -0,0 +1,24 @@
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0" width=100%>
+<tr><td align="left">
+<AF_M text="Error"></td>
+<td align="right">
+<font size="-2">(<TMPL_VAR NAME="V_TYPE"> <AF_M text="mode">)</font>
+<a href="javascript:void(0);" onClick="showHide('c0');">
+<font size="-2">login/logout</font></a></td></tr></table>
+<div class="sidehide" id="c0">
+<AF_M text="Current Login"> : <TMPL_VAR NAME="AF_ID"><BR>
+<AF_M text="Current mode"> :<TMPL_VAR NAME="V_TYPE">
+<BR>
+<FORM class="afPubLoginarea" ACTION="../../bin/loginexec.cgi" METHOD="POST">
+<AF_M text="Login ID">: <INPUT TYPE="text" NAME="username" SIZE="20">
+<AF_M text="Password">: <INPUT TYPE="password" NAME="password" SIZE="10">
+<INPUT TYPE="submit" NAME="button" VALUE="<AF_M text="Login">">
+ãã<A HREF="./bin/logoutexec.cgi"><AF_M text="Logout"></A>
+</FORM>
+</div>
+</div><!--afPubContentHeading-->
+
+<div class="information">
+<p><TMPL_VAR NAME="MSG"></p>
+</div>