Skip to content

Commit

Permalink
templates-errors-resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvpriye98 committed Aug 15, 2012
1 parent 45f3393 commit 7cb54ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/Communication/User/ViewNews.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% for j in i %}

<li>
<h2>{{j.0}}:{{forloop.counter}} </h2>
<h2>{{j.0}} </h2>
<h2>{{j.1}}</h2>
<p>{{j.3}}</p>
<p class="readmore"><a id="example4" href="{{j.5}}">Read More Here &raquo;</a></p>
Expand Down
4 changes: 2 additions & 2 deletions templates/UserSystem/User/Login.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<link href="{{STATIC_URL}}css/form.css" rel="stylesheet">

<!-- JavaScript -->
<script src="{{STATIC_URL}}scripts/wufoo.js"></script>
<script src="{{STATIC_URL}}js/wufoo.js"></script>

<!--[if lt IE 7]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="{{STATIC_URL}}http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
Expand Down
4 changes: 2 additions & 2 deletions templates/common/fancy-box-scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script>
!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');
!window.jQuery && document.write('<script src="{{STATIC_URL}}jquery-1.4.3.min.js"><\/script>');
</script>
<script type="text/javascript" src="{{STATIC_URL}}fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="{{STATIC_URL}}style.css" />
<link rel="stylesheet" href="{{STATIC_URL}}css/style.css" />
<script type="text/javascript">
$(document).ready(function() {
/*
Expand Down

0 comments on commit 7cb54ff

Please sign in to comment.