Skip to content

Commit

Permalink
spelling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TMuthulakshmi committed Jan 3, 2023
1 parent 438517f commit d9e4382
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 63 deletions.
3 changes: 0 additions & 3 deletions app/Views/site/common/layout/layout1.php
Expand Up @@ -158,9 +158,6 @@
<li>
<a href="<?php echo base_url() ?>/aboutus">About</a>
</li>
<li>
<a href="<?php echo base_url() ?>/contactus">Contact Us</a>
</li>
</ul>
</div>
<div class="panel3">
Expand Down
4 changes: 2 additions & 2 deletions app/Views/site/common/pdf/eventreport.php
Expand Up @@ -40,7 +40,7 @@
$outgoing = getBooking(['eventid' => $result['id'],'check_out'=> $startdate]);
?>
<div>
<h4 class="sub_heading">Arriving (<?php echo date("m-d-y", strtotime($startdate));?>)</h4>
<h4 class="sub_heading">Arrival Report (<?php echo date("m-d-y", strtotime($startdate));?>)</h4>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -87,7 +87,7 @@
</tr>
<?php } ?>
<?php }else{ ?>
<tr><td colspan="3">No Arriving on <?php echo date("m-d-y", strtotime($startdate));?></td></tr>
<tr><td colspan="3">No Arrival Report on <?php echo date("m-d-y", strtotime($startdate));?></td></tr>
<?php } ?>
</tbody>
</table>
Expand Down
50 changes: 1 addition & 49 deletions app/Views/site/contactus/index.php
Expand Up @@ -21,7 +21,7 @@
<form method="post" action="" id="form" autocomplete="off">
<div class="mb-4 col-md-8">
<label class="form-label">Enter Name</label>
<input type="text" name="name" class="form-control col-md-4 contact-input" placeholder="Enter name"/>
<input type="text" name="name" class="form-control col-md-12 contact-input" placeholder="Enter name"/>
</div>
<div class="mb-4 col-md-8">
<label class="form-label">Enter Email</label>
Expand All @@ -41,31 +41,6 @@
</div>
</form>
</div>
<div class="col-md-8">
<p class="h2 fw-bold mb-4">Contact Information</p>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d15719.342430819235!2d78.16783275!3d9.9476323!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1647852032607!5m2!1sen!2sin" width="100%" height="300px" style="border:0;" allowfullscreen="" loading="lazy"></iframe> -->
<div id="map" class="contact_map"></div>
<div class="row mt-3 contact-info">
<div class="col-md-4">
<label class="font-w-600 form-label">Mobile Number</label>
<div class="d-flex align-items-center">
<i class="pr-2 fas fa-phone-alt"></i><?php echo $settings['phone'];?>
</div>
</div>
<div class="col-md-4">
<label class="font-w-600 form-label">Email</label>
<div class="d-flex align-items-center">
<i class="pr-2 fas fa-envelope"></i><?php echo $settings['email'];?>
</div>
</div>
<div class="col-md-4">
<label class="font-w-600 form-label">Address</label>
<div class="d-flex align-items-center">
<i class="pr-2 fas fa-map-marker-alt"></i> <?php echo $settings['address'];?>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -95,30 +70,7 @@
}
}
);

initMap();
});

function initMap() {
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
});
var geocoder = new google.maps.Geocoder();
codeAddress(geocoder, map);
}

function codeAddress(geocoder, map) {
geocoder.geocode({'address': address}, function(results, status) {
if (status === 'OK') {
map.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker({
map: map,
position: results[0].geometry.location
});
} else {
alert('Geocode was not successful for the following reason: ' + status);
}
});
}
</script>
<?php $this->endSection(); ?>
8 changes: 4 additions & 4 deletions app/Views/site/home/index.php
Expand Up @@ -125,21 +125,21 @@

<section class="howItWorks">
<div class="contentPanel">
<h1 class="howitworkTitle">How it works</h1>
<h1 class="howitworkTitle">How It Works</h1>
<p class="hiwmainContent colorGrey">
We are developing a community of facilities and horse owners to build a network to house equine athletes on the road.
</p>
<span class="hiwContent colorGrey">
<img src="<?php echo base_url();?>/assets/site/img/download1.png" />
Sign Up. Join in as either a horse owner or a facility. With us, if you need a stall you are a horse owner, if you have a stall that needs a horse in it you are a facility.
<b class="sgn_up">Sign Up.</b> Join in as either a horse owner or a facility. With us, if you need a stall you are a horse owner, if you have a stall that needs a horse in it you are a facility.
</span>
<span class="hiwContent colorGrey">
<img src="<?php echo base_url();?>/assets/site/img/download2.png" />
Search. Find where you are headed next, if this is an EZ Stall facility or event find the stall you want and reserve it. If not we’ll find the closest EZ Stall facility near you.
<b class="sig_up">Search.</b> Find where you are headed next, if this is an EZ Stall facility or event find the stall you want and reserve it. If not we’ll find the closest EZ Stall facility near you.
</span>
<span class="hiwContent colorGrey">
<img src="<?php echo base_url();?>/assets/site/img/download3.png" />
Rest and Relax. Enjoy the drive to your destination. Your stall will be waiting for you and your horse to arrive.
<b class="rest_rel">Rest and Relax.</b> Enjoy the drive to your destination. Your stall will be waiting for you and your horse to arrive.
</span>
</div>
<div class="imagePanel colorGrey">
Expand Down
2 changes: 1 addition & 1 deletion app/Views/site/myaccount/accountinfo/index.php
Expand Up @@ -8,7 +8,7 @@
<input type="text" name="name"class="form-control" id="username" value="<?php echo $userdetail['name']; ?>">
</div>
<div class="mb-3">
<label class="form-label fw-bold form-label mb-1" id="useremail_lbl" >Email address</label>
<label class="form-label fw-bold form-label mb-1" id="useremail_lbl" >Email Address</label>
<input type="email" name="email" class="form-control" id="useremail" value="<?php echo $userdetail['email']; ?>">
</div>
<div class="mb-3">
Expand Down
4 changes: 2 additions & 2 deletions app/Views/site/myaccount/dashboard/index.php
Expand Up @@ -217,7 +217,7 @@ class="rounded d-block"
</div>
<div class="col-md-9">
<h2><?php echo $countcurrentrvlots;?></h2>
<p>Total no of. Rv Lots</p>
<p>Total no of. RV Lots</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -383,7 +383,7 @@ class="rounded d-block"
</div>
<div class="col-md-9">
<h2>$<?php echo $countpastamount ?></h2>
<p>Total Payed</p>
<p>Total Paid</p>
</div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion app/Views/site/myaccount/event/index.php
Expand Up @@ -9,7 +9,9 @@
<h2 class="fw-bold mb-4 mt-2">Events</h2>
<section class="maxWidth eventPagePanel mt-2">
<?php if($usertype !='4'){ ?>
<a class="btn-custom-black addevent" href="<?php echo base_url().'/myaccount/events/add'; ?>">Add Event</a>
<?php if($usertype !='2'){ ?>
<a class="btn-custom-black addevent" href="<?php echo base_url().'/myaccount/events/add'; ?>">Add Event</a>
<?php } ?>
<?php if($usertype =='2'){ ?>
<a class="btn-custom-black addevent" href="<?php echo base_url().'/myaccount/facilityevents/add'; ?>">Add Facility Event</a>
<?php } ?>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/site/myaccount/paymentinfo/index.php
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="col-md-2">
<div>
<p class="mb-0 text-sm fs-7 fw-600">Amout:</p>
<p class="mb-0 text-sm fs-7 fw-600">Amount:</p>
<p class="mb-0 fs-7"><?php echo $currencysymbol.($data['status']=='1' ? ($currentusertype=='5' ? $data['amount'] : $data['amount']-$data['transaction_fee']) : $data['refund_amount']);?></p>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions assets/css/custom.css
Expand Up @@ -563,6 +563,8 @@ div#usercommentlist::before {
font-size: 10px;
display: block;
}


.pricelist .btn-success.price_button {
background-color: #3c3c3c;
border: none;
Expand Down

0 comments on commit d9e4382

Please sign in to comment.