📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
278.92 KB
0644
🗑️
⬇️
✏️
🔒
Editing: odd2b.php
<?php // session_start(); ?><?php include "header2.php"; ?><?php include "every.php"; ?> <body onLoad="getLocation()"> <style> .guy{ margin:0px; padding:0px; } </style> <style> * { box-sizing: border-box; } /* Create two equal columns that floats next to each other */ .column { float: left; width:50%; color:black; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; color:black; } .img { max-width: 50%; max-height: 50%; } .pack{ background:#FFFFFF; max-width:100%; color:#000000; font-size:14px; margin:auto; padding:10px 20px; box-shadow: 0px 0px .30rem rgba(0, 0, 0, 0.4); } .pack:active{ background:#FF339A; } </style> <!-- =======rack and Book Section ======= --> <section id="about" class="about"> <div class="container" data-aos="fade-up"> <div class="row content" style="margin:auto; padding:0px; width:100%; margin-bottom:150px;"> <center><H4><i class="bx bxs-error" style="font-size:28px; color:#FF339A; "></i>CHOOSE PACKAGE TYPE</H4> <p style="font-size:12px; text-align:center;font-weight:700;">Please ensure you choose the right weight of your goods because a situation where the wrong weight is choosen,you will have to pay penalty fee before your order can be picked up by the rider or your order will be cancelled</p> <div class="col-lg-12 pack"><form method="post" action="order2b.php"><input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden ><input type="text" value="Parcel package" name="size" hidden /><button type="submit" style="background:none; outline:none; border:none;"> <div class="row" ><div class="column"><img src="assets/img/12.png" class="img" style="max-width:40%; max-height:40%;"/></div> <div class="column"> <p>Parcel Package <br>Minimum. 2kg, 8 x 38 x 64 cm<br> Fits in an envelope</p></div></div> </button></form></div> <div class="col-lg-12 pack"><form method="post"action="order2b.php"><input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden ><input type="text" value="Small box package" name="size" hidden /><button type="submit" style="background:none; outline:none; border:none;"> <div class="row"><div class="column"> <img src="assets/img/13.png" class="img" /></div><div class="column"> <p>Small box Package <br>Maximum. 5kg, 19 x 38 x 64 cm<br> Fits in a box or a carton</p> </div></div> </button></form></div> <div class="col-lg-12 pack"><form method="post" action="order2b.php"><input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden ><input type="text" value="Jumbo package" name="size" hidden /><button type="submit" style="background:none; outline:none; border:none;"> <div class="row"><div class="column"><img src="assets/img/14.png" class="img" /></div> <div class="column"><p>Jumbo Package <br>Maximum. 10kg, 41 x 38 x 64 cm<br> Fits in a big box</p></div></div> </button></form></div> <div class="col-lg-12 pack"><form method="post" action="order2b.php"><input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden ><input type="text" value="Orobo package" name="size" hidden /><button type="submit" style="background:none; outline:none; border:none;"> <div class="row"><div class="column"><img src="assets/img/15.png" class="img" /></div> <div class="column"> <p>Orobo Package <br>Maximum. 20kg or 200 cm<br> Fits on a skid</p> </div></div> </button></form></div> <div class="col-lg-12 pack"><form method="post" action="order2b.php"><input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden ><input type="text" value="Heavy Weight package" name="size" hidden /><button type="submit" style="background:none; outline:none; border:none;"> <div class="row"><div class="column"><img src="assets/img/16.png" class="img" /></div> <div class="column"> <p>Heavy Weight Package <br>Maximum. 30kg or 300 cm<br> Fits on a skid</p></div></div> </button></form></div> </center> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes