Sfoglia il codice sorgente

新增程式庫影片轉檔工具

manto07m 3 anni fa
parent
commit
5e6d383c63
7 ha cambiato i file con 194 aggiunte e 497 eliminazioni
  1. 0 19
      excelToCsv.php
  2. 105 0
      script/php/api_video_tool.php
  3. 0 351
      test.pdf
  4. BIN
      test.pptx
  5. 0 96
      test2.pdf
  6. 89 0
      video-test.php
  7. 0 31
      建議書報價單服務費預算呈核表.doc

+ 0 - 19
excelToCsv.php

@@ -1,19 +0,0 @@
-<?php
-require 'vendor/autoload.php';
-use PhpOffice\PhpSpreadsheet\Spreadsheet;
-use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
-$reader = new \PhpOffice\PhpSpreadsheet\Reader\Xlsx();
-
-$reader->setLoadSheetsOnly(["ELP (增設)"]);
-$spreadsheet = $reader->load("EOW_ELP_ELP_11.xlsx");
-$writer = new \PhpOffice\PhpSpreadsheet\Writer\Csv($spreadsheet);
-$writer->save("ELP.csv");
-$reader->setLoadSheetsOnly(["EOW-1(1230~"]);
-$spreadsheet = $reader->load("EOW_ELP_ELP_11.xlsx");
-$writer = new \PhpOffice\PhpSpreadsheet\Writer\Csv($spreadsheet);
-$writer->save("OW.csv");
-
-
-
-
-?>

+ 105 - 0
script/php/api_video_tool.php

