trailers and special features display/play
This commit is contained in:
parent
9cafa17580
commit
053bb8bde5
2 changed files with 147 additions and 7 deletions
|
@ -44,17 +44,17 @@
|
|||
<h3>Scenes</h3>
|
||||
<div id="scenesContent"></div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-content-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="a" id="specialsCollapsible">
|
||||
<h3>Special Features</h3>
|
||||
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
|
||||
<div id="specialsContent"></div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-content-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="a" id="trailersCollapsible">
|
||||
<h3>Trailers</h3>
|
||||
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
|
||||
<div id="trailersContent"></div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-content-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="a" id="castCollapsible">
|
||||
<h3>Cast & Crew</h3>
|
||||
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
|
||||
<div id="castContent"></div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-content-theme="a" id="galleryCollapsible">
|
||||
<h3>Gallery</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue