function setfocus() {
document.input.message.focus();
}
function sellmoney() {
if (helpmode){
alert(sellmoney_help);
} else if (document.selection && document.selection.type == "Text") {
var range = document.selection.createRange();
range.text = "" + range.text + "";
} else if (advmode) {
AddTxt="\r\r";
AddText(AddTxt);
} else {
txt=prompt(sellmoney_normal,text_input);
if(txt!=null) {
AddTxt="\r\r"+txt;
AddText(AddTxt);
AddText("\r");
}
}
}
var image_help = "{lang post_discuzcode_image}\n\n{lang post_discuzcode_image_comment}";
var sellmoney_help = "設定販賣文章價格";
var sellmoney_normal = "輸入販賣文章內容 或是由編輯器另外編輯";
script:list()"><img src="{IMGDIR}/bb_list.gif" border="0" width="23" height="22" alt="{lang post_discuzcode_list}"></a>
<a href="javascript:sellmoney()"><img src="{IMGDIR}/bb_sellmoney.gif" border="0" width="23" height="22" alt="{lang post_discuzcode_sellmoney}"></a>
'post_discuzcode_list_normal_input' => '請輸入列表項目內容,如果留空表示項目結束。',
'post_discuzcode_sellmoney' => '插入文章販賣標籤-預設10元可自行更改',