Number of visitors since September 11th, 2002:

 

Extended Theme Tags Specifications

Revision 2 (September 23, 2003)
Copyright © 2002 - 2003 Slavko Solar. All rights reserved.

Remarks

1. All these extended tags must be between the standard comment tag <!-- -->

Example:

<!--<Phone_model Name="Z600"/>

<Theme_name Name="Psychedelic"/>

<Theme_creator Name="John Doe (john.doe@email.com)"/>

<Theme_modified_by Name="Jane Doe"/>

<Theme_created Time="19.7.2002 18:34:22"/>-->

2. If your application support these tags, you should add the following text on your application about window:

Extended Theme Tags support: R2 (September 23, 2003)

Specifications

Phone_model Description: This tag describe the phone model for which the theme was created.

Syntax:<Phone_model Name="name"/>

Possible values for Name attribute:
T68x (phone models T68/T68i/T68ie)
T226 (phone model T226)
T23x (phone models T230/T238)
T30x (phone models T300/T302/T306)
T31x (phone models T310/T312/T316)
T61x (phone models T610/T616/T618)
T63x (phone models T630/T628)
Z20x (phone model Z200/Z208)
Z60x (phone model Z600/Z608)

If this tag is not pressent in the theme you program should identify the theme as folows.
If the XML code begins with <Ericsson_theme> then the theme is for T68, T226, T23x, T30x, T31x phone models.
If the XML code begins with <Sony_Ericsson_theme> then the theme is for T61x, Z60x phone models

Example: <Phone_model Name="T230"/>

Note:
This tag should always be pressent in the theme to ensure that the software can identify the theme correctly!
Theme_name Description: This tag describe the name of the theme in a user-friendlier way.

Syntax: <Theme_name Name="name"/>

Example: <Theme_name Name="Green - Spring"/>
Theme_creator Description: Name and/or e-mail addres of person who created this theme.

Syntax:
<Theme_creator Name="name"/>


Example:
<Theme_creator Name="John Doe"/>


Note:
When the theme is modified you should NOT allow in your application, to change the value of this tag!
Theme_modified_by Description: Name and/or e-mail addres of person who modified this theme.

Syntax:
<Theme_modified_by Name="name"/>


Example:
<Theme_modified_by Name="John Doe"/>
Theme_created Description: Date and time when the theme was created.

Syntax:
<Theme_created Time="d.m.yyyy HH:MM:SS"/>

d = day 1 thru 31 (without a leading zero)
m = month 1 thru 12 (without a leading zero)
yyyy = 4-digit year
HH = hour 00 thru 23 (with leading zeros)
MM = minute 00 thru 59 (with leading zeros)
SS = seconds 00 thru 59 (with leading zeros)

Example:
<Theme_created Time="27.8.2002 10:11:12"/>


Note:
When the theme is modified you should NOT allow in your application, to change the value of this tag!

Changes

Revision 2 (September 23, 2003)

  • Added new tag Phone_model.
  • Changed Theme_created attribute name from Time to Date.

Revision 1 (August 27, 2002)

  • Changed the name of attributes (from Value to Name for Theme_name, Theme_creator, Theme_modified_by tags and from Value to Time for Theme_created tag).
  • Defined the exact attribute values for Theme_created tag.

Programs that support ETT

Theme Creator Pro (version 1.x and above) from Slavko Solar
Themes Creator (version 4.2.x and above) from Mikael Christersson
ThemeEditor (version 1.2 and above) from Manuel Alabor
Esato Online ThemeEditor

The revision 1 (ETT R1) is currently used and/or supported only by:
Theme Creator Pro (version 1.0 read only; version 1.1 and above completely)
Esato Online ThemeEditor (read only)

The revision 2 (ETT R2) is currently used and/or supported only by:
Theme Creator Pro (version 3.1)



Copyright © 2002 - 2004 Slavko Solar. All rights reserved.
All brand and product names are trademarks or registered trademarks of their respective holders.