HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/naniguide.com/deals/admin/views/theme.view.php
<?php require'sidebar.php'; ?>

<!--Page Container-->
<section class="page-container">
<div class="page-content-wrapper">

<!--Main Content-->

<div class="content sm-gutter">
<div class="container-fluid padding-25 sm-padding-10">
<div class="row">
<div class="col-12">
<div class="section-title">
  <h4><?php echo _THEME; ?></h4> 
</div>
</div>

<div class="col-12 c-col-12">
<div id="saved"><i class="fa fa-check"></i> <?php echo _CHANGESSAVED; ?></div>
<input type="submit" name="save" id="save" value="<?php echo _SAVECHANGES; ?>" class="btn btn-primary" form="setTheme" />

</div>

<div class="col-md-12">
<div class="block form-block mb-4" style="margin-top: 20px;">

  <form enctype="multipart/form-data" action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>" method="post" id="setTheme">

    <div class="form-row">

      <div class="form-group col-md-12">

        <div class="table-responsive">

          <fieldset>
            <legend><?php echo _THCOLORS; ?></legend>

            <table class="display table s-table">

              <tr>
                <td>
                  <table class="table">

                  <td width="50px" style="padding-top: 8px !important;">
                  <div class="preview-color" id="primary-color-preview" style="background-color: <?php echo $theme['th_primarycolor']; ?>"></div>
                  </td>

                  <td>
                  <label><?php echo _THCOLORPRIMARY; ?></label>
                  <input id="primary-color-picker" type="text" value="<?php echo $theme['th_primarycolor']; ?>" name="th_primarycolor" class="form-control"/>
                  </td>

                  <td width="50px" style="padding-top: 8px !important;">
                  <div class="preview-color" id="secondary-color-preview" style="background-color: <?php echo $theme['th_secondarycolor']; ?>"></div>
                  </td>

                  <td>
                  <label><?php echo _THCOLORSSECONDARY; ?></label>
                  <input id="secondary-color-picker" type="text" value="<?php echo $theme['th_secondarycolor']; ?>" name="th_secondarycolor" class="form-control"/>
                  </td>

                </td>

                </tr>

                </table>

            </table>

          </fieldset>

