我同意您修改風格提供展示與下載,這是我的榮幸。webspirit 寫:Iceyes 兄
我只改了 catcafe_button01.gif 及 copyright.gif
想將此修改後的風格於敝站提供展示及下載,不知您是否允許?
若您允許,希望您能提供 copyright.txt 檔案 (即版權說明檔案),該檔案將一併置於壓縮包中
copyright.txt 請點此下載
代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td align="left" valign="bottom"><span class="gensmall">
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td align="left" valign="bottom" width="30%"><span class="gensmall">
#
#-----[ FIND ]------------------------------------------
#
{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
#
#-----[ AFTER, ADD ]----------------------------------
#
<!-- BEGIN board_announce -->
<td valign="top" align="center"><!-- Board_Announce_MOD -->
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td><img src="templates/subSilver/images/navleft.gif" width="12" height="26" border="0" /></td>
<td height="22" align="center" class="navbar" style="background-image:url(templates/subSilver/images/navbg.gif)" nowrap="nowrap">
<img src="templates/subSilver/images/announce.gif" width="16" height="16" border="0" align="middle" alt="公告" hspace="3" /><span style="{font-size:13px; color:red}"> <b>{board_announce.ANNOUNCE_CONTENT}</b> </span>
</td>
<td><img src="templates/subSilver/images/navright.gif" width="12" height="26" border="0" /></td>
</tr>
</table>
</td>
<!-- END board_announce -->代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------------
#
# Remember to do this to all instaled template on the board
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
#
#-----[ REPLACE WITH ]----------------------------------------
#
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_GLOBAL_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
#
#-----[ FIND ]------------------------------------------------
#
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
#
#-----[ REPLACE WITH ]----------------------------------------
#
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
#
#-----[ FIND ]------------------------------------------------
#
<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}"
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Global announcement MOD -->
<td> </td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
<!-- End add - Global announcement MOD -->
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoMIceyes 寫:我並沒有遇到類似的問題,所以……\r
