Changeset 2036


Ignore:
Timestamp:
12/30/11 04:40:36 (17 months ago)
Author:
jeroen
Message:

added OVA test to related plugin

Location:
plugins/related/test
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/related/test/basic.html

    r1957 r2036  
    33<head> 
    44 
    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" /> 
    139 
    1410</head> 
  • plugins/related/test/index.html

    r1957 r2036  
    44 
    55    <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" /> 
    107 
    118</head> 
     
    2724    <li><a href="compatibility.html">Backward compatibility</a></li> 
    2825    <li><a href="css.html">CSS Styling</a></li> 
     26    <li><a href="ova.html">OVA Support</a></li> 
    2927</ul> 
    3028 
Note: See TracChangeset for help on using the changeset viewer.