Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16391 | Rev 16393 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16391 Rev 16392
Línea 212... Línea 212...
212
                    </div>
212
                    </div>
213
                </div>
213
                </div>
214
            </div>
214
            </div>
215
        </div>
215
        </div>
216
    </div>
216
    </div>
217
    <div id="result"></div>
-
 
Línea -... Línea 217...
-
 
217
 
-
 
218
    <!-- <div id="result"></div> -->
218
 
219
 
219
    <script id="theTmpl" type="text/x-jsrender">
220
    <!-- <script id="theTmpl" type="text/x-jsrender">
220
        <div class="row">
221
        <div class="row">
221
            <div class="col-12" id="row-list">
222
            <div class="col-12" id="row-list">
222
                <div class="card">
223
                <div class="card">
223
                    <div class="card-header">
224
                    <div class="card-header">
Línea 244... Línea 245...
244
                                            <th>Email</th>
245
                                            <th>Email</th>
245
                                            <th>Total Agregados</th>
246
                                            <th>Total Agregados</th>
246
                                            <th>Fecha</th>
247
                                            <th>Fecha</th>
247
                                        </tr>
248
                                        </tr>
248
                                    </thead>
249
                                    </thead>
249
                                    <!-- <tbody>
250
                                    <tbody>
250
                                        <tr>
251
                                        <tr>
251
                                            <td>{{:name}}</td>
252
                                            <td>{{:name}}</td>
252
                                            <td>{{:last_name}}</td>
253
                                            <td>{{:last_name}}</td>
253
                                            <td>{{:email}}</td>
254
                                            <td>{{:email}}</td>
254
                                            <td>{{:total_by_day}}</td>
255
                                            <td>{{:total_by_day}}</td>
255
                                            <td>{{:added_on}}</td>
256
                                            <td>{{:added_on}}</td>
256
                                        </tr>
257
                                        </tr>
257
                                    </tbody> -->
258
                                    </tbody>
258
                                </table>
259
                                </table>
259
                            </div>
260
                            </div>
260
                        </div>
261
                        </div>
261
                    </div>
262
                    </div>
262
                </div>
263
                </div>
263
            </div>
264
            </div>
264
        </div>
265
        </div>
265
<div>
266
<div>
266
</div>
267
</div>
267
</script>
268
</script> -->
-
 
269
</section>
-
 
270
<section class="content" id="listing-row">
-
 
271
    <div class="container-fluid">
-
 
272
        <div class="row">
-
 
273
            <div class="col-12">
-
 
274
                <div class="card">
-
 
275
                    <div class="card-header">
-
 
276
                        <h2>LABEL_CONTACTS</h2>
-
 
277
                    </div>
-
 
278
                    <div class="card-body">
-
 
279
                        <table id="gridTable" class="table table-striped table-hover">
-
 
280
                            <thead>
-
 
281
                                <tr>
-
 
282
                                    <th>LABEL_FIRST_NAME</th>
-
 
283
                                    <th>LABEL_LAST_NAME</th>
-
 
284
                                    <th>LABEL_CORPORATE_EMAIL</th>
-
 
285
                                    <th>LABEL_COMPANY</th>
-
 
286
                                    <th>LABEL_COUNTRY</th>
-
 
287
                                    <th>LABEL_SECTOR</th>
-
 
288
                                    <th>LABEL_ACTIONS</th>
-
 
289
                                </tr>
-
 
290
                            </thead>
-
 
291
                            <tbody>
-
 
292
                            </tbody>
-
 
293
                        </table>
-
 
294
                    </div>
-
 
295
                    <!-- <div class="card-footer clearfix">
-
 
296
                        <div style="float:right;">
-
 
297
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
-
 
298
                            <?php if ($allowUpload) : ?>
-
 
299
                                <button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
-
 
300
                            <?php endif; ?>
-
 
301
                            <?php if ($allowAdd) : ?>
-
 
302
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
-
 
303
                            <?php endif; ?>
-
 
304
                        </div>
-
 
305
                    </div> -->
-
 
306
                </div>
-
 
307
            </div>
-
 
308
        </div>
-
 
309
    </div>
268
</section>
310
</section>
269
311