additions ro rhs tabs

This commit is contained in:
Karen 2012-08-15 01:40:08 +05:30
parent 8887848bb7
commit 0eb2253521
3 changed files with 130 additions and 41 deletions

View File

@ -1,7 +1,37 @@
<span class="orange">Name: </span>{{ first_name }} {{ last_name }} <br />
<div class="orange">About: </div>
<p>
{{ about }}
</p>
<link rel="stylesheet" href="/static/css/modules/tabsinnerright.css" type="text/css" />
<ul class="tabsInnerRight">
<li><a href="#about">About</a></li>
<li><a href="#people">People</a></li>
<li><a href="#productions">Productions</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#notes">Notes</a></li>
</ul>
<div id="about" class="tab_content">
A brief bio and a history of work. should be able to add photos here
</div>
<div id="people" class="tab_content">
Active Members, Associates, (Fans? - maybe this is a link with a list popout, so they are not perceived as internal to the group). Photos of users on site should show up. We must SEE the community. Noel needs to send a design for tha tab, which will be used across all "People" tabs.
</div>
<div id="production" class="tab_content">
Title of each production links to "Productions" page.
</div>
<div id="gallery" class="tab_content">
Photos & Videos. There should be a clear demarcation between Photos and Videos
</div>
<div id="resources" class="tab_content">
books, CDs, DVDs, scripts - anything the group owns. This can be images, text or links. backend - user should be asked to label the item. Optional
</div>
<div id="notes" class="tab_content">
Anything about the group (annotations & anecdotes in a sense). Anybody can add. These are scripts owned by the group. i.e the group is the author.
</div>
<script type="text/javascript" src="/static/js/innertabs.js"></script>

View File

@ -1,3 +1,40 @@
<br />
<a href="{{ edit_url }}">Edit</a>
<link rel="stylesheet" href="/static/css/modules/tabsinnerright.css" type="text/css" />
<ul class="tabsInnerRight">
<li><a href="#about">About</a></li>
<li><a href="#people">People</a></li>
<li><a href="#productions">Productions</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#notes">Notes</a></li>
</ul>
<div id="about" class="tab_content">
A brief bio and a history of work. should be able to add photos here
</div>
<div id="people" class="tab_content">
Active Members, Associates, (Fans? - maybe this is a link with a list popout, so they are not perceived as internal to the group). Photos of users on site should show up. We must SEE the community. Noel needs to send a design for tha tab, which will be used across all "People" tabs.
</div>
<div id="production" class="tab_content">
Title of each production links to "Productions" page.
</div>
<div id="gallery" class="tab_content">
Photos & Videos. There should be a clear demarcation between Photos and Videos
</div>
<div id="resources" class="tab_content">
books, CDs, DVDs, scripts - anything the group owns. This can be images, text or links. backend - user should be asked to label the item. Optional
</div>
<div id="notes" class="tab_content">
Anything about the group (annotations & anecdotes in a sense). Anybody can add. These are scripts owned by the group. i.e the group is the author.
</div>
<script type="text/javascript" src="/static/js/innertabs.js"></script>
<br />
<a href="{{ edit_url }}">Edit</a>

View File

@ -1,31 +1,53 @@
<link rel="stylesheet" href="/static/css/modules/tabsinnerright.css" type="text/css" />
<ul class="tabsInnerRight">
<li><a href="#synopsis">About</a></li>
<li><a href="#director">Director</a></li>
</ul>
<div id="synopsis" class="tab_content">
{{ synopsis }}
</div>
<div id="director" class="tab_content">
Test tab, foo bar.
</div>
<!--
<div class="orange">{{ title }}</div>
{% if synopsis %}
<span class="orange">Synopsis: </span> {{ synopsis }} <br />
{% endif %}
<a class="bpRelated" href="{{ script_file }}">Download</a> <br /><br />
<br />
-->
<a href="{{ edit_url }}">Edit</a>
<script type="text/javascript" src="/static/js/innertabs.js"></script>
<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="#production">Director</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>
</ul>
<div id="synopsis" class="tab_content">
{{ synopsis }}Download, License, Title, Author (links to author profile), Synopsis (not happy? upload an alternative synopsis), Alternative synopsis list
</div>
<div id="production" class="tab_content">
Info/links to all direct productions of this script (required: year/date, group name ((can be informal name - allow text field. These informal names are unlikely to have a profile on the site, as they come together for one event)), name of production)
Info/links to all productions that adapt, translate or are inspired by this script
</div>
<div id="people" class="tab_content">
listing of all writers, translators, adaptors who are connected to this script. (It does not have to be a direct connection. Eg. A bengali translation of a hindi translation of the Marathi Ghashiram Kotwal would still show up on the Marathi Ghashiram Kotwal page)
Add people button - anyone should be able to add names of those who have worked with this script or some version of it. This adding should have autofill, so if someone is on site, you link them, if not, simple upload of info.
</div>
<div id="notes" class="tab_content">
Anything about the script (annotations & anecdotes in a sense). Anybody can add
</div>
<div id="gallery" class="tab_content">
(photos, video, audio) of all productions connected to this script. Public can upload as well and should know that.
</div>
<div id="resources" class="tab_content">
any critical writing on the script pr the author or any productions (person uploading should be encouraged to have keywords/tags: author, title, language, name of group, original name of play, etc)
</div>
<!--
<div class="orange">{{ title }}</div>
{% if synopsis %}
<span class="orange">Synopsis: </span> {{ synopsis }} <br />
{% endif %}
<a class="bpRelated" href="{{ script_file }}">Download</a> <br /><br />
<br />
-->
<a href="{{ edit_url }}">Edit</a>
<script type="text/javascript" src="/static/js/innertabs.js"></script>