205 lines
12 KiB
Plaintext
205 lines
12 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/BackEnd/Main.Master" AutoEventWireup="true" CodeBehind="userList.aspx.cs" Inherits="abbott_2024_event.BackEnd.userList" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
|
<!-- .page-inner -->
|
|
<div class="page-inner">
|
|
<!-- .page-title-bar -->
|
|
<header class="page-title-bar">
|
|
<!-- .breadcrumb -->
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item active">
|
|
<a href="javascript: void(0);">
|
|
<i class="breadcrumb-icon fa fa-angle-left mr-2"></i>測驗者資料</a>
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
<!-- /.breadcrumb -->
|
|
|
|
<!-- title and toolbar -->
|
|
<div class="d-md-flex align-items-md-start">
|
|
<h1 class="page-title mr-sm-auto">測驗者資料總覽 </h1>
|
|
|
|
<!-- .btn-toolbar -->
|
|
<div id="dt-buttons" class="btn-toolbar"></div>
|
|
<!-- /.btn-toolbar -->
|
|
</div>
|
|
<!-- /title and toolbar -->
|
|
</header>
|
|
<!-- /.page-title-bar -->
|
|
<!-- .page-section -->
|
|
<div class="page-section">
|
|
<!-- .card -->
|
|
<section class="card card-fluid">
|
|
<!-- .card-body -->
|
|
<div class="card-body">
|
|
<!-- .form-row -->
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label for="quotation-datepicker">測驗起訖日期</label>
|
|
<div class="input-daterange input-group" id="quotation-datepicker">
|
|
<input type="text" class="form-control form-control-sm" name="start" id="startDate" />
|
|
<span class="input-group-addon align-bottom">to</span>
|
|
<input type="text" class="form-control form-control-sm" name="end" id="endDate" />
|
|
</div>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<label for="gender_select">寶寶性別</label>
|
|
<select class="custom-select custom-select-sm" id="gender_select" name="gender_select" required="">
|
|
<option value="%">全部</option>
|
|
<option value="F">女</option>
|
|
<option value="M">男</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<label for="age_start">年齡(起)</label>
|
|
<select class="custom-select custom-select-sm" id="age_start" name="age_start" required="">
|
|
<option value="0" selected="selected">0歲</option>
|
|
<option value="1">1歲</option>
|
|
<option value="2">2歲</option>
|
|
<option value="3">3歲</option>
|
|
<option value="4">4歲</option>
|
|
<option value="5">5歲</option>
|
|
<option value="6">6歲</option>
|
|
<option value="7">7歲</option>
|
|
<option value="8">8歲</option>
|
|
<option value="9">9歲</option>
|
|
<option value="10">10歲</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<label for="age_end">年齡(迄)</label>
|
|
<select class="custom-select custom-select-sm" id="age_end" name="age_end" required="">
|
|
<option value="0">0歲</option>
|
|
<option value="1">1歲</option>
|
|
<option value="2">2歲</option>
|
|
<option value="3">3歲</option>
|
|
<option value="4">4歲</option>
|
|
<option value="5">5歲</option>
|
|
<option value="6">6歲</option>
|
|
<option value="7">7歲</option>
|
|
<option value="8">8歲</option>
|
|
<option value="9">9歲</option>
|
|
<option value="10" selected="selected">10歲</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-md-1">
|
|
<label for="search_btn" style="display: block;"> </label>
|
|
<button type="button" class="btn btn-info btn-sm" id="search_btn">篩選</button>
|
|
</div>
|
|
<div class="col-md-1">
|
|
<label for="export_btn" style="display: block;"> </label>
|
|
<button type="button" class="btn btn-danger btn-sm" id="export_btn">匯出</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- /.form-row -->
|
|
<hr />
|
|
<!-- .table -->
|
|
<table id="myTable" class="table">
|
|
<!-- thead -->
|
|
<thead>
|
|
<tr>
|
|
|
|
<th>媽媽名字</th>
|
|
<th style="display:none;">Line UID </th>
|
|
<th>電話 </th>
|
|
<th style="display:none;">測驗日期 </th>
|
|
<th style="min-width: 35%;">寶寶資料</th>
|
|
|
|
<th style="min-width: 60px;"> </th>
|
|
</tr>
|
|
</thead>
|
|
<!-- /thead -->
|
|
</table>
|
|
<!-- /.table -->
|
|
</div>
|
|
<!-- /.card-body -->
|
|
</section>
|
|
<!-- /.card -->
|
|
</div>
|
|
<!-- /.page-section -->
|
|
</div>
|
|
<!-- /.page-inner -->
|
|
|
|
<!-- .modal -->
|
|
<form id="clientHistoryListForm" name="clientHistoryListForm">
|
|
<div class="modal fade" id="clientHistoryListModal" tabindex="-1" role="dialog" aria-labelledby="clientHistoryListModalLabel" data-backdrop="static"
|
|
data-keyboard="false" aria-hidden="true">
|
|
<!-- .modal-dialog -->
|
|
<div class="modal-dialog modal-xl" role="document">
|
|
<!-- .modal-content -->
|
|
<div class="modal-content">
|
|
<!-- .modal-header -->
|
|
<div class="modal-header">
|
|
<h6 id="clientNewModalLabel" class="modal-title inline-editable">
|
|
<span class="sr-only"></span> <input id="LineTitle" type="text" class="form-control form-control-lg" placeholder="" required="">
|
|
</h6>
|
|
<button type="button" class="close" data-dismiss="modal">
|
|
<span aria-hidden="true">×</span><span class="sr-only">Close</span>
|
|
</button>
|
|
</div><!-- /.modal-header -->
|
|
<!-- .modal-body -->
|
|
<div class="modal-body">
|
|
<input type="hidden" id="line_uid_data" />
|
|
<!-- .page-section -->
|
|
<div class="page-section">
|
|
|
|
<!-- .card -->
|
|
<div class="card card-fluid">
|
|
<!-- .card-body -->
|
|
<div class="card-body">
|
|
<div class="form-row">
|
|
<div class="col-md-6" id="prm_project_serial">
|
|
<!-- .form-group -->
|
|
<div class="form-group">
|
|
<select id="baby_select" class="form-control">
|
|
</select>
|
|
</div><!-- /.form-group -->
|
|
</div>
|
|
<div class="col-md-6" id="prm_project_serial2">
|
|
<button type="button" class="btn btn-primary ml-auto" id="downloadBtn">下載寶寶總數據</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- .card -->
|
|
<div class="card card-fluid">
|
|
<!-- .card-body -->
|
|
<div class="card-body">
|
|
<!-- .table -->
|
|
<table id="dt-responsive-baby" class="table dt-responsive">
|
|
<thead>
|
|
<tr>
|
|
<th> 測驗日期 </th>
|
|
<th> 測驗時年齡 </th>
|
|
<th> 測驗時身高 </th>
|
|
<th> 成長百分比 </th>
|
|
<th>source </th>
|
|
<th>medium </th>
|
|
<th>campaign</th>
|
|
<th>content</th>
|
|
<th>term</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
</table><!-- /.table -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div><!-- /.card-body -->
|
|
</div><!-- /.card -->
|
|
</div><!-- /.page-section -->
|
|
</div><!-- /.modal-body -->
|
|
<!-- .modal-footer -->
|
|
<div class="modal-footer">
|
|
<button id="closeBtn" type="button" class="btn btn-light" data-dismiss="modal">關閉</button>
|
|
</div><!-- /.modal-footer -->
|
|
</div><!-- /.modal-content -->
|
|
</div><!-- /.modal-dialog -->
|
|
</div>
|
|
</form><!-- /.modal -->
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
|
<script src="assets/javascript/custom/userList.js?v=17"></script>
|
|
</asp:Content>
|