LifeType 1.0/Plugins/print |
出自LifeType 中文文件計畫
(修訂版本間差異)
(→設定) |
|||
(3個中途的修訂版本沒有顯示。) | |||
第1行: | 第1行: | ||
- | { | + | __NOTOC__ |
+ | |||
+ | '''名稱''': Print | ||
+ | |||
+ | '''版本''': 1.0 | ||
+ | |||
+ | '''下載連結''': http://prdownloads.sourceforge.net/lifetype/print.zip?download | ||
+ | |||
+ | '''程式授權''': GPL | ||
+ | |||
+ | '''作者''': [http://blog.markplace.net/ Mark Wu] | ||
+ | |||
+ | = 用途 = | ||
+ | |||
+ | 將文章轉為較簡單的排版,以方便列印。 | ||
+ | |||
+ | = 設定 = | ||
+ | |||
+ | 請將下列語法,貼到 '''post.template''' 模板中適當位置: | ||
+ | |||
+ | <smarty> | ||
+ | <a href="{$print->printView($post)}">Print View</a> | ||
+ | </smarty> | ||
+ | |||
+ | 而這個頁面的網址會似 index.php?op=printView&articleId=X&blogId=Y . | ||
+ | |||
+ | = 注意事項 = | ||
+ | |||
+ | 如果需要修改排版,請編輯 '''plugins/print/templates/printview.template''' 檔案。 | ||
+ | |||
+ | [[Category:Plugins]] |
當前修訂版本
名稱: Print
版本: 1.0
下載連結: http://prdownloads.sourceforge.net/lifetype/print.zip?download
程式授權: GPL
作者: Mark Wu
用途
將文章轉為較簡單的排版,以方便列印。
設定
請將下列語法,貼到 post.template 模板中適當位置:
<a href="{$print->printView($post)}">Print View</a>
而這個頁面的網址會似 index.php?op=printView&articleId=X&blogId=Y .
注意事項
如果需要修改排版,請編輯 plugins/print/templates/printview.template 檔案。