Changeset 2036
- Timestamp:
- 12/30/11 04:40:36 (17 months ago)
- Location:
- plugins/related/test
- Files:
-
- 2 added
- 2 edited
-
assets/style.css (added)
-
basic.html (modified) (1 diff)
-
index.html (modified) (2 diffs)
-
ova.html (added)
Legend:
- Unmodified
- Added
- Removed
-
plugins/related/test/basic.html
r1957 r2036 3 3 <head> 4 4 5 <meta charset="UTF-8"> 6 <script type="text/javascript" src="assets/jwplayer.min.js"></script> 7 <title>Basic setup</title> 8 <style> 9 body { padding: 50px; font: 13px/20px Arial; background: #EEE; } 10 #player, p, ul { margin-top: 20px; display: block; } 11 #player { -webkit-box-shadow: 0 0 5px #999; } 12 </style> 5 <meta charset="UTF-8"> 6 <script type="text/javascript" src="assets/jwplayer.min.js"></script> 7 <title>Basic setup</title> 8 <link type="text/css" rel="stylesheet" href="assets/style.css" /> 13 9 14 10 </head> -
plugins/related/test/index.html
r1957 r2036 4 4 5 5 <title>Related Plugin Tests</title> 6 <style> 7 body { padding: 50px; font: 13px/20px Arial; background: #EEE; } 8 #player, p, ul { margin-top: 20px; display: block; } 9 </style> 6 <link type="text/css" rel="stylesheet" href="assets/style.css" /> 10 7 11 8 </head> … … 27 24 <li><a href="compatibility.html">Backward compatibility</a></li> 28 25 <li><a href="css.html">CSS Styling</a></li> 26 <li><a href="ova.html">OVA Support</a></li> 29 27 </ul> 30 28
Note: See TracChangeset
for help on using the changeset viewer.
