|
Revision 2579
(checked in by johnsa, 3 years ago)
|
begin porting windows scripts
|
| Line | |
|---|
| 1 |
<xsl:stylesheet |
|---|
| 2 |
version="1.0" |
|---|
| 3 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 4 |
xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 5 |
|
|---|
| 6 |
<!-- iPhone (and other Javascript Capable Phone) Theme Settings --> |
|---|
| 7 |
|
|---|
| 8 |
<!-- URL of html resources (images, css, other html); by default this is |
|---|
| 9 |
set to the application root --> |
|---|
| 10 |
<xsl:variable name="resourcesRoot"><xsl:value-of select="$appRoot"/>/themes/iphoneTheme</xsl:variable> |
|---|
| 11 |
|
|---|
| 12 |
</xsl:stylesheet> |
|---|