This commit is contained in:
2022-06-14 13:56:13 -04:00
parent f41740ff78
commit 387198f669
162 changed files with 62065 additions and 42 deletions
+2 -2
View File
@@ -435,14 +435,14 @@ class Login extends WRB_Controller {
redirect('dash');
} else {
// Cannot proceed - account model error?
$this->session->set_flashdata('login_message','Cannot proceed - account model error: '.$ret);
$this->session->set_flashdata('login_message','Cannot proceed - account error: '.$ret);
redirect('login');
}
} else {
// Cannot proceed - backend error?
$msg = (is_array($out) && array_key_exists('status',$out) && $out['status']!='')
? $out ['status'] : json_encode($out);
$this->session->set_flashdata('login_message','Cannot proceed - backend error: '.$msg);
$this->session->set_flashdata('login_message','Cannot proceed - error: '.$msg);
redirect('login');
}
+4 -14
View File
@@ -637,25 +637,15 @@ class Member extends Users_Controller {
public function faq() {
$data = $this->getSessionArray();
$data['faq_table'] = '';
$query = $this->db->query('SELECT * FROM faq');
$query = $this->db->query(' SELECT * FROM faq WHERE status = 1 LIMIT 6');
$data['faq_table_row'] = $query->result();
foreach ($query->result() as $row) {
$data['faq_table'] .= "<div class=\"panel panel-white\"> "
. "<div class=\"panel-heading\"> "
. " <h6 class=\"panel-title\">"
. " <a data-toggle=\"collapse\" data-parent=\"#accordion-control\" href=\"#accordion-control-group" . $row->id . "\">" . $row->title . "</a> "
. " </h6> "
. " </div> "
. " <div id=\"accordion-control-group" . $row->id . "\" class=\"panel-collapse collapse out\"> "
. " <div class=\"panel-body\">" .htmlspecialchars_decode( $row->msg ) . " "
. " </div>"
. " </div> "
. " </div>";
$data['faq_table'] =''; // will filter categories here
}
$data['faq_table'] ='';
$data['page_title'] = "Frequently Asked Questions";
$this->RenderUserPage('users/view_faq', $data);
}
+321 -26
View File
@@ -1,42 +1,337 @@
<!-- Main content -->
<?php include('common/userstrip.php'); ?>
<!--begin::Row-->
<div class="row g-5 g-xl-8">
<div class="col-xl-12">
<!--begin::Charts Widget 1-->
<div class="card card-xl-stretch mb-5 mb-xl-8">
<!--begin::Header-->
<div class="card-header border-0 pt-5">
<div class="card">
<!--begin::Body-->
<div class="card-body p-10 p-lg-15">
<!--begin::Classic content-->
<div class="mb-13">
<!--begin::Intro-->
<div class="mb-15">
<!--begin::Title-->
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-bolder fs-3 mb-1">Frequently Asked Questions</span>
</h3>
<h4 class="fs-2x text-gray-800 w-bolder mb-6"><?=$page_title?></h4>
<!--end::Title-->
<!--begin::Text-->
<p class="fw-bold fs-4 text-gray-600 mb-2">First, a disclaimer the entire process of writing a blog post often takes more than a couple of hours, even if you can type eighty words as per minute and your writing skills are sharp.</p>
<!--end::Text-->
</div>
<!--end::Header-->
<!--begin::Body-->
<div class="card-body">
<div class="tab-content">
<!--begin::Tap pane-->
<div class="tab-pane fade show active" id="kt_table_widget_5_tab_1">
<!--begin::Table container-->
<div class="table-responsive">
<!--begin::Table-->
<?php echo $faq_table;?>
<!--end::Intro-->
<!--begin::Row-->
<div class="row mb-12">
<!--begin::Col-->
<div class="col-md-6 pe-md-10 mb-10 mb-md-0">
<h2 class="text-gray-800 fw-bolder mb-4">Performing Tasks</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<!--end::Table-->
</div>
<!--end::Tap pane-->
<?
}
?>
</div>
<div class="col-md-6 ps-md-10">
<h2 class="text-gray-800 fw-bolder mb-4">Setting Tasks up</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_4_2">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_4_2" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
</div>
<!--end::Row-->
<!--begin::Row-->
<div class="row">
<!--begin::Col-->
<div class="col-md-6 pe-md-10 mb-10 mb-md-0">
<h2 class="text-gray-800 w-bolder mb-4">Getting Paid</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-6 ps-md-10">
<!--begin::Title-->
<h2 class="text-gray-800 fw-bolder mb-4">WrenchBoard Rewards</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Classic content-->
<!--begin::Section-->
<div class="mb-17">
<!--begin::Content-->
<div class="d-flex flex-stack mb-5">
<!--begin::Title-->
<h3 class="text-dark">Video Tutorials</h3>
<!--end::Title-->
<!--begin::Link-->
<a href="https://www.youtube.com/channel/UCYDCpwSbRmLEdG7jY8I1nsw" class="fs-6 fw-bold link-primary">View All Videos</a>
<!--end::Link-->
</div>
<!--end::Content-->
<!--begin::Separator-->
<div class="separator separator-dashed mb-9"></div>
<!--end::Separator-->
<!--begin::Row-->
<div class="row g-10">
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch me-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-73.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making a the from also not been afraid to and step away been focused create eye</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="#" class="text-gray-700 text-hover-primary">Jane Miller</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Mar 21 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch mx-md-3">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-74.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but we have also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Cris Morgan</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Apr 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch ms-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-47.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but weve also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Carles Nilson</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on May 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Section-->
<!--begin::Card-->
<div class="card mb-4 bg-light text-center">
<div class="card-body py-12">
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/instagram-2-1.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="https://www.youtube.com/channel/UCYDCpwSbRmLEdG7jY8I1nsw" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/youtube-play.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/behance.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/pinterest-p.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/twitter.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/dribbble-icon-1.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
</div>
<!--end::Body-->
</div>
<!--end::Charts Widget 1-->
<!--end::Card-->
</div>
<!--end::Body-->
</div>
<!--end::Row-->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
"use strict";var KTModalUserSearch=function(){var e,t,n,s,a,r=function(e){setTimeout((function(){var a=KTUtil.getRandomInt(1,3);t.classList.add("d-none"),3===a?(n.classList.add("d-none"),s.classList.remove("d-none")):(n.classList.remove("d-none"),s.classList.add("d-none")),e.complete()}),1500)},o=function(e){t.classList.remove("d-none"),n.classList.add("d-none"),s.classList.add("d-none")};return{init:function(){(e=document.querySelector("#kt_modal_users_search_handler"))&&(e.querySelector('[data-kt-search-element="wrapper"]'),t=e.querySelector('[data-kt-search-element="suggestions"]'),n=e.querySelector('[data-kt-search-element="results"]'),s=e.querySelector('[data-kt-search-element="empty"]'),(a=new KTSearch(e)).on("kt.search.process",r),a.on("kt.search.clear",o))}}}();KTUtil.onDOMContentLoaded((function(){KTModalUserSearch.init()}));
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Some files were not shown because too many files have changed in this diff Show More