source: plugins/related/test/index.html @ 1938

Revision 1938, 666 bytes checked in by jeroen, 22 months ago (diff)

initial cleanup of Flash related. Most test working, but tweaks needed

RevLine 
[1622]1<html>
2<head>
3
[1930]4    <title>Related Plugin Tests</title>
5    <style>
6        body { padding: 50px; font: 13px/20px Arial; background: #EEE; }
7        #player, p, ul { margin-top: 20px; display: block; }
8    </style>
9
[1622]10</head>
11<body>
12
[1930]13<h2>Related Plugin Tests</h2>
[1622]14
[1930]15<ul>
16    <li><a href="basic.html">Basic setup</a></li>
17    <li><a href="options.html">Configuration options</a></li>
18    <li><a href="modes.html">Rendering modes</a></li>
19</ul>
20<ul>
21    <li><a href="playlist.html">Playlist support</a></li>
22    <li><a href="dimensions.html">Various Dimensions</a></li>
23</ul>
24<ul>
25    <li><a href="compatibility.html">Backward compatibility</a></li>
26</ul>
[1622]27
28</body>
[1930]29</html>
Note: See TracBrowser for help on using the repository browser.