SQL maker
by k6e2n0t12
HTML
<div class="wrapper">
<select id="dataType" style="width:300px;height:40px;">
<option value="1">新規会員登録数</option>
<option value="2">入札者数/入札数</option>
<option value="3">落札者数/落札数/落札金額</option>
</select>
<br>
<button id="day" style="width:100px;height:40px;" >日次</button>
<button id="week" style="width:100px;height:40px;" >周次</button>
<button id="month" style="width:100px;height:40px;" >月次</button>
<br>
end time:<br>
<input id="end" type="text" style="width:300px;height:40px;" value="2016/8/14">
<br>
<textarea id="textarea" rows="35" cols="100">
</textarea>
</div>
<h5 style="text-align:left">created by 李崇遠,2016/08/17</h5>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
CSS
.wrapper {
text-align: center;
}