Visual Themes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Visual Themes

Roel Veldhuizen
In the file ThemeData.xml you could override the header.ftl and
footer.ftl and so on but which files can i override? Is there a
complete list some where?
Reply | Threaded
Open this post in threaded view
|

Re: Visual Themes

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That is already done, unless you are more specific.

Roel Veldhuizen sent the following on 3/3/2009 2:51 AM:
> In the file ThemeData.xml you could override the header.ftl and
> footer.ftl and so on but which files can i override? Is there a
> complete list some where?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJrQ22rP3NbaWWqE4RAkrfAKDB26E8+1Ne14Qyj4zH+naZcBm5BgCfQmvE
8QOzsvqmlzkarKPK/X5O1ns=
=o7Yj
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Visual Themes

Roel Veldhuizen
Yes, there is a short list with six VisualThemeResources in the
ThemeData.xml but are there more. For example could I override the
login.ftl?

2009/3/3 BJ Freeman <[hidden email]>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> That is already done, unless you are more specific.
>
> Roel Veldhuizen sent the following on 3/3/2009 2:51 AM:
>> In the file ThemeData.xml you could override the header.ftl and
>> footer.ftl and so on but which files can i override? Is there a
>> complete list some where?
>>
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJrQ22rP3NbaWWqE4RAkrfAKDB26E8+1Ne14Qyj4zH+naZcBm5BgCfQmvE
> 8QOzsvqmlzkarKPK/X5O1ns=
> =o7Yj
> -----END PGP SIGNATURE-----
>
Reply | Threaded
Open this post in threaded view
|

Re: Visual Themes

Bruno Busco
Roel,
a VisualTheme can have several type of VisualThemeResource associated.
Those can be found in the file:
\framework\common\data\CommonTypeData.xml

For your convenience here they are:

    <Enumeration enumId="VT_STYLESHEET" description="Style Sheet URL"
enumTypeId="VT_RES_TYPE" sequenceId="01"/>
    <Enumeration enumId="VT_RTL_STYLESHEET" description="Right-to-Left
(RTL) Style Sheet URL" enumTypeId="VT_RES_TYPE" sequenceId="02"/>
    <Enumeration enumId="VT_SHORTCUT_ICON" description="Shortcut Icon
URL" enumTypeId="VT_RES_TYPE" sequenceId="03"/>
    <Enumeration enumId="VT_EXTRA_HEAD" description="Additional
&lt;tt&gt;&lt;head&gt;&lt;/tt&gt; Element Markup"
enumTypeId="VT_RES_TYPE" sequenceId="04"/>
    <Enumeration enumId="VT_HDR_IMAGE_URL"
description="Masthead/Branding Logo Image URL"
enumTypeId="VT_RES_TYPE" sequenceId="05"/>
    <Enumeration enumId="VT_HDR_TMPLT_LOC" description="Header
Template Location" enumTypeId="VT_RES_TYPE" sequenceId="06"/>
    <Enumeration enumId="VT_HDR_JAVASCRIPT" description="Header
JavaScript File URL" enumTypeId="VT_RES_TYPE" sequenceId="07"/>
    <Enumeration enumId="VT_FTR_TMPLT_LOC" description="Footer
Template Location" enumTypeId="VT_RES_TYPE" sequenceId="08"/>
    <Enumeration enumId="VT_FTR_JAVASCRIPT" description="Footer
JavaScript File URL" enumTypeId="VT_RES_TYPE" sequenceId="09"/>
    <Enumeration enumId="VT_NAV_TMPLT_LOC" description="Main
Navigation Template Location" enumTypeId="VT_RES_TYPE"
sequenceId="10"/>
    <Enumeration enumId="VT_MSG_TMPLT_LOC" description="Main Messages
Template Location" enumTypeId="VT_RES_TYPE" sequenceId="11"/>
    <Enumeration enumId="VT_SCREENSHOT" description="Theme Preview
Screenshot" enumTypeId="VT_RES_TYPE" sequenceId="12"/>



2009/3/3 Roel Veldhuizen <[hidden email]>:

> Yes, there is a short list with six VisualThemeResources in the
> ThemeData.xml but are there more. For example could I override the
> login.ftl?
>
> 2009/3/3 BJ Freeman <[hidden email]>:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> That is already done, unless you are more specific.
>>
>> Roel Veldhuizen sent the following on 3/3/2009 2:51 AM:
>>> In the file ThemeData.xml you could override the header.ftl and
>>> footer.ftl and so on but which files can i override? Is there a
>>> complete list some where?
>>>
>>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.6 (MingW32)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iD8DBQFJrQ22rP3NbaWWqE4RAkrfAKDB26E8+1Ne14Qyj4zH+naZcBm5BgCfQmvE
>> 8QOzsvqmlzkarKPK/X5O1ns=
>> =o7Yj
>> -----END PGP SIGNATURE-----
>>
>