| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <theme name="flatgrey" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns="http://ofbiz.apache.org/Widget-Theme" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Theme http://ofbiz.apache.org/dtds/widget-theme.xsd"> |
| <visual-themes> |
| <visual-theme id="FLAT_GREY" display-name="Flat Grey"> |
| <description>${util:label('CommonEntityLabels', 'VisualTheme.description.FLAT_GREY', locale)}</description> |
| <screenshot location="/flatgrey/screenshot.jpg"/> |
| </visual-theme> |
| </visual-themes> |
| <extends location="component://common-theme/widget/Theme.xml"/> |
| |
| <theme-properties> |
| <!--header image --> |
| <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.png"/> |
| <!--template location--> |
| <property name="VT_HDR_TMPLT_LOC" value="component://flatgrey/template/Header.ftl"/> |
| <property name="VT_FTR_TMPLT_LOC" value="component://flatgrey/template/Footer.ftl"/> |
| <property name="VT_NAV_TMPLT_LOC" value="component://flatgrey/template/AppBar.ftl"/> |
| <!--Css style--> |
| <property name="VT_STYLESHEET['add']" value="/flatgrey/style.css"/> |
| <property name="VT_STYLESHEET['add']" value="/flatgrey/javascript.css"/> |
| <property name="VT_HELPSTYLESHEET['add']" value="/flatgrey/help.css"/> |
| <property name="VT_DOCBOOKSTYLESHEET['add']" value="/flatgrey/webapp/flatgrey/docbook.css"/> |
| <property name="VT_RTL_STYLESHEET['add']" value="/flatgrey/stylertl.css"/> |
| </theme-properties> |
| |
| </theme> |