var eventsTasks = new Tasks([
]);
eventsTasks.url = prefixUrl + '/Dash/fetchTask.php';
- eventsTasks.fetch({cache: false, async:true, data: {pid: 4020, t: bTime}});
+ eventsTasks.fetch({cache: false, async:true, data: {pid: 4100, t: bTime}});
var eventsList = new TaskListView({
el: '#eventsList',
collection: eventsTasks});
- // Coupons Plugin
- var couponsTasks = new Tasks([
- ]);
- couponsTasks.url = prefixUrl + '/Dash/fetchTask.php';
- couponsTasks.fetch({cache: false, async:true, data: {pid: 4075, t: bTime}});
- var couponsList = new TaskListView({
- el: '#couponsList',
- collection: couponsTasks});
-
// MemberDB Plugin
var memberdbTasks = new Tasks([
]);
el: '#memberdbList',
collection: memberdbTasks});
- // Member Leads
- var leadsTasks = new Tasks([
- ]);
- leadsTasks.url = prefixUrl + '/Dash/fetchTask.php';
- leadsTasks.fetch({cache: false, async:true, data: {pid: 4047, t: bTime}});
- var leadsList = new TaskListView({
- el: '#leadsList',
- collection: leadsTasks});
-
- // Harbor Country
- var harborcountryTasks = new Tasks([
- ]);
- harborcountryTasks.url = prefixUrl + '/Dash/fetchTask.php';
- harborcountryTasks.fetch({cache: false, async:true, data: {pid: 4038, t: bTime}});
- var harborcountryList = new TaskListView({
- el: '#harborcountryList',
- collection: harborcountryTasks});
-
// UCMAN
var ucmanTasks = new Tasks([
]);
el: '#ucmanList',
collection: ucmanTasks});
- // Original Butterfly House
- var butterflyTasks = new Tasks([
- ]);
- butterflyTasks.url = prefixUrl + '/Dash/fetchTask.php';
- butterflyTasks.fetch({cache: false, async:true, data: {pid: 4066, t: bTime}});
- var butterflyList = new TaskListView({
- el: '#butterflyList',
- collection: butterflyTasks});
-
// MAVB
var MAVBTasks = new Tasks([
]);
</div>
- <div class="row">
-
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4038" target="_blank">Harbor Country</a></h3>
- <table id="harborcountryList"
- class="table table-condensed table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>Employee</th>
- <th>Status</th>
- <th>Task Name</th>
- <th>Deadline</th>
- </tr>
- </thead>
- </table>
- </div>
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4066" target="_blank">Original Butterflyhouse</a></h3>
- <table id="butterflyList"
- class="table table-condensed table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>Employee</th>
- <th>Status</th>
- <th>Task Name</th>
- <th>Deadline</th>
- </tr>
- </thead>
- </table>
- </div>
-
- </div>
- <div class="row">
-
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
- <table id="eventsList"
- class="table table-condensed table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>Employee</th>
- <th>Status</th>
- <th>Task Name</th>
- <th>Deadline</th>
- </tr>
- </thead>
- </table>
- </div>
-
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4075" target="_blank">Coupons Plugin</a></h3>
- <table id="couponsList"
- class="table table-condensed table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>Employee</th>
- <th>Status</th>
- <th>Task Name</th>
- <th>Deadline</th>
- </tr>
- </thead>
- </table>
- </div>
-
- </div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4047" target="_blank">Member Leads</a></h3>
- <table id="leadsList"
+ <h3><a href="../project.php?pid=4100" target="_blank">Event Registration</a></h3>
+ <table id="eventsList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>