summaryrefslogtreecommitdiff
path: root/statistics_app/templates
diff options
context:
space:
mode:
authorAkshen2017-10-10 14:10:17 +0530
committerAkshen2017-10-10 14:10:17 +0530
commit10d3101f771b5a688191f8cc2c5a2437d531939f (patch)
tree3ae65fc7b01d7f04c42d15e48a2af54c14b99906 /statistics_app/templates
parent73c6a02d13f3cd19ac3cc66f0a4bc45c787bce5a (diff)
downloadworkshop_booking-10d3101f771b5a688191f8cc2c5a2437d531939f.tar.gz
workshop_booking-10d3101f771b5a688191f8cc2c5a2437d531939f.tar.bz2
workshop_booking-10d3101f771b5a688191f8cc2c5a2437d531939f.zip
Update Banner for SciPy Event17
- Adds SciPy17 banner - Changes Brand Nav to FOSSEE Workshops - Title Changed in MapofIndia
Diffstat (limited to 'statistics_app/templates')
-rw-r--r--statistics_app/templates/statistics_app/workshop_public_stats.html9
-rw-r--r--statistics_app/templates/statistics_app/workshop_stats.html4
2 files changed, 7 insertions, 6 deletions
diff --git a/statistics_app/templates/statistics_app/workshop_public_stats.html b/statistics_app/templates/statistics_app/workshop_public_stats.html
index 8894037..b569d1f 100644
--- a/statistics_app/templates/statistics_app/workshop_public_stats.html
+++ b/statistics_app/templates/statistics_app/workshop_public_stats.html
@@ -4,8 +4,9 @@
<nav class="navbar navbar-default navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
- <a class="navbar-brand" href="{{ URL_ROOT }}/">Home</a>
+ <a class="navbar-brand" href="{{ URL_ROOT }}/">FOSSEE Workshops</a>
</div>
+
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ URL_ROOT }}/register/"><span class="glyphicon glyphicon-user"></span>Register</a></li>
<li><a href="{{ URL_ROOT }}/login/"><span class="glyphicon glyphicon-log-in"></span>Login</a></li>
@@ -243,7 +244,7 @@
var ctx1 = document.getElementById("myChartPie").getContext('2d');
var myChart;
-
+
$('input[type=radio]').change(function() {
if (this.value == 'OWC') { //Overall Workshop Count
if(myChart){
@@ -277,7 +278,7 @@
'rgba(153, 102, 255, 1)',
'rgba(191, 191, 1, 1)',
'rgba(75, 192, 192, 1)',
- 'rgba(153, 102, 255, 1)'
+ 'rgba(153, 102, 255, 1)'
]
}]
},
@@ -298,7 +299,7 @@
$( "#visualization" ).dialog({
resizable: false,
draggable: true,
- title: 'Map of India',
+ title: 'State wise Completed Workshops(Map of India)',
closeOnEscape: true,
stack: true,
zIndex: 10000,
diff --git a/statistics_app/templates/statistics_app/workshop_stats.html b/statistics_app/templates/statistics_app/workshop_stats.html
index ba597dc..5b1e96a 100644
--- a/statistics_app/templates/statistics_app/workshop_stats.html
+++ b/statistics_app/templates/statistics_app/workshop_stats.html
@@ -258,7 +258,7 @@
'rgba(191, 191, 191, 0.2)'
],
borderColor: [
- 'rgba(255, 99, 132, 1)',
+ 'rgba(255, 99, 132, 1)',
'rgba(54, 162, 235, 1)',
'rgba(255, 206, 86, 1)',
'rgba(75, 192, 192, 1)',
@@ -339,7 +339,7 @@
$( "#visualization" ).dialog({
resizable: false,
draggable: true,
- title: 'Map of India',
+ title: 'State wise Completed Workshops(Map of India)',
closeOnEscape: true,
stack: true,
zIndex: 10000,