135 lines
6.6 KiB
PHP
135 lines
6.6 KiB
PHP
<?php
|
|
/**
|
|
* The to20 view file of install module of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
* @author Yuchun Li <liyuchun@cnezsoft.com>
|
|
* @package install
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
<?php include '../../common/view/header.lite.html.php';?>
|
|
<div class='container'>
|
|
<?php if(isset($error)):?>
|
|
<div class='modal-dialog'>
|
|
<div class='modal-header'>
|
|
<strong><?php echo $lang->install->error;?></strong>
|
|
</div>
|
|
<div class='modal-body'>
|
|
<div class='alert alert-danger alert-pure with-icon'>
|
|
<i class='icon-exclamation-sign'></i>
|
|
<div class='content'><?php echo $error;?></div>
|
|
</div>
|
|
</div>
|
|
<div class='modal-footer'>
|
|
<?php echo html::commonButton($lang->install->pre, "onclick='javascript:history.back(-1)'");?>
|
|
</div>
|
|
</div>
|
|
<?php else:?>
|
|
<div class='panel'>
|
|
<form method='post'>
|
|
<h1 class='text-center'><?php echo $title;?></h1>
|
|
<div class='main-row' id='mainContent'>
|
|
<div class='main-col main-table'>
|
|
<table class="table datatable">
|
|
<thead>
|
|
<tr>
|
|
<th colspan='2'><?php echo $this->lang->upgrade->mode;?></th>
|
|
<th colspan='2' class="text-center"><?php echo $this->lang->upgrade->to18Mode['light'];?></th>
|
|
<th colspan='2' class="text-center"><?php echo $this->lang->upgrade->to18Mode['ALM'];?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->usage;?></td>
|
|
<td colspan='2' class="text-center"><?php echo $this->lang->upgrade->lightUsage;?></td>
|
|
<td colspan='2' class="text-center"><?php echo $this->lang->upgrade->ALMUsage;?></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->program;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->productRR;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->productUR;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->productLine;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->projectScrum;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php if($edition == 'max'):?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->scrumDetail;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php endif;?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->projectWaterfall;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->projectKanban;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->execution;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php if($edition == 'max'):?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->assetlib;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-close"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php endif;?>
|
|
<?php if($edition == 'biz' or $edition == 'max'):?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->oa;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php endif;?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->vision;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2' style="font-weight:bold;font-size:14px;"><?php echo $this->lang->upgrade->selectUsage;?></td>
|
|
<td colspan='2' class="text-center"><button class="btn" type="button" id='useLight'><?php echo $this->lang->upgrade->useLight;?></button></td>
|
|
<td colspan='2' class="text-center"><button class="btn" type="button" id='useALM'><?php echo $this->lang->upgrade->useALM;?></button></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->remark;?></td>
|
|
<td colspan='4'><?php echo $this->lang->upgrade->remarkDesc;?></td>
|
|
</tr>
|
|
</tbody>
|
|
<?php echo html::hidden('mode','')?>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<?php endif;?>
|
|
</div>
|
|
<?php include '../../common/view/footer.lite.html.php';?>
|