--- a/app/templates/projrev/base.html Thu Aug 06 20:20:36 2009 +0530
+++ b/app/templates/projrev/base.html Thu Aug 06 22:36:36 2009 +0530
@@ -11,12 +11,15 @@
{% block stylesheets %}
<link rel="stylesheet" href="/site-content/css/projrev.css" type="text/css"/>
+<link type="text/css" rel="stylesheet" href="/site-content/css/colorbox.css" />
{% endblock stylesheets %}
{% block scripts %}
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
+ <script type="text/javascript" src="/site-content/js/jquery.colorbox-min.js">
+ </script>
{% endblock scripts %}
<title>National Mission on Education through ICT</title>