cobweb 0.0.55 → 0.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. data/README.textile +2 -1
  2. data/lib/cobweb.rb +4 -1
  3. data/lib/cobweb_crawler.rb +1 -4
  4. data/lib/cobweb_version.rb +1 -1
  5. data/lib/content_link_parser.rb +1 -0
  6. data/lib/crawl_job.rb +4 -3
  7. data/lib/server.rb +2 -2
  8. data/lib/stats.rb +6 -1
  9. data/spec/cobweb/cobweb_job_spec.rb +162 -24
  10. data/spec/samples/sample_server.rb +21 -0
  11. data/spec/samples/sample_site/boxgrid.html +258 -0
  12. data/spec/samples/sample_site/css/accordion.css +45 -0
  13. data/spec/samples/sample_site/css/datatable.css +189 -0
  14. data/spec/samples/sample_site/css/datepicker.css +171 -0
  15. data/spec/samples/sample_site/css/form-buttons.css +180 -0
  16. data/spec/samples/sample_site/css/forms.css +489 -0
  17. data/spec/samples/sample_site/css/jquery.fancybox-1.3.4.css +282 -0
  18. data/spec/samples/sample_site/css/jquery.treeview.css +103 -0
  19. data/spec/samples/sample_site/css/link-buttons.css +187 -0
  20. data/spec/samples/sample_site/css/login.css +110 -0
  21. data/spec/samples/sample_site/css/menu.css +156 -0
  22. data/spec/samples/sample_site/css/messages.css +58 -0
  23. data/spec/samples/sample_site/css/modalbox.css +63 -0
  24. data/spec/samples/sample_site/css/statics.css +57 -0
  25. data/spec/samples/sample_site/css/style.css +497 -0
  26. data/spec/samples/sample_site/css/style_text.css +128 -0
  27. data/spec/samples/sample_site/css/tabs.css +58 -0
  28. data/spec/samples/sample_site/css/wysiwyg-editor.css +18 -0
  29. data/spec/samples/sample_site/css/wysiwyg.css +149 -0
  30. data/spec/samples/sample_site/css/wysiwyg.modal.css +69 -0
  31. data/spec/samples/sample_site/dashboard.html +852 -0
  32. data/spec/samples/sample_site/forms.html +329 -0
  33. data/spec/samples/sample_site/gallery.html +263 -0
  34. data/spec/samples/sample_site/gfx/back-menu.gif +0 -0
  35. data/spec/samples/sample_site/gfx/back-submenu.gif +0 -0
  36. data/spec/samples/sample_site/gfx/background.gif +0 -0
  37. data/spec/samples/sample_site/gfx/box-hide.png +0 -0
  38. data/spec/samples/sample_site/gfx/box-search.png +0 -0
  39. data/spec/samples/sample_site/gfx/box-title.gif +0 -0
  40. data/spec/samples/sample_site/gfx/code.gif +0 -0
  41. data/spec/samples/sample_site/gfx/datepicker-arrows.gif +0 -0
  42. data/spec/samples/sample_site/gfx/fancybox/blank.gif +0 -0
  43. data/spec/samples/sample_site/gfx/fancybox/fancy_close.png +0 -0
  44. data/spec/samples/sample_site/gfx/fancybox/fancy_loading.png +0 -0
  45. data/spec/samples/sample_site/gfx/fancybox/fancy_nav_left.png +0 -0
  46. data/spec/samples/sample_site/gfx/fancybox/fancy_nav_right.png +0 -0
  47. data/spec/samples/sample_site/gfx/fancybox/fancy_title_left.png +0 -0
  48. data/spec/samples/sample_site/gfx/fancybox/fancy_title_main.png +0 -0
  49. data/spec/samples/sample_site/gfx/fancybox/fancy_title_over.png +0 -0
  50. data/spec/samples/sample_site/gfx/fancybox/fancy_title_right.png +0 -0
  51. data/spec/samples/sample_site/gfx/fancybox/fancybox-x.png +0 -0
  52. data/spec/samples/sample_site/gfx/fancybox/fancybox.png +0 -0
  53. data/spec/samples/sample_site/gfx/forms/date-next.gif +0 -0
  54. data/spec/samples/sample_site/gfx/forms/date-prev.gif +0 -0
  55. data/spec/samples/sample_site/gfx/forms/forms-checkbox.gif +0 -0
  56. data/spec/samples/sample_site/gfx/forms/forms-date.gif +0 -0
  57. data/spec/samples/sample_site/gfx/forms/forms-file.gif +0 -0
  58. data/spec/samples/sample_site/gfx/forms/forms-input-big.gif +0 -0
  59. data/spec/samples/sample_site/gfx/forms/forms-input-medium.gif +0 -0
  60. data/spec/samples/sample_site/gfx/forms/forms-input-small.gif +0 -0
  61. data/spec/samples/sample_site/gfx/forms/forms-input-xl.gif +0 -0
  62. data/spec/samples/sample_site/gfx/forms/forms-radio.gif +0 -0
  63. data/spec/samples/sample_site/gfx/forms/forms-selectbox-small.gif +0 -0
  64. data/spec/samples/sample_site/gfx/forms/forms-selectbox.gif +0 -0
  65. data/spec/samples/sample_site/gfx/forms/forms-textarea-big.gif +0 -0
  66. data/spec/samples/sample_site/gfx/forms/forms-textarea-medium.gif +0 -0
  67. data/spec/samples/sample_site/gfx/forms/forms-textarea-small.gif +0 -0
  68. data/spec/samples/sample_site/gfx/forms/forms-textarea-xl.gif +0 -0
  69. data/spec/samples/sample_site/gfx/icon-delete.png +0 -0
  70. data/spec/samples/sample_site/gfx/icon-edit.png +0 -0
  71. data/spec/samples/sample_site/gfx/icon-home.gif +0 -0
  72. data/spec/samples/sample_site/gfx/img-delete.png +0 -0
  73. data/spec/samples/sample_site/gfx/img-hover.png +0 -0
  74. data/spec/samples/sample_site/gfx/img-zoom.png +0 -0
  75. data/spec/samples/sample_site/gfx/jquery.wysiwyg.gif +0 -0
  76. data/spec/samples/sample_site/gfx/label-icons.gif +0 -0
  77. data/spec/samples/sample_site/gfx/label.gif +0 -0
  78. data/spec/samples/sample_site/gfx/li-down.gif +0 -0
  79. data/spec/samples/sample_site/gfx/li.gif +0 -0
  80. data/spec/samples/sample_site/gfx/link-button-big.gif +0 -0
  81. data/spec/samples/sample_site/gfx/link-button-medium.gif +0 -0
  82. data/spec/samples/sample_site/gfx/link-button.gif +0 -0
  83. data/spec/samples/sample_site/gfx/loading-2.gif +0 -0
  84. data/spec/samples/sample_site/gfx/loading.gif +0 -0
  85. data/spec/samples/sample_site/gfx/logo.png +0 -0
  86. data/spec/samples/sample_site/gfx/modal-title.gif +0 -0
  87. data/spec/samples/sample_site/gfx/photos/00.jpg +0 -0
  88. data/spec/samples/sample_site/gfx/photos/01.jpg +0 -0
  89. data/spec/samples/sample_site/gfx/photos/01xl.jpg +0 -0
  90. data/spec/samples/sample_site/gfx/photos/02.jpg +0 -0
  91. data/spec/samples/sample_site/gfx/photos/02xl.jpg +0 -0
  92. data/spec/samples/sample_site/gfx/photos/03.jpg +0 -0
  93. data/spec/samples/sample_site/gfx/photos/03xl.jpg +0 -0
  94. data/spec/samples/sample_site/gfx/photos/04.jpg +0 -0
  95. data/spec/samples/sample_site/gfx/photos/04xl.jpg +0 -0
  96. data/spec/samples/sample_site/gfx/photos/05.jpg +0 -0
  97. data/spec/samples/sample_site/gfx/photos/05xl.jpg +0 -0
  98. data/spec/samples/sample_site/gfx/photos/06.jpg +0 -0
  99. data/spec/samples/sample_site/gfx/photos/06xl.jpg +0 -0
  100. data/spec/samples/sample_site/gfx/photos/07.jpg +0 -0
  101. data/spec/samples/sample_site/gfx/photos/07xl.jpg +0 -0
  102. data/spec/samples/sample_site/gfx/photos/08.jpg +0 -0
  103. data/spec/samples/sample_site/gfx/photos/08xl.jpg +0 -0
  104. data/spec/samples/sample_site/gfx/photos/09.jpg +0 -0
  105. data/spec/samples/sample_site/gfx/photos/09xl.jpg +0 -0
  106. data/spec/samples/sample_site/gfx/photos/10.jpg +0 -0
  107. data/spec/samples/sample_site/gfx/photos/10xl.jpg +0 -0
  108. data/spec/samples/sample_site/gfx/photos/11.jpg +0 -0
  109. data/spec/samples/sample_site/gfx/photos/11xl.jpg +0 -0
  110. data/spec/samples/sample_site/gfx/photos/12.jpg +0 -0
  111. data/spec/samples/sample_site/gfx/photos/12xl.jpg +0 -0
  112. data/spec/samples/sample_site/gfx/photos/13.jpg +0 -0
  113. data/spec/samples/sample_site/gfx/photos/13xl.jpg +0 -0
  114. data/spec/samples/sample_site/gfx/photos/14.jpg +0 -0
  115. data/spec/samples/sample_site/gfx/photos/14xl.jpg +0 -0
  116. data/spec/samples/sample_site/gfx/photos/15.jpg +0 -0
  117. data/spec/samples/sample_site/gfx/photos/15xl.jpg +0 -0
  118. data/spec/samples/sample_site/gfx/search-button.gif +0 -0
  119. data/spec/samples/sample_site/gfx/search-input.gif +0 -0
  120. data/spec/samples/sample_site/gfx/slider-button.gif +0 -0
  121. data/spec/samples/sample_site/gfx/system-messages.gif +0 -0
  122. data/spec/samples/sample_site/gfx/table-asc-arrow.gif +0 -0
  123. data/spec/samples/sample_site/gfx/table-desc-arrow.gif +0 -0
  124. data/spec/samples/sample_site/gfx/table-first.gif +0 -0
  125. data/spec/samples/sample_site/gfx/table-last.gif +0 -0
  126. data/spec/samples/sample_site/gfx/table-next.gif +0 -0
  127. data/spec/samples/sample_site/gfx/table-number.gif +0 -0
  128. data/spec/samples/sample_site/gfx/table-prev.gif +0 -0
  129. data/spec/samples/sample_site/gfx/table-rows.gif +0 -0
  130. data/spec/samples/sample_site/gfx/table-search.gif +0 -0
  131. data/spec/samples/sample_site/gfx/table-thead.gif +0 -0
  132. data/spec/samples/sample_site/gfx/tooltip.gif +0 -0
  133. data/spec/samples/sample_site/gfx/treeview/ajax-loader.gif +0 -0
  134. data/spec/samples/sample_site/gfx/treeview/file.gif +0 -0
  135. data/spec/samples/sample_site/gfx/treeview/folder-closed.gif +0 -0
  136. data/spec/samples/sample_site/gfx/treeview/folder.gif +0 -0
  137. data/spec/samples/sample_site/gfx/treeview/minus.gif +0 -0
  138. data/spec/samples/sample_site/gfx/treeview/plus.gif +0 -0
  139. data/spec/samples/sample_site/gfx/treeview/treeview-default-line.gif +0 -0
  140. data/spec/samples/sample_site/gfx/treeview/treeview-default.gif +0 -0
  141. data/spec/samples/sample_site/index.html +852 -0
  142. data/spec/samples/sample_site/js/controls/wysiwyg.image.js +284 -0
  143. data/spec/samples/sample_site/js/controls/wysiwyg.link.js +210 -0
  144. data/spec/samples/sample_site/js/controls/wysiwyg.table.js +151 -0
  145. data/spec/samples/sample_site/js/customInput.jquery.js +68 -0
  146. data/spec/samples/sample_site/js/excanvas.min.js +1 -0
  147. data/spec/samples/sample_site/js/hoverIntent.js +84 -0
  148. data/spec/samples/sample_site/js/inline.js +392 -0
  149. data/spec/samples/sample_site/js/jquery-1.7.1.min.js +4 -0
  150. data/spec/samples/sample_site/js/jquery-ui-select.js +522 -0
  151. data/spec/samples/sample_site/js/jquery-ui-timepicker-addon.js +1299 -0
  152. data/spec/samples/sample_site/js/jquery-ui.js +791 -0
  153. data/spec/samples/sample_site/js/jquery.dataTables.js +7440 -0
  154. data/spec/samples/sample_site/js/jquery.fancybox-1.3.4.js +1156 -0
  155. data/spec/samples/sample_site/js/jquery.filestyle.mini.js +2 -0
  156. data/spec/samples/sample_site/js/jquery.flot.js +2600 -0
  157. data/spec/samples/sample_site/js/jquery.flot.resize.min.js +60 -0
  158. data/spec/samples/sample_site/js/jquery.graphtable-0.2.js +179 -0
  159. data/spec/samples/sample_site/js/jquery.tipsy.js +104 -0
  160. data/spec/samples/sample_site/js/jquery.treeview.js +256 -0
  161. data/spec/samples/sample_site/js/jquery.wysiwyg.js +2454 -0
  162. data/spec/samples/sample_site/js/plugins/wysiwyg.rmFormat.js +348 -0
  163. data/spec/samples/sample_site/js/superfish.js +121 -0
  164. data/spec/samples/sample_site/js/supersubs.js +90 -0
  165. data/spec/samples/sample_site/more.html +503 -0
  166. data/spec/samples/sample_site/tables.html +845 -0
  167. data/spec/samples/sample_site/text/museosans-webfont.eot +0 -0
  168. data/spec/samples/sample_site/text/museosans-webfont.svg +231 -0
  169. data/spec/samples/sample_site/text/museosans-webfont.ttf +0 -0
  170. data/spec/samples/sample_site/text/museosans-webfont.woff +0 -0
  171. data/spec/samples/sample_site/text/museosans_bold-webfont.eot +0 -0
  172. data/spec/samples/sample_site/text/museosans_bold-webfont.svg +231 -0
  173. data/spec/samples/sample_site/text/museosans_bold-webfont.ttf +0 -0
  174. data/spec/samples/sample_site/text/museosans_bold-webfont.woff +0 -0
  175. data/spec/samples/sample_site/typography.html +192 -0
  176. data/spec/spec_helper.rb +10 -2
  177. metadata +196 -26
