xml/config.xsl
branchv_0
changeset 198 03d8492e2ca8
parent 119 f3e2b95a5f8a
child 249 7655df0622ee
     1.1 --- a/xml/config.xsl	Mon May 18 00:36:23 2015 +0200
     1.2 +++ b/xml/config.xsl	Sun May 24 17:35:37 2015 +0200
     1.3 @@ -103,6 +103,13 @@
     1.4  					li {
     1.5  						padding: 0px;
     1.6  					}
     1.7 +					
     1.8 +					.notes {
     1.9 +						font-size: 66%;
    1.10 +					}
    1.11 +					.notes p {
    1.12 +						margin-bottom: 0px;
    1.13 +					}
    1.14  				</style>
    1.15  			</head>
    1.16  			<body>
    1.17 @@ -126,6 +133,7 @@
    1.18  									<td>name</td>
    1.19  									<td>username</td>
    1.20  									<td>url</td>
    1.21 +									<td>JDBC driver</td>
    1.22  									<td>properties</td>
    1.23  								</tr>
    1.24  							</thead>
    1.25 @@ -135,6 +143,7 @@
    1.26  									<td><xsl:value-of select="c:name"/></td>
    1.27  									<td><xsl:value-of select="c:userName"/></td>
    1.28  									<td><xsl:value-of select="c:url"/></td>
    1.29 +									<td><xsl:value-of select="c:driver"/></td>
    1.30  									<td><ul><xsl:apply-templates select="c:property"/></ul></td>
    1.31  								</tr>
    1.32  								</xsl:for-each>
    1.33 @@ -144,7 +153,13 @@
    1.34  					<xsl:otherwise><p>no databases are configured</p></xsl:otherwise>
    1.35  				</xsl:choose>
    1.36  				
    1.37 -				<p>(passwords are hidden in this output)</p>
    1.38 +				<div class="notes">
    1.39 +					<p>Notes:</p>
    1.40 +					<ul>
    1.41 +						<li>passwords are hidden in this output</li>
    1.42 +						<li>JDBC drivers are not mandatory – not needed in SQL-DK, but sometimes useful when <code>jdbc-dk-driver</code> is used in other applications to load SQL-DK's database connections</li>
    1.43 +					</ul>
    1.44 +				</div>
    1.45  				
    1.46  				
    1.47  				<h2>Output formatters</h2>