1.下載檔案
把檔案放到/templates/ur_template目錄下
2.
代碼:
代碼: 選擇全部
#
#----- open [ posting_body.tpl ] -----
#
#
#----- [ 尋找 ] -----
#
<tr>
<td colspan="9">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed"> {L_FONT_COLOR}:
<select>
<option>{L_COLOR_DEFAULT}</option>
<option>{L_COLOR_DARK_RED}</option>
<option>{L_COLOR_RED}</option>
<option>{L_COLOR_ORANGE}</option>
<option>{L_COLOR_BROWN}</option>
<option>{L_COLOR_YELLOW}</option>
<option>{L_COLOR_GREEN}</option>
<option>{L_COLOR_OLIVE}</option>
<option>{L_COLOR_CYAN}</option>
<option>{L_COLOR_BLUE}</option>
<option>{L_COLOR_DARK_BLUE}</option>
<option>{L_COLOR_INDIGO}</option>
<option>{L_COLOR_VIOLET}</option>
<option>{L_COLOR_WHITE}</option>
<option>{L_COLOR_BLACK}</option>
</select> {L_FONT_SIZE}:<select>
<option>{L_FONT_TINY}</option>
<option>{L_FONT_SMALL}</option>
<option>{L_FONT_NORMAL}</option>
<option>{L_FONT_LARGE}</option>
<option>{L_FONT_HUGE}</option>
</select>
</span></td>
<td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed">{L_BBCODE_CLOSE_TAGS}</a></span></td>
</tr>
</table>
</td>
</tr>
#
#----- [ 在後面add ] -----
#
<SCRIPT></SCRIPT>
<tr>
<td colspan="9">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TBODT>
<TR>
<TD bordercolor="#000000"><img height="8" src="imagesspacer.gif" width="8" border="0"></TD>
<TD><img height="8" src="imagesspacer.gif" width="5" border="0"></td>
<SCRIPT>
</Color>0&&parent.frames.length) {d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; }
function insertTag(MyString) { bbfontstyle('[color=' + MyString + ']', '[/color]'); }
var base_hexa = "0123456789ABCDEF";
function dec2Hexa(number) { return base_hexa.charAt(Math.floor(number / 16)) + base_hexa.charAt(number % 16); }
function RGB2Hexa(TR,TG,TB) { return "#" + dec2Hexa(TR) + dec2Hexa(TG) + dec2Hexa(TB); }
function lightCase(MyObject) { MM_findObj('ColorUsed').bgColor = MyObject.bgColor; }
col = new Array; col[0] = new Array(255,0,255,0,255,-1); col[1] = new Array(255,-1,255,0,0,0); col[2] = new Array(0,0,255,0,0,1); col[3] = new Array(0,0,255,-1,255,0); col[4] = new Array(0,1,0,0,255,0); col[5] = new Array(255,0,0,0,255,-1); col[6] = new Array(255,-1,0,0,0,0);
function rgb(pas,w,h,text1,text2) { for(j=0;j<6+1;j++) { for(i=0;i</TD>
</SCRIPT>
</TR>
</TBODY>
</table>
</td>
</tr>
#
#----- [ 儲存檔案 完成 ] -----
#