:::

1-6-1 前後臺的基本樣板檔

您沒有觀看影片的權限

您沒有觀看影片的權限

請先登入,登入後,確認您的權限後,即可觀看影片。

  1. 所謂基本樣板檔就是把每個樣板檔共同會用到的部份都放在這,只有不一樣的部份才另外做樣板檔,並用 smarty 的 includeq 語法來引入
  2. 前台基本樣板檔 templates\tad_signup_index.tpl
    <{$toolbar}>
    <{if $now_op}>
        <{includeq file="$xoops_rootpath/modules/$xoops_dirname/templates/op_`$now_op`.tpl"}>
    <{/if}>
    
    <script language="JavaScript" type="text/javascript">
        $(document).ready(function(){
            $('[data-toggle="tooltip"]').tooltip();
        });
    </script>

     

  3. 後台基本樣板檔 templates\tad_signup_admin.tpl
    <div class="container-fluid" style="margin-bottom: 30px;">
        <{if $now_op}>
            <{includeq file="$xoops_rootpath/modules/$xoops_dirname/templates/op_`$now_op`.tpl"}>
        <{/if}>
    </div>
    
    <script language="JavaScript" type="text/javascript">
        $(document).ready(function(){
            $('[data-toggle="tooltip"]').tooltip();
        });
    </script>

     

link to https://github.com/tad0616/tad_signup/commit/d94f682caa76d548bc4fb5b7bc0173d9a8d04dfb \ 


:::

搜尋

QR Code 區塊

https%3A%2F%2Fwww.tad0616.net%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbsn%3D48%26tbdsn%3D1576

書籍目錄

展開 | 闔起

線上使用者

60人線上 (6人在瀏覽線上書籍)

會員: 0

訪客: 60

更多…