aboutsummaryrefslogtreecommitdiff
path: root/testng-1.0.dtd.php
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2010-03-22 21:20:17 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2010-03-22 21:20:17 +0000
commitc5e4f9efd97cf1c11879550e1662d1c7779e9b73 (patch)
tree73fbd983c5ab2cf67143cadcefae06cc94604b5b /testng-1.0.dtd.php
parent5adb61428cb642baec4a74063d16392107f60e17 (diff)
downloadtestng-c5e4f9efd97cf1c11879550e1662d1c7779e9b73.tar.gz
Fixed web DTD.
Diffstat (limited to 'testng-1.0.dtd.php')
-rw-r--r--testng-1.0.dtd.php46
1 files changed, 46 insertions, 0 deletions
diff --git a/testng-1.0.dtd.php b/testng-1.0.dtd.php
new file mode 100644
index 00000000..bce85027
--- /dev/null
+++ b/testng-1.0.dtd.php
@@ -0,0 +1,46 @@
+<?
+
+print '<html><head><title>Generate title</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>";
+
+?>