124 lines
6.6 KiB
PHP
124 lines
6.6 KiB
PHP
<?php
|
|
/**
|
|
* The to20 view file of upgrade module of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(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 Yidong Wang <yidong@cnezsoft.com>
|
|
* @package upgrade
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
<?php include '../../common/view/header.lite.html.php';?>
|
|
<div class='container'>
|
|
<div class='modal-dialog'>
|
|
<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>
|
|
<?php $icon = $ur ? 'icon-check' : 'icon-close'?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->productUR;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon <?php echo $icon?>"></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'):?>
|
|
<?php $icon = $cmmi ? 'icon-check' : 'icon-close'?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->scrumDetail;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon <?php echo $icon?>"></i></td>
|
|
<td colspan='2' class="text-center"><i class="icon icon-check"></i></td>
|
|
</tr>
|
|
<?php endif;?>
|
|
<?php $icon = $waterfall ? 'icon-check' : 'icon-close'?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->projectWaterfall;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon <?php echo $icon?>"></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'):?>
|
|
<?php $icon = $assetlib ? 'icon-check' : 'icon-close'?>
|
|
<tr>
|
|
<td colspan='2'><?php echo $this->lang->upgrade->assetlib;?></td>
|
|
<td colspan='2' class="text-center"><i class="icon <?php echo $icon?>"></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>
|
|
</div>
|
|
</div>
|
|
<?php include '../../common/view/footer.lite.html.php';?>
|