forgot to add insidepage.html template

This commit is contained in:
Sanj 2011-08-24 16:19:26 +05:30
parent 8cf2c63815
commit 77d5717e12

View File

@ -0,0 +1,107 @@
{% extends 'noel/base.html' %}
{% block title %} ITF: Best Practices {% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/noel/inner.css" type="text/css" />
<script type="text/javascript" href="/static/js/insidepage.js"></script>
{% endblock %}
{% block content %}
<div id="centerInner">
<div id="woodPng">
</div>
<div class="centerInnerContent">
<div id="shadow">
</div>
<div id="leftColumn">
<h3 id="topText">{{ title }}</h3>
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" id="searchInner">
<div id="tabsInner">
<ul id="selection">
<!--
<li class="tabCategory innerSelected">Info</li>
<li class="tabCategory innerSelected">Stories</li>
<li class="tabCategory innerSelected">FAQs</li>
<li class="tabCategory innerSelected">Guidelines</li>
-->
<li class="tabCategory innerSelected" data-id="{{ default_tab.id }}">{{ default_tab.title }}</li>
{% for t in tabs %}
<li class="tabCategory" data-id="{{ t.id }}">{{ t.title }}</li>
{% endfor %}
</ul>
<div id="contentTabsInner">
{{ default_tab.text }}
</div>
</div>
<div id="listLeft">
<ul>
{% for l in default_list %}
<li><a href="{{ l.url }}" data-id="{{ l.id }}"><span>{{ l.title }}</span></a></li>
{% endfor %}
<!-- <li><a href=""><span>The Mystery of vanishing rights<span></a></li> -->
</ul>
<div id="triangleUp">&#x25B2</div>
<div id="triangleDown">&#x25BC</div>
</div>
</div>
<div id="rightColumn">
<div id="topRight">
<div id="imageLeft">
</div>
<p id="textRight">
The Mystery of vanishing rights
</p>
<p id="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="http://twitter.com/#!/indtheatreforum">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</p>
<p id="fb">
<iframe src="http://www.facebook.com/plugins/like.php?href=www.theatreforum.in&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</p>
<img src="/static/images/noel/download.jpg" width="16" height="16" alt="download" id="download">
</div>
<div id="bottomRight">
<p><span id="sectionTitle">Story 1:</span> A well known theatre group had auditions for casting lead characters in their play for which over 150 actors auditioned. A television film director happened to see the recording of the auditions and obtained a copy. Two months later, a few actors who had auditioned were horrified to see themselves in a television comedy show. Snippets of the recording had obviously been used!</p><br/>
<p><span id="sectionTitle">Actors:</span> Not on! If you like our acting, you hire us! Not use our improvisations for another purpose and that too by someone else! We'll sue the television show producer and the theatre group.</p><br/>
<p><span id="sectionTitle">Story 2:</span> Neha Bhasin, a play back singer went for an audition. Months later, she heard the piece on a radio channel and realized that it had been used without her permission. She also found that her name was mentioned as the background vocalist and the producer of the movie was credited as the lead vocalist.</p><br/>
<p><span id="sectionTitle">Neha Bhasin:</span> That's my voice…that's my name on the CD but I'm not the background vocalist!!! I'll sue the film producer! The music director: Hmmm not so! We didn't even want to use your voice. It was a recording mistake! The Court: A costly mistake. You've used her voice, now pay up royalty! And recall all the CDs with her voice.</p><br/>
<p><span id="sectionTitle">Law:</span> Do actors have special rights? Under the Indian Copyright law, actors, singers, musicians, dancers, et al are called performers</p><br/>
<p><span id="sectionTitle">Actors:</span> Not on! If you like our acting, you hire us! Not use our improvisations for another purpose and that too by someone else! We'll sue the television show producer and the theatre group.</p><br/>
<p><span id="sectionTitle">Story 2:</span> Neha Bhasin, a play back singer went for an audition. Months later, she heard the piece on a radio channel and realized that it had been used without her permission. She also found that her name was mentioned as the background vocalist and the producer of the movie was credited as the lead vocalist.</p><br/>
<p><span id="sectionTitle">Neha Bhasin:</span> That's my voice…that's my name on the CD but I'm not the background vocalist!!! I'll sue the film producer! The music director: Hmmm not so! We didn't even want to use your voice. It was a recording mistake! The Court: A costly mistake. You've used her voice, now pay up royalty! And recall all the CDs with her voice.</p><br/>
<p><span id="sectionTitle">Law:</span> Do actors have special rights? Under the Indian Copyright law, actors, singers, musicians, dancers, et al are called performers</p><br/>
</div>
</div>
<div id="clearBoth"></div>
</div>
</div>
{% endblock %}