changed the theme.
--- a/templates/base.html Thu Jun 03 19:56:07 2010 +0530
+++ b/templates/base.html Fri Jun 04 14:59:14 2010 +0530
@@ -1,153 +1,1017 @@
-<html>
-<head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html class="js" dir="ltr" xml:lang="en"
+xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
+
+
<title>{% block title %}SAGE DAYS 25, India{% endblock %}</title>
- {% block js_script %} {% endblock %}
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<!--<link type="text/css" rel="stylesheet" media="all" -->
+<!--href="index_files/style.css">-->
+ <script type="text/javascript" src="index_files/jquery.js"></script>
+ <style>
+ #header-image { background-color: #FFFFFF; }
+ h1, h2, h3, h4, h5, #headline a { color: #FF9900; }
+ </style>
<style type="text/css">
- body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #333;
- text-align: center;
- margin: 0px;
- padding: 20px 0px 20px 0px;
- }
- #wrapper {
- width: 956px;
- padding: 10px;
- margin: 0px auto 0px auto;
- height: auto;
- text-align: left;
- border: 1px solid #ddd;
- }
- #header {
- margin: 0px;
- padding: 5px 0px 5px 0px;
- height: auto;
- width: auto;
- text-align: center;
- background-color: #f1f1f1;
- }
- #container {
- padding: 0px;
- margin: 10px 0px 0px 0px;
- background-attachment: scroll;
- background-image: url(back.gif);
- background-repeat: repeat-y;
- background-position: 0px 0px;
- height: auto; #default was 1%
- width: auto;
- }
- #left {
- margin: 0px;
- width: 160px;
- padding: 10px 20px 10px 20px;
- float: left;
- }
- #nav {
- margin: 0px;
- padding: 0px;
- list-style-image: none;
- list-style-type: none;
- }
- #nav li {
- margin: 0px;
- padding: 0px;
- display: block;
- background-attachment: scroll;
- background-image: url(bullet.gif);
- background-repeat: no-repeat;
- background-position: 0px 50%;
- }
- #nav li a:link, #nav li a:visited, #nav li a:active {
- color: #666;
- text-decoration: none;
- display: block;
- margin: 0px;
- padding: 3px 15px 3px 15px;
- width: 130px;
- }
- #nav li a:hover {
- color: #999;
- text-decoration: none;
- }
- #center {
- height: auto;
- width: 504px;
- padding: 10px 20px 10px 20px;
- float: left;
- margin: 0px 0px 0px 6px;
- line-height: 1.8em;
- }
- h1 {
- font-size: 14px;
- margin: 0px;
- padding: 0px;
- }
- #right {
- padding: 10px 20px 10px 20px;
- height: auto;
- width: 160px;
- float: left;
- margin: 0px 0px 0px 6px;
- }
- .clearer {
- font-size: 0px;
- line-height: 0px;
- display: block;
- margin: 0px;
- padding: 0px;
- clear: both;
- height: 0px;
- width: auto;
- }
- #footer {
- margin: 10px 0px 0px 0px;
- text-align: left;
- padding: 5px 0px 5px 0px;
- background-color: #f1f1f1;
- }
- #footer p {
- color: #999;
- margin: 0px auto 0px auto;
- padding: 0px;
- }
- #footer a:link, #footer a:visited, #footer a:active {
- color: #999;
- text-decoration: none;
- }
- #footer a:hover {
- color: #ccc;
- text-decoration: none;
- }
+body {
+ margin:0;
+ padding:0;
+ color:#666666;
+ background-color:#f3f3f3;
+ font-family: Arial, "Trebuchet MS", Verdana;
+ font-size: 80%;
+ background-repeat:repeat-x;
+ background-position:top;
+}
+
+/******************************************** ********** ********** **********/
+/********** Main Layout ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+#pagewrapper {
+ margin:auto;
+ width:960px;
+ border:15px solid #ffffff;
+ background-color:#ffffff;
+}
+
+#logo {
+ bottom:-7px;
+ margin-right:3px;
+ position:relative;
+}
+
+#site-slogan {
+ color:#999999;
+ font-size:11px;
+}
+
+#header-image {
+ height:120px;
+ background-color:#FFFFFF;
+ background-image:url(/media/logo.png);
+ background-repeat:no-repeat;
+}
+
+#site-mission {
+ font-size:11px;
+ font-weight:bold;
+ padding:20px;
+ text-align:right;
+ color:#ffffff;
+}
+
+#contentwrapper p,
+#contentwrapper li {
+ line-height:160%;
+}
+
+#tabs-wrapper {
+ margin-bottom:20px;
+}
+
+.content-padding {
+ padding:10px;
+}
+
+#sidebar-left {
+ width:21%;
+ float:left;
+ margin-right:1%;
+}
+
+#middle-content {
+ width:99%;
+ float:left;
+}
+
+.sidebar-left #middle-content,
+.sidebar-right #middle-content {
+ width:77%;
+ float:left;
+}
+
+.sidebars #middle-content {
+ width:56%;
+ float:left;
+}
+
+#sidebar-right {
+ width:21%;
+ float:right;
+}
+
+div.tablewrapper {
+ width:99%;
+ overflow:auto;
+}
+
+#footer {
+ margin-top:50px;
+ text-align:center;
+}
+
+a.feed-icon {
+ display:block;
+ padding:10px 0px;
+}
+
+
+
+
+/******************************************** ********** ********** **********/
+/********** Main Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+h1, h2, h3, h4, h5, #headline a {
+ margin-top:0px;
+ margin-bottom:0.5em;
+ color:#FF9900;
+}
+
+h1 {
+ font-size:200%;
+}
+
+h2 {
+ font-size:160%;
+}
+
+h3 {
+ font-size:140%;
+}
+
+li.leaf {
+ list-style-image:none;
+}
+
+a {
+ text-decoration:none;
+ color:#006699;
+}
+
+p {
+ margin:1.5em 0px;
+ padding:0px 0px;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Admin Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+div.messages {
+ border: 3px solid #FF9900;
+ padding:10px;
+ margin: 10px 0px;
+}
+
+div.admin .left,
+div.admin .right {
+ margin:0;
+ width:49%;
+}
+
+div.admin-panel {
+ margin:10px 0px;
+ padding:5px;
+ border:4px solid #f3f3f3;
+}
+
+div.admin-panel .body {
+ padding:0;
+ padding-right:10px;
+}
+
+div.admin-panel .body dl,
+div.admin-panel .body ul {
+ padding-left:15px;
+ margin:0;
+}
+
+#tabs-wrapper ul.tabs {
+ width:99%;
+ overflow:auto;
+}
+
+ul.primary {
+ border-bottom:1px solid #cccccc;
+ border-top:1px solid #cccccc;
+ border-collapse:collapse;
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+ margin:5px 0px;
+ padding:4px 0px;
+ white-space:nowrap;
+ font-size:0.9em;
+}
+
+#tabs-wrapper ul.primary li {
+ margin-right:2px;
+ background-color:transparent;
+ background-image:url(img/edit-tab-left-grey.png);
+ background-repeat:no-repeat;
+ background-position:left;
+ padding:2px 0px;
+}
+
+#tabs-wrapper ul.primary li.active {
+ background-color:transparent;
+ background-image:url(img/edit-tab-left-black.png);
+ background-repeat:no-repeat;
+ background-position:left;
+}
+
+#tabs-wrapper ul.primary li a {
+ margin:0;
+ color:#333333;
+ background-color:transparent;
+ border:none;
+ background-image:url(img/edit-tab-right-grey.png);
+ background-repeat:no-repeat;
+ background-position:right;
+ padding:2px 10px;
+}
+
+#tabs-wrapper ul.primary li a:hover {
+ margin:0;
+ color:#333333;
+ background-color:transparent;
+ border:none;
+ background-image:url(img/edit-tab-right-grey.png);
+ background-repeat:no-repeat;
+ background-position:right;
+}
+
+#tabs-wrapper ul.primary li.active a {
+ background-color:transparent;
+ color:#ffffff;
+ border:none;
+ background-image:url(img/edit-tab-right-black.png);
+ background-repeat:no-repeat;
+ background-position:right;
+}
+
+
+
+
+
+
+/******************************************** ********** ********** **********/
+/********** Table Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+table,
+table.package {
+ width:99%;
+ margin: 1em 0;
+}
+
+table tr.odd {
+ background-color:#f3f3f3;
+}
+
+table tr.even {
+ background-color:#ffffff;
+}
+
+table {
+ border:4px solid #f3f3f3;
+ padding:0;
+ border-collapse: separate;
+}
+
+table th,
+table td {
+ padding-left:5px;
+}
+
+table th a,
+table td a {
+ text-decoration:underline;
+}
+
+table th a {
+
+}
+
+table thead {
+ background-color:#e0e0e0;
+ color:#333333;
+ padding:5px;
+ background-image:url(img/bg-forum.png);
+ background-position:top;
+ background-repeat:repeat-x;
+}
+
+td.container {
+ background-color:#e0e0e0;
+ color:#333333;
+ padding:5px;
+ background-image:url(img/bg-forum.png);
+ background-position:top;
+ background-repeat:repeat-x;
+}
+
+td.container a {
+ text-decoration:underline;
+ font-size:1.3em;
+ font-weight:bold;
+}
+
+td.container .description {
+ margin-bottom:0;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Fieldset Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+fieldset ul.clear-block li {
+ margin: 0;
+ padding: 0;
+ background-image: none;
+}
+
+fieldset.collapsible, fieldset {
+ border:4px solid #f3f3f3;
+}
+
+fieldset.collapsible legend, fieldset legend {
+ font-size:1.2em;
+ font-weight:bold;
+}
+
+
+
+
+/******************************************** ********** ********** **********/
+/********** Primary Links ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+ul.links li {
+ display:block;
+ padding:0;
+}
+
+#navigation-primary ul.primary-links {
+ margin:0;
+ padding:0;
+}
+
+#navigation-primary ul.primary-links li,
+#navigation-primary ul.primary-links li a {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-bottom:1px;
+ margin-left:0px;
+}
+
+#navigation-primary ul.primary-links li {
+ list-style:none;
+ float:left;
+ margin-right: 1px;
+}
+
+#navigation-primary ul.primary-links li a {
+ padding-left: 20px;
+ padding-right: 20px;
+ border-bottom:1px solid #ffffff;
+ background-color:#999999;
+ background-image:url(img/corner.gif);
+ background-repeat:no-repeat;
+ color:#ffffff;
+ text-decoration:none;
+ font-size:1.2em;
+}
+
+#navigation-primary ul.primary-links li a.active {
+ background-color:#000000;
+ background-repeat:no-repeat;
+ color:#ffffff;
+}
+
+#navigation-primary ul.primary-links li a:hover {
+ background-color:#000000;
+ color:#ffffff;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Secondary Links ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+#navigation-secondary {
+border-bottom:1px solid #ffffff;
+ background-color:#333333;
+}
+
+
+ul.secondary-links {
+ margin:0;
+ padding:0;
+}
+
+ul.secondary-links li,
+ul.secondary-links li a {
+ padding-top: 0.4em;
+ padding-bottom: 0.3em;
+}
+
+ul.secondary-links li {
+ list-style:none;
+ float:left;
+ border-right: 1px solid #ffffff;
+}
+
+ul.secondary-links li a {
+ padding-left: 20px;
+ padding-right: 20px;
+ color:#cccccc;
+ text-decoration:none;
+ background-color:#333333;
+}
+
+ul.secondary-links li a.active {
+ color:#ffffff;
+ font-weight:bold;
+}
+
+ul.secondary-links li a:hover {
+ color:#ffffff;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Breadcrumb Links ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+#navigation-breadcrumb {
+ padding:5px 20px;
+ border-top: 1px solid #ffffff;
+ background-image:url(img/bg_breadcrumb.gif);
+ background-repeat:repeat-x;
+// margin-bottom:10px;
+}
+
+#navigation-breadcrumb,
+#navigation-breadcrumb a {
+ color:#999999;
+ text-decoration:none;
+ padding-right:10px;
+ padding-left:10px;
+}
+
+#navigation-breadcrumb a:hover {
+ color:#999999;
+ text-decoration:underline;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Block Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+.block {
+ margin-bottom:1.5em;
+ padding:10px;
+ background-color:#f3f3f3;
+}
+
+div.block-region {
+ background-color:#ffffff;
+ border: 4px dashed #006699;
+ color:#999999;
+ font-size:180%;
+ text-align:center;
+ font-weight:bold;
+ margin-bottom:1em;
+ margin-top:1em;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** User login ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+#user-login-form {
+ text-align:left;
+}
+
+#user-login-form .form-item input {
+ width:95%;
+}
+
+#user-login-form input.form-submit {
+ margin-bottom:10px;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Node Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+.node.teaser {
+ padding:10px;
+ margin-bottom:1em;
+ border: 5px solid #f3f3f3;
+}
+
+.node .field {
+ padding:10px 0px;
+}
+
+.node .clear {
+ margin:1em 0;
+}
+
+.node .content {
+ padding-top:0px;
+ margin-bottom:1em;
+}
+
+.node .links, .comment .links {
+ text-align: left;
+}
+
+.node .links ul.links li,
+.comment .links ul.links li {
+ padding-left: 1em;
+ float: right;
+}
+
+.terms ul.links li {
+ margin-left: 0;
+ margin-right: 0;
+ padding-right: 0;
+ padding-left: 1em;
+}
+
+.new {
+ color: #ffae00;
+ font-size: 0.92em;
+ font-weight: bold;
+ float: right;
+}
+
+.terms {
+ float: right;
+}
+
+.terms ul.links li {
+ display: inline;
+}
+
+.preview .node, .preview .comment, .sticky {
+ margin: 0;
+ padding: 0.5em 0;
+ border: 0;
+ background: 0;
+}
+
+.sticky {
+ padding: 1em;
+ background-color: #fff;
+ border: 1px solid #e0e5fb;
+ margin-bottom: 2em;
+}
+
+div.picture {
+ float:right;
+}
+
+div.picture img {
+ border: 1px solid #cccccc;
+ margin: 0px 0px 10px 10px;
+ padding: 3px;
+
+ background-color: #f3f3f3;
+}
+
+
+/******************************************** ********** ********** **********/
+/********** Forum Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+div.forum-topic {
+ border:5px solid #f3f3f3;
+ background-color:#ffffff;
+ padding:1px;
+}
+
+div.forum-topic .user-info {
+ padding:5px;
+ width:25%;
+ float:left;
+ border-right:3px solid #f3f3f3;
+}
+
+div.forum-topic .topic {
+ padding:5px;
+ float:left;
+ width:70%;
+}
+
+div.forum-topic .user-name,
+div.forum-topic .topic-title {
+ font-size:1.3em;
+}
+
+div.forum-topic .user-member,
+div.forum-topic .user-access {
+ margin-top:5px;;
+}
+
+div.forum-topic .picture img {
+ padding:3px;
+ margin:3px 0px;
+ border:1px solid #cccccc;
+ background-color:#f3f3f3;
+}
+
+div.forum-topic .topic-body {
+ margin-top:10px;
+ margin-bottom:10px;
+}
+
+div.forum-topic .links {
+ text-align:right;
+ padding:5px;
+ display:block;
+}
+
+h2.comments {
+ margin:10px 0px;
+}
+
+div.comment {
+ background-color:#ffffff;
+ padding:10px;
+ margin:10px 0px;
+ border:1px solid #cccccc;
+}
+
+div.comment .picture {
+ float:right;
+ margin-left:10px;
+ margin-bottom:10px;
+}
+
+div.comment .picture img {
+ padding:3px;
+ border:1px solid #cccccc;
+ background-color:#f3f3f3;
+}
+
+div.comment .links ul {
+ text-align:right;
+}
+
+div.comment .links li {
+ display:inline;
+ margin-left:10px;
+}
+
+#comments .box {
+ margin-top:30px;
+}
+
+.forum-topic div.picture {
+ float:left;
+}
+
+.forum-topic div.picture img {
+ margin:5px 0;
+}
+
+/******************************************** ********** ********** **********/
+/********** Search Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+.sidebar #search #edit-search-theme-form-keys {
+ width: 95%;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** Book Style ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+.content .book-navigation {
+ margin-top:10px;
+}
+
+
+
+
+/******************************************** ********** ********** **********/
+/********** Menu in Sidebars ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+.block ul {
+ padding: 0; /* override system.css (line 205) */
+}
+
+.sidebar ul, .sidebar ul li {
+ margin: 0; /* we want full control, so no default padding or margin */
+ padding: 0;
+}
+
+.sidebar li {
+ border-top:dashed #cccccc 1px; /* sets the horizontal white line between list-items (menu-items) */
+}
+
+.sidebar ul li { /* sets all the stuff for list-items (menu-items) */
+ padding:0 0 0 1.5em; /* we rebuild the padding that we turned off in .sidebar ul, .sidebar ul li */
+ list-style-type: none; /* no default bullets in our lists */
+ list-style-image: none; /* not even images, we do it with background-images in the next line */
+ background-image: url(img/menu-leaf.gif); /* this is the bullet in our lists */
+ background-repeat:no-repeat; /* because we only want ONE image, not a carpet of them */
+ background-position: 0.3em 0.6em; /* and we want full control over the position (first number is vertical, second horizontal position */
+}
+
+.sidebar ul li.expanded {
+ background-image: url(img/menu-expanded.gif); /* the bullet (little arrow) of parent menu-items in our lists (when opened) */
+}
+
+.sidebar ul li.collapsed {
+ background-image: url(img/menu-collapsed.gif); /* the bullet of parent menu-items in our lists (when closed) */
+}
+
+.sidebar ul li ul li {
+ margin-left:-1.7em; /* we rebuild the padding that we turned off .sidebar ul li - THIS TIME WE HAVE TO DO IT FOR NESTED LISTS (i.e. lists in lists) */
+ padding:0 0 0 3em; /* so first we set a negative margin and give it back via padding - the only reason to do this is to get our nice white lines between the li items */
+ background-position: 1.8em 0.6em; /* and we also have to adjust the position of the bg-image */
+}
+
+.sidebar ul li ul li ul li {
+ margin-left:-3.2em; /* same stuff as above for more nesting */
+ padding:0 0 0 4.5em;
+ background-position: 3.3em 0.6em;
+}
+
+.sidebar ul li ul li ul li ul li {
+ margin-left:-4.7em; /* and even more nesting (and so on if you need more) */
+ padding:0 0 0 6em;
+ background-position: 4.8em 0.6em;
+}
+
+.sidebar ul li a, .sidebar ul li.expanded a, .sidebar ul li.collapsed a {
+ line-height: 2em;
+}
+
+.sidebar a.active { /* an active link in the blocks and menu */
+ font-weight:bold;
+ color:#666666 !important;
+}
+
+dl {
+ margin: 0.5em 0 1em 1.5em;
+}
+
+dl dt {
+}
+
+dl dd {
+ margin: 0 0 .5em 1.5em;
+}
+
+img, a img {
+ border: none;
+}
+
+
+
+/******************************************** ********** ********** **********/
+/********** try another ... ********** ********** ********** **********/
+/******************************************** ********** ********** **********/
+#font span,
+#farben span {
+ font-family:arial;
+ color:#333333;
+ font-size:10px;
+ text-decoration:none;
+ float:left;
+ display:block;
+}
+
+#farben a {
+ width:10px;
+ height:10px;
+ display:block;
+ float:left;
+ margin-left:5px;
+}
+
+#font a {
+ display:block;
+ float:left;
+ margin-left:5px;
+ font-family:arial;
+ color:#cccccc;
+ font-size:10px;
+ text-decoration:none;
+}
</style>
-</head>
+
+<meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE"><title></title><meta
+ content="OpenOffice.org 2.0 (Linux)" name="GENERATOR"><meta
+content="20081207;16072900" name="CREATED"><meta
+content="20081208;14462800" name="CHANGED"></head><body class="sidebars">
+
+<div id="pagewrapper">
+
+
+ <script type="text/javascript">
+ function toggle_style(color) {
+ $("#header-image").css("background-color", color);
+ $("#header-image").css("background-image", "none");
+ $("h1").css("color", color);
+ $("h2").css("color", color);
+ $("h3").css("color", color);
+ $("#headline a").css("color", color);
+ }
+ </script>
+
+
+
+
+ <div id="headline">
+ </div>
+
+
+ <div id="navigation-primary">
+ <ul class="links primary-links"><li class="menu-149
+first"><a href="/sage_days" title="">Home</a></li>
+<li class="menu-154"><a
+href="/sage_days/about" title="">About</a></li>
+<!--<li class="menu-150"><a href="http://www.fossee.in/sage_days/schedule" -->
+<!--title="">Program</a></li>-->
+<li class="menu-162"><a href="/sage_days/contact" title="">Contact
+Us</a></li>
+<!--<li class="menu-153 last"><a href="http://www.fossee.in/" -->
+<!--title="">2005</a></li>-->
+</ul> <div style="clear: both;"></div>
+ </div>
+
+ <a href="/sage_days/">
+ <div id="header-image">
+ </div></a>
+
+
+ <div id="navigation-breadcrumb">
+ <div class="breadcrumb"><a href="#"> </a></div> </div>
+
+ <div style="clear: both;"></div>
+ <div id="contentwrapper">
+
+ <div id="sidebar-left" class="sidebar">
+
+<div id="block-menu-menu-conference" class="clear-block block
+block-menu">
+
+ <h2>Conference</h2>
-<body>
-<div id="wrapper">
- <div id="header">
- <!--<h2><a href="/sage_days">-->SAGE DAYS 25, India<!--</a></h2>-->
+ <div class="content"><ul class="menu">
+<li class="leaf"><a href="/sage_days/registration/register"
+title="Conference Registration">Register</a></li>
+<li class="leaf first"><a href="/sage_days/schedule" title="">Schedule</a></li>
+<li class="leaf"><a href="/sage_days/speakers" title="">Speakers</a></li>
+<li class="leaf"><a href="/sage_days/organizers"
+title="Conference Organizers">Organizers</a></li>
+<li class="leaf"><a href="/sage_days/venue" title="">Venue</a></li>
+<!--<li class="leaf last"><a -->
+<!--href="http://www.fossee.in" -->
+<!--title="Frequently Asked Questions">FAQ's</a></li>-->
+</ul></div>
+</div>
+<!--<div id="block-event_register-0" class="clear-block block -->
+<!--block-event_register">-->
+
+<!-- <h2>Events & Registration</h2>-->
+
+<!-- <div class="content">No New Up Coming Events</div>-->
+<!--</div>-->
+<div id="block-block-4" class="clear-block block block-block">
+
+ <h2>Mailinglists</h2>
+
+ <div class="content"><p><a
+href="http://groups.google.com/group/sagedays25-org">Sage Days Organizers</a></p>
+<p>Join <a href="http://groups.google.com/group/sagedays25">Sage Days Participants</a>
+ for discussions</p>
+</div>
+</div>
+ </div>
+
+ <div id="middle-content">
+ <div class="content-padding">
+
+
+<div id="node-40" class="node teaser">
+{% block content%}
+
+<!-- <h2><a href="##"-->
+<!-- title="Some Title">something-->
+<!-- something</a></h2>-->
+
+<!-- <span class="submitted">publishing date</span>-->
+<!-- -->
+<!-- <div class="content">-->
+<!-- <p><img alt="" src="index_files/jimbo.JPG" width="250" height="166" -->
+<!--align="left">some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data -->
+<!--some data some data some data some data some data some data-->
+<!-- some data some data some data some data some data some data.</p>-->
+<!-- </div>-->
+
+<!-- <div class="clear-block clear">-->
+<!-- <div class="meta">-->
+<!-- </div>-->
+
+<!-- <div class="links"><ul class="links inline"><li -->
+<!--class="node_read_more first last"><a -->
+<!--href="http://www.fossee.in/sage_days/blog/content/freesoftware"-->
+<!-- title="some title some title -->
+<!--some title.">Read more</a></li>-->
+<!--</ul></div>-->
+<!-- </div>-->
+{% endblock %}
+</div>
+
+ </div>
</div>
- <div id="container">
- <div id="left">
- <ul id="nav">
- <li><a href="/sage_days" title="home">home</a></li>
- </ul>
- </div>
- <div id="center">
- {% block content %}This is the default content{% endblock %}
- </div>
- <div id="right">
- <!--{% if user.is_authenticated %}
- <a href="/accounts/logout">logout</a>
- {% endif %}-->
- </div>
- <div class="clearer">
- </div>
- </div>
- <div id="footer">
- Designed by <a href="http://fossee.in">FOSSEE</a>
- </div>
-</div>
+
+<!-- <div id="sidebar-right" class="sidebar">-->
+<!-- <div id="block-block-2" class="clear-block block -->
+<!--block-block">-->
+
+<!-- <h2>Organizers</h2>-->
+
+<!-- <div class="content"><p></p><center> <a title="MHRD" -->
+<!--class="image" href="http://mhrd.gov.in/"><img -->
+<!--src="index_files/mhrdlogo.gif" alt="Government of India" -->
+<!--style="width: 96px; height: 68px;" border="0"> </a> <br> <a -->
+<!--title="Mission" href="##"><img -->
+<!--alt="###" src="missionlogo.png" style="width: 50px; -->
+<!--height: 54px;"></a> <a title="FOSSEE" href="http://www.fossee.in/"><img-->
+<!-- alt="SPACE" src="index_files/fosseelogo.png" style="width: 49px; height:-->
+<!-- 55px;"></a><br></center><br>-->
+<!--<h2>Supporters</h2>-->
+<!--<p> </p><center><a href="#" target="_blank"><img alt="" -->
+<!--style="width: 79px; height: 44px;" src="index_files/apc.gif"></a> <a -->
+<!--target="_blank" href="http://gnu.org.in/"><img -->
+<!--src="index_files/fsf_logo-new.png" style="width: 92px; height: 46px;" -->
+<!--alt=""></a><br></center><br>-->
+<!--<h2>Sponsors</h2>-->
+<!--</div>-->
+<!--</div>-->
+<!--<div id="block-user-0" class="clear-block block block-user">-->
+
+<!-- <h2>User login</h2>-->
-</body>
-</html>
+<!-- <div class="content"><form action="/node?destination=node" -->
+<!--accept-charset="UTF-8" method="post" id="user-login-form">-->
+<!--<div><div class="form-item" id="edit-name-wrapper">-->
+<!-- <label for="edit-name">Username: <span class="form-required" -->
+<!--title="This field is required.">*</span></label>-->
+<!-- <input maxlength="60" name="name" id="edit-name" size="15" -->
+<!--value="" class="form-text required" type="text">-->
+<!--</div>-->
+<!--<div class="form-item" id="edit-pass-wrapper">-->
+<!-- <label for="edit-pass">Password: <span class="form-required" -->
+<!--title="This field is required.">*</span></label>-->
+<!-- <input name="pass" id="edit-pass" maxlength="60" size="15" -->
+<!--class="form-text required" type="password">-->
+<!--</div>-->
+<!--<input name="op" id="edit-submit" value="Log in" class="form-submit" -->
+<!--type="submit">-->
+<!--<div class="item-list"><ul><li class="first"><a -->
+<!--href="#" title="Create a new user account.">Create-->
+<!-- new account</a></li>-->
+<!--<li class="last"><a href="#" title="Request -->
+<!--new password via e-mail.">Request new password</a></li>-->
+<!--</ul></div><input name="form_build_id" -->
+<!--id="form-8dbb6cfba075f29198b0f72e930392b8" -->
+<!--value="form-8dbb6cfba075f29198b0f72e930392b8" type="hidden">-->
+<!--<input name="form_id" id="edit-user-login-block" -->
+<!--value="user_login_block" type="hidden">-->
+
+<!--</div></form>-->
+<!--</div>-->
+<!--</div>-->
+<!-- </div>-->
+<!-- </div>-->
+
+ <div style="clear: both;"></div>
+
+ <div id="footer"></div>
+
+ <div id="footer-message"><p>Powered by <a href="http://www.fossee.in/">FOSSEE</a></p></div>
+
+</div>
+
+<script type="text/javascript" src="index_files/googleanalytics.js"></script>
+<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script src="index_files/ga.js" type="text/javascript"></script>
+<script type="text/javascript">var pageTracker = _gat._getTracker("UA-1488254-18");pageTracker._initData();pageTracker._trackPageview();</script>
+
+</body></html>
--- a/templates/index.html Thu Jun 03 19:56:07 2010 +0530
+++ b/templates/index.html Fri Jun 04 14:59:14 2010 +0530
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block content %}
-
+<h2>Sage Days 25, Mumbai, India</h2>
<p>
For registration click <a href="/sage_days/registration/register/">here</a><br /><br />
</p>
--- a/templates/register.html Thu Jun 03 19:56:07 2010 +0530
+++ b/templates/register.html Fri Jun 04 14:59:14 2010 +0530
@@ -1,5 +1,9 @@
{% extends 'base.html' %}
+{% block title %}
+Registration
+{% endblock %}
{% block content %}
+<h2>Registration</h2>
<form action="" method="post">
{{form.as_p}}
<!--