Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-382

HTML テンプレートがレイアウトのテンプレートと異なったディレクトリ階層にあると,レイアウトのテンプレート中に記述した <img>,<script>,<link> 要素の相対パスが不正になってしまう問題を修正しました.

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.12-rc1
    • Affects Version/s: 1.0.10
    • Component/s: Teeda Extension
    • None

      HTML テンプレートがレイアウトのテンプレートと異なったディレクトリ階層にあると,レイアウトのテンプレート中に記述した <script> や <style> 要素の相対パスが不正になってしまう.

      例:
      レイアウトの記述

      <style type="text/css">@import url('../../css/litbox.css');</style>
      <script type="text/javascript" src="../../js/kumu.js"></script>
      

      レイアウトが view/layout/layout.html だとすると,view/add/add.html では上記パスは正しい相対パスとなるが,view/move/aaa/aaa.html では不正な相対パスとなる.

      <script> や <style> の相対パスは,本体のテンプレートの位置に合わせて補正する必要がある.

            Assignee:
            koichik koichik
            Reporter:
            koichik koichik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: