summaryrefslogtreecommitdiffstats
path: root/planet2/config/stream-template.html
blob: 33df6303dc574e93c51a030126a3d09216861e26 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>JogAmp Streams</title>
        <meta content="java, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link href="../style.css" rel="stylesheet" type="text/css"/>
        <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon">
        <#list feedlinks as feed>
        <link rel="alternate" href="${planet.link}/${feed.fileName}" type="application/${feed.feedType}+xml">
        </#list>
    </head>

    <body>
        <div id="container">
            <div id="header">
                <div id="slogan"><img src="../images/jogamp_symbols/website_final_sideslogan_weblogsandfeeds_404x20pel.png" alt="streams and feeds"/></div>
                <div id="logo"><img src="../images/jogamp_symbols/website_final_blue_jogamp_346x70pel.png" alt="JogAmp symbol"/></div>
            </div>
            <div id="menu">
                <ul>
                    <li><a href="http://jogamp.org/">Home</a></li>
                    <li><a href="../joal/www">JOAL</a></li>
                    <li><a href="../jogl/www">JOCL</a></li>
                    <li><a href="../jogl/www">JOGL</a></li>
                    <li><a href="../wiki">Wiki</a></li>
                    <li><a href="../blog">Blogs</a></li>
                </ul>

            </div>
            <div id="main">
                <div id="sidebar">
                    <h3>Community</h3>
                    <ul>
                        <li><a href="../forum.html">Forum / Mailing Lists</a></li>
                        <li><a href="../blog/">Blogs</a></li>
                    </ul>

                </div>
                <div id="text">
<#list entries as entry>
<div>
 <table>
  <tr>
   <td width=400>
    ${entry.player}
   </td>
   <td align="left" valign="center">
   <b>${entry.title}</b><br>
   ${entry.filteredDescription}
   </td>
  </tr>
 </table>
</div>
</#list>
                </div>
            </div>
            <div id="footer">
                <div id="footer_left">
                    <span>JogAmp.org</span>
                    by <a href="http://jogamp.org">http://jogamp.org</a> is licensed under a <br/>
                    <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
                </div>
            </div>
        </div>
    </body>
</html>