@@ -0,0 +1,105 @@
+<?php
+set_time_limit(0);
+require '../../vendor/autoload.php';
+$GLOBALS["videoExt"] = array('mp4', 'avi');
+$GLOBALS["pdfExt"] = array('doc', 'docx', 'ppt', 'pptx', 'pdf');
+
+use NcJoes\OfficeConverter\OfficeConverter;
+use Streaming\Representation;
+
+$ffmpeg = Streaming\FFMpeg::create([
+    'ffmpeg.binaries' => 'C:\FFmpeg\bin\ffmpeg.exe',
+    'ffprobe.binaries' => 'C:\FFmpeg\bin\ffprobe.exe',
+    'timeout'          => 3600,
+]);
+
+$GLOBALS["ffmpeg"] = $ffmpeg;
+
+$root = '../../assets';
+$folder = 'API';
+FindPath($root, $folder, $ffmpeg);
+
+function ConvertVideo($file_path, $ffmpeg)
+{
+
+    $r_1080p = (new Representation)->setKiloBitrate(4096)->setResize(1920, 1080);
+
+    $dir_name = pathinfo($file_path, PATHINFO_DIRNAME);
+    $file_name = pathinfo($file_path, PATHINFO_FILENAME);
+    $ext = pathinfo($file_path, PATHINFO_EXTENSION);
+    if (!file_exists("../." . $dir_name . '/' . $file_name . ".m3u8")) {
+        $video = $ffmpeg->open("../." . $file_path);
+        $video->hls()
+            ->x264()
+            ->setHlsTime(300)
+            ->addRepresentations([$r_1080p])
+            ->save("../." . $dir_name . '/' . $file_name . ".m3u8");
+       /* $video->frame(FFMpeg\Coordinate\TimeCode::fromSeconds(40))
+            ->save("../." . $dir_name . '/' . $file_name . ".jpg");
+        $video
+            ->gif(FFMpeg\Coordinate\TimeCode::fromSeconds(40), new FFMpeg\Coordinate\Dimension(640, 480), 5)
+            ->save("../." . $dir_name . '/' . $file_name . ".gif");*/
+        echo "<span style='color:red;'>";
+        echo "   " . $ext . " ==> m3u8";
+        echo "</span>";
+    }
+}
+
+function ConvertPdf($file_path)
+{
+    $dir_name = pathinfo($file_path, PATHINFO_DIRNAME);
+    $file_name = pathinfo($file_path, PATHINFO_FILENAME);
+    $ext = pathinfo($file_path, PATHINFO_EXTENSION);
+    if (!file_exists("../." . $dir_name . '/' . $file_name . ".pdf")) {
+        $converter = new OfficeConverter("../." . $file_path, "./", "soffice.bin ", false);
+        $converter->convertTo("../." . $dir_name . '/' . $file_name . ".pdf");
+        echo "<span style='color:red;'>";
+        echo "   " . $ext . " ==> pdf";
+        echo "</span>";
+    }
+    if (!file_exists("../." . $dir_name . '/' . $file_name . ".jpg")) {
+        $root = $_SERVER['DOCUMENT_ROOT']  . '/BIM-Monitor'  . substr($dir_name, 1)  . '/' . $file_name;
+
+        $im = new imagick();
+        $im->readimage($root . '.pdf[0]');
+        $im->setImageFormat('jpg');
+        $im->writeImage($root . '.jpg');
+        $im->clear();
+        $im->destroy();
+        echo "<span style='color:red;'>";
+        echo "    pdf ==> jpg";
+        echo "</span>";
+    }
+}
+
+
+function FindPath($root, $folder, $ffmpeg)
+{
+    $rootPath = $root . '/' . $folder;
+    $paths = array_diff(scandir($root . '/' . $folder), array('.', '..', 'Thumbs.db'));
+    natsort($paths);
+    echo ("<ul>");
+    foreach ($paths as $path) {
+        if (str_contains($path, '.')) {
+            echo ("<li data-jstree='{ " . '"type" : "file"' . " }' >");
+            $title = explode(".", $path)[0];
+            $file_path = substr($rootPath, 4) . "/" . $path;
+            $path = "title:" . $title . "path:" . $file_path . "  dir_id:" . $folder;
+            echo ($path);
+
+            $ext = pathinfo($file_path, PATHINFO_EXTENSION);
+            if (in_array($ext, $GLOBALS["videoExt"])) {
+                ConvertVideo($file_path, $ffmpeg);
+            } else if (in_array($ext, $GLOBALS["pdfExt"])) {
+                //ConvertPdf($file_path);
+            }
+            echo ("</li>");
+        } else {
+            echo ("<li>");
+            echo ("dir_name: " . $path . "parent:  " . $folder);
+            FindPath($rootPath, $path, $ffmpeg);
+            echo ("</li>");
+        }
+    }
+    echo ("</ul>");
+}

+ 0 - 351
test.pdf

