分類:LiteSite:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
用 REQUEST_URI 區分五種輸出情況
用 REQUEST_URI 區分五種輸出情況
 
(未顯示同用戶所作出之1次版本)
第 5 行: 第 5 行:
 
===用 REQUEST_URI 區分五種輸出情況===
 
===用 REQUEST_URI 區分五種輸出情況===
 
#/SITE/index.php/頁名:帶 theme 表內頁
 
#/SITE/index.php/頁名:帶 theme 表內頁
#/SITE/index.php/wikiSite/index.php/頁名:帶 theme 表內頁
+
#/SITE/index.php/wikiSite/index.php/頁名:帶 theme wiki頁
 
#/webContent.php/頁名:跨 theme 表內頁
 
#/webContent.php/頁名:跨 theme 表內頁
#/wikiContent.php/頁名:跨 theme wiki頁,有無可能改成 /webContent.php/wikiSite/index.php/頁名
+
#/webContent.php/wikiSite/index.php/頁名:跨 theme wiki頁, 
 
#其他實體檔案
 
#其他實體檔案
修改:讓 /SITE/index.php 和 /webContent.php 載入相同的 GfWebContent.php
+
/SITE/index.php 和 /webContent.php 內容大致一樣,只是位置不同
  
 
確保 theme 中含有 javascript 中的 ajax webContent() 函式,萬一無 theme 時也可載入文件根目錄的 webContent.js
 
確保 theme 中含有 javascript 中的 ajax webContent() 函式,萬一無 theme 時也可載入文件根目錄的 webContent.js

2018年6月7日 (四) 22:29的最新修訂版本

表示法

  • 「○○○」使用者姓名
  • 「□□□□」site的資料夾名稱
  • 「☆☆☆☆☆」頁名或檔名

用 REQUEST_URI 區分五種輸出情況

  1. /SITE/index.php/頁名:帶 theme 表內頁
  2. /SITE/index.php/wikiSite/index.php/頁名:帶 theme wiki頁
  3. /webContent.php/頁名:跨 theme 表內頁
  4. /webContent.php/wikiSite/index.php/頁名:跨 theme wiki頁, ?
  5. 其他實體檔案

/SITE/index.php 和 /webContent.php 內容大致一樣,只是位置不同

確保 theme 中含有 javascript 中的 ajax webContent() 函式,萬一無 theme 時也可載入文件根目錄的 webContent.js