forked from testng-team/testng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testng-1.0.dtd.php
46 lines (37 loc) · 1.55 KB
/
testng-1.0.dtd.php
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
37
38
39
40
41
42
43
44
45
46
<?
print '<html><head><title>TestNG DTD</title>
<link rel="stylesheet" href="testng.css" type="text/css" />
<link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" />
<script type="text/javascript" src="http://beust.com/prettify.js"></script>
<script type="text/javascript" src="banner.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/>
<script type="text/javascript">
SyntaxHighlighter.config.clipboardSwf = "scripts/clipboard.swf";
SyntaxHighlighter.defaults["gutter"] = false;
SyntaxHighlighter.all();
</script>
<style type="text/css">
/* Set the command-line table option column width. */
#command-line colgroup.option {
width: 7em;
}
</style>
</head>
<body>
<h1>
<p align="center">
DTD for TestNG
</p>
</h1>
<pre class="brush: xml">
'
;
print(htmlentities(file_get_contents("testng-1.0.dtd")));
print "</pre>";
?>