git_stats/examples/jquery/activity/hour_of_week.html

302 lines
14 KiB
HTML
Raw Normal View History

2012-10-23 21:23:17 +02:00
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - jquery</title>
<link href='../assets/bootstrap/css/bootstrap.min.css' rel='stylesheet' type='text/css' />
<style>
body { padding-top: 60px; }
</style>
<link href='../assets/bootstrap/css/bootstrap-responsive.min.css' rel='stylesheet' type='text/css' />
<script src='../assets/jquery.min.js' type='text/javascript'></script>
<script src='../assets/bootstrap/js/bootstrap.min.js' type='text/javascript'></script>
<script src='../assets/highstock.js' type='text/javascript'></script>
</head>
<body>
<div class='navbar navbar-fixed-top'>
<div class='navbar-inner'>
<div class='container'>
<a class='btn btn-navbar' data-target='.nav-collapse' data-toggle='collapse'>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</a>
<a class='brand' href='../index.html'>GitStats - jquery</a>
<div class='nav-collapse collapse'>
<ul class='nav'>
<li class=''>
<a href='../general.html'>General</a>
</li>
<li class='active'>
<a href='by_date.html'>Activity</a>
</li>
<li class=''>
<a href='../authors/best_authors.html'>Authors</a>
</li>
<li class=''>
<a href='../files/by_date.html'>Files</a>
</li>
<li class=''>
<a href='../lines/by_date.html'>Lines</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class='container'>
<div class='tabbable tabs-left'>
<ul class='nav nav-tabs'>
<li class=''>
<a href='by_date.html'>Activity by date</a>
</li>
<li class=''>
<a href='hour_of_day.html'>Hour of day</a>
</li>
<li class=''>
<a href='day_of_week.html'>Day of week</a>
</li>
<li class='active'>
<a href='hour_of_week.html'>Hour of week</a>
</li>
<li class=''>
<a href='month_of_year.html'>Month of year</a>
</li>
<li class=''>
<a href='year.html'>Year</a>
</li>
<li class=''>
<a href='year_month.html'>Year and month</a>
</li>
</ul>
<div class='tab-content'>
<div class='tab-pane active'>
<div class='page-header pagination-centered'>
<h1>Hour of week</h1>
<h3></h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th></th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
</tr>
<tr>
<th>Sun</th>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #ededed;'>13</td>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #f7f7f7;'>6</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #eeeeee;'>12</td>
<td style='background-color: #f7f7f7;'>6</td>
<td style='background-color: #f8f8f8;'>5</td>
<td style='background-color: #fdfdfd;'>2</td>
<td style='background-color: #f7f7f7;'>6</td>
<td style='background-color: #e0e0e0;'>22</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #eaeaea;'>15</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #d7d7d7;'>28</td>
<td style='background-color: #bebebe;'>45</td>
<td style='background-color: #bebebe;'>45</td>
<td style='background-color: #d0d0d0;'>33</td>
<td style='background-color: #d0d0d0;'>33</td>
<td style='background-color: #dedede;'>23</td>
<td style='background-color: #c7c7c7;'>39</td>
<td style='background-color: #cecece;'>34</td>
<td style='background-color: #cacaca;'>37</td>
<td style='background-color: #d4d4d4;'>30</td>
</tr>
<tr>
<th>Mon</th>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #dadada;'>26</td>
<td style='background-color: #dddddd;'>24</td>
<td style='background-color: #eeeeee;'>12</td>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #f8f8f8;'>5</td>
<td style='background-color: #f2f2f2;'>9</td>
<td style='background-color: #ebebeb;'>14</td>
<td style='background-color: #ededed;'>13</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #d3d3d3;'>31</td>
<td style='background-color: #cacaca;'>37</td>
<td style='background-color: #b1b1b1;'>54</td>
<td style='background-color: #ababab;'>58</td>
<td style='background-color: #bababa;'>48</td>
<td style='background-color: #bababa;'>48</td>
<td style='background-color: #9e9e9e;'>67</td>
<td style='background-color: #a7a7a7;'>61</td>
<td style='background-color: #a7a7a7;'>61</td>
<td style='background-color: #b0b0b0;'>55</td>
<td style='background-color: #c6c6c6;'>40</td>
<td style='background-color: #b8b8b8;'>49</td>
<td style='background-color: #cecece;'>34</td>
<td style='background-color: #c6c6c6;'>40</td>
</tr>
<tr>
<th>Tue</th>
<td style='background-color: #b7b7b7;'>50</td>
<td style='background-color: #e1e1e1;'>21</td>
<td style='background-color: #d8d8d8;'>27</td>
<td style='background-color: #f4f4f4;'>8</td>
<td style='background-color: #e4e4e4;'>19</td>
<td style='background-color: #f1f1f1;'>10</td>
<td style='background-color: #f8f8f8;'>5</td>
<td style='background-color: #e8e8e8;'>16</td>
<td style='background-color: #dedede;'>23</td>
<td style='background-color: #d3d3d3;'>31</td>
<td style='background-color: #c0c0c0;'>44</td>
<td style='background-color: #c0c0c0;'>44</td>
<td style='background-color: #b7b7b7;'>50</td>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #b7b7b7;'>50</td>
<td style='background-color: #aeaeae;'>56</td>
<td style='background-color: #9b9b9b;'>69</td>
<td style='background-color: #b8b8b8;'>49</td>
<td style='background-color: #d7d7d7;'>28</td>
<td style='background-color: #c6c6c6;'>40</td>
<td style='background-color: #bdbdbd;'>46</td>
<td style='background-color: #a1a1a1;'>65</td>
<td style='background-color: #b7b7b7;'>50</td>
<td style='background-color: #d7d7d7;'>28</td>
</tr>
<tr>
<th>Wed</th>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #dddddd;'>24</td>
<td style='background-color: #dedede;'>23</td>
<td style='background-color: #f1f1f1;'>10</td>
<td style='background-color: #eeeeee;'>12</td>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #f8f8f8;'>5</td>
<td style='background-color: #fafafa;'>4</td>
<td style='background-color: #f2f2f2;'>9</td>
<td style='background-color: #e0e0e0;'>22</td>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #c7c7c7;'>39</td>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #bdbdbd;'>46</td>
<td style='background-color: #a1a1a1;'>65</td>
<td style='background-color: #aeaeae;'>56</td>
<td style='background-color: #bebebe;'>45</td>
<td style='background-color: #c0c0c0;'>44</td>
<td style='background-color: #dbdbdb;'>25</td>
<td style='background-color: #dddddd;'>24</td>
<td style='background-color: #a9a9a9;'>60</td>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #d0d0d0;'>33</td>
</tr>
<tr>
<th>Thu</th>
<td style='background-color: #d8d8d8;'>27</td>
<td style='background-color: #e5e5e5;'>18</td>
<td style='background-color: #f1f1f1;'>10</td>
<td style='background-color: #ebebeb;'>14</td>
<td style='background-color: #e3e3e3;'>20</td>
<td style='background-color: #eaeaea;'>15</td>
<td style='background-color: #f2f2f2;'>9</td>
<td style='background-color: #eaeaea;'>15</td>
<td style='background-color: #f1f1f1;'>10</td>
<td style='background-color: #e0e0e0;'>22</td>
<td style='background-color: #d7d7d7;'>28</td>
<td style='background-color: #c1c1c1;'>43</td>
<td style='background-color: #c6c6c6;'>40</td>
<td style='background-color: #d4d4d4;'>30</td>
<td style='background-color: #aeaeae;'>56</td>
<td style='background-color: #9d9d9d;'>68</td>
<td style='background-color: #b3b3b3;'>53</td>
<td style='background-color: #cacaca;'>37</td>
<td style='background-color: #d4d4d4;'>30</td>
<td style='background-color: #cecece;'>34</td>
<td style='background-color: #c1c1c1;'>43</td>
<td style='background-color: #a9a9a9;'>60</td>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #e1e1e1;'>21</td>
</tr>
<tr>
<th>Fri</th>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #e5e5e5;'>18</td>
<td style='background-color: #e3e3e3;'>20</td>
<td style='background-color: #ededed;'>13</td>
<td style='background-color: #e4e4e4;'>19</td>
<td style='background-color: #f2f2f2;'>9</td>
<td style='background-color: #f1f1f1;'>10</td>
<td style='background-color: #e5e5e5;'>18</td>
<td style='background-color: #f4f4f4;'>8</td>
<td style='background-color: #d8d8d8;'>27</td>
<td style='background-color: #d4d4d4;'>30</td>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #dadada;'>26</td>
<td style='background-color: #d7d7d7;'>28</td>
<td style='background-color: #cacaca;'>37</td>
<td style='background-color: #dddddd;'>24</td>
<td style='background-color: #dadada;'>26</td>
<td style='background-color: #cacaca;'>37</td>
<td style='background-color: #d4d4d4;'>30</td>
<td style='background-color: #d1d1d1;'>32</td>
<td style='background-color: #eeeeee;'>12</td>
<td style='background-color: #cdcdcd;'>35</td>
<td style='background-color: #e1e1e1;'>21</td>
<td style='background-color: #e1e1e1;'>21</td>
</tr>
<tr>
<th>Sat</th>
<td style='background-color: #e1e1e1;'>21</td>
<td style='background-color: #d8d8d8;'>27</td>
<td style='background-color: #e1e1e1;'>21</td>
<td style='background-color: #d5d5d5;'>29</td>
<td style='background-color: #f2f2f2;'>9</td>
<td style='background-color: #f5f5f5;'>7</td>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #fefefe;'>1</td>
<td style='background-color: #f8f8f8;'>5</td>
<td style='background-color: #ededed;'>13</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #f0f0f0;'>11</td>
<td style='background-color: #e5e5e5;'>18</td>
<td style='background-color: #e0e0e0;'>22</td>
<td style='background-color: #d3d3d3;'>31</td>
<td style='background-color: #e7e7e7;'>17</td>
<td style='background-color: #cecece;'>34</td>
<td style='background-color: #cbcbcb;'>36</td>
<td style='background-color: #ebebeb;'>14</td>
<td style='background-color: #e5e5e5;'>18</td>
<td style='background-color: #ededed;'>13</td>
<td style='background-color: #e8e8e8;'>16</td>
<td style='background-color: #d8d8d8;'>27</td>
<td style='background-color: #e7e7e7;'>17</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>