[Affelio-cvs 260] CVS update: affelio/templates/default/owner_side

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 6月 29日 (水) 16:53:32 JST


Index: affelio/templates/default/owner_side/admin_showmessage.tmpl
diff -u affelio/templates/default/owner_side/admin_showmessage.tmpl:1.3 affelio/templates/default/owner_side/admin_showmessage.tmpl:1.4
--- affelio/templates/default/owner_side/admin_showmessage.tmpl:1.3	Tue Jun 28 01:15:10 2005
+++ affelio/templates/default/owner_side/admin_showmessage.tmpl	Wed Jun 29 16:53:31 2005
@@ -6,30 +6,35 @@
 <!--===================================================================-->
 <div id="afMain">
 
+<!--==============================================-->
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0">
+<tr><td align="left">Message Box
+</td>
+</tr></table>
+</div>
+
 <!--===================================================================-->
 <div class="afPubContent">
 
 <div class="afPubContentBlock">
 
-<TABLE BORDER="0" CELLSPACING="0" BGCOLOR="#ccccff"> 
+<div class="afPubContentBlockTitle"><TMPL_VAR NAME="msg_title"></div>
+<div class="afPubMessageTable">
+<TABLE>
 <TR>
-<TH WIDTH="20%" ALIGN="right"><AF_M text="_ADM_MSG_FROM">:&nbsp;&nbsp;&nbsp;</TH>
+<TD WIDTH="20%" ALIGN="right"><AF_M text="_ADM_MSG_FROM">:&nbsp;&nbsp;&nbsp;</TH>
 <TD ALIGN="left"><TMPL_VAR NAME="msg_from"></TD>
 </TR>
 <TR>
-<TH WIDTH="20%" ALIGN="right"><AF_M text="_ADM_MSG_TITLE">:&nbsp;&nbsp;&nbsp;</TH>
-<TD ALIGN="left"><TMPL_VAR NAME="msg_title"></TD>
-</TR>
-<TR>
-<TH WIDTH="20%" ALIGN="right"><AF_M text="_ADM_MSG_DATE">:&nbsp;&nbsp;&nbsp;</TH>
+<TD WIDTH="20%" ALIGN="right"><AF_M text="_ADM_MSG_DATE">:&nbsp;&nbsp;&nbsp;</TH>
 <TD ALIGN="left"><TMPL_VAR NAME="msg_timestamp"></TD>
 </TR>
-</TABLE>
-<P>
-<TABLE BORDER="0" width=100% CELLSPACING="0"> 
+<TR><TD colspan="2">
 <TMPL_VAR NAME="msg_body">
+</TD></TR>
 </TABLE>
-
+</div><!-- message -->
 <TMPL_VAR NAME="reply_HTML">
 
 <FORM ACTION="<TMPL_VAR NAME="url2list">" METHOD="POST">


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