Yoshihisa Fukuhara
higef****@users*****
2006年 3月 8日 (水) 13:27:18 JST
Index: affelio/apps/diary/templates/list_diary.tmpl diff -u affelio/apps/diary/templates/list_diary.tmpl:1.11 affelio/apps/diary/templates/list_diary.tmpl:1.12 --- affelio/apps/diary/templates/list_diary.tmpl:1.11 Wed Mar 8 01:27:20 2006 +++ affelio/apps/diary/templates/list_diary.tmpl Wed Mar 8 13:27:18 2006 @@ -25,10 +25,11 @@ <TMPL_VAR NAME="MONTH">æ<TMPL_VAR NAME="DAY">æ¥ <TMPL_VAR NAME="HOUR">æ<TMPL_VAR NAME="MIN">å</div> </td> </tr></table> -<div class="afAppDiaryText"> +<!--<div class="afAppDiaryText">--> <TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"> -</div> -<br> +<!--</div>--> +<br /> +<br /> <small> Posted by <TMPL_VAR NAME="USERNAME"> <a href="index.cgi?mode=show_diary&id=<TMPL_VAR NAME="ID">"><AF_M text="Comments">(<TMPL_VAR NAME="COMMENT_NO">)</a> <a href="index.cgi?mode=show_tb&id=<TMPL_VAR NAME="ID">"><AF_M text="Trackbacks">(<TMPL_VAR NAME="TRACKBACKS">)</a> Index: affelio/apps/diary/templates/show_diary.tmpl diff -u affelio/apps/diary/templates/show_diary.tmpl:1.14 affelio/apps/diary/templates/show_diary.tmpl:1.15 --- affelio/apps/diary/templates/show_diary.tmpl:1.14 Wed Mar 8 01:23:24 2006 +++ affelio/apps/diary/templates/show_diary.tmpl Wed Mar 8 13:27:18 2006 @@ -24,10 +24,11 @@ <div class="afAppDiaryDate"><TMPL_VAR NAME="MONTH">æ<TMPL_VAR NAME="DAY">æ¥ <TMPL_VAR NAME="HOUR">æ<TMPL_VAR NAME="MIN">å</div> </td> </tr></table> -<div class="afAppDiaryText"> +<!--<div class="afAppDiaryText">--> <TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"> -</div> -<br> +<!--</div>--> +<br /> +<br /> <small> Posted by <TMPL_VAR NAME="USERNAME"> </small> @@ -41,7 +42,7 @@ <div class="afPubContentBlockTitle"> <AF_M text="Comment"> </div><!-- afPubContentBlockTitle --> -<div class="afAppDiaryText"> +<!-- <div class="afAppDiaryText"> --> <TMPL_LOOP NAME="COMMENTS"> <TMPL_VAR NAME="COMMENT"> <p></p> @@ -50,7 +51,7 @@ (<TMPL_VAR NAME="COMMENT_TIME">) </small><br /><hr /> </TMPL_LOOP> -</div> +<!-- </div>--> </div><!-- afPubContentBlock --> </TMPL_IF>