aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/top/templates/applications.html.src
blob: 0251d39b28d59d96cfd6d9a4fffa3328ea25eebd (plain) (blame)
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
<!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>