@@ -1,351 +0,0 @@
-                         MAA內部教育訓練課程
-
-大規模土地開發設計、施工階段
-         BIM應用經驗分享
-
-               以桃園市觀音區草漯第一、三、六區整體開發單元市地重劃統包工程為例
-
-                                                                          報告人:游斯丞
-                                                                          日期:2020/04/24
-大綱
-
-   • 計畫概述
-   • 軟體應用
-   • 模型建置
-   • BIM輔助整合應用
-   • UAV及3D GIS成果
-   • 施工階段應用
-   • 其他應用成果
-   • 結論
-計畫概述
-
-  何為市地重劃?
-
-  • 依照都市計畫內容,將一定區域內畸零細碎之土地,加以重新整理。
-  • 畸零、細碎、不整之土地 → 大小適宜、形狀方整之土地。
-  • 基本上為未開發之土地。
-計畫概述
-
-工程概述
-
-• 本工程位於桃園觀音工業區。     大觀路
-• 北至工業區聯外道路緣50公尺及工
-                               第一區47.6公頃
-    業區與萬安橋為界。                  第三區53.99公頃
-                               第六區46.29公頃
-• 西從下厝溪二號橋往南至大草厝既              共計147.88公頃
-    成道路為止。
-
-• 南由福安橋沿菜寮埤邊緣順桃39號
-    道路再沿桃園大圳八支線。
-
-• 東至保障橋為界。
-
-BIM應用目的
-
-• 屬「廣義」的BIM應用。
-• 輔助地下管線整合檢討,解決傳統2D設計圖面難以掌控之管線衝突盲點。
-計畫概述
-
-• 本案為全台首例應用BIM技術導入大規模市地重劃統
-  包工程,土開工程BIM應用項目如下:
-
-1. 土木及基礎設施類:         3. 管線系統整合檢討。
-  A. 橋梁、跨排水路橋。       4. UAV傾斜攝影3D實景模型:
-  B. 自來水、污水等管線及人手孔。
-  C. 排水側溝、管涵、箱涵及人孔。    A. 基地及地界外500公尺3D實景模型。
-  D. 平面道路段。            B. 正射影像。
-  E. 道路定線。             C. 3D GIS 平台
-
-2. 機電類(共同管道):
-  A. 電線管道。
-  B. 電力管道。
-軟體應用
-
-         項目             使用BIM軟體              版本  輸出格式
-      結構橋梁                   Revit
-      共同管線                                                       .rvt
-                       Revit +Dynamo         2017
-         污水
-       自來水                 Civil 3D              .dwg
-      排水箱涵               Navisworks
-      既有管線       Skyline TerraExplorer Pro       .nwc
-      道路地形         (3D GIS整合平台)                  .nwd
-      介面整合     Skyline TerraExplorer Viewer
-                   (3D GIS展示平台)              V7  fly (3D GIS)
-UAV航空攝影測量
-       3D GIS
-模型建置
-
-項目        模型類別         檔案命名原則                  範例
-
-結構橋梁 3. 結構模型      階段–專業–區域–橋樑編號–版次       DN-BR-1-1-A0
-
-共同管線  1.  管線      階段–專業–區域–工項編號–版次       DN-CD-1-L-A0
-                                         DN-CD-1-F-A0
-      2. 設備(資源區)        階段–專業–區域–版次      DN-SW-1-L-A0
-                                      -  DN-SW-1-F-A0
-污水    1.  管線                             DN-PL-1-L-A0
-                                         DN-PL-1-F-A0
-      2. 設備(人孔)                          DN-DR-1-L-A0
-                                         DN-DR-1-F-A0
-自來水   1.  管線                             DN-OD-1-L-A0
-                                          DN-CV-1-A0
-      2. 設備(消防栓)
-                                                  -
-排水箱涵  1.  管線
-
-      2. 設備(集水井)
-
-既有管線 1.   管線
-
-道路地形 4. 道路、排水側溝
-
-屬性資料 5.   -
-模型建置-管線模型       Civil 3D地下管線設計線型。
-                Dynamo程式自動化管線建置。
-      管線自動化建置
-                  管線模型建置
-   3D設計線型
-
-Dynamo程式應用
-模型建置-管線模型
-
-      程式化自動建置管線模型,提升設計效率及品質。
-     。
-模型建置-管線模型
-
-污水、自來水、既有管線
-
-• 一般模型(草漯)。
-• 管元件(菓林、中壢運動公園)。
-
-   項目  檔案大小   建置速度
-一般模型       大      慢
- 管元件       小      快
-
-共同管道
-
-• 管道內之管線呈現對效能需求極大。
-• 管道內之管線不影響衝突檢討。
-→ 僅建置CLSM外框。
-模型建置-設備模型       Revit參數化元件建置。
-                Dynamo程式依設備點位自動建模。
-      設備自動化建置
-                 設施模型建置
-  2D設計設備資料
-                 Dynamo程式應用
-  設備族群建置
-                   導入2D設施
-                   定位資料
-模型建置-設備模型
-
-      程式化自動建置設備模型,提升設計效率及品質。
-     。
-模型建置-結構橋梁        Revit依不同橋梁構件建置結構橋梁。
-
-        橋梁建置作業
-
-橋台
-橋面版、胸牆
-大梁
-模型建置-道路、排水側溝      Civil 3D進行道路設計。
-                  包含道路中心線及縱斷面。
-           道路設計
-
-道路中心線            道路縱斷面
-模型建置-道路、排水側溝    依據道路縱坡及橫斷面資料,建立
-                   道路組合與次組合。
-     道路組合及次組合
-
-道路橫斷面          Civil 3D道路組合與次組合
-模型建置-道路、排水側溝      Civil 3D建置廊道。
-                  依據設計資訊產生道路實體模型。
-           道路廊道
-
-Civil 3D廊道建置     道路實體模型
-模型建置-道路、排水側溝    轉彎段道路線型修正。
-                增加道路資訊(編號、里程樁位)。
-      轉彎段道路修正   都計圖資訊建置。
-
-原道路            轉彎段修正
-模型建置-屬性資料           Dynamo程式自動導入設計資訊,
-                       包含高程、坐標、道路編號。
-        屬性資料導入
-                        管線模型設計資訊
-         設施模型設計資訊
-
- 依據營建署及桃園市工務局公共管線資料庫要求,導入相關資訊。
- 結合工務局道管資訊中心管理系統,達成全生命週期應用。
- 可參考桃園市政府三維公共管線資料格式與規範。
-BIM輔助整合應用-數量計算
-
-           數量檢核
-
-  • 模型建置完成後,透過明細表
-       單導出數量,與設計數量進行
-       檢核比對,輔助設計數量計算。
-
-  • 橋梁:混凝土體積。
-  • 管線:長度。
-  • 設備:數量。
-
-  檢核結果
-
-  • 設計數量:平面線型。
-  • 模型數量:3D 實際成果。
-  • 經檢核,誤差均小於1.5%。
-  → 輔助數量計算效益頗高。
-BIM輔助整合應用-衝突疑義報告
-
-           衝突檢核
-
-  • 以重力流(污水、排水)管線為優先考量,於設計階段排除重力流間管線
-       衝突,並進行非重力流與重力流管線間之衝突檢討與設計回饋,排除管線
-       施工問題。
-BIM輔助整合應用-衝突疑義報告
-
-管線閃避模擬          依管線閃避原則,進行閃避模擬。
-
-管線閃避原則:
-
-1. 重力流不調整。
-2. 共同管道遇重力
-
-     流,提前10m以
-     不大於1:5之坡
-     度作下潛閃避。
-
-     (視下潛高度另
-
-     行調整提前距
-
-     離)。
-BIM輔助整合應用-模型2D圖說
-
-         2D圖面應用
-
-  結構橋梁
-
-  • 於模型內開設平、立、剖面
-       視圖,輔助圖面產置與檢核。
-
-  管線模型
-
-  • 套用各工區分區範圍後以2D
-       圖說展示。
-BIM輔助整合應用-系統模型整合
-UAV及3D GIS成果
-
-• 施工前、中及完工後,建製全區範           一區3D GIS模型
-    圍之空拍攝影測量三維模型。           三區3D GIS模型
-
-• 以UAV傾斜攝影測量,將拍攝所得
-    相關資料整合至Skyline 3D GIS平
-    台。
-
-   航拍範圍
-
-                            六區3D GIS模型
-UAV及3D GIS成果
-
-       傾斜攝影空拍搭配數值模型與正射影像整合本案管線及道路模型於3D GIS系統,完整展
-      現市地重劃工程具有廣域性之特性。
-施工階段應用          依據現場管線施作完成之實測高程
-                   、位置,反饋模型修正。
-     依據實際施工修正
-施工階段應用
-
-      結合預訂施工進度表,進行4D施工排程模擬,輔助工進檢討。
-施工階段應用               08月底施工進度
-                      一區共同管線
-  應用已施工數量掌控施工進度               67.61%
-
-                 進度
-
-                     已施工共同管道
-                     未施工共同管道
-施工階段應用
-
-6-30-1 污水管道
-
-3-6-19 排水箱涵
-其他應用成果-BIM橋梁吊裝安全措施模擬
-
-                                                            風險辨識:
-
-                                                                  •河岸破堤
-                                                                  •汛期洪氾
-
-           橋台  處置措施:
-橋台
-               • 橋台避開護岸排除
-                破堤
-
-               • 護岸設置安全護欄
-其他應用成果-BIM橋梁吊裝安全措施模擬
-
-                                                            風險辨識:
-
-                                                                  •機具及場地佈設
-                                                                  •強風作業
-
-      起重機作業防護  主梁吊運纜索固定          處置措施:
-高空作業車                       風速計
-                                 • 起重機作業防護
-               起重機作業防護           • 設置警示牌
-                                 • 主梁吊運纜索固定
-                                 • 高空作業車
-                                 • 臨水作業救生設施
-                                 • 指揮及操作管制
-                                 • 風速計
-其他應用成果-BIM橋梁吊裝安全措施模擬
-
-                                                            風險辨識:
-
-                                                                  •高空作業
-
-       主梁作業母索    風速計 處置措施:
-橋台作業母索
-                           • 主梁作業安全母索
- 上下設備                      • 橋台作業安全母索
-          高空作業車            • 橋台上下設備
-                           • 高空作業車
-其他應用成果-BIM橋梁吊裝安全措施模擬
-
-     橋梁安全施工防護
-
-      跨河橋台不破堤
-
-    護岸安全護欄        BIM模擬輔助橋梁吊裝安全措施檢討
-            協助取得第十三屆公共工程金安獎工程類 佳作
-主梁吊裝場地管制/
-風速計、起重機防護
-
-   橋台作業防護/
-上下設備、安全母索
-
-   主梁吊運防護/
-纜索固定、安全母索
-
-   高空解索防護/
-   高空作業車輔助
-結論
-
-  • 全國首例導入BIM技術於市地重劃統包工程。
-  • 應用BIM技術輔助,已發現114項大型管線衝突,於設計、
-
-     施工階段提前進行閃避解決,降低施工風險。
-  • 應用BIM技術進行各類管線系統數量檢核,與傳統估算差
-
-     異小於1.5%。
-  • 應用4D排程應用輔助掌控工期,協助工程進度檢討。
-  • 應用BIM進行工區內施工安全模擬,輔助施工安全配置檢
-
-     討協助取得第十三屆公共工程金安獎工程類佳作。
-  • 竣工資訊逐步建置,BIM管線資料提供工務局道管資訊中
-
-     心管理系統整合,協助獲得地理資訊協會舉辦之第十五屆
-     金圖獎最佳應用系統獎。
-Thank you for your attention
-

