This commit is contained in:
poiuty 2023-06-16 15:16:25 +03:00
parent e1d7487883
commit bc42dec024
3 changed files with 131 additions and 17 deletions

View file

@ -4,7 +4,7 @@
<title>Statbate</title>
<meta charset="UTF-8">
<meta name="description" content="How much do webcam models make? Now you know the answer!"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico">
@ -194,7 +194,7 @@
<td><font color="green">online</font></td>
<td class="d-none d-sm-table-cell">1909</td>
<td class="d-none d-sm-table-cell">1601</td>
<td>51546</td>
<td><a href="#" data-modal-info="" data-modal-id="27842" data-modal-type="income" data-modal-name="ehotlovea">51759</a></td>
</tr>
</tbody>
@ -235,6 +235,35 @@
<!-- footer end -->
</div>
<!-- modal windows start -->
<div class="modal fade" id="donRoomModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" style="max-width: 400px;">
<div class="modal-content">
<div class="modal-body">
<table id="donRoomTable" class="table table-striped DonTable">
<thead>
<tr>
<th></th>
<th>USD</th>
<th data-toggle="tooltip" data-placement="right" title="Average tip">AVG</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<hr />
<div id="modelChart" class="d-none d-md-block" style="margin-top: -25px;"></div>
<div id="allIncome"></div>
</div>
</div>
</div>
</div>
<!-- modal windows end -->
</body>
<!-- JS -->