Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!-- BEGIN PAGE HEADER-->
2
<h3 class="page-title">
3
Content Loading via Ajax <small>loading page content via ajax</small>
4
</h3>
5
<div class="page-bar">
6
        <ul class="page-breadcrumb">
7
                <li>
8
                        <i class="fa fa-home"></i>
9
                        <a href="index.html">Home</a>
10
                        <i class="fa fa-angle-right"></i>
11
                </li>
12
                <li>
13
                        <a href="#"></a>
14
                </li>
15
        </ul>
16
        <div class="page-toolbar">
17
                <div class="btn-group pull-right">
18
                        <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true">
19
                        Actions <i class="fa fa-angle-down"></i>
20
                        </button>
21
                        <ul class="dropdown-menu pull-right" role="menu">
22
                                <li>
23
                                        <a href="#">Action</a>
24
                                </li>
25
                                <li>
26
                                        <a href="#">Another action</a>
27
                                </li>
28
                                <li>
29
                                        <a href="#">Something else here</a>
30
                                </li>
31
                                <li class="divider">
32
                                </li>
33
                                <li>
34
                                        <a href="#">Separated link</a>
35
                                </li>
36
                        </ul>
37
                </div>
38
        </div>
39
</div>
40
<!-- END PAGE HEADER-->
41
<!-- BEGIN PAGE CONTENT-->
42
<div class="row">
43
        <div class="col-md-12">
44
                <div class="portlet light">
45
                        <div class="portlet-body">
46
                                <p>
47
                                         Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
48
                                </p>
49
                                <p>
50
                                         Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
51
                                </p>
52
                                <p>
53
                                         Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
54
                                </p>
55
                                <a href="layout_ajax_content_2.html" class="btn green ajaxify">
56
                                Load another ajax content </a>
57
                        </div>
58
                </div>
59
        </div>
60
</div>
61
<div class="row">
62
        <div class="col-md-6">
63
                <!-- BEGIN SAMPLE TABLE PORTLET-->
64
                <div class="portlet box red">
65
                        <div class="portlet-title">
66
                                <div class="caption">
67
                                        <i class="fa fa-cogs"></i>Simple Table
68
                                </div>
69
                                <div class="tools">
70
                                        <a href="javascript:;" class="collapse">
71
                                        </a>
72
                                        <a href="#portlet-config" data-toggle="modal" class="config">
73
                                        </a>
74
                                        <a href="javascript:;" class="reload">
75
                                        </a>
76
                                        <a href="javascript:;" class="remove">
77
                                        </a>
78
                                </div>
79
                        </div>
80
                        <div class="portlet-body">
81
                                <table class="table table-hover">
82
                                <thead>
83
                                <tr>
84
                                        <th>
85
                                                 #
86
                                        </th>
87
                                        <th>
88
                                                 First Name
89
                                        </th>
90
                                        <th>
91
                                                 Last Name
92
                                        </th>
93
                                        <th class="hidden-480">
94
                                                 Username
95
                                        </th>
96
                                        <th>
97
                                                 Status
98
                                        </th>
99
                                </tr>
100
                                </thead>
101
                                <tbody>
102
                                <tr>
103
                                        <td>
104
                                                 1
105
                                        </td>
106
                                        <td>
107
                                                 Mark
108
                                        </td>
109
                                        <td>
110
                                                 Otto
111
                                        </td>
112
                                        <td class="hidden-480">
113
                                                 makr124
114
                                        </td>
115
                                        <td>
116
                                                <span class="label label-success">
117
                                                Approved </span>
118
                                        </td>
119
                                </tr>
120
                                <tr>
121
                                        <td>
122
                                                 2
123
                                        </td>
124
                                        <td>
125
                                                 Jacob
126
                                        </td>
127
                                        <td>
128
                                                 Nilson
129
                                        </td>
130
                                        <td class="hidden-480">
131
                                                 jac123
132
                                        </td>
133
                                        <td>
134
                                                <span class="label label-info">
135
                                                Pending </span>
136
                                        </td>
137
                                </tr>
138
                                <tr>
139
                                        <td>
140
                                                 3
141
                                        </td>
142
                                        <td>
143
                                                 Larry
144
                                        </td>
145
                                        <td>