BIN
test.pptx


+ 0 - 96
test2.pdf

@@ -1,96 +0,0 @@
-PDF INFO & TEST FILE
-
-DOWNLOADING PDF FILES IN A WEB BROWSER
-
-Windows 95 Users
-
-To download the file directly from within Windows 95 using their Internet Explorer, right click on
-the hotlink and a pop-up menu will appear. Select the "Save Target As..." menu item and then you
-will be asked to identify a destination for the file on you local hard drive. When the file is fully
-downloaded, open it in the Acrobat Reader or Exchange program. If you want to view it within
-your browser--left click on the hot link.
-
-                        Figure 1. Windows 95 Pop-Up Menu with Right Click
-
-Macintosh Users
-
-The same general rules and limitations exist for Macintosh users as have been described above. To
-download the file to the hard drive, click and hold the mouse button down until a pop-up window
-appears. Select "Download Link to Disk" (MS Explorer 4) or similar menu item, and then choose
-the destination for the file.
-PDF INFO & TEST FILE
-
-HOW TO USE PDF FILES ON THE INTERNET
-
-Viewing PDF Files On-Line
-
-It is possible to "download" PDF files within your Internet browser using the Adobe Acrobat PDF
-Viewer plug-in for browsers. If you have an Acrobat plug-in installed, clicking on the PDF hot link
-will automatically start downloading the file and will show you the first page as soon as it is ready.
-The Acrobat plug-in will display the first page of the document as soon as it is downloaded; that
-usually takes several seconds to a minute--depending on the quality and speed of your network
-connection.
-The files must be navigated and printed using the Acrobat PDF Viewer's icons and not the
-browser's menu items. The PDF document MUST be printed using the Acrobat Viewers print icon
-on the upper left corner of the viewer. If the browser's print menu is used, the document may not
-print clearly, or not print at all..
-
-Viewing PDF Files Off-Line
-
-The best place to view and use PDF file is off-line. While viewing PDF files on-line is a great
-feature, it does limit some user interface options and is somewhat impractical for large PDF files
-on the Internet. It may be wiser to download the file for with the Adobe's Acrobat Reader or
-Acrobat Exchange applications. The benefit of this is each of these applications allows for faster
-navigation, use of the search function and index services if the file is included in a detached index.
-
-Downloading Limitations of the Internet
-
-It appears that some service providers place limits on the size of files that they will allow their users
-to attach to e-mail (usually less than 1 megabyte), or download directly. While the PDF version of
-a document may appear to be a large file compared to many HTML and graphic files, the PDF file
-is frequently one-half to one-tenth the size of the parent files! The collection of parent resources
-would be more difficult to download and would not provide the high level of services available in
-the Acrobat PDF format.
-
-PRINTING PDF FILES
-
-The Acrobat Reader is capable of printing to a variety of printer types, including PostScript, HPGL
-and PCL, without any additional software. Choosing the "Print..." menu item in Acrobat will call
-up the standard print dialog box found on your system. In general, choose "Shrink to Fit" option to
-allow the PDF page images to fit on your paper. There is no required "paper size" for a PDF file
-and it is common for the contents of a PDF file be used as virtual slide show in a landscape format.
-PDF INFO & TEST FILE
-
-SOMETHING FOR FREE!
-
-The PDF (Portable Document Format) requires a special stand-alone application, or plug-in for
-your Web browser to view PDF documents. The basic software is available free from the Adobe
-Corporation. The free Adobe(R) Acrobat(R) Reader allows you to view, navigate, and print PDF
-files across all major computing platforms. Acrobat Reader is the free viewing companion to
-Adobe Acrobat 3.0 and to Acrobat Capture(R) software. All links to PDF files have a icon beside
-them or "(PDF)" in the text link.
-
-If you do not have Adobe(R) Acrobat(R) Reader software, it is available free from Adobe Inc. by
-clicking the Get Acrobat Reader at “http://www.adobe.com/prodindex/acrobat/readstep.html”.
-
-A more sophisticated version of this software package called Adobe Acrobat provides the software
-tools for the creation, basic editing and indexing of PDF files. It is available as a commercially sold
-product from Adobe. The commercial product is available through most software retailers.
-
-WHY I USE PDF FILES
-
-I frequently get inquires about our use of PDF files on my Web site. I use them for several
-reasons:
-
-     • I can deliver information with higher quality graphics and page formatting.
-     • PDF files can be electronically indexed and searched quickly.
-     • They are compact in size compared to other forms of electronic documents of comparable
-
-         quality.
-     • I can create high quality documents more easily than using HTML (Hypertext Mark-up
-
-         Language). Information on Web will frequently have graphics with much lower resolutions
-         than ones in our PDF files.
-     • They can be used with the same predictable results on five computer platforms and operat-
-         ing systems. (UNIX, Windows 3.1, 95, 98 & NT, Macintosh)
-

