You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/11/23 06:19:39 UTC

svn commit: r883247 - in /incubator/pivot/site/trunk/etc: demo.xsl project.xsl

Author: tvolkert
Date: Mon Nov 23 05:19:39 2009
New Revision: 883247

URL: http://svn.apache.org/viewvc?rev=883247&view=rev
Log:
Site updates

Modified:
    incubator/pivot/site/trunk/etc/demo.xsl
    incubator/pivot/site/trunk/etc/project.xsl

Modified: incubator/pivot/site/trunk/etc/demo.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/etc/demo.xsl?rev=883247&r1=883246&r2=883247&view=diff
==============================================================================
--- incubator/pivot/site/trunk/etc/demo.xsl (original)
+++ incubator/pivot/site/trunk/etc/demo.xsl Mon Nov 23 05:19:39 2009
@@ -78,9 +78,12 @@
   </xsl:template>
 
   <xsl:template match="demo">
-    <script src="http://java.com/js/deployJava.js"></script>
+    <script type="text/javascript" src="http://java.com/js/deployJava.js"></script>
     <script type="text/javascript">
-      var attributes = {code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet"};
+      var attributes = {
+          code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
+          style:"border:solid 1px #999999"
+      };
 
       <xsl:for-each select="attributes/*">
         attributes.<xsl:value-of select="name(.)"/> = '<xsl:value-of select="."/>';

Modified: incubator/pivot/site/trunk/etc/project.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/etc/project.xsl?rev=883247&r1=883246&r2=883247&view=diff
==============================================================================
--- incubator/pivot/site/trunk/etc/project.xsl (original)
+++ incubator/pivot/site/trunk/etc/project.xsl Mon Nov 23 05:19:39 2009
@@ -18,7 +18,7 @@
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <!-- Output method -->
-  <xsl:output method="xml" encoding="UTF-8" indent="no"
+  <xsl:output method="html" encoding="UTF-8" indent="no"
     doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
     doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>