sp_template_theme_green.xml設定
概要
sp_template_base.xmlの各コンポーネントに対し、カラー指定(緑系)を行う場合に読み込ませるファイルです。
場所
└ x-Servlet インストールディレクトリ
└ conf
└ insertHeaders
└ sp_template_theme_green.xml
形式
<?xml version="1.0" encoding="Shift_JIS"?>
<insertHeader
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="insertHeader.xsd">
<content>
<style type="text/css">
(CSS設定:省略)
</style>
</content>
</insertHeader>
<insertHeader
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="insertHeader.xsd">
<content>
<style type="text/css">
(CSS設定:省略)
</style>
</content>
</insertHeader>
説明
sp_template_base.xmlの装飾指定に対しカラーリングを一括設定することができます。
適用されたイメージは開発者ガイド スマートフォンテンプレート編をご覧ください。
注意点
- <insertHeader> 内で定義されている内容は x-Servlet の変換対象外となります。