aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/top/templates/applications.html.src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /system/doc/top/templates/applications.html.src
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'system/doc/top/templates/applications.html.src')
-rw-r--r--system/doc/top/templates/applications.html.src34
1 files changed, 34 insertions, 0 deletions
diff --git a/system/doc/top/templates/applications.html.src b/system/doc/top/templates/applications.html.src
new file mode 100644
index 0000000000..0251d39b28
--- /dev/null
+++ b/system/doc/top/templates/applications.html.src
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <title>Erlang/OTP #version#</title>
+ <style type="text/css">
+<!--
+ BODY { background: white }
+
+ BODY { font-family: Verdana, Arial, Helvetica, sans-serif }
+ TH { font-family: Verdana, Arial, Helvetica, sans-serif }
+ TD { font-family: Verdana, Arial, Helvetica, sans-serif }
+ P { font-family: Verdana, Arial, Helvetica, sans-serif }
+
+ .header { background: #222; color: #fff }
+ .app { background: #ccc }
+
+ a.anum:link { color: green; text-decoration: none }
+ a.anum:active { color: green; text-decoration: none }
+ a.anum:visited { color: green; text-decoration: none }
+
+ a:link { text-decoration: none }
+ a:active { text-decoration: none }
+ a:visited { text-decoration: none }
+-->
+ </style>
+</head>
+
+<body bgcolor=white text="#000000" link="#0000ff" vlink="#ff00ff"
+ alink="#ff0000">
+<center>
+#groups#
+</center>
+</body>
+</html>