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.
- data/README.textile +2 -1
- data/lib/cobweb.rb +4 -1
- data/lib/cobweb_crawler.rb +1 -4
- data/lib/cobweb_version.rb +1 -1
- data/lib/content_link_parser.rb +1 -0
- data/lib/crawl_job.rb +4 -3
- data/lib/server.rb +2 -2
- data/lib/stats.rb +6 -1
- data/spec/cobweb/cobweb_job_spec.rb +162 -24
- data/spec/samples/sample_server.rb +21 -0
- data/spec/samples/sample_site/boxgrid.html +258 -0
- data/spec/samples/sample_site/css/accordion.css +45 -0
- data/spec/samples/sample_site/css/datatable.css +189 -0
- data/spec/samples/sample_site/css/datepicker.css +171 -0
- data/spec/samples/sample_site/css/form-buttons.css +180 -0
- data/spec/samples/sample_site/css/forms.css +489 -0
- data/spec/samples/sample_site/css/jquery.fancybox-1.3.4.css +282 -0
- data/spec/samples/sample_site/css/jquery.treeview.css +103 -0
- data/spec/samples/sample_site/css/link-buttons.css +187 -0
- data/spec/samples/sample_site/css/login.css +110 -0
- data/spec/samples/sample_site/css/menu.css +156 -0
- data/spec/samples/sample_site/css/messages.css +58 -0
- data/spec/samples/sample_site/css/modalbox.css +63 -0
- data/spec/samples/sample_site/css/statics.css +57 -0
- data/spec/samples/sample_site/css/style.css +497 -0
- data/spec/samples/sample_site/css/style_text.css +128 -0
- data/spec/samples/sample_site/css/tabs.css +58 -0
- data/spec/samples/sample_site/css/wysiwyg-editor.css +18 -0
- data/spec/samples/sample_site/css/wysiwyg.css +149 -0
- data/spec/samples/sample_site/css/wysiwyg.modal.css +69 -0
- data/spec/samples/sample_site/dashboard.html +852 -0
- data/spec/samples/sample_site/forms.html +329 -0
- data/spec/samples/sample_site/gallery.html +263 -0
- data/spec/samples/sample_site/gfx/back-menu.gif +0 -0
- data/spec/samples/sample_site/gfx/back-submenu.gif +0 -0
- data/spec/samples/sample_site/gfx/background.gif +0 -0
- data/spec/samples/sample_site/gfx/box-hide.png +0 -0
- data/spec/samples/sample_site/gfx/box-search.png +0 -0
- data/spec/samples/sample_site/gfx/box-title.gif +0 -0
- data/spec/samples/sample_site/gfx/code.gif +0 -0
- data/spec/samples/sample_site/gfx/datepicker-arrows.gif +0 -0
- data/spec/samples/sample_site/gfx/fancybox/blank.gif +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_close.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_loading.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_nav_left.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_nav_right.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_left.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_main.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_over.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_right.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancybox-x.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancybox.png +0 -0
- data/spec/samples/sample_site/gfx/forms/date-next.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/date-prev.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-checkbox.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-date.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-file.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-big.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-xl.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-radio.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-selectbox-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-selectbox.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-big.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-xl.gif +0 -0
- data/spec/samples/sample_site/gfx/icon-delete.png +0 -0
- data/spec/samples/sample_site/gfx/icon-edit.png +0 -0
- data/spec/samples/sample_site/gfx/icon-home.gif +0 -0
- data/spec/samples/sample_site/gfx/img-delete.png +0 -0
- data/spec/samples/sample_site/gfx/img-hover.png +0 -0
- data/spec/samples/sample_site/gfx/img-zoom.png +0 -0
- data/spec/samples/sample_site/gfx/jquery.wysiwyg.gif +0 -0
- data/spec/samples/sample_site/gfx/label-icons.gif +0 -0
- data/spec/samples/sample_site/gfx/label.gif +0 -0
- data/spec/samples/sample_site/gfx/li-down.gif +0 -0
- data/spec/samples/sample_site/gfx/li.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button-big.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button.gif +0 -0
- data/spec/samples/sample_site/gfx/loading-2.gif +0 -0
- data/spec/samples/sample_site/gfx/loading.gif +0 -0
- data/spec/samples/sample_site/gfx/logo.png +0 -0
- data/spec/samples/sample_site/gfx/modal-title.gif +0 -0
- data/spec/samples/sample_site/gfx/photos/00.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/01.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/01xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/02.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/02xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/03.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/03xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/04.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/04xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/05.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/05xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/06.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/06xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/07.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/07xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/08.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/08xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/09.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/09xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/10.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/10xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/11.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/11xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/12.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/12xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/13.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/13xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/14.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/14xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/15.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/15xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/search-button.gif +0 -0
- data/spec/samples/sample_site/gfx/search-input.gif +0 -0
- data/spec/samples/sample_site/gfx/slider-button.gif +0 -0
- data/spec/samples/sample_site/gfx/system-messages.gif +0 -0
- data/spec/samples/sample_site/gfx/table-asc-arrow.gif +0 -0
- data/spec/samples/sample_site/gfx/table-desc-arrow.gif +0 -0
- data/spec/samples/sample_site/gfx/table-first.gif +0 -0
- data/spec/samples/sample_site/gfx/table-last.gif +0 -0
- data/spec/samples/sample_site/gfx/table-next.gif +0 -0
- data/spec/samples/sample_site/gfx/table-number.gif +0 -0
- data/spec/samples/sample_site/gfx/table-prev.gif +0 -0
- data/spec/samples/sample_site/gfx/table-rows.gif +0 -0
- data/spec/samples/sample_site/gfx/table-search.gif +0 -0
- data/spec/samples/sample_site/gfx/table-thead.gif +0 -0
- data/spec/samples/sample_site/gfx/tooltip.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/ajax-loader.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/file.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/folder-closed.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/folder.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/minus.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/plus.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/treeview-default-line.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/treeview-default.gif +0 -0
- data/spec/samples/sample_site/index.html +852 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.image.js +284 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.link.js +210 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.table.js +151 -0
- data/spec/samples/sample_site/js/customInput.jquery.js +68 -0
- data/spec/samples/sample_site/js/excanvas.min.js +1 -0
- data/spec/samples/sample_site/js/hoverIntent.js +84 -0
- data/spec/samples/sample_site/js/inline.js +392 -0
- data/spec/samples/sample_site/js/jquery-1.7.1.min.js +4 -0
- data/spec/samples/sample_site/js/jquery-ui-select.js +522 -0
- data/spec/samples/sample_site/js/jquery-ui-timepicker-addon.js +1299 -0
- data/spec/samples/sample_site/js/jquery-ui.js +791 -0
- data/spec/samples/sample_site/js/jquery.dataTables.js +7440 -0
- data/spec/samples/sample_site/js/jquery.fancybox-1.3.4.js +1156 -0
- data/spec/samples/sample_site/js/jquery.filestyle.mini.js +2 -0
- data/spec/samples/sample_site/js/jquery.flot.js +2600 -0
- data/spec/samples/sample_site/js/jquery.flot.resize.min.js +60 -0
- data/spec/samples/sample_site/js/jquery.graphtable-0.2.js +179 -0
- data/spec/samples/sample_site/js/jquery.tipsy.js +104 -0
- data/spec/samples/sample_site/js/jquery.treeview.js +256 -0
- data/spec/samples/sample_site/js/jquery.wysiwyg.js +2454 -0
- data/spec/samples/sample_site/js/plugins/wysiwyg.rmFormat.js +348 -0
- data/spec/samples/sample_site/js/superfish.js +121 -0
- data/spec/samples/sample_site/js/supersubs.js +90 -0
- data/spec/samples/sample_site/more.html +503 -0
- data/spec/samples/sample_site/tables.html +845 -0
- data/spec/samples/sample_site/text/museosans-webfont.eot +0 -0
- data/spec/samples/sample_site/text/museosans-webfont.svg +231 -0
- data/spec/samples/sample_site/text/museosans-webfont.ttf +0 -0
- data/spec/samples/sample_site/text/museosans-webfont.woff +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.eot +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.svg +231 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.ttf +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.woff +0 -0
- data/spec/samples/sample_site/typography.html +192 -0
- data/spec/spec_helper.rb +10 -2
- metadata +196 -26
|
@@ -0,0 +1,845 @@
|
|
|
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 class="current"><a href="tables.html">Tables</a></li>
|
|
78
|
+
<li><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">»</li>
|
|
92
|
+
<li><a href="#">Menu item</a></li>
|
|
93
|
+
<li class="break">»</li>
|
|
94
|
+
<li><a href="#">Menu item</a></li>
|
|
95
|
+
</ul>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="section">
|
|
99
|
+
<div class="full">
|
|
100
|
+
<div class="box">
|
|
101
|
+
<div class="title">
|
|
102
|
+
<h2>Table: with all options</h2>
|
|
103
|
+
<span class="hide"></span>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="content">
|
|
106
|
+
<table cellspacing="0" cellpadding="0" border="0" class="all">
|
|
107
|
+
<thead>
|
|
108
|
+
<tr>
|
|
109
|
+
<th><input type="checkbox" name="check" class="checkall" /></th>
|
|
110
|
+
<th>Title</th>
|
|
111
|
+
<th>Status</th>
|
|
112
|
+
<th>Date created</th>
|
|
113
|
+
<th>Author</th>
|
|
114
|
+
<th></th>
|
|
115
|
+
</tr>
|
|
116
|
+
</thead>
|
|
117
|
+
<tbody>
|
|
118
|
+
<tr>
|
|
119
|
+
<td><input type="checkbox" name="check" /></td>
|
|
120
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
121
|
+
<td>Published</td>
|
|
122
|
+
<td>26th August 2011</td>
|
|
123
|
+
<td>First, Lastname</td>
|
|
124
|
+
<td>
|
|
125
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
126
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
127
|
+
</td>
|
|
128
|
+
</tr>
|
|
129
|
+
<tr>
|
|
130
|
+
<td><input type="checkbox" name="check" /></td>
|
|
131
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
132
|
+
<td>Draft</td>
|
|
133
|
+
<td>26th August 2011</td>
|
|
134
|
+
<td>First, Lastname</td>
|
|
135
|
+
<td>
|
|
136
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
137
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
138
|
+
</td>
|
|
139
|
+
</tr>
|
|
140
|
+
<tr>
|
|
141
|
+
<td><input type="checkbox" name="check" /></td>
|
|
142
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
143
|
+
<td>Published</td>
|
|
144
|
+
<td>26th August 2011</td>
|
|
145
|
+
<td>First, Lastname</td>
|
|
146
|
+
<td>
|
|
147
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
148
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
149
|
+
</td>
|
|
150
|
+
</tr>
|
|
151
|
+
<tr>
|
|
152
|
+
<td><input type="checkbox" name="check" /></td>
|
|
153
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
154
|
+
<td>Draft</td>
|
|
155
|
+
<td>26th August 2011</td>
|
|
156
|
+
<td>First, Lastname</td>
|
|
157
|
+
<td>
|
|
158
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
159
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
160
|
+
</td>
|
|
161
|
+
</tr>
|
|
162
|
+
<tr>
|
|
163
|
+
<td><input type="checkbox" name="check" /></td>
|
|
164
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
165
|
+
<td>Published</td>
|
|
166
|
+
<td>26th August 2011</td>
|
|
167
|
+
<td>First, Lastname</td>
|
|
168
|
+
<td>
|
|
169
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
170
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
171
|
+
</td>
|
|
172
|
+
</tr>
|
|
173
|
+
<tr>
|
|
174
|
+
<td><input type="checkbox" name="check" /></td>
|
|
175
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
176
|
+
<td>Published</td>
|
|
177
|
+
<td>26th August 2011</td>
|
|
178
|
+
<td>First, Lastname</td>
|
|
179
|
+
<td>
|
|
180
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
181
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
182
|
+
</td>
|
|
183
|
+
</tr>
|
|
184
|
+
<tr>
|
|
185
|
+
<td><input type="checkbox" name="check" /></td>
|
|
186
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
187
|
+
<td>Draft</td>
|
|
188
|
+
<td>26th August 2011</td>
|
|
189
|
+
<td>First, Lastname</td>
|
|
190
|
+
<td>
|
|
191
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
192
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
193
|
+
</td>
|
|
194
|
+
</tr>
|
|
195
|
+
<tr>
|
|
196
|
+
<td><input type="checkbox" name="check" /></td>
|
|
197
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
198
|
+
<td>Published</td>
|
|
199
|
+
<td>26th August 2011</td>
|
|
200
|
+
<td>First, Lastname</td>
|
|
201
|
+
<td>
|
|
202
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
203
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
204
|
+
</td>
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<td><input type="checkbox" name="check" /></td>
|
|
208
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
209
|
+
<td>Draft</td>
|
|
210
|
+
<td>26th August 2011</td>
|
|
211
|
+
<td>First, Lastname</td>
|
|
212
|
+
<td>
|
|
213
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
214
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
215
|
+
</td>
|
|
216
|
+
</tr>
|
|
217
|
+
<tr>
|
|
218
|
+
<td><input type="checkbox" name="check" /></td>
|
|
219
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
220
|
+
<td>Published</td>
|
|
221
|
+
<td>26th August 2011</td>
|
|
222
|
+
<td>First, Lastname</td>
|
|
223
|
+
<td>
|
|
224
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
225
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
226
|
+
</td>
|
|
227
|
+
</tr>
|
|
228
|
+
<tr>
|
|
229
|
+
<td><input type="checkbox" name="check" /></td>
|
|
230
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
231
|
+
<td>Published</td>
|
|
232
|
+
<td>26th August 2011</td>
|
|
233
|
+
<td>First, Lastname</td>
|
|
234
|
+
<td>
|
|
235
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
236
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
237
|
+
</td>
|
|
238
|
+
</tr>
|
|
239
|
+
<tr>
|
|
240
|
+
<td><input type="checkbox" name="check" /></td>
|
|
241
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
242
|
+
<td>Draft</td>
|
|
243
|
+
<td>26th August 2011</td>
|
|
244
|
+
<td>First, Lastname</td>
|
|
245
|
+
<td>
|
|
246
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
247
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
248
|
+
</td>
|
|
249
|
+
</tr>
|
|
250
|
+
<tr>
|
|
251
|
+
<td><input type="checkbox" name="check" /></td>
|
|
252
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
253
|
+
<td>Published</td>
|
|
254
|
+
<td>26th August 2011</td>
|
|
255
|
+
<td>First, Lastname</td>
|
|
256
|
+
<td>
|
|
257
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
258
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
259
|
+
</td>
|
|
260
|
+
</tr>
|
|
261
|
+
<tr>
|
|
262
|
+
<td><input type="checkbox" name="check" /></td>
|
|
263
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
264
|
+
<td>Draft</td>
|
|
265
|
+
<td>26th August 2011</td>
|
|
266
|
+
<td>First, Lastname</td>
|
|
267
|
+
<td>
|
|
268
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
269
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
270
|
+
</td>
|
|
271
|
+
</tr>
|
|
272
|
+
<tr>
|
|
273
|
+
<td><input type="checkbox" name="check" /></td>
|
|
274
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
275
|
+
<td>Published</td>
|
|
276
|
+
<td>26th August 2011</td>
|
|
277
|
+
<td>First, Lastname</td>
|
|
278
|
+
<td>
|
|
279
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
280
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
281
|
+
</td>
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td><input type="checkbox" name="check" /></td>
|
|
285
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
286
|
+
<td>Published</td>
|
|
287
|
+
<td>26th August 2011</td>
|
|
288
|
+
<td>First, Lastname</td>
|
|
289
|
+
<td>
|
|
290
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
291
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
292
|
+
</td>
|
|
293
|
+
</tr>
|
|
294
|
+
<tr>
|
|
295
|
+
<td><input type="checkbox" name="check" /></td>
|
|
296
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
297
|
+
<td>Draft</td>
|
|
298
|
+
<td>26th August 2011</td>
|
|
299
|
+
<td>First, Lastname</td>
|
|
300
|
+
<td>
|
|
301
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
302
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
305
|
+
<tr>
|
|
306
|
+
<td><input type="checkbox" name="check" /></td>
|
|
307
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
308
|
+
<td>Published</td>
|
|
309
|
+
<td>26th August 2011</td>
|
|
310
|
+
<td>First, Lastname</td>
|
|
311
|
+
<td>
|
|
312
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
313
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
314
|
+
</td>
|
|
315
|
+
</tr>
|
|
316
|
+
<tr>
|
|
317
|
+
<td><input type="checkbox" name="check" /></td>
|
|
318
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
319
|
+
<td>Draft</td>
|
|
320
|
+
<td>26th August 2011</td>
|
|
321
|
+
<td>First, Lastname</td>
|
|
322
|
+
<td>
|
|
323
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
324
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
325
|
+
</td>
|
|
326
|
+
</tr>
|
|
327
|
+
<tr>
|
|
328
|
+
<td><input type="checkbox" name="check" /></td>
|
|
329
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
330
|
+
<td>Published</td>
|
|
331
|
+
<td>26th August 2011</td>
|
|
332
|
+
<td>First, Lastname</td>
|
|
333
|
+
<td>
|
|
334
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
335
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
336
|
+
</td>
|
|
337
|
+
</tr>
|
|
338
|
+
<tr>
|
|
339
|
+
<td><input type="checkbox" name="check" /></td>
|
|
340
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
341
|
+
<td>Published</td>
|
|
342
|
+
<td>26th August 2011</td>
|
|
343
|
+
<td>First, Lastname</td>
|
|
344
|
+
<td>
|
|
345
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
346
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
347
|
+
</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td><input type="checkbox" name="check" /></td>
|
|
351
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
352
|
+
<td>Draft</td>
|
|
353
|
+
<td>26th August 2011</td>
|
|
354
|
+
<td>First, Lastname</td>
|
|
355
|
+
<td>
|
|
356
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
357
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
358
|
+
</td>
|
|
359
|
+
</tr>
|
|
360
|
+
<tr>
|
|
361
|
+
<td><input type="checkbox" name="check" /></td>
|
|
362
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
363
|
+
<td>Published</td>
|
|
364
|
+
<td>26th August 2011</td>
|
|
365
|
+
<td>First, Lastname</td>
|
|
366
|
+
<td>
|
|
367
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
368
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
369
|
+
</td>
|
|
370
|
+
</tr>
|
|
371
|
+
<tr>
|
|
372
|
+
<td><input type="checkbox" name="check" /></td>
|
|
373
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
374
|
+
<td>Draft</td>
|
|
375
|
+
<td>26th August 2011</td>
|
|
376
|
+
<td>First, Lastname</td>
|
|
377
|
+
<td>
|
|
378
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
379
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
380
|
+
</td>
|
|
381
|
+
</tr>
|
|
382
|
+
<tr>
|
|
383
|
+
<td><input type="checkbox" name="check" /></td>
|
|
384
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
385
|
+
<td>Published</td>
|
|
386
|
+
<td>26th August 2011</td>
|
|
387
|
+
<td>First, Lastname</td>
|
|
388
|
+
<td>
|
|
389
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
390
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
391
|
+
</td>
|
|
392
|
+
</tr>
|
|
393
|
+
</tbody>
|
|
394
|
+
</table>
|
|
395
|
+
<button type="submit" class="red"><span>Delete</span></button>
|
|
396
|
+
</div>
|
|
397
|
+
</div>
|
|
398
|
+
</div>
|
|
399
|
+
</div>
|
|
400
|
+
|
|
401
|
+
<div class="section">
|
|
402
|
+
<div class="full">
|
|
403
|
+
<div class="box">
|
|
404
|
+
<div class="title">
|
|
405
|
+
<h2>Table: with sorting and search</h2>
|
|
406
|
+
<span class="hide"></span>
|
|
407
|
+
</div>
|
|
408
|
+
<div class="content">
|
|
409
|
+
<table cellspacing="0" cellpadding="0" border="0" class="sortsearch">
|
|
410
|
+
<thead>
|
|
411
|
+
<tr>
|
|
412
|
+
<th><input type="checkbox" name="check" class="checkall" /></th>
|
|
413
|
+
<th>Title</th>
|
|
414
|
+
<th>Status</th>
|
|
415
|
+
<th>Date created</th>
|
|
416
|
+
<th>Author</th>
|
|
417
|
+
<th></th>
|
|
418
|
+
</tr>
|
|
419
|
+
</thead>
|
|
420
|
+
<tbody>
|
|
421
|
+
<tr>
|
|
422
|
+
<td><input type="checkbox" name="check" /></td>
|
|
423
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
424
|
+
<td>Published</td>
|
|
425
|
+
<td>26th August 2011</td>
|
|
426
|
+
<td>First, Lastname</td>
|
|
427
|
+
<td>
|
|
428
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
429
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
430
|
+
</td>
|
|
431
|
+
</tr>
|
|
432
|
+
<tr>
|
|
433
|
+
<td><input type="checkbox" name="check" /></td>
|
|
434
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
435
|
+
<td>Draft</td>
|
|
436
|
+
<td>26th August 2011</td>
|
|
437
|
+
<td>First, Lastname</td>
|
|
438
|
+
<td>
|
|
439
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
440
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
441
|
+
</td>
|
|
442
|
+
</tr>
|
|
443
|
+
<tr>
|
|
444
|
+
<td><input type="checkbox" name="check" /></td>
|
|
445
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
446
|
+
<td>Published</td>
|
|
447
|
+
<td>26th August 2011</td>
|
|
448
|
+
<td>First, Lastname</td>
|
|
449
|
+
<td>
|
|
450
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
451
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
452
|
+
</td>
|
|
453
|
+
</tr>
|
|
454
|
+
<tr>
|
|
455
|
+
<td><input type="checkbox" name="check" /></td>
|
|
456
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
457
|
+
<td>Draft</td>
|
|
458
|
+
<td>26th August 2011</td>
|
|
459
|
+
<td>First, Lastname</td>
|
|
460
|
+
<td>
|
|
461
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
462
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
463
|
+
</td>
|
|
464
|
+
</tr>
|
|
465
|
+
<tr>
|
|
466
|
+
<td><input type="checkbox" name="check" /></td>
|
|
467
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
468
|
+
<td>Published</td>
|
|
469
|
+
<td>26th August 2011</td>
|
|
470
|
+
<td>First, Lastname</td>
|
|
471
|
+
<td>
|
|
472
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
473
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
474
|
+
</td>
|
|
475
|
+
</tr>
|
|
476
|
+
<tr>
|
|
477
|
+
<td><input type="checkbox" name="check" /></td>
|
|
478
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
479
|
+
<td>Published</td>
|
|
480
|
+
<td>26th August 2011</td>
|
|
481
|
+
<td>First, Lastname</td>
|
|
482
|
+
<td>
|
|
483
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
484
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
485
|
+
</td>
|
|
486
|
+
</tr>
|
|
487
|
+
<tr>
|
|
488
|
+
<td><input type="checkbox" name="check" /></td>
|
|
489
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
490
|
+
<td>Draft</td>
|
|
491
|
+
<td>26th August 2011</td>
|
|
492
|
+
<td>First, Lastname</td>
|
|
493
|
+
<td>
|
|
494
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
495
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
496
|
+
</td>
|
|
497
|
+
</tr>
|
|
498
|
+
<tr>
|
|
499
|
+
<td><input type="checkbox" name="check" /></td>
|
|
500
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
501
|
+
<td>Published</td>
|
|
502
|
+
<td>26th August 2011</td>
|
|
503
|
+
<td>First, Lastname</td>
|
|
504
|
+
<td>
|
|
505
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
506
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
507
|
+
</td>
|
|
508
|
+
</tr>
|
|
509
|
+
<tr>
|
|
510
|
+
<td><input type="checkbox" name="check" /></td>
|
|
511
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
512
|
+
<td>Draft</td>
|
|
513
|
+
<td>26th August 2011</td>
|
|
514
|
+
<td>First, Lastname</td>
|
|
515
|
+
<td>
|
|
516
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
517
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
518
|
+
</td>
|
|
519
|
+
</tr>
|
|
520
|
+
<tr>
|
|
521
|
+
<td><input type="checkbox" name="check" /></td>
|
|
522
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
523
|
+
<td>Published</td>
|
|
524
|
+
<td>26th August 2011</td>
|
|
525
|
+
<td>First, Lastname</td>
|
|
526
|
+
<td>
|
|
527
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
528
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
529
|
+
</td>
|
|
530
|
+
</tr>
|
|
531
|
+
</tbody>
|
|
532
|
+
</table>
|
|
533
|
+
<button type="submit" class="red"><span>Delete</span></button>
|
|
534
|
+
</div>
|
|
535
|
+
</div>
|
|
536
|
+
</div>
|
|
537
|
+
</div>
|
|
538
|
+
|
|
539
|
+
<div class="section">
|
|
540
|
+
<div class="full">
|
|
541
|
+
<div class="box">
|
|
542
|
+
<div class="title">
|
|
543
|
+
<h2>Table: with sorting</h2>
|
|
544
|
+
<span class="hide"></span>
|
|
545
|
+
</div>
|
|
546
|
+
<div class="content">
|
|
547
|
+
<table cellspacing="0" cellpadding="0" border="0" class="sorting">
|
|
548
|
+
<thead>
|
|
549
|
+
<tr>
|
|
550
|
+
<th><input type="checkbox" name="check" class="checkall" /></th>
|
|
551
|
+
<th>Title</th>
|
|
552
|
+
<th>Status</th>
|
|
553
|
+
<th>Date created</th>
|
|
554
|
+
<th>Author</th>
|
|
555
|
+
<th></th>
|
|
556
|
+
</tr>
|
|
557
|
+
</thead>
|
|
558
|
+
<tbody>
|
|
559
|
+
<tr>
|
|
560
|
+
<td><input type="checkbox" name="check" /></td>
|
|
561
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
562
|
+
<td>Published</td>
|
|
563
|
+
<td>26th August 2011</td>
|
|
564
|
+
<td>First, Lastname</td>
|
|
565
|
+
<td>
|
|
566
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
567
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
568
|
+
</td>
|
|
569
|
+
</tr>
|
|
570
|
+
<tr>
|
|
571
|
+
<td><input type="checkbox" name="check" /></td>
|
|
572
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
573
|
+
<td>Draft</td>
|
|
574
|
+
<td>26th August 2011</td>
|
|
575
|
+
<td>First, Lastname</td>
|
|
576
|
+
<td>
|
|
577
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
578
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
579
|
+
</td>
|
|
580
|
+
</tr>
|
|
581
|
+
<tr>
|
|
582
|
+
<td><input type="checkbox" name="check" /></td>
|
|
583
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
584
|
+
<td>Published</td>
|
|
585
|
+
<td>26th August 2011</td>
|
|
586
|
+
<td>First, Lastname</td>
|
|
587
|
+
<td>
|
|
588
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
589
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
590
|
+
</td>
|
|
591
|
+
</tr>
|
|
592
|
+
<tr>
|
|
593
|
+
<td><input type="checkbox" name="check" /></td>
|
|
594
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
595
|
+
<td>Draft</td>
|
|
596
|
+
<td>26th August 2011</td>
|
|
597
|
+
<td>First, Lastname</td>
|
|
598
|
+
<td>
|
|
599
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
600
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
601
|
+
</td>
|
|
602
|
+
</tr>
|
|
603
|
+
<tr>
|
|
604
|
+
<td><input type="checkbox" name="check" /></td>
|
|
605
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
606
|
+
<td>Published</td>
|
|
607
|
+
<td>26th August 2011</td>
|
|
608
|
+
<td>First, Lastname</td>
|
|
609
|
+
<td>
|
|
610
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
611
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
612
|
+
</td>
|
|
613
|
+
</tr>
|
|
614
|
+
<tr>
|
|
615
|
+
<td><input type="checkbox" name="check" /></td>
|
|
616
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
617
|
+
<td>Published</td>
|
|
618
|
+
<td>26th August 2011</td>
|
|
619
|
+
<td>First, Lastname</td>
|
|
620
|
+
<td>
|
|
621
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
622
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
623
|
+
</td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr>
|
|
626
|
+
<td><input type="checkbox" name="check" /></td>
|
|
627
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
628
|
+
<td>Draft</td>
|
|
629
|
+
<td>26th August 2011</td>
|
|
630
|
+
<td>First, Lastname</td>
|
|
631
|
+
<td>
|
|
632
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
633
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
634
|
+
</td>
|
|
635
|
+
</tr>
|
|
636
|
+
<tr>
|
|
637
|
+
<td><input type="checkbox" name="check" /></td>
|
|
638
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
639
|
+
<td>Published</td>
|
|
640
|
+
<td>26th August 2011</td>
|
|
641
|
+
<td>First, Lastname</td>
|
|
642
|
+
<td>
|
|
643
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
644
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
645
|
+
</td>
|
|
646
|
+
</tr>
|
|
647
|
+
<tr>
|
|
648
|
+
<td><input type="checkbox" name="check" /></td>
|
|
649
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
650
|
+
<td>Draft</td>
|
|
651
|
+
<td>26th August 2011</td>
|
|
652
|
+
<td>First, Lastname</td>
|
|
653
|
+
<td>
|
|
654
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
655
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
656
|
+
</td>
|
|
657
|
+
</tr>
|
|
658
|
+
<tr>
|
|
659
|
+
<td><input type="checkbox" name="check" /></td>
|
|
660
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
661
|
+
<td>Published</td>
|
|
662
|
+
<td>26th August 2011</td>
|
|
663
|
+
<td>First, Lastname</td>
|
|
664
|
+
<td>
|
|
665
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
666
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
667
|
+
</td>
|
|
668
|
+
</tr>
|
|
669
|
+
</tbody>
|
|
670
|
+
</table>
|
|
671
|
+
<button type="submit" class="red"><span>Delete</span></button>
|
|
672
|
+
</div>
|
|
673
|
+
</div>
|
|
674
|
+
</div>
|
|
675
|
+
</div>
|
|
676
|
+
|
|
677
|
+
<div class="section">
|
|
678
|
+
<div class="full">
|
|
679
|
+
<div class="box">
|
|
680
|
+
<div class="title">
|
|
681
|
+
<h2>Table: Normal</h2>
|
|
682
|
+
<span class="hide"></span>
|
|
683
|
+
</div>
|
|
684
|
+
<div class="content">
|
|
685
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
686
|
+
<thead>
|
|
687
|
+
<tr>
|
|
688
|
+
<th><input type="checkbox" name="check" class="checkall" /></th>
|
|
689
|
+
<th>Title</th>
|
|
690
|
+
<th>Status</th>
|
|
691
|
+
<th>Date created</th>
|
|
692
|
+
<th>Author</th>
|
|
693
|
+
<th></th>
|
|
694
|
+
</tr>
|
|
695
|
+
</thead>
|
|
696
|
+
<tbody>
|
|
697
|
+
<tr>
|
|
698
|
+
<td><input type="checkbox" name="check" /></td>
|
|
699
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
700
|
+
<td>Published</td>
|
|
701
|
+
<td>26th August 2011</td>
|
|
702
|
+
<td>First, Lastname</td>
|
|
703
|
+
<td>
|
|
704
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
705
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
706
|
+
</td>
|
|
707
|
+
</tr>
|
|
708
|
+
<tr>
|
|
709
|
+
<td><input type="checkbox" name="check" /></td>
|
|
710
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
711
|
+
<td>Draft</td>
|
|
712
|
+
<td>26th August 2011</td>
|
|
713
|
+
<td>First, Lastname</td>
|
|
714
|
+
<td>
|
|
715
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
716
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
717
|
+
</td>
|
|
718
|
+
</tr>
|
|
719
|
+
<tr>
|
|
720
|
+
<td><input type="checkbox" name="check" /></td>
|
|
721
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
722
|
+
<td>Published</td>
|
|
723
|
+
<td>26th August 2011</td>
|
|
724
|
+
<td>First, Lastname</td>
|
|
725
|
+
<td>
|
|
726
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
727
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
728
|
+
</td>
|
|
729
|
+
</tr>
|
|
730
|
+
<tr>
|
|
731
|
+
<td><input type="checkbox" name="check" /></td>
|
|
732
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
733
|
+
<td>Draft</td>
|
|
734
|
+
<td>26th August 2011</td>
|
|
735
|
+
<td>First, Lastname</td>
|
|
736
|
+
<td>
|
|
737
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
738
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
739
|
+
</td>
|
|
740
|
+
</tr>
|
|
741
|
+
<tr>
|
|
742
|
+
<td><input type="checkbox" name="check" /></td>
|
|
743
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
744
|
+
<td>Published</td>
|
|
745
|
+
<td>26th August 2011</td>
|
|
746
|
+
<td>First, Lastname</td>
|
|
747
|
+
<td>
|
|
748
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
749
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
750
|
+
</td>
|
|
751
|
+
</tr>
|
|
752
|
+
<tr>
|
|
753
|
+
<td><input type="checkbox" name="check" /></td>
|
|
754
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
755
|
+
<td>Published</td>
|
|
756
|
+
<td>26th August 2011</td>
|
|
757
|
+
<td>First, Lastname</td>
|
|
758
|
+
<td>
|
|
759
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
760
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
761
|
+
</td>
|
|
762
|
+
</tr>
|
|
763
|
+
<tr>
|
|
764
|
+
<td><input type="checkbox" name="check" /></td>
|
|
765
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
766
|
+
<td>Draft</td>
|
|
767
|
+
<td>26th August 2011</td>
|
|
768
|
+
<td>First, Lastname</td>
|
|
769
|
+
<td>
|
|
770
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
771
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
772
|
+
</td>
|
|
773
|
+
</tr>
|
|
774
|
+
<tr>
|
|
775
|
+
<td><input type="checkbox" name="check" /></td>
|
|
776
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
777
|
+
<td>Published</td>
|
|
778
|
+
<td>26th August 2011</td>
|
|
779
|
+
<td>First, Lastname</td>
|
|
780
|
+
<td>
|
|
781
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
782
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
783
|
+
</td>
|
|
784
|
+
</tr>
|
|
785
|
+
<tr>
|
|
786
|
+
<td><input type="checkbox" name="check" /></td>
|
|
787
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
788
|
+
<td>Draft</td>
|
|
789
|
+
<td>26th August 2011</td>
|
|
790
|
+
<td>First, Lastname</td>
|
|
791
|
+
<td>
|
|
792
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
793
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
794
|
+
</td>
|
|
795
|
+
</tr>
|
|
796
|
+
<tr>
|
|
797
|
+
<td><input type="checkbox" name="check" /></td>
|
|
798
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
799
|
+
<td>Published</td>
|
|
800
|
+
<td>26th August 2011</td>
|
|
801
|
+
<td>First, Lastname</td>
|
|
802
|
+
<td>
|
|
803
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
804
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
805
|
+
</td>
|
|
806
|
+
</tr>
|
|
807
|
+
</tbody>
|
|
808
|
+
</table>
|
|
809
|
+
<button type="submit" class="red"><span>Delete</span></button>
|
|
810
|
+
</div>
|
|
811
|
+
</div>
|
|
812
|
+
</div>
|
|
813
|
+
</div>
|
|
814
|
+
|
|
815
|
+
<div class="footer">
|
|
816
|
+
<div class="split">© Copyright <a href="#">website.com</a></div>
|
|
817
|
+
<div class="split right">Powered by <a href="http://themeforest.net/item/cleandream/490140" target="_blank">CleanDream</a></div>
|
|
818
|
+
</div>
|
|
819
|
+
</div>
|
|
820
|
+
|
|
821
|
+
<script type="text/javascript" src="js/superfish.js"></script>
|
|
822
|
+
<script type="text/javascript" src="js/supersubs.js"></script>
|
|
823
|
+
<script type="text/javascript" src="js/hoverIntent.js"></script>
|
|
824
|
+
<script type="text/javascript" src="js/jquery.flot.js"></script>
|
|
825
|
+
<script type="text/javascript" src="js/jquery.graphtable-0.2.js"></script>
|
|
826
|
+
<script type="text/javascript" src="js/jquery.flot.resize.min.js"></script>
|
|
827
|
+
<script type="text/javascript" src="js/jquery-ui.js"></script>
|
|
828
|
+
<script type="text/javascript" src="js/jquery-ui-select.js"></script>
|
|
829
|
+
<script type="text/javascript" src="js/customInput.jquery.js"></script>
|
|
830
|
+
<script type="text/javascript" src="js/jquery.dataTables.js"></script>
|
|
831
|
+
<script type="text/javascript" src="js/jquery.fancybox-1.3.4.js"></script>
|
|
832
|
+
<script type="text/javascript" src="js/jquery.filestyle.mini.js"></script>
|
|
833
|
+
<script type="text/javascript" src="js/jquery-ui-timepicker-addon.js"></script>
|
|
834
|
+
<script type="text/javascript" src="js/jquery.treeview.js"></script>
|
|
835
|
+
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
|
|
836
|
+
<script type="text/javascript" src="js/jquery.wysiwyg.js"></script>
|
|
837
|
+
<script type="text/javascript" src="js/plugins/wysiwyg.rmFormat.js"></script>
|
|
838
|
+
<script type="text/javascript" src="js/controls/wysiwyg.image.js"></script>
|
|
839
|
+
<script type="text/javascript" src="js/controls/wysiwyg.link.js"></script>
|
|
840
|
+
<script type="text/javascript" src="js/controls/wysiwyg.table.js"></script>
|
|
841
|
+
<script type="text/javascript" src="js/inline.js"></script>
|
|
842
|
+
|
|
843
|
+
</body>
|
|
844
|
+
|
|
845
|
+
</html>
|