| Server IP : 93.127.179.187 / Your IP :
216.73.216.109 [
Web Server : LiteSpeed System : Linux nl-srv-web1124.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : u964240598 ( 964240598) PHP Version : 8.4.19 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u964240598/domains/hofam.org/public_html/churchapp/application/views/ |
Upload File : |
<section class="content">
<!-- Page content-->
<div class="container-fluid">
<div class="block-header">
<h2>Donations Summary</h2>
</div>
<table class="tablefilter" style="margin-bottom:20px; width: 50%;
table-layout: fixed;">
<tr>
<td class="tdfilter" style="padding:0 5px 0 5px;">
<label>Branch</label>
<select id="branch" class="form-control" required style="font-size: 12px!important;padding: 8px;">
<option value="0">All Branches</option>
<?php foreach ($branches as $record) { ?>
<option value="<?php echo $record->id; ?>"><?php echo $record->name; ?></option>
<?php } ?>
</select>
</td>
<td class="tdfilter" style="padding:0 5px 0 5px;">
<label>Month/Year</label>
<input type="month" id="monthyear" class="form-control" value="<?=date('Y-m')?>">
</td>
<td class="tdfilter"><button id="generate_btn" onclick="" type="button" class="btn btn-primary waves-effect" style="margin-top:8px;width:100%">Filter</button></td>
</tr>
</table>
<!-- Exportable Table -->
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div class="body">
<?php
$this->load->helper('form');
$error = $this->session->flashdata('error');
if($error)
{
?>
<div class="alert alert-danger alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<?php echo $error; ?>
</div>
<?php }
$success = $this->session->flashdata('success');
if($success)
{
?>
<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<?php echo $success; ?>
</div>
<?php } ?>
<div style="overflow-x:auto;">
<table id="summary_table" class="table table-responsive table-bordered table-striped table-hover">
<thead>
<tr>
<th>Income/Receipts</th>
<th>Week 1</th>
<th>Week 2</th>
<th>Week 3</th>
<th>Week 4</th>
<th>Week 5</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
Anon7 - 2022
AnonSec Team
