-
Notifications
You must be signed in to change notification settings - Fork 2
/
kanban.html
205 lines (174 loc) · 6.98 KB
/
kanban.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kanban - Task Mangement System</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="jquery-ui/themes/base/jquery.ui.all.css">
<script src="jquery-ui/jquery-1.7.2.js"></script>
<script src="jquery-ui/ui/jquery.ui.core.js"></script>
<script src="jquery-ui/ui/jquery.ui.widget.js"></script>
<script src="jquery-ui/ui/jquery.ui.mouse.js"></script>
<script src="jquery-ui/ui/jquery.ui.sortable.js"></script>
<!--link rel="stylesheet" href="jquery-ui/css/style.css"-->
<link rel="stylesheet" href="lib/bootstrap/bootstrap.new.css">
<link rel="stylesheet" href="lib/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="lib/bootstrap/bootstrap-responsive.css">
<script src="lib/bootstrap/js/bootstrap-alerts.js"></script>
<script src="lib/bootstrap/js/bootstrap-buttons.js"></script>
<script src="lib/bootstrap/js/bootstrap-dropdown.js"></script>
<script src="lib/bootstrap/js/bootstrap-modal.js"></script>
<script src="lib/bootstrap/js/bootstrap-popover.js"></script>
<script src="lib/bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="lib/bootstrap/js/bootstrap-tabs.js"></script>
<script src="lib/bootstrap/js/bootstrap-twipsy.js"></script>
<script src="lib/bootstrap/js/bootstrap-collapse.js"></script>
<style>
.column { width: 170px; /*float: left;*/ padding-bottom: 100px; margin: 3px; padding: 5px; border-left: 2px lightgray solid; vertical-align: top;}
.box { margin: 0 1em 1em 0; }
.box-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
.box-header .ui-icon { float: right; }
.box-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
</style>
<script src="lib/jquery.ui.touch-punch.js"></script>
<script>
$(function() {
$( ".column" ).sortable({
connectWith: ".column"
});
$( ".box" ).addClass( "ui-widget ui-widget-content ui-helper-clearfix ui-corner-all" )
.find( ".box-header" )
.addClass( "ui-widget-header ui-corner-all" )
.prepend( "<span class='ui-icon ui-icon-minusthick'></span>")
.end()
.find( ".box-content" );
$( ".box-header .ui-icon" ).click(function() {
$( this ).toggleClass( "ui-icon-minusthick" ).toggleClass( "ui-icon-plusthick" );
$( this ).parents( ".box:first" ).find( ".box-content" ).toggle();
});
$( ".column" ).disableSelection();
$('#box').draggable();
});
</script>
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href="#">Open Source</a>
<ul class="nav">
<li class="active"><a href="#">Sale</a></li>
<li><a href="#about">Project</a></li>
<li><a href="#contact">Human Resource</a></li>
</ul>
<p class="pull-right">Logged in as <a href="#">username</a></p>
</div>
</div>
</div>
<div class="container-fluid" style="margin-top:50px;">
<div class="sidebar">
<div class="well">
<h1>Open Apps</h1>
Open Business Application Developments.
Rich user interface designing with high usability.
<br/>
tejas.tank.mca@gmail.com
<br/>
<span class="label important">http://github.com/tejastank</span><br/>
<hr/>
</div>
</div>
<div class="content">
<div class="demo" >
<ul class="breadcrumb">
<li><a href="#">Home</a> <span class="divider">/</span></li>
<li><a href="#">Middle page</a> <span class="divider">/</span></li>
<li><a href="#">Another one</a> <span class="divider">/</span></li>
<li class="active">You are here</li>
</ul>
<table border="0" width="100%" class="zebra-striped">
<tr style="font-weight:bold;text-align:center;font-size: 20px;">
<td>Backlog</td>
<td>In-progress</td>
<td>Testing</td>
<td>Buzzz</td>
<td>Deploying</td>
</tr>
<tr>
<td class="column">
<div class="box">
<div class="alert-message warning">
<span class="badge badge-important">6</span>
<span class="label important">Important</span>Task description: save tree, save life. , save tree, save life.
</div>
</div>
<div class="box">
<div class="alert-message error">
<a class="close" href="#">×</a>
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
</div>
</div>
</td>
<td class="column">
<div class="box">
<div class="alert-message error">
<div >Shopping</div>
<div><span class="label label-success">Success</span>Task description: save tree, save life. , save tree, save life. </div>
</div>
</div>
</td>
<td class="column">
<div class="box">
<div class="alert-message warning">
<div >Links</div>
<div>Task description: save tree, save life. , save tree, save life. </div>
</div>
</div>
<div class="box">
<div class="alert-message error">
<div >Images</div>
<div>Task description: save tree, save life. , save tree, save life. </div>
</div>
</div>
<div class="box">
<div class="alert-message important">
<div >Task 1</div>
<div> Task description: save tree, save life. , save tree, save life. </div>
</div>
</div>
</td>
<td class="column">
</td>
<td class="column">
<div class="box">
<div class="alert-message warning">
<div>Task description: save tree, save life. , save tree, save life.
Work Progress : <div class="progress progress-striped active">
<div class="bar" style="width: 60%;"></div>
</div>
</div>
</div>
</div>
<div class="box">
<div class="alert-message alert">
<div >Images</div>
<div>Task description: save tree, save life. , save tree, save life. </div>
</div>
</div>
</td>
</tr>
</table>
</div><!-- End demo -->
</div>
</div>
<div class="alert-message block-message">
<p >
Very simple way to integrate kanban with application. Email : tejas.tank.mca@gmail.com<br/><br/>
<span class="label important">http://github.com/tejastank</span><br/>
<span class="label notice">https://www.facebook.com/tejaskumar.tank</span><br/>
</p>
</div><!-- End demo-description -->
</body>
</html>