Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv1889/phpslash-ft/public_html/templates/en/default
Modified Files:
topicList.tpl topicNew.tpl topicsDisplay.tpl
Log Message:
topic methods return output
Index: topicList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/topicList.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** topicList.tpl 27 Nov 2000 22:05:19 -0000 1.3
--- topicList.tpl 12 Jun 2002 18:07:57 -0000 1.4
***************
*** 1,4 ****
<!-- topicList.tpl -->
!
<TABLE BORDER=0 CELLPADDING=3>
<TR>
--- 1,4 ----
<!-- topicList.tpl -->
! {TITLEBAR}
<TABLE BORDER=0 CELLPADDING=3>
<TR>
***************
*** 24,27 ****
--- 24,42 ----
</TR>
<!-- END row -->
+ <!-- BEGIN row2 -->
+ <TR bgcolor="#eeeeee">
+ <TD>
+ <A HREF="{IMAGE_SRC}"><IMG SRC="{IMAGE_SRC}"
+ ALT="{ALT_TEXT}" WIDTH="{WIDTH}" HEIGHT="{HEIGHT}" BORDER="0"></A>
+ <BR>
+ </TD>
+ <TD>{TOPIC_NAME}</TD>
+ <TD>{IMAGE}</TD>
+ <TD>{ALT_TEXT}</TD>
+ <TD>{ONLINKBAR}</TD>
+ <TD>{ADMIN}</TD>
+ </TR>
+ <!-- END row2 -->
+
</TABLE>
<!-- topicList.tpl -->
Index: topicNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/topicNew.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** topicNew.tpl 27 Nov 2000 22:04:49 -0000 1.5
--- topicNew.tpl 12 Jun 2002 18:07:57 -0000 1.6
***************
*** 1,3 ****
--- 1,4 ----
<!-- topicNew.tpl -->
+ {TITLEBAR}
<FORM ACTION="{ACTION_URL}" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="topic_id" VALUE="{TOPIC_ID}">
Index: topicsDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/topicsDisplay.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** topicsDisplay.tpl 27 Nov 2000 22:06:27 -0000 1.1
--- topicsDisplay.tpl 12 Jun 2002 18:07:57 -0000 1.2
***************
*** 1,4 ****
! <!-- topicList.tpl -->
!
<TABLE BORDER=0 CELLPADDING=3>
<TR>
--- 1,5 ----
! <!-- topicsDisplay.tpl -->
! {TITLEBAR}
! {MESSAGE}
<TABLE BORDER=0 CELLPADDING=3>
<TR>
***************
*** 21,23 ****
<!-- END row -->
</TABLE>
! <!-- topicList.tpl -->
--- 22,24 ----
<!-- END row -->
</TABLE>
! <!-- topicsDisplay.tpl -->
|