ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/proc/self/root/var/www/html/tien-dien/code/tiennuoc/ |
<?php $CORE->title_page = 'Tiá»n nước'; $code = isset($CORE->input['code']) ? $CORE->input['code'] : ''; if($code!=''){ include $code.'.php'; } include 'layout/'.$INFO['path_skin'].'/header.php'; ?> <ul class="nav nav-tabs"> <li class="nav-item"> <a class="nav-link <?php echo (isset($CORE->input['act']) and ($CORE->input['act']=='' or $CORE->input['act']=='home')) ? 'active' : ''; ?>" aria-current="page" href="/">Tiá»n Ä‘iện</a> </li> <li class="nav-item"> <a class="nav-link <?php echo (isset($CORE->input['act']) and $CORE->input['act']=='tiennuoc') ? 'active' : ''; ?>" href="/?act=tiennuoc">Tiá»n nước</a> </li> </ul> <!-- HTML giao diện nháºp số nước từng phòng và tổng tiá»n --> <div class="container mt-4"> <h5 class="text-center">TÃnh tiá»n nước theo phòng</h5> <p>Nháºp số nước (m³) sá» dụng cá»§a từng phòng và tổng tiá»n phải đóng.</p> <form id="formTinhTienNuoc"> <div id="inputContainerWater"> <div class="form-group mb-3"> <label for="nuoc_phong_1">Số nước Phòng 1 (m³):</label> <input type="number" class="form-control" id="nuoc_phong_1" name="so_nuoc_phong[]" required min="0"> <div class="result-nuoc mt-1 text-muted"> Tiá»n nước phòng: <span class="tien_nuoc_phong fw-bold">0</span> VNÄ </div> </div> </div> <div class="mb-3 mt-3 text-center text-info"> <label for="tong_tien_nuoc">Tổng tiá»n nước phải đóng (VNÄ):</label> <input type="number" class="form-control" id="tong_tien_nuoc" required min="0"> </div> <div class="mt-2"> <button type="button" class="btn btn-primary" id="addRoomWater"><i class="fas fa-plus"></i> Thêm phòng</button> <button type="button" class="btn btn-success" id="calculateWater"><i class="fad fa-poll-people"></i> TÃnh tiá»n nước</button> </div> </form> </div> <?php include 'layout/'.$INFO['path_skin'].'/footer.php'; ?>