Skip to content

Commit

Permalink
open links in new tab ncs-jss#204
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjain28may committed Apr 22, 2017
1 parent 732c89c commit 653ad16
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions HTTP_200/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</script>
</head>
<body>
{% for message in messages %}
{% for message in messages %}
<div class="notice-msg">
{{ message }}
</div>
Expand All @@ -36,13 +36,13 @@
<div class="loader-container">
<div class="loader">
<img src="{% static "images/connect.gif"%}">





</div>

</div>


Expand Down Expand Up @@ -84,7 +84,7 @@ <h3>Details</h3>
<div class="index-overlay">
</div>
<div class="logo logo-index">

<img src="{% static "images/jss-logo.png"%}">
<h3> JSS Academy Of Technical Education</h3>
</div>
Expand Down Expand Up @@ -142,11 +142,11 @@ <h3> JSS Academy Of Technical Education</h3>
<i class=""></i> &nbsp; MOOCs</a>
</li>
<li class=" index-list">
<a href="http://nptel.ac.in">
<a href="http://nptel.ac.in" target="_blank">
<i class="fa fa-external-link"></i> &nbsp; NPTEL </a>
</li>
<li class=" index-list">
<a href="http://www.sakshat.ac.in">
<a href="http://www.sakshat.ac.in" target="_blank">
<i class="fa fa-external-link"></i> &nbsp; SAKSHAT </a>
</li>

Expand All @@ -155,11 +155,11 @@ <h3> JSS Academy Of Technical Education</h3>

</div>



<!-- right-page container============ -->
<div class="relevant-page index-page">

<div class="index-head">
<div class="index-logo">
<a href="{% url "home" %}">
Expand All @@ -177,13 +177,13 @@ <h3 class="index-welcome"><span class="index-bars"><i class="fa fa-bars"></i></s
{% endif %}

</div>

<div class="new-notices-container">
<h2><i class="fa fa-thumb-tack"></i> &nbsp;New Notices</h2>

<div class="new-notices-list">
<ul>


{% for notice in notices %}

Expand Down Expand Up @@ -211,7 +211,7 @@ <h2><i class="fa fa-thumb-tack"></i> &nbsp;New Notices</h2>
{% else %}
<input type="hidden" id="login_status" value="0">
{% endif %}

</div>
</div>
</a>
Expand All @@ -234,7 +234,7 @@ <h2><i class="fa fa-university"> &nbsp;</i>New in College</h2>
</div>
<div class="date-index col col-3">
<div class="row">

<div class="date-index col sm-col-12">
<i class="fa fa-calendar"></i> &nbsp;{{ trend.modified }}
</div>
Expand All @@ -244,7 +244,7 @@ <h2><i class="fa fa-university"> &nbsp;</i>New in College</h2>
</li>
{% endfor %}
</ul>

</div>

</div>
Expand Down

0 comments on commit 653ad16

Please sign in to comment.