https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/angkasapuraretail.com/public_html/application/views/themes/2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/angkasapuraretail.com/public_html/application/views/themes/2/shop.php
<!-- Slideshow -->
<section class="u-carousel u-slide u-valign-middle u-block-2a76-1" id="carousel-7881" data-interval="5000" data-u-ride="carousel">
    <ol class="u-absolute-hcenter u-carousel-indicators u-block-2a76-2">
      <?php foreach($slideshows as $key => $slide) : ?>
        <li data-u-target="#carousel-7881" class="u-active u-grey-30" data-u-slide-to="<?= $key; ?>"></li>
      <?php endforeach; ?> 
    </ol>
    <div class="u-carousel-inner" role="listbox">
      <?php foreach($slideshows as $key => $slide) : ?>
        <div class="
        <?php if($key == 0) : ?>
        u-active 
        <?php endif; ?>
        u-carousel-item u-clearfix u-image u-section-1-<?= $key + 1; ?>" data-image-width="1920" data-image-height="600" style="background-image: url(<?= base_url() . 'uploads/banners/' . $slide->image; ?>);">
            <div class="u-clearfix u-sheet u-sheet-1"></div>
        </div>
      <?php endforeach; ?>  
    </div>
  <a class="u-absolute-vcenter u-carousel-control u-carousel-control-prev u-text-grey-30 u-block-2a76-3" href="#carousel-7881" role="button" data-u-slide="prev">
    <span aria-hidden="true">
      <svg class="u-svg-link" viewBox="0 0 477.175 477.175"><path d="M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225
                c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z"></path></svg>
    </span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="u-absolute-vcenter u-carousel-control u-carousel-control-next u-text-grey-30 u-block-2a76-4" href="#carousel-7881" role="button" data-u-slide="next">
    <span aria-hidden="true">
      <svg class="u-svg-link" viewBox="0 0 477.175 477.175"><path d="M360.731,229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1,0s-5.3,13.8,0,19.1l215.5,215.5l-215.5,215.5
      c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-4l225.1-225.1C365.931,242.875,365.931,234.275,360.731,229.075z"></path></svg>
    </span>
    <span class="sr-only">Next</span>
  </a>
</section>

<!-- New arrival -->
<section class="u-align-center u-clearfix u-section-2" id="sec-a584">
  <div class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-md u-valign-middle-sm u-valign-middle-xs u-sheet-1">
    <h3 class="u-text u-text-custom-color-2 u-text-1">NEW ARRIVAL</h3>
    <div class="u-expanded-width-lg u-expanded-width-md u-expanded-width-sm u-expanded-width-xl u-pagination-center u-products u-products-1">
      <div class="u-repeater u-repeater-1">
        <?php foreach($new_arrivals as $key => $product) : ?>
          <div class="u-align-center u-border-2 u-border-custom-color-2 u-container-style u-products-item u-radius-5 u-repeater-item u-shape-round">
            <div class="u-container-layout u-similar-container u-container-layout-<?= $key + 1; ?>">
              <a href="<?= base_url() . 'product/' . strtolower($product->alias); ?>"><img class="u-expanded-width u-image u-image-round u-product-control u-radius-5 u-image-<?= $key + 1; ?>" src="<?= base_url() . 'uploads/product/small/' . $product->image1; ?>"></a>
              <a href="<?= base_url() . 'product/' . strtolower($product->alias); ?>" class="u-border-none u-btn u-btn-round u-button-style u-custom-color-3 u-product-control u-radius-5 u-text-white u-btn-<?= $key + 1; ?>">NEW</a>
              <h4 class="u-align-center u-product-control u-text u-text-2">
                <a class="u-product-title-link" href="<?= base_url() . 'product/' . strtolower($product->alias); ?>"><?= ucwords($product->title); ?></a>
              </h4>
              <div class="u-product-control u-product-price u-product-price-<?= $key + 1; ?>">
                <div class="u-price-wrapper u-spacing-10">
                  <?php if((int) $product->discounted_price > 0) : ?>
                    <div class="u-old-price"><s>Rp <?= number_format($product->sale_price, 0,",","."); ?></s></div>
                    <div class="u-price" style="font-size: 1.25rem; font-weight: 700;">Rp <?= number_format($product->discounted_price, 0,",","."); ?></div>
                  <?php else : ?>
                    <div class="u-price" style="font-size: 1.25rem; font-weight: 700;">Rp <?= number_format($product->sale_price, 0,",","."); ?></div>
                  <?php endif; ?>
                </div>
              </div>
            </div>
          </div>
        <?php endforeach; ?>  
      </div>
      <div class="u-list-control"></div>
    </div>
    <a href="#" class="u-border-2 u-border-hover-palette-1-base u-border-palette-1-base u-btn u-btn-round u-button-style u-hover-palette-1-base u-none u-radius-10 u-btn-5"><span class="u-file-icon u-icon u-text-custom-color-2"><img src="images/798711-4b7bae7e.png" alt=""></span>&nbsp;VIEW MORE
    </a>
  </div>
