<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                ## 1\. 創建一個簡單的官網 1.首先選中網站列表,點擊![](https://img.kancloud.cn/db/eb/dbebe5df2dab163b62fa745057261930_76x32.png)按鈕管理已經創建好的站點 2.選中企業官網下的![](https://img.kancloud.cn/45/7c/457cc6374e1df2abca883eba0e83a967_189x49.png)選項,進入到站點文件管理界面 ![](https://img.kancloud.cn/53/ce/53ce09247e2dc23aece6f3e4c2e26715_1920x881.png) html、templets、templets:點擊html文件夾進入后會有已數字命名的文件夾,該數字對應的是你在網站列表中創建好了的各個站點的站點編號,點擊進入后才是這個站點的靜態化html文件 點擊templets進入資源文件夾首先創建一個htm格式的headFile文件進行編輯 ![](https://img.kancloud.cn/27/a3/27a32880ae689638e47225be776011ac_105x96.png) headFile文件主要用于放入一些js、css樣式,然后在新建一個head.htm文件用于寫入頭部導航 第二步新建一個index頁面作為站點的首頁,代碼代碼使用方法如下 ``` {ms:include filename=headFile.htm/} <a href="{ms:global.url/}/1/index.html">產品</a> <a href="{ms:global.url/}/2/index.html">關于我們</a> <!--https://is.xiaoyung.com:443/cms/web/search/1154588979538952192/search.do--> <form id="searchDataForm" action="https://is.xiaoyung.com:443/cms/web/search/1154588979538952192/search.do" method="post"> <input type="text" name="basic_title" /> <input type="hidden" name="categoryNo" value="1" label="欄目編號"/> <input type="submit" value="搜索"> </form> <h1>這是首頁</h1> {ms:include filename=footer.htm/} ``` 建好head和index文件后進行新建product-list.htm和product-detail.htm文件,用于顯示產品列表和產品詳情 ![](https://img.kancloud.cn/9a/0c/9a0c06f83678cd02f14b56d1425b21dc_240x104.png) product-list.htm代碼用法如下 ``` {ms:include filename=headFile.htm/} <h1>這是 {ms:channel} [field.typetitle/] {/ms:channel} <br/> {ms:arclist ispaging=true size=2 order=asc} <a href="[field.link/]">[field.title/] </a> {/ms:arclist} <ul> <li><a href="{ms:page.index/}">首頁</a></li> <li><a href="{ms:page.pre/}">上一頁</a></li> <li><a href="{ms:page.next/}">下一頁</a></li> <li><a href="{ms:page.last/}">末頁</a></li> <li>當前頁/總頁數<span>{ms:page.cur/}/{ms:page.total/}</span></li> <li>本頁有:<span>{ms:page.rcount/}</span>篇文章</li> </ul> </h1> {ms:include filename=footer.htm/} ``` product-detail.htm代碼用法如下 ``` {ms:include filename=headFile.htm/} <h1> <h1>{ms:field.title/}</h1> <br/> {ms:field.content/} </h1> {ms:include filename=footer.htm/} ``` 創建好了文件后,還需要對欄目和文章進行設置 點擊企業官網下的![](https://img.kancloud.cn/65/fc/65fc5c04e8d1bebddd3a57983efa805d_188x39.png) 進入欄目頁面后點擊新增按鈕開始配置欄目 欄目列表需要設置以下三個欄目 產品欄目 ![](https://img.kancloud.cn/dc/3b/dc3bbe3477874e05a67612dec3be0085_1902x875.png) 關于我們 ![](https://img.kancloud.cn/e9/05/e905174017cde678ba1bd2b592189384_1903x874.png) 產品自定義模型 ![](https://img.kancloud.cn/f4/ca/f4ca3aa9f7c222ac999b335b9251d9fa_1903x868.png) 按照圖上的設置配置好了欄目后進行文章的配置 選中![](https://img.kancloud.cn/91/43/91438cb44eb777ae95d5a8d6b4b023fb_186x36.png) 進入文章列表后 ![](https://img.kancloud.cn/b5/84/b5844890ce60a7cedae3fd5889e6a878_1916x877.png) 選擇圖片紅色箭頭所指的欄目然后點擊新增按鈕 ![](https://img.kancloud.cn/48/61/48615ef51594cda0a9f5372bac3edf3a_1901x876.png) 按照示例圖片填寫內容后點擊保存文章 選中關于我們 ![](https://img.kancloud.cn/de/15/de15d61f0e8059fcc967e6b89a0ab2f0_476x309.png) 點擊新增按鈕 ![](https://img.kancloud.cn/b1/10/b1102d6b78786e92011bbfc3ed97669f_1907x879.png) 按照上圖填寫保存 選擇![](https://img.kancloud.cn/f4/4a/f44a3671e01467104da892e778041201_733x460.png) 同上進行新增文章 示例圖 ![](https://img.kancloud.cn/dd/da/ddda55546051907308f472c8c57e1086_1901x877.png) 完成三個欄目的文章新增后列表如下圖(少幾條記錄可以,但是要確保三個欄目都有文章) ![](https://img.kancloud.cn/8a/e7/8ae7b45623d05e1097b777579a56c6e3_1713x604.png) 接下來最后一步 選擇靜態化網站![](https://img.kancloud.cn/5c/77/5c772380c2db00cc78858bbd7857dd68_181x39.png) 點擊生成全部按鈕即可完成一個簡單的站點網站 ![](https://img.kancloud.cn/10/16/10162ec2d827a8c99b61c954e5f63cb8_1720x882.png)
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看