You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/13 21:38:07 UTC

svn commit: r594633 - in /lenya/trunk/src/modules/profiling: sitemap.xmap xslt/profile2xhtml.xsl

Author: nettings
Date: Tue Nov 13 12:38:06 2007
New Revision: 594633

URL: http://svn.apache.org/viewvc?rev=594633&view=rev
Log:
fix source view stylesheet for proxy setups
improve profiling result table layout


Modified:
    lenya/trunk/src/modules/profiling/sitemap.xmap
    lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl

Modified: lenya/trunk/src/modules/profiling/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/profiling/sitemap.xmap?rev=594633&r1=594632&r2=594633&view=diff
==============================================================================
--- lenya/trunk/src/modules/profiling/sitemap.xmap (original)
+++ lenya/trunk/src/modules/profiling/sitemap.xmap Tue Nov 13 12:38:06 2007
@@ -14,7 +14,7 @@
     <map:transform src="xslt/xmlverbatimwrapper.xsl">
       <map:parameter 
           name="css-stylesheet" 
-          value="/modules/profiling/css/xmlverbatim.css"
+          value="{proxy:/modules/profiling/css/xmlverbatim.css}"
       />
     </map:transform>
     <map:transform type="proxy"/>

Modified: lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl?rev=594633&r1=594632&r2=594633&view=diff
==============================================================================
--- lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl (original)
+++ lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl Tue Nov 13 12:38:06 2007
@@ -220,15 +220,16 @@
       <tr bgcolor="#FFC0C0">
         <th></th>
         <th>Component</th>
-        <th colspan="3">Results</th>
+        <th colspan="3">Elapsed time in ms</th>
+        <th>View source</th>
       </tr>
       <tr bgcolor="#C0C0FF">
         <td colspan="2">
           <font face="verdana"><strong><xsl:value-of select="profile:environmentinfo/profile:uri"/></strong></font>
         </td>
-        <td>Total Time</td>
-        <td>Setup Time</td>
-        <td>Processing Time</td>
+        <td>Total</td>
+        <td>Setup</td>
+        <td>Processing</td>
         <td/>
       </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org