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

出自六年制學程
跳轉到: 導覽搜尋
用 REQUEST_URI 區分五種輸出情況
用 REQUEST_URI 區分五種輸出情況
第 10 行: 第 10 行:
 
#其他實體檔案
 
#其他實體檔案
 
修改:讓 /SITE/index.php 和 /webContent.php 載入相同的 GfWebContent.php
 
修改:讓 /SITE/index.php 和 /webContent.php 載入相同的 GfWebContent.php
 +
 +
確保 theme 中含有 javascript 中的 ajax webContent() 函式,萬一無 theme 時也可載入文件根目錄的 webContent.js

2018年6月6日 (三) 22:18的修訂版本

表示法

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

用 REQUEST_URI 區分五種輸出情況

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

修改:讓 /SITE/index.php 和 /webContent.php 載入相同的 GfWebContent.php

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