Initial import of the phpmanual plugin
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / templates / refpage.html
diff --git a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
new file mode 100644 (file)
index 0000000..67bf007
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>{title}</title>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<style>
+body {
+       background-color: #F5F5B5;
+       padding: 0px 0px 0px 0px;
+       margin: 0px 0px 0px 0px;
+}
+body, h1, h2, h3, h4, p, div code, pre {
+       font-size: small;
+}
+p, div, h1, h2 {
+       padding: 0px 0px 0px 0px;
+       margin: 5px 1px 1px 1px;
+}
+</style>
+</head>
+<body>
+{reference}
+</body>
+</html>
\ No newline at end of file