<fieldset>
            <legend><?php echo _THLAYOUT; ?></legend>

            <table class="display table s-table">

            <tr>  
                <td>
                  <label><?php echo _THHEADERMOBILE; ?></label>
                    <select class="custom-select form-control" name="th_mobilestyle" required="">
                      <?php
                      if($theme['th_mobilestyle'] == 'style1')
                      {
                        echo '<option value="style1" selected="selected">Style 1</option>';
                        echo '<option value="style2">Style 2</option>';
                      }
                      elseif($theme['th_mobilestyle'] == 'style2')
                      {
                        echo '<option value="style2" selected="selected">Style 2</option>';
                        echo '<option value="style1">Style 1</option>';
                      }
                      ?>
                    </select>
                </td>
              </tr>

              <tr>  
                <td>
                  <label><?php echo _THHEADER; ?></label>
                    <select class="custom-select form-control" name="th_headerstyle" required="">
                      <?php
                      if($theme['th_headerstyle'] == 'header1')
                      {
                        echo '<option value="header1" selected="selected">Style 1</option>';
                        echo '<option value="header2">Style 2</option>';
                        echo '<option value="header3">Style 3</option>';
                      }
                      elseif($theme['th_headerstyle'] == 'header2')
                      {
                        echo '<option value="header2" selected="selected">Style 2</option>';
                        echo '<option value="header1">Style 1</option>';
                        echo '<option value="header3">Style 3</option>';
                      } 
                      elseif($theme['th_headerstyle'] == 'header3')
                      {
                        echo '<option value="header3" selected="selected">Style 3</option>';
                        echo '<option value="header1">Style 1</option>';
                        echo '<option value="header2">Style 2</option>';
                      }
                      ?>
                    </select>
                </td>
              </tr>

              <tr>  
                <td>
                  <label><?php echo _THHOME; ?></label>
                    <select class="custom-select form-control" name="th_homestyle" required="">
                    <?php
                      if($theme['th_homestyle'] == 'home1')
                      {
                        echo '<option value="home1" selected="selected">Home 1</option>';
                        echo '<option value="home2">Home 2</option>';
                        echo '<option value="home3">Home 3</option>';
                      }
                      elseif($theme['th_homestyle'] == 'home2')
                      {
                        echo '<option value="home2" selected="selected">Home 2</option>';
                        echo '<option value="home1">Home 1</option>';
                        echo '<option value="home3">Home 3</option>';
                      } 
                      elseif($theme['th_homestyle'] == 'home3')
                      {
                        echo '<option value="home3" selected="selected">Home 3</option>';
                        echo '<option value="home1">Home 1</option>';
                        echo '<option value="home2">Home 2</option>';
                      }
                      ?>
                    </select>
                </td>
              </tr>

            </table>

          </fieldset>


          <fieldset>
            <legend><?php echo _THLOGOS; ?></legend>

            <table class="display table s-table">

              <tr>
                <td>
                  <table class="table">

                  <td>
                  <label><?php echo _THLOGO; ?></label>
                  <span class="text-danger recomendedsize display-block"><b>270 x 110 Px</b> </span>

                    <div id="image-1" style="background: url(../../images/<?php echo $theme['th_logo'] ?>);height: 110px; width: 210px; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff !important;">
                      <input type="hidden" value="<?php echo $theme['th_logo']; ?>" name="th_logo_save">
                      <input type="file" name="th_logo" id="image1-upload" />
                    </div>


                  </td>

                  <td>
                  <label><?php echo _THTRANSPARENTLOGO; ?></label>
                  <span class="text-danger recomendedsize display-block"><b>270 x 110 Px</b> </span>

                    <div id="image-6" style="background: url(../../images/<?php echo $theme['th_whitelogo'] ?>);height: 110px; width: 210px; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff !important;">
                      <input type="hidden" value="<?php echo $theme['th_whitelogo']; ?>" name="th_whitelogo_save">
                      <input type="file" name="th_whitelogo" id="image6-upload" />
                    </div>


                  </td>

                  <td>
                    
                  <label><?php echo _THFAVICON; ?></label>
                  <span class="text-danger recomendedsize display-block"><b>64 x 64 Px</b> </span>

                    <div id="image-2" style="background: url(../../images/<?php echo $theme['th_favicon'] ?>);height: 64px; width: 64px; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff !important;">
                      <input type="hidden" value="<?php echo $theme['th_favicon']; ?>" name="th_favicon_save">
                      <input type="file" name="th_favicon" id="image2-upload" />
                    </div>

                  </td>

                </td>

                </tr>

                </table>

            </table>

          </fieldset>

          <fieldset>
            <legend><?php echo _THIMAGES; ?></legend>

            <table class="display table s-table">

              <tr>
                <td>
                  <table class="table">

                  <td>
                  <label><?php echo _THHOMEBACKGROUND; ?></label>
                  <span class="text-danger recomendedsize display-block"><b>1920 x 700 Px</b> </span>

                    <div id="image-3" style="background: url(<?php echo ($theme['th_homebg'] ? '../../images/'.$theme['th_homebg'] : '../../assets/img/330x150.png') ?>);height: 150px; width: 330px; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #fff !important;">
                      <input type="hidden" value="<?php echo $theme['th_homebg']; ?>" name="th_homebg_save">
                      <input type="file" name="th_homebg" id="image3-upload" />
                    </div>

                  </td>

                </td>

                </tr>

                </table>

            </table>

          </fieldset>


</div>
</div>
</div>

<input type="submit" name="save" id="save2" value="<?php echo _SAVECHANGES; ?>" class="btn btn-primary" form="setTheme" />
<div id="saved2"><i class="fa fa-check"></i> <?php echo _CHANGESSAVED; ?></div>

</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>

  <div class="scrollTop">
    <span><a href=""><i class="dripicons-arrow-thin-up"></i></a></span>
  </div>