146
                                                 Cooper
147
                                        </td>
148
                                        <td class="hidden-480">
149
                                                 lar
150
                                        </td>
151
                                        <td>
152
                                                <span class="label label-warning">
153
                                                Suspended </span>
154
                                        </td>
155
                                </tr>
156
                                <tr>
157
                                        <td>
158
                                                 3
159
                                        </td>
160
                                        <td>
161
                                                 Sandy
162
                                        </td>
163
                                        <td>
164
                                                 Lim
165
                                        </td>
166
                                        <td class="hidden-480">
167
                                                 sanlim
168
                                        </td>
169
                                        <td>
170
                                                <span class="label label-danger">
171
                                                Blocked </span>
172
                                        </td>
173
                                </tr>
174
                                </tbody>
175
                                </table>
176
                        </div>
177
                </div>
178
                <!-- END SAMPLE TABLE PORTLET-->
179
        </div>
180
        <div class="col-md-6">
181
                <!-- BEGIN BORDERED TABLE PORTLET-->
182
                <div class="portlet box yellow">
183
                        <div class="portlet-title">
184
                                <div class="caption">
185
                                        <i class="fa fa-coffee"></i>Bordered Table
186
                                </div>
187
                                <div class="tools">
188
                                        <a href="javascript:;" class="collapse">
189
                                        </a>
190
                                        <a href="#portlet-config" data-toggle="modal" class="config">
191
                                        </a>
192
                                        <a href="javascript:;" class="reload">
193
                                        </a>
194
                                        <a href="javascript:;" class="remove">
195
                                        </a>
196
                                </div>
197
                        </div>
198
                        <div class="portlet-body">
199
                                <table class="table table-bordered table-hover">
200
                                <thead>
201
                                <tr>
202
                                        <th>
203
                                                 #
204
                                        </th>
205
                                        <th>
206
                                                 First Name
207
                                        </th>
208
                                        <th>
209
                                                 Last Name
210
                                        </th>
211
                                        <th class="hidden-480">
212
                                                 Username
213
                                        </th>
214
                                        <th>
215
                                                 Status
216
                                        </th>
217
                                </tr>
218
                                </thead>
219
                                <tbody>
220
                                <tr>
221
                                        <td>
222
                                                 1
223
                                        </td>
224
                                        <td>
225
                                                 Mark
226
                                        </td>
227
                                        <td>
228
                                                 Otto
229
                                        </td>
230
                                        <td class="hidden-480">
231
                                                 makr124
232
                                        </td>
233
                                        <td>
234
                                                <span class="label label-success">
235
                                                Approved </span>
236
                                        </td>
237
                                </tr>
238
                                <tr>
239
                                        <td>
240
                                                 2
241
                                        </td>
242
                                        <td>
243
                                                 Jacob
244
                                        </td>
245
                                        <td>
246
                                                 Nilson
247
                                        </td>
248
                                        <td class="hidden-480">
249
                                                 jac123
250
                                        </td>
251
                                        <td>
252
                                                <span class="label label-info">
253
                                                Pending </span>
254
                                        </td>
255
                                </tr>
256
                                <tr>
257
                                        <td>
258
                                                 3
259
                                        </td>
260
                                        <td>
261
                                                 Larry
262
                                        </td>
263
                                        <td>
264
                                                 Cooper
265
                                        </td>
266
                                        <td class="hidden-480">
267
                                                 lar
268
                                        </td>
269
                                        <td>
270
                                                <span class="label label-warning">
271
                                                Suspended </span>
272
                                        </td>
273
                                </tr>
274
                                <tr>
275
                                        <td>
276
                                                 3
277
                                        </td>
278
                                        <td>
279
                                                 Sandy
280
                                        </td>
281
                                        <td>
282
                                                 Lim
283
                                        </td>
284
                                        <td class="hidden-480">
285
                                                 sanlim
286
                                        </td>
287
                                        <td>
288
                                                <span class="label label-danger">
289
                                                Blocked </span>
290
                                        </td>
291
                                </tr>
292
                                </tbody>
293
                                </table>
294
                        </div>
295
                </div>
296
                <!-- END BORDERED TABLE PORTLET-->
297
        </div>
298
</div>
299
<!-- END PAGE CONTENT-->