You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2006/05/03 19:50:27 UTC

svn commit: r399364 - in /db/torque/templates/trunk/src/templates/doc/html: datamodel.css.vm datamodel.vm

Author: tfischer
Date: Wed May  3 10:50:24 2006
New Revision: 399364

URL: http://svn.apache.org/viewcvs?rev=399364&view=rev
Log:
- fixed comments in the css style sheet for the doc templates
- fixed html in doc templates

Modified:
    db/torque/templates/trunk/src/templates/doc/html/datamodel.css.vm
    db/torque/templates/trunk/src/templates/doc/html/datamodel.vm

Modified: db/torque/templates/trunk/src/templates/doc/html/datamodel.css.vm
URL: http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/doc/html/datamodel.css.vm?rev=399364&r1=399363&r2=399364&view=diff
==============================================================================
--- db/torque/templates/trunk/src/templates/doc/html/datamodel.css.vm (original)
+++ db/torque/templates/trunk/src/templates/doc/html/datamodel.css.vm Wed May  3 10:50:24 2006
@@ -1,66 +1,70 @@
-// Copyright 2001-2005 The Apache Software Foundation.
-//
-// Licensed under the Apache License, Version 2.0 (the "License")
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-// ===============================================================
-// css stylesheet for the html documentation generated by Torque
-// will not be overwritten any more once the file exists
-// ===============================================================
+/*
+Copyright 2001-2005 The Apache Software Foundation.
 
-// for the html body
+Licensed under the Apache License, Version 2.0 (the "License")
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+/*
+===============================================================
+css stylesheet for the html documentation generated by Torque
+will not be overwritten any more once the file exists
+===============================================================
+*/
+
+/* for the html body */
 body { font-family: Verdana; font-size: 10pt; color:black; }
-// for all links
+/* for all links */
 .link { }
 
-// for the whole summary table
+/* for the whole summary table */
 .summarytable { margin:0px; padding:0px; border-collapse:collapse; width:100%; }
-// for all td's of the summary table
+/* for all td's of the summary table */
 .summaryborder { border:1px solid black; }
 
-// for the headline of the summary table
+/* for the headline of the summary table */
 .summaryhead { }
-// for all td's of the headline of the summary table
+/* for all td's of the headline of the summary table */
 .summaryheadbackground { background-color:#CCCCCC; }
-// for the different cells of the headline of the summary table
-// e.g. use display:none for not displaying a certain column 
+/* for the different cells of the headline of the summary table */
+/* e.g. use display:none for not displaying a certain column  */
 .summaryheadtablename { }
 .summaryheadjavaname { }
 .summaryheaddescription { }
 
-// for all regular rows of the summary table
+/* for all regular rows of the summary table */
 .summaryrow { }
-// for all td's in regular rows of the summary table 
+/* for all td's in regular rows of the summary table */
 .summarybackground { background-color:white; }
-// for the different cells in the regular rows of the summary table
-// e.g. use display:none for not displaying a certain column
+/* for the different cells in the regular rows of the summary table */
+/* e.g. use display:none for not displaying a certain column */
 .summarytablename { }
 .summaryjavaname { }
 .summarydescription { }
 
-// for the hrefs in the summary table 
+/* for the hrefs in the summary table */
 .summarytablenamelink { }
 
-// for the headline of the detail tables
+/* for the headline of the detail tables */
 .detailtable { margin:0px; padding:0px; border-collapse:collapse; width:100%; }
-// for all td's of the summary table
+/* for all td's of the summary table */
 .detailborder { border:1px solid black; }
 
-// for the headline of the detail tables
+/* for the headline of the detail tables */
 .detailhead { }
-// for all td's in the headline of the detail tables
+/* for all td's in the headline of the detail tables */
 .detailheadbackground { background-color:#CCCCCC; }
-// for the different cells in the headline of the detail tables
-// e.g. use display:none for not displaying a certain column
+/* for the different cells in the headline of the detail tables */
+/* e.g. use display:none for not displaying a certain column */
 .detailheadname { }
 .detailheadtype { } 
 .detailheadsize { }
@@ -71,12 +75,12 @@
 .detailheadnotnull { }
 .detailheaddescription { }
 
-// for all regular rows in the detail tables
+/* for all regular rows in the detail tables */
 .detailrow { }
-// for all td's in the regular rows in the detail tables
+/* for all td's in the regular rows in the detail tables */
 .detailbackground { background-color:white; }
-// for the different cells in the regular rows of the detail tables
-// e.g use display:none for not displaying a certain column
+/* for the different cells in the regular rows of the detail tables */
+/* e.g use display:none for not displaying a certain column */
 .detailname { }
 .detailtype { } 
 .detailsize { }
@@ -87,11 +91,11 @@
 .detailnotnull { }
 .detaildescription { }
 
-// for the links to the referenced tables for foreign key column names
+/* for the links to the referenced tables for foreign key column names */
 .detailforeignkeylink { color:#44AA44; }
-// for the name cell of primary keys
+/* for the name cell of primary keys */
 .primarykey { background-color:#FFCCCC; }
-// for the name cell of foreign keys
+/* for the name cell of foreign keys */
 .foreignkey { }
-// for the name cell of not null columns
+/* for the name cell of not null columns */
 .notnull { }

Modified: db/torque/templates/trunk/src/templates/doc/html/datamodel.vm
URL: http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/doc/html/datamodel.vm?rev=399364&r1=399363&r2=399364&view=diff
==============================================================================
--- db/torque/templates/trunk/src/templates/doc/html/datamodel.vm (original)
+++ db/torque/templates/trunk/src/templates/doc/html/datamodel.vm Wed May  3 10:50:24 2006
@@ -1,9 +1,9 @@
 #set ( $database = $dataModel )
 <html>
-<header>
+<head>
   <title>$dataModel.name</title>
   <link rel="stylesheet" type="text/css" href="dataModel.css">
-</header>
+</head>
 
 <body class="normalFont">
   <table class="summarytable">



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org