-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestprotocol-template.html
More file actions
36 lines (36 loc) · 959 Bytes
/
testprotocol-template.html
File metadata and controls
36 lines (36 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>COPE - Test Environments</title>
<link rel="STYLESHEET" type="text/css" href="testprotocol.css">
</head>
<body>
<h2>Test Environments</h2>
<div>
Environments cope has been tested in. See <a href="https://exedio.github.io/">exedio.github.io</a>.
</div>
<div>
@BUILD_TAG@
</div>
<table>
<tr>
<th colspan="2">DBMS</th>
<th colspan="2">JDBC driver</th>
<th rowspan="2">Env</th>
<th rowspan="2">Connect Properties</th>
</tr>
<tr>
<th>Name</th>
<th>Version</th>
<th>Name</th>
<th>Version</th>
</tr>@TABLE@
</table>
<address>
Copyright ©
<a href="https://www.exedio.com/" target="_top">exedio</a>
Gesellschaft für Softwareentwicklung mbH.
</address>
</body>
</html>