1 頁 (共 1 頁)

[問題] Split Topic Type ( 2.0.1) 的最後部份

發表於 : 2005-08-27 18:45
dreamcast
這一段我看不太懂, 希望有人可以指導!

代碼: 選擇全部

#-----[ FIND ]------------------------------------------------
#
#
#************************************************************************************
#					NOTE :
#					------
#	The lines deleted here are reported in topics_list_box.tpl. You will probably
#	want to customize topics_list_box.tpl the same way viewforum_body.tpl was if
#	you use a particular template with other classes than the ones used by subSilver.
#
#************************************************************************************
  <table
	<tr> 
	  <th
	  <th
	  <th
	  <th
	  <th
	</tr>
	<!-- BEGIN topicrow -->
	<tr> \r
	  <td
	  <td
		{topicrow.GOTO_PAGE}</span></td>
	  <td
	  <td
	  <td
	  <td
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td
	</tr>
	<!-- END switch_no_topics -->
	<tr> 
	  <td class="catBottom" 
		<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
		</span></td>
	</tr>
  </table>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
{TOPICS_LIST_BOX}
#

發表於 : 2005-08-27 19:01
吉川拓也
#
#--- [ 找到 ] ---
#

代碼: 選擇全部

 <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
	  <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
	  <th align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
	  <td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
		{topicrow.GOTO_PAGE}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
	  <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
	  <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
	</tr>
	<!-- END switch_no_topics -->
	<tr> 
	  <td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp; 
		<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
		</span></td>
	</tr>
  </table>
#
#--- [ 取代 ] ---
#

代碼: 選擇全部

{TOPICS_LIST_BOX}
#
#--- [ 儲存關閉 ] ---
# eom

注意 :
以後要改 viewforum_body.tpl 都要改修改 topics_list_box.tpl !