@@ -0,0 +1,90 @@
1
+
2
+ /*
3
+ * Supersubs v0.2b - jQuery plugin
4
+ * Copyright (c) 2008 Joel Birch
5
+ *
6
+ * Dual licensed under the MIT and GPL licenses:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ * http://www.gnu.org/licenses/gpl.html
9
+ *
10
+ *
11
+ * This plugin automatically adjusts submenu widths of suckerfish-style menus to that of
12
+ * their longest list item children. If you use this, please expect bugs and report them
13
+ * to the jQuery Google Group with the word 'Superfish' in the subject line.
14
+ *
15
+ */
16
+
17
+ ;(function($){ // $ will refer to jQuery within this closure
18
+
19
+ $.fn.supersubs = function(options){
20
+ var opts = $.extend({}, $.fn.supersubs.defaults, options);
21
+ // return original object to support chaining
22
+ return this.each(function() {
23
+ // cache selections
24
+ var $$ = $(this);
25
+ // support metadata
26
+ var o = $.meta ? $.extend({}, opts, $$.data()) : opts;
27
+ // get the font size of menu.
28
+ // .css('fontSize') returns various results cross-browser, so measure an em dash instead
29
+ var fontsize = $('<li id="menu-fontsize">&#8212;</li>').css({
30
+ 'padding' : 0,
31
+ 'position' : 'absolute',
32
+ 'top' : '-999em',
33
+ 'width' : 'auto'
34
+ }).appendTo($$).width(); //clientWidth is faster, but was incorrect here
35
+ // remove em dash
36
+ $('#menu-fontsize').remove();
37
+ // cache all ul elements
38
+ $ULs = $$.find('ul');
39
+ // loop through each ul in menu
40
+ $ULs.each(function(i) {
41
+ // cache this ul
42
+ var $ul = $ULs.eq(i);
43
+ // get all (li) children of this ul
44
+ var $LIs = $ul.children();
45
+ // get all anchor grand-children
46
+ var $As = $LIs.children('a');
47
+ // force content to one line and save current float property
48
+ var liFloat = $LIs.css('white-space','nowrap').css('float');
49
+ // remove width restrictions and floats so elements remain vertically stacked
50
+ var emWidth = $ul.add($LIs).add($As).css({
51
+ 'float' : 'none',
52
+ 'width' : 'auto'
53
+ })
54
+ // this ul will now be shrink-wrapped to longest li due to position:absolute
55
+ // so save its width as ems. Clientwidth is 2 times faster than .width() - thanks Dan Switzer
56
+ .end().end()[0].clientWidth / fontsize;
57
+ // add more width to ensure lines don't turn over at certain sizes in various browsers
58
+ emWidth += o.extraWidth;
59
+ // restrict to at least minWidth and at most maxWidth
60
+ if (emWidth > o.maxWidth) { emWidth = o.maxWidth; }
61
+ else if (emWidth < o.minWidth) { emWidth = o.minWidth; }
62
+ emWidth += 'em';
63
+ // set ul to width in ems
64
+ $ul.css('width',emWidth);
65
+ // restore li floats to avoid IE bugs
66
+ // set li width to full width of this ul
67
+ // revert white-space to normal
68
+ $LIs.css({
69
+ 'float' : liFloat,
70
+ 'width' : '100%',
71
+ 'white-space' : 'normal'
72
+ })
73
+ // update offset position of descendant ul to reflect new width of parent
74
+ .each(function(){
75
+ var $childUl = $('>ul',this);
76
+ var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
77
+ $childUl.css(offsetDirection,emWidth);
78
+ });
79
+ });
80
+
81
+ });
82
+ };
83
+ // expose defaults
84
+ $.fn.supersubs.defaults = {
85
+ minWidth : 9, // requires em unit.
86
+ maxWidth : 25, // requires em unit.
87
+ extraWidth : 0 // extra width can ensure lines don't sometimes turn over due to slight browser differences in how they round-off values
88
+ };
89
+
90
+ })(jQuery); // plugin code ends
@@ -0,0 +1,503 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+
4
+ <head>
5
+
6
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
+ <title>CleanDream</title>
8
+
9
+ <style type="text/css">
10
+ @import url("css/style.css");
11
+ @import url('css/style_text.css');
12
+ @import url('css/form-buttons.css');
13
+ @import url('css/link-buttons.css');
14
+ @import url('css/menu.css');
15
+ @import url('css/statics.css');
16
+ @import url('css/messages.css');
17
+ @import url('css/datatable.css');
18
+ @import url('css/accordion.css');
19
+ @import url('css/tabs.css');
20
+ @import url('css/forms.css');
21
+ @import url('css/datepicker.css');
22
+ @import url('css/modalbox.css');
23
+ @import url('css/jquery.fancybox-1.3.4.css');
24
+ @import url('css/jquery.treeview.css');
25
+ @import url('css/wysiwyg.css');
26
+ @import url('css/wysiwyg.modal.css');
27
+ @import url('css/wysiwyg-editor.css');
28
+ </style>
29
+
30
+ <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
31
+
32
+ <!--[if lte IE 8]>
33
+ <script type="text/javascript" src="js/excanvas.min.js"></script>
34
+ <![endif]-->
35
+
36
+ </head>
37
+
38
+ <body>
39
+
40
+ <div class="container">
41
+
42
+ <div class="logo-labels">
43
+ <h1><a href="#">CleanDream</a></h1>
44
+ <ul>
45
+ <li><a href="#"><span>Settings</span></a></li>
46
+ <li class="usermessage"><a href="#"><span>1 new message</span></a></li>
47
+ <li class="logout"><a href="#"><span>Logout</span></a></li>
48
+ </ul>
49
+ </div>
50
+
51
+ <div class="menu-search">
52
+ <ul>
53
+ <li><a href="dashboard.html">Dashboard</a></li>
54
+ <li>
55
+ <a href="#">Dropdown</a>
56
+ <ul>
57
+ <li><a href="#">Submenu item 001</a></li>
58
+ <li><a href="#">Submenu item 002</a></li>
59
+ <li><a href="#">Submenu item 003</a></li>
60
+ <li class="current">
61
+ <a href="#">Submenu item 004</a>
62
+ <ul>
63
+ <li><a href="#">Subsubmenu item 001</a></li>
64
+ <li><a href="#">Subsubmenu item 002</a></li>
65
+ <li class="current"><a href="#">Subsubmenu item 003</a></li>
66
+ <li><a href="#">Subsubmenu item 003</a></li>
67
+ <li><a href="#">Subsubmenu item 005</a></li>
68
+ </ul>
69
+ </li>
70
+ <li> <a href="#">Submenu item 005</a> </li>
71
+ </ul>
72
+ </li>
73
+ <li><a href="typography.html">Typography</a></li>
74
+ <li><a href="boxgrid.html">Boxes Grid</a></li>
75
+ <li><a href="forms.html">Forms</a></li>
76
+ <li><a href="gallery.html">Gallery</a></li>
77
+ <li><a href="tables.html">Tables</a></li>
78
+ <li class="current"><a href="more.html">More</a></li>
79
+ </ul>
80
+ <div class="search">
81
+ <form action="" method="post">
82
+ <input type="text" value="Seachterm" />
83
+ <button type="submit"></button>
84
+ </form>
85
+ </div>
86
+ </div>
87
+
88
+ <div class="breadcrumbs">
89
+ <ul>
90
+ <li class="home"><a href="#"></a></li>
91
+ <li class="break">&#187;</li>
92
+ <li><a href="#">Menu item</a></li>
93
+ <li class="break">&#187;</li>
94
+ <li><a href="#">Menu item</a></li>
95
+ </ul>
96
+ </div>
97
+
98
+ <div class="section">
99
+ <div class="medium">
100
+ <div class="box">
101
+ <div class="title">
102
+ <h2>Accordion menu</h2>
103
+ <span class="hide"></span>
104
+ </div>
105
+ <div class="content">
106
+ <div class="accordion">
107
+ <h3><a href="#">Section 1</a></h3>
108
+ <div>
109
+ Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sapien nulla,
110
+ hendrerit ac feugiat vel, pulvinar id dui.
111
+ </div>
112
+ <h3><a href="#">Section 2</a></h3>
113
+ <div>
114
+ Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sapien nulla,
115
+ hendrerit ac feugiat vel, pulvinar id dui.
116
+ </div>
117
+ <h3><a href="#">Section 3</a></h3>
118
+ <div>
119
+ Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sapien nulla,
120
+ hendrerit ac feugiat vel, pulvinar id dui.<br />
121
+ <br />
122
+ <ul>
123
+ <li>List item one</li>
124
+ <li>List item two</li>
125
+ <li>List item three</li>
126
+ </ul>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="small">
134
+ <div class="box">
135
+ <div class="title">
136
+ <h2>A tree view</h2>
137
+ <span class="hide"></span>
138
+ </div>
139
+ <div class="content">
140
+ <ul class="filetree">
141
+ <li><span>Folder without images</span>
142
+ <ul>
143
+ <li><span>Subfolder 2.1</span>
144
+ <ul>
145
+ <li><span>Item 1.1</span></li>
146
+ <li><span>Item 1.1</span></li>
147
+ </ul>
148
+ </li>
149
+ </ul>
150
+ </li>
151
+ <li><span class="folder">Folder with images</span>
152
+ <ul>
153
+ <li><span class="folder">Subfolder 2.1</span>
154
+ <ul>
155
+ <li><span class="file">Item 1.1</span></li>
156
+ <li><span class="file">Item 1.1</span></li>
157
+ </ul>
158
+ </li>
159
+ </ul>
160
+ </li>
161
+ <li class="open"><span class="folder">Folder that starts open</span>
162
+ <ul>
163
+ <li class="open"><span class="folder">Subfolder 2.1</span>
164
+ <ul>
165
+ <li><span class="file">Item 1.1</span></li>
166
+ <li><span class="file">Item 1.1</span></li>
167
+ </ul>
168
+ </li>
169
+ </ul>
170
+ </li>
171
+ </ul>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="small">
177
+ <div class="box">
178
+ <div class="title">
179
+ <h2>Tooltip</h2>
180
+ <span class="hide"></span>
181
+ </div>
182
+ <div class="content">
183
+ When you hover on <a href="#" class="tooltip" title="Hello, i am a tooltip.">this</a> link you will see a nice tooltip.<br />
184
+ <a href="#" class="tooltip" title="Hello, i am a tooltip."><img src="gfx/photos/10.jpg" class="shadow" alt="Photo" /></a>
185
+ <a href="gfx/photos/01xl.jpg" class="zoom tooltip" title="Hello, i am a tooltip."><img src="gfx/photos/01.jpg" class="shadow" alt="Photo" /></a>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="section">
192
+ <div class="medium">
193
+ <div class="box">
194
+ <div class="title">
195
+ <h2>Statics Months</h2>
196
+ <span class="hide"></span>
197
+ </div>
198
+ <div class="content">
199
+ <div class="caption">Statistics for 2011</div>
200
+ <table class="statics-date">
201
+ <thead>
202
+ <tr>
203
+ <th></th>
204
+ <th style="color : #00366f;">unique visitors</th>
205
+ <th style="color : #006ba0;">pageviews</th>
206
+ </tr>
207
+ </thead>
208
+ <tbody>
209
+ <tr>
210
+ <th>Jan</th><td>256</td><td>1207</td>
211
+ </tr>
212
+ <tr>
213
+ <th>Feb</th><td>203</td><td>1000</td>
214
+ </tr>
215
+ <tr>
216
+ <th>Mar</th><td>241</td><td>1050</td>
217
+ </tr>
218
+ <tr>
219
+ <th>Apr</th><td>227</td><td>1143</td>
220
+ </tr>
221
+ <tr>
222
+ <th>May</th><td>220</td><td>1027</td>
223
+ </tr>
224
+ <tr>
225
+ <th>Jun</th><td>219</td><td>939</td>
226
+ </tr>
227
+ <tr>
228
+ <th>Jul</th><td>260</td><td>1163</td>
229
+ </tr>
230
+ <tr>
231
+ <th>Aug</th><td>235</td><td>1301</td>
232
+ </tr>
233
+ <tr>
234
+ <th>Sep</th><td>277</td><td>1439</td>
235
+ </tr>
236
+ <tr>
237
+ <th>Oct</th><td>245</td><td>1508</td>
238
+ </tr>
239
+ <tr>
240
+ <th>Nov</th><td>245</td><td>1508</td>
241
+ </tr>
242
+ <tr>
243
+ <th>Dec</th><td>245</td><td>1508</td>
244
+ </tr>
245
+ </tbody>
246
+ </table>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="medium">
252
+ <div class="box">
253
+ <div class="title">
254
+ <h2>Statics numbers</h2>
255
+ <span class="hide"></span>
256
+ </div>
257
+ <div class="content">
258
+ <div class="caption">Statistics for August</div>
259
+ <table class="statics">
260
+ <thead>
261
+ <tr>
262
+ <th></th>
263
+ <th style="color : #00366f;">unique visitors</th>
264
+ <th style="color : #006ba0;">pageviews</th>
265
+ </tr>
266
+ </thead>
267
+ <tbody>
268
+ <tr>
269
+ <th>1</th><td>256</td><td>1207</td>
270
+ </tr>
271
+ <tr>
272
+ <th>2</th><td>203</td><td>1000</td>
273
+ </tr>
274
+ <tr>
275
+ <th>3</th><td>241</td><td>1050</td>
276
+ </tr>
277
+ <tr>
278
+ <th>4</th><td>227</td><td>1143</td>
279
+ </tr>
280
+ <tr>
281
+ <th>5</th><td>220</td><td>1027</td>
282
+ </tr>
283
+ <tr>
284
+ <th>6</th><td>219</td><td>939</td>
285
+ </tr>
286
+ <tr>
287
+ <th>7</th><td>260</td><td>1163</td>
288
+ </tr>
289
+ <tr>
290
+ <th>8</th><td>235</td><td>1301</td>
291
+ </tr>
292
+ <tr>
293
+ <th>9</th><td>277</td><td>1439</td>
294
+ </tr>
295
+ <tr>
296
+ <th>10</th><td>245</td><td>1508</td>
297
+ </tr>
298
+ <tr>
299
+ <th>11</th><td>245</td><td>1508</td>
300
+ </tr>
301
+ <tr>
302
+ <th>12</th><td>245</td><td>1508</td>
303
+ </tr>
304
+ </tbody>
305
+ </table>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <div class="section">
312
+ <div class="medium">
313
+ <div class="box">
314
+ <div class="title">
315
+ <h2>Statics: Your own colors</h2>
316
+ <span class="hide"></span>
317
+ </div>
318
+ <div class="content">
319
+ <div class="caption">Statistics for 2011</div>
320
+ <table class="statics">
321
+ <thead>
322
+ <tr>
323
+ <th></th>
324
+ <th style="color : #7a0059;">unique visitors</th>
325
+ <th style="color : #fc00b8;">pageviews</th>
326
+ </tr>
327
+ </thead>
328
+ <tbody>
329
+ <tr>
330
+ <th>1</th><td>256</td><td>1207</td>
331
+ </tr>
332
+ <tr>
333
+ <th>2</th><td>203</td><td>1000</td>
334
+ </tr>
335
+ <tr>
336
+ <th>3</th><td>241</td><td>1050</td>
337
+ </tr>
338
+ <tr>
339
+ <th>4</th><td>227</td><td>1143</td>
340
+ </tr>
341
+ <tr>
342
+ <th>5</th><td>220</td><td>1027</td>
343
+ </tr>
344
+ <tr>
345
+ <th>6</th><td>219</td><td>939</td>
346
+ </tr>
347
+ <tr>
348
+ <th>7</th><td>260</td><td>1163</td>
349
+ </tr>
350
+ <tr>
351
+ <th>8</th><td>235</td><td>1301</td>
352
+ </tr>
353
+ <tr>
354
+ <th>9</th><td>277</td><td>1439</td>
355
+ </tr>
356
+ <tr>
357
+ <th>10</th><td>245</td><td>1508</td>
358
+ </tr>
359
+ <tr>
360
+ <th>11</th><td>245</td><td>1508</td>
361
+ </tr>
362
+ <tr>
363
+ <th>12</th><td>245</td><td>1508</td>
364
+ </tr>
365
+ </tbody>
366
+ </table>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="medium">
372
+ <div class="box">
373
+ <div class="title">
374
+ <h2>Box search</h2>
375
+ <span class="hide"></span>
376
+ <span class="search"></span>
377
+ <div class="box-search">
378
+ <form action="" method="post">
379
+ <input type="text" class="small" value="Seachterm" />
380
+ <button type="submit"></button>
381
+ </form>
382
+ </div>
383
+ </div>
384
+ <div class="content">
385
+ The title bar in this box contains a search option.
386
+ </div>
387
+ </div>
388
+
389
+ <div class="box">
390
+ <div class="title">
391
+ <h2>Modal Window</h2>
392
+ <span class="hide"></span>
393
+ </div>
394
+ <div class="content">
395
+
396
+ Fusce ante sapien, varius eu eleifend sed, egestas eu purus. Duis nec scelerisque sem. Proin ut mi in odio euismod porttitor.
397
+ Sed viverra eros sit amet ipsum dapibus cursus. <a href="#" class="modalopen">Open the modal window</a>, eleifend ac luctus sit amet, aliquam ac nulla. Curabitur
398
+ aliquam risus venenatis nulla ullamcorper at ultrices turpis tempor. Praesent ut mi ac nibh congue malesuada.
399
+
400
+ <div class="modal forms" title="Here you title">
401
+ <form action="" method="post">
402
+ <div class="line">
403
+ <label>Small inputfield</label>
404
+ <input type="text" class="small" value="" />
405
+ </div>
406
+ <div class="line">
407
+ <label>Medium inputfield</label>
408
+ <input type="text" class="medium" value="" />
409
+ </div>
410
+ <div class="line">
411
+ <label>Selectbox medium</label>
412
+ <select>
413
+ <option selected="selected" value="">Option 01</option>
414
+ <option value="">Option 02</option>
415
+ <option value="">Option 03</option>
416
+ <option value="">Option 04</option>
417
+ <option value="">Option 05</option>
418
+ </select>
419
+ </div>
420
+ <div class="line">
421
+ <label>Checkboxes</label>
422
+ <input type="checkbox" name="days[]" value="monday" id="monday" checked="checked" />
423
+ <label for="monday">Mon</label>
424
+
425
+ <input type="checkbox" name="days[]" value="tuesday" id="tuesday" />
426
+ <label for="tuesday">Tue</label>
427
+
428
+ <input type="checkbox" name="days[]" value="wednesday" id="wednesday" />
429
+ <label for="wednesday">Wed</label>
430
+
431
+ <input type="checkbox" name="days[]" value="thursday" id="thursday" />
432
+ <label for="thursday">Thu</label>
433
+
434
+ <input type="checkbox" name="days[]" value="friday" id="friday" />
435
+ <label for="friday">Fri</label>
436
+
437
+ <input type="checkbox" name="days[]" value="saterday" id="saterday" />
438
+ <label for="saterday">Sat</label>
439
+
440
+ <input type="checkbox" name="days[]" value="sunday" id="sunday" />
441
+ <label for="sunday">Sun</label>
442
+ </div>
443
+ <div class="line">
444
+ <label>Textarea medium</label>
445
+ <textarea class="medium" rows="" cols=""></textarea>
446
+ </div>
447
+ <div class="line button">
448
+ <button type="submit" class="green"><span>Sumbit</span></button>
449
+ <button type="submit" class="blue"><span>Sumbit</span></button>
450
+ <button type="submit" class="orange"><span>Sumbit</span></button>
451
+ <button type="submit" class="red"><span>Sumbit</span></button>
452
+ <button type="submit" class="grey"><span>Sumbit</span></button>
453
+ <br />
454
+ <button type="submit" class="green medium"><span>Sumbit</span></button>
455
+ <button type="submit" class="blue medium"><span>Sumbit</span></button>
456
+ <button type="submit" class="orange medium"><span>Sumbit</span></button>
457
+ <button type="submit" class="red medium"><span>Sumbit</span></button>
458
+ <button type="submit" class="grey medium"><span>Sumbit</span></button>
459
+ <br />
460
+ <button type="submit" class="green big"><span>Sumbit</span></button>
461
+ <button type="submit" class="blue big"><span>Sumbit</span></button>
462
+ <button type="submit" class="orange big"><span>Sumbit</span></button>
463
+ <button type="submit" class="red big"><span>Sumbit</span></button>
464
+ <button type="submit" class="grey big"><span>Sumbit</span></button>
465
+ </div>
466
+ </form>
467
+ </div>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </div>
472
+
473
+ <div class="footer">
474
+ <div class="split">&#169; Copyright <a href="#">website.com</a></div>
475
+ <div class="split right">Powered by <a href="http://themeforest.net/item/cleandream/490140" target="_blank">CleanDream</a></div>
476
+ </div>
477
+ </div>
478
+
479
+ <script type="text/javascript" src="js/superfish.js"></script>
480
+ <script type="text/javascript" src="js/supersubs.js"></script>
481
+ <script type="text/javascript" src="js/hoverIntent.js"></script>
482
+ <script type="text/javascript" src="js/jquery.flot.js"></script>
483
+ <script type="text/javascript" src="js/jquery.graphtable-0.2.js"></script>
484
+ <script type="text/javascript" src="js/jquery.flot.resize.min.js"></script>
485
+ <script type="text/javascript" src="js/jquery-ui.js"></script>
486
+ <script type="text/javascript" src="js/jquery-ui-select.js"></script>
487
+ <script type="text/javascript" src="js/customInput.jquery.js"></script>
488
+ <script type="text/javascript" src="js/jquery.dataTables.js"></script>
489
+ <script type="text/javascript" src="js/jquery.fancybox-1.3.4.js"></script>
490
+ <script type="text/javascript" src="js/jquery.filestyle.mini.js"></script>
491
+ <script type="text/javascript" src="js/jquery-ui-timepicker-addon.js"></script>
492
+ <script type="text/javascript" src="js/jquery.treeview.js"></script>
493
+ <script type="text/javascript" src="js/jquery.tipsy.js"></script>
494
+ <script type="text/javascript" src="js/jquery.wysiwyg.js"></script>
495
+ <script type="text/javascript" src="js/plugins/wysiwyg.rmFormat.js"></script>
496
+ <script type="text/javascript" src="js/controls/wysiwyg.image.js"></script>
497
+ <script type="text/javascript" src="js/controls/wysiwyg.link.js"></script>
498
+ <script type="text/javascript" src="js/controls/wysiwyg.table.js"></script>
499
+ <script type="text/javascript" src="js/inline.js"></script>
500
+
501
+ </body>
502
+
503
+ </html>