頁面框架:hd.php 與 ft.php
本文件說明 Dashboard 的頁面 header 和 footer 共用檔案。
hd.php(Header)
對應程式: hd.php
功能
提供 Dashboard 所有頁面共用的 HTML 開頭結構,包含 <head> 標籤(CSS/JS 引入)、頁面標題、以及工具列導覽下拉選單。
內容結構
-
HTML
<head>:- 字元集 UTF-8、RWD viewport
- 頁面標題:「學員出缺席報表」
- 引入 jQuery 1.12.4、jQuery UI、D3.js v5、C3.js、Font Awesome、Popper.js、Tippy.js、Select2
- CSS:reset.min.css、Google Fonts(Lato + Noto Sans TC)、C3、jQuery UI、Select2、style.css
-
頁面 Header(
<div id="hd">):
ft.php(Footer)
對應程式: ft.php
功能
頁面 footer,僅含關閉標籤。
內容
<div id=ft></div>
</div><!--pg--></body></html>