</section>

<!-- Categories -->
<section class="u-align-center u-clearfix u-section-3" id="sec-a296">
  <div class="u-align-left u-clearfix u-sheet u-sheet-1">
    <h3 class="u-text u-text-custom-color-2 u-text-1">CATEGORIES </h3>
    <div class="u-expanded-width u-list u-list-1">
      <div class="u-repeater u-repeater-1">
        <?php foreach($categories as $key => $category) : ?> 
          <div class="u-container-style u-list-item u-repeater-item">
            <div class="u-container-layout u-similar-container u-container-layout-<?= $key + 1; ?>">
              <a href="<?= base_url() . 'category/' . strtolower($category->alias); ?>">
                <img class="u-image u-image-contain u-image-default u-preserve-proportions u-image-<?= $key + 1; ?>" src="<?= base_url() . 'uploads/category/' . $category->thumbnail; ?>" alt="<?= $category->category; ?>" data-image-width="150" data-image-height="150">
              </a>
              <a href="<?= base_url() . 'category/' . strtolower($category->alias); ?>" style="color:#111111"><h3 class="u-align-center u-text u-text-2"><?= $category->category; ?></h3></a>
            </div>
          </div>
        <?php endforeach; ?>  
      </div>
    </div>
  </div>
</section>

<!-- About -->
<section class="u-clearfix u-image u-section-4" id="carousel_0551" data-image-width="1845" data-image-height="1040" style="background-image:url(<?= base_url() . 'uploads/page/' . $about->banner13_image; ?>)">
  <div class="u-clearfix u-sheet u-sheet-1">
    <div class="u-align-center u-container-style u-custom-color-2 u-expanded-width-xs u-group u-opacity u-opacity-85 u-radius-5 u-shape-round u-group-1">
      <div class="u-container-layout u-valign-middle u-container-layout-1">
        <div class="u-text u-text-white u-text-1">
          <?= $about->banner3_text; ?>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Contact Form -->
<section class="u-align-center u-clearfix u-section-5" id="sec-2c90">
  <div class="u-clearfix u-sheet u-sheet-1">
    <h3 class="u-text u-text-custom-color-2 u-text-1">CONTACT</h3>
    <div class="u-form u-form-1">
      <form action="https://forms.nicepagesrv.com/v2/form/process" class="u-clearfix u-form-spacing-10 u-form-vertical u-inner-form" style="padding: 10px" source="email" name="form">
        <div class="u-form-group u-form-name u-label-none">
          <label for="name-3b9a" class="u-label">Name</label>
          <input type="text" placeholder="Enter your Name" id="name-3b9a" name="name" class="u-input u-input-rectangle u-radius-5" required="">
        </div>
        <div class="u-form-group u-label-none u-form-group-2">
          <label for="text-1c74" class="u-label">Input</label>
          <input type="text" placeholder="Enter your phone" id="text-1c74" name="text" class="u-input u-input-rectangle u-radius-5">
        </div>
        <div class="u-form-email u-form-group u-label-none">
          <label for="email-3b9a" class="u-label">Email</label>
          <input type="email" placeholder="Enter a valid email address" id="email-3b9a" name="email" class="u-input u-input-rectangle u-radius-5" required="">
        </div>
        <div class="u-form-group u-form-message u-label-none">
          <label for="message-3b9a" class="u-label">Message</label>
          <textarea placeholder="Enter your message" rows="4" cols="50" id="message-3b9a" name="message" class="u-input u-input-rectangle u-radius-5" required=""></textarea>
        </div>
        <div class="u-align-left u-form-group u-form-submit">
          <a href="#" class="u-btn u-btn-round u-btn-submit u-button-style u-radius-5 u-btn-1">CONTACT US</a>
          <input type="submit" value="submit" class="u-form-control-hidden">
        </div>
        <div class="u-form-send-message u-form-send-success"> Thank you! Your message has been sent. </div>
        <div class="u-form-send-error u-form-send-message"> Unable to send your message. Please fix errors then try again. </div>
        <input type="hidden" value="" name="recaptchaResponse">
        <input type="hidden" name="formServices" value="ca91e2733062ee6111210bd301da7b2e">
      </form>
    </div>
  </div>
</section>

<!-- Indonesia Map -->
<section class="u-clearfix u-section-6" id="sec-3012">
  <div class="u-clearfix u-sheet u-sheet-1">
    <img class="u-image u-image-contain u-image-default u-image-1" src="<?= base_url() . 'uploads/page/' . $about->banner14_image; ?>" alt="" data-image-width="1920" data-image-height="852">
  </div>
</section>

https://t.me/RX1948 - 2025