Difference between revisions of "Team:WashU StLouis/Notebook"

m
m
Line 98: Line 98:
 
   float:left;
 
   float:left;
 
   padding: 5px 5px 5px 5px;
 
   padding: 5px 5px 5px 5px;
   display: none;
+
   //display: none;
 
}
 
}
  
Line 116: Line 116:
 
td {
 
td {
 
  background-color: white;
 
  background-color: white;
 +
}
 +
 +
.mySlides {
 +
display:none;
 
}
 
}
  
Line 123: Line 127:
  
 
<div class = "full_size">
 
<div class = "full_size">
<div class="month-calendar june">
+
<div class="month-calendar june" style = "display:block;">
 
   <table>
 
   <table>
 
       <tr>
 
       <tr>
Line 185: Line 189:
 
   </div>
 
   </div>
  
   <div  class="month-calendar july">
+
   <div  class="month-calendar july" style = "display:none;">
 
   <table>
 
   <table>
 
       <tr>
 
       <tr>
Line 247: Line 251:
 
   </div>
 
   </div>
 
    
 
    
   <div  class="month-calendar august">
+
   <div  class="month-calendar august" style = "display:none;">
 
   <table>
 
   <table>
 
       <tr>
 
       <tr>
Line 309: Line 313:
 
   </div>
 
   </div>
  
   <div  class="month-calendar september">
+
   <div  class="month-calendar september" style = "display:none;">
 
   <table>
 
   <table>
 
       <tr>
 
       <tr>
Line 371: Line 375:
 
   </div>
 
   </div>
  
   <div  class="month-calendar october">
+
   <div  class="month-calendar october" style = "display:none;">
 
   <table>
 
   <table>
 
       <tr>
 
       <tr>
Line 1,856: Line 1,860:
  
 
function plusSlides(n) {
 
function plusSlides(n) {
     console.log(slideIndex);
+
     //console.log(slideIndex);
 
     //showSlides(slideIndex += n);
 
     //showSlides(slideIndex += n);
 
     //console.log("plus " + slideIndex + (n -1));
 
     //console.log("plus " + slideIndex + (n -1));
 +
    switch (n) {
 +
    case -1:
 +
      if (slideIndex == 0) {
 +
          console.log("first day, back button");
 +
      }
 +
      break;
 +
    case 1:
 +
      break
 +
    }
 
     slideIndex += (n+152);
 
     slideIndex += (n+152);
 
     slideIndex %= 153;
 
     slideIndex %= 153;
 
     choseDate(slideIndex);
 
     choseDate(slideIndex);
     console.log(slideIndex);
+
     //console.log(slideIndex);
 +
 
 
}
 
}
  
Line 1,901: Line 1,915:
 
         break;
 
         break;
 
     case 1:
 
     case 1:
         slideIndex = 35;
+
         slideIndex = 31;
 
         //choseDate(0);
 
         //choseDate(0);
 
         break;
 
         break;
 
     case 2:
 
     case 2:
         slideIndex = 56;
+
         slideIndex = 62;
 
         //choseDate(1);
 
         //choseDate(1);
 
         break;
 
         break;
 
     case 3:
 
     case 3:
         slideIndex = 57;
+
         slideIndex = 93;
 
         //choseDate(1);
 
         //choseDate(1);
 
         break;
 
         break;
 
     case 4:
 
     case 4:
         slideIndex = 58;
+
         slideIndex = 124;
 
         //choseDate(1);
 
         //choseDate(1);
 
         break;
 
         break;
 
     default:  
 
     default:  
         slideIndex = 0;
+
         slideIndex = 145;
 
         //choseDate(1);
 
         //choseDate(1);
 
         break;
 
         break;
