?? template.txt
字號:
v2.1.2a 模板修改記錄
===============================================================================
文件: pages.lbi
日期: 2006-12-21
描述: 修正URL重寫后,選擇頁數會出現category-1.html?cat=1這樣的問題
第2行:
<form name="selectPageForm">
修改為
<form name="selectPageForm" action="{$smarty.server.PHP_SELF}" method="POST">
-------------------------------------------------------------------------------
文件: gallery.lbi
日期: 2006-12-21
描述: 修改翻頁的連接
第17行:
<div align="center" style="border-bottom: 1px solid #dadada; padding-bottom: 5px"><input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$gallery.img_id}&direction=prev'" value="<"> <input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$gallery.img_id}&direction=next'" value=">"></div>
替換為:
<div align="center" style="border-bottom: 1px solid #dadada; padding-bottom: 5px"><input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$prev_img}'" value="<"> <input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$next_img}'" value=">"></div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -