[Affelio-cvs 515] CVS update: affelio/apps/diary/templates

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 3日 (日) 23:40:13 JST


Index: affelio/apps/diary/templates/access_error.tmpl
diff -u /dev/null affelio/apps/diary/templates/access_error.tmpl:1.1
--- /dev/null	Sun Jul  3 23:40:13 2005
+++ affelio/apps/diary/templates/access_error.tmpl	Sun Jul  3 23:40:12 2005
@@ -0,0 +1,24 @@
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0" width=100%>
+<tr><td align="left">
+エラー</td>
+<td align="right">
+<font size="-2">(<TMPL_VAR NAME="VIS_TYPE"> モード)</font>  
+<a href="javascript:void(0);" onClick="showHide('c0');">
+<font size="-2">login/logout</font></a></td></tr></table>
+<div class="sidehide" id="c0">
+現在のログイン: <TMPL_VAR NAME="AFID"> <br>
+現在のモード:  <TMPL_VAR NAME="VIS_TYPE"> <br>
+<br>
+<form class="afPubLoginarea" action="../../bin/loginexec.cgi" method="post">
+ログインID: <input type="text" name="username" size="20"> 
+パスワード: <input type="password" name="password" size="10">
+<input type="submit" name="button" VALUE="ログイン">
+  <a href="./bin/logoutexec.cgi">ログアウト</a>
+</form>
+</div>
+</div><!--afPubContentHeading-->
+
+<div class="information">
+<p><TMPL_VAR NAME="MESSAGE"></p>
+</div>


Affelio-cvs メーリングリストの案内
Back to archive index