HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/oa.sanjiangapp.com/app/sys/package/view/obtain.html.php
<?php
/**
 * The obtain view file of package module of ZDOO.
 *
 * @copyright   Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPL (http://zpl.pub/page/zplv12.html)
 * @author      Chunsheng Wang <chunsheng@cnezsoft.com>
 * @package     package
 * @version     $Id$
 * @link        http://www.zdoo.com
 */
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/treeview.html.php';?>
<div class='main-row'>
  <div class='side-col col-3'>
    <form id='searchForm' class='side-search mgb-20' method='post' action='<?php echo inlink('obtain', 'type=bySearch');?>'>
      <div class="input-group">
        <?php echo html::input('key', $this->post->key, "class='form-control' placeholder='{$lang->package->bySearch}'");?>
        <span class="input-group-btn">
          <button class='btn btn-submit' id='submit' type='submit'><i class='icon-search'></i></button>
        </span>
      </div>
    </form>
    <div class="list-group">
      <?php echo html::a(inlink('obtain', 'type=byUpdatedTime'), $lang->package->byUpdatedTime, "id='byupdatedtime' class='list-group-item'");?>
      <?php echo html::a(inlink('obtain', 'type=byAddedTime'),   $lang->package->byAddedTime,   "id='byaddedtime' class='list-group-item'");?>
      <?php echo html::a(inlink('obtain', 'type=byDownloads'),   $lang->package->byDownloads,   "id='bydownloads' class='list-group-item'");?>
    </div>
    <div class='panel panel-sm'>
      <div class='panel-heading'><?php echo $lang->package->byCategory;?></div>
      <div class='panel-body'>
        <?php
        if($moduleTree)
        {
            print($moduleTree);
        }
        else
        {
            echo "<div class='text-warning has-padding-v'>" . $lang->package->errorGetModules . '</div>';
        }
        ?> 
      </div>
    </div>
  </div>
  <div class='main-col col-9'>
    <div class='panel'>
      <div class='panel-body'>
        <?php if($packages):?>
        <div class='cards pd-0 mg-0'>
        <?php foreach($packages as $package):?>
          <?php 
          $currentRelease = $package->currentRelease;
          $latestRelease  = isset($package->latestRelease) ? $package->latestRelease : '';
          ?>
          <div class='card'>
            <div class='card-heading'>
              <small class='pull-right text-important'>
                <?php 
                if($latestRelease and $latestRelease->releaseVersion != $currentRelease->releaseVersion) 
                {
                    printf($lang->package->latest, $latestRelease->viewLink, $latestRelease->releaseVersion, $latestRelease->ranzhiCompatible);
                }?>
              </small>
              <h5 class='mg-0'><?php echo $package->name . "($currentRelease->releaseVersion)";?></h5>
            </div>
            <div class='card-content text-muted'>
              <?php echo $package->abstract;?>
            </div>
            <div class='card-actions'>
              <div style='margin-bottom: 10px'>
                <?php
                echo "{$lang->package->author}:     {$package->author} ";
                echo "{$lang->package->downloads}:  {$package->downloads} ";
                echo "{$lang->package->compatible}: {$lang->package->compatibleList[$currentRelease->compatible]} ";
                
                echo " {$lang->package->depends}: ";
                if(!empty($currentRelease->depends))
                {
                    foreach(json_decode($currentRelease->depends) as $code => $limit)
                    {
                        echo $code;
                        if($limit != 'all')
                        {
                            echo '(';
                            if(!empty($limit['min'])) echo '>= v' . $limit['min'];
                            if(!empty($limit['max'])) echo '<= v' . $limit['min'];
                            echo ')';
                        }
                        echo ' ';
                    }
                }
                ?>
              </div>
              <?php echo "{$lang->package->grade}: ",   html::printStars($package->stars); ?>
              <div class='pull-right' style='margin-top: -15px'>
                <div class='btn-group'>
                <?php
                $installLink = inlink('install',  "package=$package->code&downLink=" . helper::safe64Encode($currentRelease->downLink) . "&md5={$currentRelease->md5}&type=$package->type&overridePackage=no&ignoreCompitable=yes");
                echo html::a($package->viewLink, $lang->package->view, 'class="btn" data-toggle="modal" data-type="iframe" data-width="800" data-height="600"');
                if($currentRelease->public)
                {
                    if($package->type != 'computer' and $package->type != 'mobile')
                    {
                        if(isset($installeds[$package->code]))
                        {
                            if($installeds[$package->code]->version != $package->latestRelease->releaseVersion and $this->package->checkVersion($package->latestRelease->chanzhiCompatible))
                            {
                                $upgradeLink = inlink('upgrade',  "package=$package->code&downLink=" . helper::safe64Encode($currentRelease->downLink) . "&md5=$currentRelease->md5&type=$package->type");
                                echo html::a($upgradeLink, $lang->package->upgrade, "class='btn' data-toggle='modal'");
                            }
                            else
                            {
                                echo html::a('javascript:;', $lang->package->installed, "class='btn disabled'");
                            }
                        }
                        else
                        {
                            $label = $currentRelease->compatible ? $lang->package->installAuto : $lang->package->installForce;
                            echo html::a($installLink, $label, "data-toggle='modal' class='btn'");
                        }
                    }
                }
                echo html::a($currentRelease->downLink, $lang->package->downloadAB, 'class="manual btn" target="_blank"');
                echo html::a(empty($package->site) ? $this->config->package->site : $package->site, $lang->package->site, "class='btn' target='_blank'");
                ?>
                </div>
              </div>
            </div>
          </div>
        <?php endforeach;?>
        </div>
        <?php else:?>
        <div class='alert alert-warning'>
          <i class='icon icon-alert'></i>
          <div class='content'>
            <h4><?php echo $lang->package->errorOccurs;?></h4>
            <div><?php echo $lang->package->errorGetPackages;?></div>
          </div>
        </div>
        <?php endif;?>
        <?php if($pager):?>
        <div class='table-footer'><?php $pager->show();?></div>
        <?php endif; ?>
      </div>
    </div>
  </div>
</div>
<script>
$('#<?php echo $type;?>').addClass('active')
$('#module<?php echo $moduleID;?>').addClass('active')
</script>
<?php include '../../common/view/footer.html.php';?>