+ 89 - 0
video-test.php

@@ -0,0 +1,89 @@
+<?php
+
+
+session_start();
+
+if (isset($_POST["id"])) {
+    $id = $_POST["id"];
+}
+$folder = "";
+if (isset($_POST["folder"])) {
+    $folder = $_POST["folder"];
+}
+
+
+?>
+<!doctype html>
+<html class="fixed">
+
+<head>
+    <?php include("bim-support-header.html"); ?>
+    <link href="https://vjs.zencdn.net/7.17.0/video-js.css" rel="stylesheet">
+    <script src="./script/js/global.js"></script>
+    <script src="./script/js/jquery.redirect.js"></script>
+
+    <script>
+        var userName = '<?php echo $_SESSION['name']; ?>';
+        pageHeader = "亞新教育訓練平台";
+    </script>
+</head>
+
+<body>
+    <section class="body">
+        <!-- start: header -->
+        <header-menu></header-menu>
+        <!-- end: header -->
+        <div class="inner-wrapper">
+            <!-- start: sidebar -->
+            <side-bar></side-bar>
+            <!-- end: sidebar -->
+            <section role="main" class="content-body">
+                <header class="page-header">
+                    <h2 id="header">{{pageHeader}}</h2>
+                    <button class="mb-xs mt-xs mr-xs btn btn-default right" type="button" style="float: right;" onclick="returnToList(folder)">回上層</button>
+                </header>
+                <div class="row">
+                    <div class="col-md-9">
+                        <section class="panel" id="video-body">
+                        <video id="my-video" class="video-js" controls preload="auto" width="640" height="264" data-setup="{}">
+                            <source src="./AttachAndJoinWalls.m3u8">
+                            </video>
+                            <div class="panel-body" style="color:black;">
+                                <h4>課程簡介</h4>
+                                <text id="description"></text>
+                            </div>
+                        </section>
+                    </div>
+                    <div class="col-md-3">
+                        <section class="panel" id="video-list-panel">
+                            <div class="panel-body" style="height: 100%;overflow: auto;">
+                                <span>相關影片</span>
+                                <ul class="nav nav-main" id="video-list"></ul>
+                            </div>
+                        </section>
+                    </div>
+                    <div class="col-md-3">
+                        <section class="panel" id="file-list-panel">
+                            <div class="panel-body" style="height: 100%;overflow: auto;">
+                                <span>參考檔案</span>
+                                <ul class="nav nav-main" id="file-list"></ul>
+                            </div>
+                        </section>
+                    </div>
+
+                </div>
+        </div>
+    </section>
+    </div>
+    <script src="https://vjs.zencdn.net/7.17.0/video.min.js"></script>
+    <script>
+        vm.mount('.body');
+        /*var id = '<?php echo ($id); ?>';
+        var folder = '<?php echo ($folder); ?>';*/
+    </script>
+    <!-- <script src="./script/js/video-play.js"></script> -->
+    <?php include("bim-support-body.html"); ?>
+    </section>
+</body>
+
+</html>

+ 0 - 31
建議書報價單服務費預算呈核表.doc

@@ -1,31 +0,0 @@
-
-
-                        [pic]亞新工程顧問股份有限公司
-
-
-                        建議書/報價單服務費預算呈核表
-
-                                                                年   月   日
-
-
-|建議書編號     |                                                          |
-|建議書名稱     |                                                          |
-|主辦部門       |                                                          |
-|主辦工程師     |                                                          |
-|簽約業主       |                                                          |
-|投標日期       |                                                          |
-|公告預算       |                                                          |
-|服務費預算     | (請附服務費分析表)                                       |
-|核准/核備 |董事長         |總經理         |副總經理/協理  |部門/專案經理  |
-|核定預算  |               |               |               |               |
-|簽    名  |               |               |               |               |
-|說明 |□服務費在300萬元以下由部門/專案經理核准。                           |
-|     |□服務費在300~1000萬元由副總經理/協理核准。                          |
-|     |□服務費在1000~2000萬元由總經理核准。                                |
-|     |□服務費在2000萬元以上由董事長核准。                                 |
-|     |                                                                    |
-|備註 |                                                                    |
-|     |                                                                    |
-
-
-                                                               101/7/27 修訂