This commit is contained in:
Sanj 2012-01-04 20:27:58 +05:30
commit b1d5b27913
8 changed files with 540 additions and 529 deletions

View File

@ -166,7 +166,7 @@
.articleText p { .articleText p {
margin-bottom:8px; margin-bottom:8px;
padding:8px; padding:0px 8px;
} }
.contentLinks { .contentLinks {

View File

@ -32,8 +32,8 @@ margin-bottom: 8px;
{color:#f7bd00; {color:#f7bd00;
font-weight:bold;} font-weight:bold;}
.itfInfo p /*.itfInfo p
{padding-bottom:8px;} {padding-bottom:8px;}*/
.thumbsDetails .thumbsDetails
{width:164px; {width:164px;

File diff suppressed because it is too large Load Diff

4
itf/static/js/jquery-1.7.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,24 +1,25 @@
{% load markup %} {% load markup %}
{% load thumbnail %} {% load thumbnail %}
<link rel="stylesheet" href="/static/css/modules/emailer.css" />
<div id="wrapperEmailer">
<div id="wrapperEmailer">
<link rel="stylesheet" href="/static/css/modules/emailer.css" type="text/css" />
<div id="headerEmailer"> <div id="headerEmailer">
<img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="logo-erang" id="logoImg"><!-- LOGO IMG --> <img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="logo-erang" id="logoImg" /><!-- LOGO IMG -->
<img src="/static/images/emailer/logoItfSmall.jpg" width="125" height="34" alt="logo-itf-small" id="logoItfSmall"><!-- LOGO ITF SMALL --> <img src="/static/images/emailer/logoItfSmall.jpg" width="125" height="34" alt="logo-itf-small" id="logoItfSmall" /><!-- LOGO ITF SMALL -->
<div class="clear"></div> <div class="clear"></div>
<p id="issueNo">Issue No: {{ issue.issue_no }}<span id="issueDate">{{ issue.date|date:"d-M-Y" }}</span></p><!-- ISSUE NO CLOSING --> <p id="issueNo">Issue No: {{ issue.issue_no }}<span id="issueDate">{{ issue.date|date:"d-M-Y" }}</span></p><!-- ISSUE NO CLOSING -->
<!--<p id="emailerDescription">A fortnightly theatre e-journal from the India Theatre Forum<br>Co-Editors: Vikram Iyengar, Joyoti Roy</p><!-- EMAILER DESCRIPTION CLOSING --> <!--<p id="emailerDescription">A fortnightly theatre e-journal from the India Theatre Forum<br>Co-Editors: Vikram Iyengar, Joyoti Roy</p>EMAILER DESCRIPTION CLOSING -->
<div id="navEmailer"> <ul id="navEmailer">
<li><a href="#subscribe">Subscribe |</a></li> <li><a href="#subscribe">Subscribe |</a></li>
<li><a href="#comments">Feedback </a></li> <li><a href="#comments">Feedback </a></li>
<!--<li><a href="">Bulletin Board |</a></li> <!--<li><a href="">Bulletin Board |</a></li>
<li><a href="">Links</a></li>--> <li><a href="">Links</a></li>-->
</div><!--NAV EMAILER CLOSING --> </ul><!--NAV EMAILER CLOSING -->
<div class="clear"></div> <div class="clear"></div>
@ -86,10 +87,10 @@
</div><!-- CONTENT EMAILER CLOSING --> </div><!-- CONTENT EMAILER CLOSING -->
<div id="footerEmailer"> <div id="footerEmailer">
<p>A fortnightly theatre e-journal from the India Theatre Forum<br> <p>A fortnightly theatre e-journal from the India Theatre Forum<br />
Co-Editors: Vikram Iyengar, Joyoti Roy</p> Co-Editors: Vikram Iyengar, Joyoti Roy</p>
<p>Views expressed in the articles in e-Rang are personal.<br> <p>Views expressed in the articles in e-Rang are personal.<br />
e-Rang does not hold copyright of any piece.<br> e-Rang does not hold copyright of any piece.<br />
Any enquiry for re-use of articles should be addressed to the authors.</p> Any enquiry for re-use of articles should be addressed to the authors.</p>
<p>Contribute your articles to e-Rang and become part of this theatre community! Email us at <a href="">erang@theatreforum.in</a> to know <p>Contribute your articles to e-Rang and become part of this theatre community! Email us at <a href="">erang@theatreforum.in</a> to know
more about how to contribute..</p> more about how to contribute..</p>
@ -101,8 +102,6 @@ association of theatre people coming together in the larger interests of theatre
</div><!-- FOOTER EMAILER CLOSING --> </div><!-- FOOTER EMAILER CLOSING -->
</div>
<!-- <!--
<div id="commentWrapper"> <div id="commentWrapper">
{% load comments %} {% load comments %}
@ -151,3 +150,6 @@ association of theatre people coming together in the larger interests of theatre
</div> </div>
</div> </div>
--> -->
</div>

View File

@ -9,5 +9,4 @@
{% endif %} {% endif %}
</div> </div>
{{ d.intro|markdown }} {{ d.intro|markdown }}
<br />
{% endfor %} {% endfor %}

View File

@ -13,7 +13,7 @@
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]--> <![endif]-->
<script type="text/javascript" src="/static/js/jquery.js"></script> <script type="text/javascript" src="/static/js/jquery-1.7.1.min.js"></script>
{% block extra_head %} {% block extra_head %}
{% endblock %} {% endblock %}

View File

@ -26,6 +26,11 @@
.markdownText p { .markdownText p {
margin-bottom:8px; margin-bottom:8px;
font-size:12px;
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
} }
.markdownText h1{ .markdownText h1{