PROJECTEP : bugfix for manged_css. 85/21085/1
authoryonghwan82.jeon <yonghwan82.jeon@samsung.com>
Thu, 15 May 2014 04:21:07 +0000 (13:21 +0900)
committeryonghwan82.jeon <yonghwan82.jeon@samsung.com>
Thu, 15 May 2014 04:21:07 +0000 (13:21 +0900)
Modify page_managed_css file.

Change-Id: Ieec51c54d399991e54ba27de350989fc2ffff5fa
Signed-off-by: yonghwan82.jeon <yonghwan82.jeon@samsung.com>
templates/Template/Tizen Web UI Builder/1.EmptyProject/project/tizen-ui-builder-tool/res/xslt/page_managed_css_ver0_0_3.xslt
templates/Template/Tizen Web UI Builder/2.SinglePageProject/project/tizen-ui-builder-tool/res/xslt/page_managed_css_ver0_0_3.xslt
templates/Template/Tizen Web UI Builder/3.MultiPageProject/project/tizen-ui-builder-tool/res/xslt/page_managed_css_ver0_0_3.xslt
templates/Template/Tizen Web UI Builder/4.NavigationProject/project/tizen-ui-builder-tool/res/xslt/page_managed_css_ver0_0_3.xslt

index ba9a78d..370d42b 100644 (file)
@@ -28,7 +28,7 @@
                <xsl:for-each select="screen">
                        <!--  xsl:sort select="width" order="descending" data-type="number" / -->
 
-                               <xsl:variable name="nscreen-name"><xsl:value-of select="@name" /></xsl:variable>
+                               <xsl:variable name="nscreen-name"><xsl:value-of select="@fineName" /></xsl:variable>
 
                                <xsl:variable name='device-width'>
                                        <xsl:choose>
                                        <xsl:choose>
                                                <xsl:when test='string(@enable) = "true"'>
 <xsl:value-of select="$newline"/>/* nscreen Name : <xsl:value-of select="$nscreen-name"/>, page name : <xsl:value-of select="@name"/> */
-@import url (" <xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
+@import url("<xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
                                                </xsl:when>
                                                <xsl:otherwise></xsl:otherwise>
                                        </xsl:choose>
index ba9a78d..370d42b 100644 (file)
@@ -28,7 +28,7 @@
                <xsl:for-each select="screen">
                        <!--  xsl:sort select="width" order="descending" data-type="number" / -->
 
-                               <xsl:variable name="nscreen-name"><xsl:value-of select="@name" /></xsl:variable>
+                               <xsl:variable name="nscreen-name"><xsl:value-of select="@fineName" /></xsl:variable>
 
                                <xsl:variable name='device-width'>
                                        <xsl:choose>
                                        <xsl:choose>
                                                <xsl:when test='string(@enable) = "true"'>
 <xsl:value-of select="$newline"/>/* nscreen Name : <xsl:value-of select="$nscreen-name"/>, page name : <xsl:value-of select="@name"/> */
-@import url (" <xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
+@import url("<xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
                                                </xsl:when>
                                                <xsl:otherwise></xsl:otherwise>
                                        </xsl:choose>
index ba9a78d..370d42b 100644 (file)
@@ -28,7 +28,7 @@
                <xsl:for-each select="screen">
                        <!--  xsl:sort select="width" order="descending" data-type="number" / -->
 
-                               <xsl:variable name="nscreen-name"><xsl:value-of select="@name" /></xsl:variable>
+                               <xsl:variable name="nscreen-name"><xsl:value-of select="@fineName" /></xsl:variable>
 
                                <xsl:variable name='device-width'>
                                        <xsl:choose>
                                        <xsl:choose>
                                                <xsl:when test='string(@enable) = "true"'>
 <xsl:value-of select="$newline"/>/* nscreen Name : <xsl:value-of select="$nscreen-name"/>, page name : <xsl:value-of select="@name"/> */
-@import url (" <xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
+@import url("<xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
                                                </xsl:when>
                                                <xsl:otherwise></xsl:otherwise>
                                        </xsl:choose>
index ba9a78d..370d42b 100644 (file)
@@ -28,7 +28,7 @@
                <xsl:for-each select="screen">
                        <!--  xsl:sort select="width" order="descending" data-type="number" / -->
 
-                               <xsl:variable name="nscreen-name"><xsl:value-of select="@name" /></xsl:variable>
+                               <xsl:variable name="nscreen-name"><xsl:value-of select="@fineName" /></xsl:variable>
 
                                <xsl:variable name='device-width'>
                                        <xsl:choose>
                                        <xsl:choose>
                                                <xsl:when test='string(@enable) = "true"'>
 <xsl:value-of select="$newline"/>/* nscreen Name : <xsl:value-of select="$nscreen-name"/>, page name : <xsl:value-of select="@name"/> */
-@import url (" <xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
+@import url("<xsl:value-of select="@name"/>_<xsl:copy-of select="$nscreen-name" />.css") screen<xsl:copy-of select="$device-width" /><xsl:copy-of select="$device-height" /><xsl:copy-of select="$color" /><xsl:copy-of select="$color-index" /><xsl:copy-of select="$orientation" /><xsl:copy-of select="$monochrome" /><xsl:copy-of select="$resolution" /><xsl:copy-of select="$scan" /><xsl:copy-of select="$grid" /><xsl:copy-of select="$devicePixelRatio" />;<xsl:value-of select="$newline"/>
                                                </xsl:when>
                                                <xsl:otherwise></xsl:otherwise>
                                        </xsl:choose>