Line 1,926: Line 1,940:
  
 
   for (k = 0; k < months.length; ++k) {
 
   for (k = 0; k < months.length; ++k) {
       console.log(monthNames[k] + " has " + monthNames[n] + "?: " + months[k].className);
+
       //console.log(monthNames[k] + " has " + monthNames[n] + "?: " + months[k].className);
 
       if(months[k].className.indexOf(monthNames[n]) > -1) {
 
       if(months[k].className.indexOf(monthNames[n]) > -1) {
 
             months[k].style.display = "block";
 
             months[k].style.display = "block";
Line 1,956: Line 1,970:
  
 
function choseDate(n) {
 
function choseDate(n) {
         console.log("choosing date " + n);
+
         //console.log("choosing date " + n);
 
         acc[n].classList.add("selected-date");
 
         acc[n].classList.add("selected-date");
 
         for (j = 0; j < acc.length; ++j) {
 
         for (j = 0; j < acc.length; ++j) {

Revision as of 18:47, 16 August 2016

June
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
1 / 30


Stuff that happened on day 1

June 1st
2 / 30


Stuff that happened on day 2

June 2nd
3 / 30


Stuff that happened on day 3

June 3rd
4 / 30


Stuff that happened on day 4

June 4th
5 / 30


Stuff that happened on day 5

June 5th
6 / 30


Stuff that happened on day 6

June 6th
7 / 30


Stuff that happened on day 7

June 7th
8 / 30


Stuff that happened on day 8

June 8th
9 / 30


Stuff that happened on day 9

June 9th
10 / 30


Stuff that happened on day 10

June 10th
11 / 30


Stuff that happened on day 11

June 11th
12 / 30


Stuff that happened on day 12

June 12th
13 / 30


Stuff that happened on day 13

June 13th
14 / 30


Stuff that happened on day 14

June 14th
15 / 30


Stuff that happened on day 15

June 15th
16 / 30


Stuff that happened on day 16

June 16th
17 / 30


Stuff that happened on day 17

June 17th
18 / 30


Stuff that happened on day 18

June 18th
19 / 30


Stuff that happened on day 19

June 19th
20 / 30


Stuff that happened on day 20

June 20th
21 / 30


Stuff that happened on day 21

June 21st
22 / 30


Stuff that happened on day 22

June 22nd
23 / 30


Stuff that happened on day 23

June 23rd
24 / 30


Stuff that happened on day 24

June 24th
25 / 30


Stuff that happened on day 25

June 25th
26 / 30


Stuff that happened on day 26

June 26th
27 / 30


Stuff that happened on day 27

June 27th
28 / 30


Stuff that happened on day 28

June 28th
29 / 30


Stuff that happened on day 29

June 29th
30 / 30


Stuff that happened on day 30

June 30th
1 / 31


Stuff that happened on day 31

July 1st
2 / 31


Stuff that happened on day 32

July 2nd
3 / 31


Stuff that happened on day 33

July 3rd
4 / 31


Stuff that happened on day 34

July 4th
5 / 31


Stuff that happened on day 35

July 5th
6 / 31


Stuff that happened on day 36

July 6th
7 / 31


Stuff that happened on day 37

July 7th
8 / 31


Stuff that happened on day 38

July 8th
9 / 31


Stuff that happened on day 39

July 9th
10 / 31


Stuff that happened on day 40

July 10th
11 / 31


Stuff that happened on day 41

July 11th
12 / 31


Stuff that happened on day 42

July 12th
13 / 31


Stuff that happened on day 43

July 13th
14 / 31


Stuff that happened on day 44

July 14th
15 / 31


Stuff that happened on day 45

July 15th
16 / 31


Stuff that happened on day 46

July 16th
17 / 31


Stuff that happened on day 47

July 17th
18 / 31


Stuff that happened on day 48

July 18th
19 / 31


Stuff that happened on day 49

July 19th
20 / 31


Stuff that happened on day 50

July 20th
21 / 31


Stuff that happened on day 51

July 21st
22 / 31


Stuff that happened on day 52

July 22nd
23 / 31


Stuff that happened on day 53

July 23rd
24 / 31


Stuff that happened on day 54

July 24th
25 / 31


Stuff that happened on day 55

July 25th
26 / 31


Stuff that happened on day 56

July 26th
27 / 31


Stuff that happened on day 57

July 27th
28 / 31


Stuff that happened on day 58

July 28th
29 / 31


Stuff that happened on day 59

July 29th
30 / 31


Stuff that happened on day 60

July 30th
31 / 31


Stuff that happened on day 61

July 31st
1 / 31


Stuff that happened on day 62

August 1st
2 / 31


Stuff that happened on day 63

August 2nd
3 / 31


Stuff that happened on day 64

August 3rd
4 / 31


Stuff that happened on day 65

August 4th
5 / 31


Stuff that happened on day 66

August 5th
6 / 31


Stuff that happened on day 67

August 6th
7 / 31


Stuff that happened on day 68

August 7th
8 / 31


Stuff that happened on day 69

August 8th
9 / 31


Stuff that happened on day 70

August 9th
10 / 31


Stuff that happened on day 71

August 10th
11 / 31


Stuff that happened on day 72

August 11th
12 / 31


Stuff that happened on day 73

August 12th
13 / 31


Stuff that happened on day 74

August 13th
14 / 31


Stuff that happened on day 75

August 14th
15 / 31


Stuff that happened on day 76

August 15th
16 / 31


Stuff that happened on day 77

August 16th
17 / 31


Stuff that happened on day 78

August 17th
18 / 31


Stuff that happened on day 79

August 18th
19 / 31


Stuff that happened on day 80

August 19th
20 / 31


Stuff that happened on day 81

August 20th
21 / 31


Stuff that happened on day 82

August 21st
22 / 31


Stuff that happened on day 83

August 22nd
23 / 31


Stuff that happened on day 84

August 23rd
24 / 31


Stuff that happened on day 85

August 24th
25 / 31


Stuff that happened on day 86

August 25th
26 / 31


Stuff that happened on day 87

August 26th
27 / 31


Stuff that happened on day 88

August 27th
28 / 31


Stuff that happened on day 89

August 28th
29 / 31


Stuff that happened on day 90

August 29th
30 / 31


Stuff that happened on day 91

August 30th
31 / 31


Stuff that happened on day 92

August 31st
1 / 30


Stuff that happened on day 93

September 1st
2 / 30


Stuff that happened on day 94

September 2nd
3 / 30


Stuff that happened on day 95

September 3rd
4 / 30


Stuff that happened on day 96

September 4th
5 / 30


Stuff that happened on day 97

September 5th
6 / 30


Stuff that happened on day 98

September 6th
7 / 30


Stuff that happened on day 99

September 7th
8 / 30


Stuff that happened on day 100

September 8th
9 / 30


Stuff that happened on day 101

September 9th
10 / 30


Stuff that happened on day 102

September 10th
11 / 30


Stuff that happened on day 103

September 11th
12 / 30


Stuff that happened on day 104

September 12th
13 / 30


Stuff that happened on day 105

September 13th
14 / 30


Stuff that happened on day 106

September 14th
15 / 30


Stuff that happened on day 107

September 15th
16 / 30


Stuff that happened on day 108

September 16th
17 / 30


Stuff that happened on day 109

September 17th
18 / 30


Stuff that happened on day 110

September 18th
19 / 30


Stuff that happened on day 111

September 19th
20 / 30


Stuff that happened on day 112

September 20th
21 / 30


Stuff that happened on day 113

September 21st
22 / 30


Stuff that happened on day 114

September 22nd
23 / 30


Stuff that happened on day 115

September 23rd
24 / 30


Stuff that happened on day 116

September 24th
25 / 30


Stuff that happened on day 117

September 25th
26 / 30


Stuff that happened on day 118

September 26th
27 / 30


Stuff that happened on day 119

September 27th
28 / 30


Stuff that happened on day 120

September 28th
29 / 30


Stuff that happened on day 121

September 29th
30 / 30


Stuff that happened on day 122

September 30th
1 / 31


Stuff that happened on day 93

October 1st
2 / 31


Stuff that happened on day 94

October 2nd
3 / 31


Stuff that happened on day 95

October 3rd
4 / 31


Stuff that happened on day 96

October 4th
5 / 31


Stuff that happened on day 97

October 5th
6 / 31


Stuff that happened on day 98

October 6th
7 / 31


Stuff that happened on day 99

October 7th
8 / 31


Stuff that happened on day 100

October 8th
9 / 31


Stuff that happened on day 101

October 9th
10 / 31


Stuff that happened on day 102

October 10th
11 / 31


Stuff that happened on day 103

October 11th
12 / 31


Stuff that happened on day 104

October 12th
13 / 31


Stuff that happened on day 105

October 13th
14 / 31


Stuff that happened on day 106

October 14th
15 / 31


Stuff that happened on day 107

October 15th
16 / 31


Stuff that happened on day 108

October 16th
17 / 31


Stuff that happened on day 109

October 17th
18 / 31


Stuff that happened on day 110

October 18th
19 / 31


Stuff that happened on day 111

October 19th
20 / 31


Stuff that happened on day 112

October 20th
21 / 31


Stuff that happened on day 113

October 21st
22 / 31


Stuff that happened on day 114

October 22nd
23 / 31


Stuff that happened on day 115

October 23rd
24 / 31


Stuff that happened on day 116

October 24th
25 / 31


Stuff that happened on day 117

October 25th
26 / 31


Stuff that happened on day 118

October 26th
27 / 31


Stuff that happened on day 119

October 27th
28 / 31


Stuff that happened on day 120

October 28th
29 / 31


Stuff that happened on day 121

October 29th
30 / 31


Stuff that happened on day 122

October 30th
31 / 31


Stuff that happened on day 122

October 30st