have done first tab synopsis.html

This commit is contained in:
Karen 2012-10-20 12:18:28 +05:30
parent d5b85ecc92
commit 1185c5dc14
2 changed files with 49 additions and 2 deletions

View File

@ -7,6 +7,9 @@ height:100%;
color:#666;
font-family:'Century Gothic', Helvetica, Arial, 'DejaVu Sans', sans-serif;}/*they want helvetica as second font, font-squirrel font to be added if required*/
strong
{font-weight: bold;}
#header
{width:960px;
height:140px;
@ -85,8 +88,7 @@ margin-bottom:-1px;
}
#homeList:hover
{
background:#FFF !important;}
{background:#FFF !important;}
#navMenu
{background-color:#FFF;

View File

@ -0,0 +1,45 @@
<link rel="stylesheet" href="/static/css/modules/tabsinnerright.css" type="text/css" />
<ul class="tabsInnerRight">
<li><a href="#synopsis">Synopsis</a></li>
<li><a href="#productions">Productions</a></li>
<li><a href="#people">People</a></li>
<li><a href="#notes">Notes</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#licenses">Licenses</a></li>
<li><a href="#licenses">Authors</a></li>
</ul>
<div id="synopsis" class="tab_content">
<h3>Script Name</h3>
<p> <span class="orange"> Writer: </span>Names of writers</p>
<p> <span class="orange"> Language(s): </span>Hindi, Bengali</p>
<p> <span class="orange"> Approximate duration: </span></p>
<p> <span class="orange"> No of characters: </span>20; Female: 5, Male: 15</p>
<br>
<div>
<p class="orange">Synopsis</p>
<p>Some copy here that is a synopsis in a paragraph. Some copy here that is a synopsis in a paragraph.
Some copy here that is a synopsis in a paragraph. Some copy here that is a synopsis in a paragraph.</p>
</div>
<p><strong>This script may be accessed
under the following Creative Commons Licenses:</strong></p>
<p class="orange">Adaptation License: Derivative Works allowed</p>
<p>Some license information. <span style="color:red;">Does this need to be an accordion?</span></p>
<p class="orange">Read legal license</p>
<p class="orange">Performance License: Derivative Works allowed</p>
<img href={{ image.get_absolute_url }} </img>
<a href="">Download</a>
</div> <!-- end synopsis -->
<div id="gallery" class="tab_content">
</div>
<script type="text/javascript" src="/static/js/innertabs.js"></script>