From: Date: June 7 2007 4:13pm
Subject: svn commit - mysqldoc@docsrva: r6698 - trunk/xsl.d
List-Archive: http://lists.mysql.com/commits/28301
Message-Id: <200706071413.l57EDYuN014413@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: mcbrown
Date: 2007-06-07 16:13:29 +0200 (Thu, 07 Jun 2007)
New Revision: 6698
Log:
Adding inline templates for FO/PDF (supports error* and gui* entities)
FO changes
CSS changes
Added:
trunk/xsl.d/mysql.inline.templates.fo.xsl
Modified:
trunk/xsl.d/mysql-fo.xsl
trunk/xsl.d/mysql-html.css
Modified: trunk/xsl.d/mysql-fo.xsl
===================================================================
--- trunk/xsl.d/mysql-fo.xsl 2007-06-07 13:04:52 UTC (rev 6697)
+++ trunk/xsl.d/mysql-fo.xsl 2007-06-07 14:13:29 UTC (rev 6698)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 6; 825 bytes
@@ -18,6 +18,7 @@
+
@@ -135,11 +136,5 @@
-
-
-
-
-
-
Modified: trunk/xsl.d/mysql-html.css
===================================================================
--- trunk/xsl.d/mysql-html.css 2007-06-07 13:04:52 UTC (rev 6697)
+++ trunk/xsl.d/mysql-html.css 2007-06-07 14:13:29 UTC (rev 6698)
Changed blocks: 1, Lines Added: 23, Lines Deleted: 0; 647 bytes
@@ -83,6 +83,29 @@
background-color:white;
}
+.errorcode {
+ font-family: courier;
+ color: #5b3d23;
+}
+
+.errorname {
+ font-family: courier;
+ font-weight: bold;
+ color: #5b3d23;
+}
+
+.errortext {
+ font-family: courier;
+ color: #5b3d23;
+ font-variant: small-caps;
+}
+
+.errortype {
+ font-family: courier;
+ color: #5b3d23;
+ font-style: italic;
+}
+
div.note {
border-left: 5px solid black;
padding-left: 5px;
Added: trunk/xsl.d/mysql.inline.templates.fo.xsl
===================================================================
--- trunk/xsl.d/mysql.inline.templates.fo.xsl (rev 0)
+++ trunk/xsl.d/mysql.inline.templates.fo.xsl 2007-06-07 14:13:29 UTC (rev 6698)
Changed blocks: 1, Lines Added: 75, Lines Deleted: 0; 2604 bytes
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+