1 頁 (共 1 頁)

[外掛]printer_topic_1.0.8

發表於 : 2003-11-30 19:19
sh85216s
MOD Name: Printer-friendly topic mod
Author: Svyatozar
MOD Description: adds a printer button on the topic view page, which leads to a lightweight view of the topic for printing. Allows reader to set up custom pagination for printer output.

MOD Version: 1.0.8 (Updated 06/07/04)


Installation Level: Intermediate
Installation Time: ~ 10 Minutes

Download File: printer_topic_1.0.8.zip
File Size: 17878 Bytes

發表於 : 2003-12-19 02:50
天霜
列印頁面補充中文化:

#
#-----[ OPEN 打開 ]----------------------------------------------------
#

代碼: 選擇全部

printertopic_body.tpl
#
#-----[ FIND 尋找 ]----------------------------------------------------
#

代碼: 選擇全部

<input class="get" type="text" maxlength="5" size="5" name="start_rel" value="{START_REL}">
#
#-----[ BEFORE ADD 之前加上 ]------------------------------------------
#

代碼: 選擇全部

<span class="nav">從第幾筆文章開始顯示:& n b s p ;</span>
#
#-----[ FIND 尋找 ]----------------------------------------------------
#

代碼: 選擇全部

<Input class="get" type="text" maxlength="5" size="5" name="finish_rel" value="{FINISH_REL}">
#
#-----[ BEFORE ADD 之前加上 ]------------------------------------------
#

代碼: 選擇全部

<span class="nav">& n b s p;& n b s p ;& n b s p ;每頁顯示回應文章數:& n b s p ;</span>
#
#-----[ FIND 尋找 ]----------------------------------------------------
#

代碼: 選擇全部

<input type="submit" name="submit" value="O_o" class="mainoption">
#
#-----[ REPLACE WITH 替換 ]--------------------------------------------
#

代碼: 選擇全部

<input type="submit" name="submit" value="送出" class="mainoption">
#
#-----[ SAVE/CLOSE ALL FILES 儲存並且關閉所有檔案 ]--------------------
#
# EoM
# 外掛結束

註:請把& n b s p ;裡的空格拿掉



加上竹貓版權字樣:
#
#-----[ OPEN 打開 ]----------------------------------------------------
#

代碼: 選擇全部

page_header_printer.php
#
#-----[ FIND 尋找 ]----------------------------------------------------
#

代碼: 選擇全部

	'PAGE_TITLE' => $page_title,
#
#-----[ AFTER, ADD 之後加上 ]------------------------------------------
#

代碼: 選擇全部

	'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
#
#-----[ OPEN 打開 ]----------------------------------------------------
#

代碼: 選擇全部

printertopic_body.tpl
#
#-----[ FIND 尋找 ]----------------------------------------------------
#

代碼: 選擇全部

{PAGE_NUMBER}</span></center>
#
#-----[ BEFORE ADD 之前加上 ]------------------------------------------
#

代碼: 選擇全部

{TRANSLATION_INFO}<br />
#
#-----[ SAVE/CLOSE ALL FILES 儲存並且關閉所有檔案 ]--------------------
#
# EoM
# 外掛結束