template/home.html
changeset 32 192ca2513f89
parent 14 9548d0ecc8d7
child 33 d9c054b4111f
equal deleted inserted replaced
31:aa68a264b036 32:192ca2513f89
     1 {% extends "index.html" %}
     1 {% extends "index.html" %}
     2 {% load i18n %}
     2 {% load i18n %}
     3 {% block siderbar %}  
     3 {% block sidebar %}  
     4   
     4  <div id="sidebar">
       
     5 		<ul>
       
     6 		   <li>
       
     7 		   <ul>   
       
     8 		     {% if user.is_authenticated %}
       
     9 		     <li>{{ user.username }}</li>
       
    10 		     <li><a href="logout" >{% trans "Logout" %}</a></li>
       
    11 		     {% else %}
       
    12 		     <form id="search" method="post" action=".">				
       
    13 					{{ form.as_p }}
       
    14 		     <input type="submit" value="login" />		     
       
    15 		     </form>
       
    16 		     <li><a href="/accounts/register">Register</a> </li>
       
    17 		     {% endif %}
       
    18 		     </ul>
       
    19 		   <li id="categories">
       
    20 				    <h2>Links</h2>
       
    21 				    <ul>
       
    22 					    <li><a href="http://scipy.in/#venue">Venue</a> </li>
       
    23 					    <li><a href="http://scipy.in/#theme">Theme</a> </li>
       
    24 					    <li><a href="http://scipy.in/#date">Dates</a> </li>
       
    25 					    <li><a href="http://scipy.in/#organizers">Organizers</a> </li>
       
    26 				    </ul>
       
    27 		   </li>
       
    28 		</ul>
       
    29 	</div>
       
    30 	<!-- end sidebar --> 
     5 {% endblock %}
    31 {% endblock %}
     6 {% block centercontent %}
    32 {% block centercontent %}
     7   <div class="post">
    33   <div class="post">
     8 		<div class="title">
    34 		<div class="title">
     9 			<h2><a href="scope">Scope of the conference:</a></h2>				
    35 			<h2><a href="scope">Scope of the conference:</a></h2>				
    37 	<div class="post">
    63 	<div class="post">
    38 			<div class="title">
    64 			<div class="title">
    39 				<h2><a name="venue">Venue</a></h2>
    65 				<h2><a name="venue">Venue</a></h2>
    40 			</div>
    66 			</div>
    41 			<div class="entry">
    67 			<div class="entry">
    42 				<p>This conference is organized by <a href="http://fossee.in">"Free/Open source Software in Science and Engineering Education" (FOSSEE)</a> project under the <a href="http://www.sakshat.ac.in/">National Mission on Education (NME)</a> through Information and Communication Technologies (ICT) jointly with <a href="http://fossee.in">SPACE-Kerala </a>. SPACE-Kerala is helping coordinate and organize the conference.<br />
    68 				<p>This conference is jointly organized by <a href="http://fossee.in">"Free/Open source Software in Science and Engineering Education" (FOSSEE)</a> project under the <a href="http://www.sakshat.ac.in/">National Mission on Education (NME)</a> through Information and Communication Technologies (ICT), <a href="http://space-kerala.org/">SPACE-Kerala </a>, <a href="http://www.itmission.kerala.gov.in/"> Kerala State IT Mission (KSITM)</a> and SIG-FOSS of CSI. SPACE-Kerala is helping coordinate and organize the conference.<br />
    43 The conference is proposed to be held at the Technopark in Trivandrum, keeping in mind accessibility, the number of attendees and the location, among other aspects to be considered.</p>
    69 The conference is proposed to be held at the Technopark in Trivandrum, keeping in mind accessibility, the number of attendees and the location, among other aspects to be considered.</p>
    44 			</div>
    70 			</div>
    45 	</div>
    71 	</div>
    46 	<div class="post">
    72 	<div class="post">
    47 			<div class="title">
    73 			<div class="title">