intra-mart Accel Platform テーマ仕様書 第9版 2021-08-01

テーマモジュールのフォルダ・ファイル構成

テーマモジュール
├── build.xml
├── build_js_css.xml
├── message.properties
├── message_en.properties
├── message_ja.properties
├── message_zh_CN.properties
├── module.xml
├── pom.xml
└── src
     └── main
          ├── conf
          │   ├── message
          │   │   └── platform
          │   │       └── theme
          │   │           ├── caption.properties
          │   │           ├── caption_en.properties
          │   │           ├── caption_ja.properties
          │   │           ├── caption_zh_CN.properties
          │   │           └── テーマID
          │   │               ├── caption.properties
          │   │               ├── caption_en.properties
          │   │               ├── caption_ja.properties
          │   │               └── caption_zh_CN.properties
          │   └── theme-config
          │       └── テーマID.xml
          ├── jssp
          │   └── platform
          │       └── src
          │           └── theme
          │               └── テーマID
          │                   ├── body.html
          │                   ├── body.js
          │                   ├── footer.html
          │                   ├── footer.js
          │                   ├── head.html
          │                   ├── head.js
          │                   ├── header.html
          │                   └── header.js
          └── public
               └── ui
                   └── theme
                       └── テーマID
                           ├── css
                           │   └── CSS を参照してください。
                           ├── images
                           │   ├── logo.png
                           │   ├── poweredbyim.png
                           │   ├── thumbnail.png
                           │   └── ...
                           └── js
                               └── CSJS を参照してください。