equal
deleted
inserted
replaced
3 <head> |
3 <head> |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
5 <title>Spoken Tutorials</title> |
5 <title>Spoken Tutorials</title> |
6 <meta name="keywords" content="" /> |
6 <meta name="keywords" content="" /> |
7 <meta name="description" content="" /> |
7 <meta name="description" content="" /> |
8 <link href="/style.css" rel="stylesheet" type="text/css" media="screen" /> |
8 <link href="/spoken_tut/site-content/style.css" rel="stylesheet" type="text/css" media="screen" /> |
9 <script type="text/javascript" language="JavaScript"> |
9 <script type="text/javascript" language="JavaScript"> |
10 function check(form) { |
10 function check(form) { |
11 var ext = form.sourcefile; |
11 var ext = form.sourcefile; |
12 ext = ext.substring(ext.length-3,ext.length); |
12 ext = ext.substring(ext.length-3,ext.length); |
13 ext = ext.toLowerCase(); |
13 ext = ext.toLowerCase(); |
31 <!-- start content --> |
31 <!-- start content --> |
32 <div id="content"> |
32 <div id="content"> |
33 <p class="center"> |
33 <p class="center"> |
34 {% block content %} |
34 {% block content %} |
35 {% if value %} |
35 {% if value %} |
36 <form class = "center" method="post" action="." enctype="multipart/form-data"> |
36 <form class = "center" method="post" action="#" enctype="multipart/form-data"> |
37 {{form.as_p}} |
37 {{form.as_p}} |
38 <p> |
38 <p> |
39 <label for="id_terms">Terms and Conditions:</label> |
39 <label for="id_terms">Terms and Conditions:</label> |
40 <textarea rows="5" cols="30" disabled="disabled">I accept that the copyright ownership of the submitted spoken tutorials will rest with CDEEP, IIT Bombay. CDEEP reserves the right to release the tutorials into the public domain. |
40 <textarea rows="5" cols="30" disabled="disabled">I accept that the copyright ownership of the submitted spoken tutorials will rest with CDEEP, IIT Bombay. CDEEP reserves the right to release the tutorials into the public domain. |
41 </textarea> |
41 </textarea> |