Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16354 Rev 16355
Línea 186... Línea 186...
186
        </div>
186
        </div>
187
    </div>
187
    </div>
188
    <div id="result"></div>
188
    <div id="result"></div>
Línea 189... Línea 189...
189
 
189
 
-
 
190
<script id="theTmpl" type="text/x-jsrender">
-
 
191
    <div class="row">
-
 
192
            <div class="col-12" id="row-list">
-
 
193
                <div class="card">
-
 
194
                    <div class="card-header">
-
 
195
                        <h2>Progreso Diario de contactos</h2>
-
 
196
                        <div class="form-group">
-
 
197
                            <label>LABEL_DATE_RANGE</label>
-
 
198
 
-
 
199
                            <div class="input-group">
-
 
200
                                <div class="input-group-prepend">
-
 
201
                                    <span class="input-group-text"><i class="far fa-calendar"></i></span>
-
 
202
                                </div>
-
 
203
                                <input type="text" class="form-control float-right" name="filterdate" id="filterdate">
-
 
204
                            </div>
-
 
205
                            <!-- /.input group -->
-
 
206
                        </div>
-
 
207
                    </div>
-
 
208
                    <div class="card-body">
-
 
209
                        <div class="row">
-
 
210
                            <div class="col-lg-12 col-12 chart">
-
 
211
                                <table class="table table-bordered table-responsive">
-
 
212
                                    <thead>
-
 
213
                                        <tr>
-
 
214
                                            <th>Nombre</th>
-
 
215
                                            <th>Apellido</th>
-
 
216
                                            <th>Email</th>
-
 
217
                                            <th>Total Agregados</th>
-
 
218
                                            <th>Fecha</th>
-
 
219
                                        </tr>
-
 
220
                                    </thead>
-
 
221
                                    <tbody>
-
 
222
                                        <tr>
-
 
223
                                            <td>{{:name}}</td>
-
 
224
                                            <td>{{:last_name}}</td>
-
 
225
                                            <td>{{:email}}</td>
-
 
226
                                            <td>{{:total_by_day}}</td>
-
 
227
                                            <td>{{:added_on}}</td>
-
 
228
                                        </tr>
-
 
229
                                    </tbody>
-
 
230
                                </table>
-
 
231
                            </div>
-
 
232
                        </div>
-
 
233
                    </div>
-
 
234
                </div>
-
 
235
            </div>
190
<script id="theTmpl" type="text/x-jsrender">
236
        </div>
191
<div>
-
 
192
    <table class="table table-bordered table-responsive">
-
 
193
        <thead>
-
 
194
            <tr>
-
 
195
                <th>Nombre</th>
-
 
196
                <th>Apellido</th>
-
 
197
                <th>Email</th>
-
 
198
                <th>Total Agregados</th>
-
 
199
                <th>Fecha</th>
-
 
200
            </tr>
-
 
201
        </thead>
-
 
202
        <tbody>
-
 
203
            <tr>
-
 
204
                <td>{{:name}}</td>
-
 
205
                <td>{{:last_name}}</td>
-
 
206
                <td>{{:email}}</td>
-
 
207
                <td>{{:total_by_day}}</td>
-
 
208
                <td>{{:added_on}}</td>
-
 
209
            </tr>
-
 
210
        </tbody>
-
 
211
    </table>
-
 
212
   <em>Name:</em> <br>
-
 
213
   <em>Last Name:</em> <br>
-
 
214
   <em>Email:</em> <br>
-
 
215
   
237
<div>
216
</div>
238
</div>
217
</script>
239
</script>
218
</section>
240
</section>