* Finish task #98017.

This commit is contained in:
hufangzhou
2023-07-18 13:27:20 +08:00
parent da9f3f65a7
commit 867321bd21
6 changed files with 49 additions and 0 deletions
+12
View File
@@ -657,6 +657,18 @@ $lang->block->visions['lite'] = new stdclass();
$lang->block->visions['lite']->key = 'lite';
$lang->block->visions['lite']->title = 'Operation Management Interface';
$lang->block->visions['lite']->text = "Specially designed for Non-R&D teams, and based on the visual Kanban {$lang->projectCommon} management model.";
if($config->edition == 'ipd')
{
$lang->block->visionTitle = 'The user interface of ZenTao is divided into 【OR & MM Interface】【IPD Interface】 and 【Operation Management Interface】.';
$lang->block->visions['rnd']->title = 'IPD Interface';
$lang->block->visions['rnd']->text = "Doing things right by integrating the program, {$lang->productCommon}, {$lang->projectCommon}, execution,test, etc., and provide the lifecycle {$lang->projectCommon} management solution.";
$lang->block->visions['or'] = new stdclass();
$lang->block->visions['or']->key = 'or';
$lang->block->visions['or']->title = 'OR & MM Interface';
$lang->block->visions['or']->text = "Doing the right thing by integrating RM Hub, requirements, {$lang->productCommon}, roadmap planning, and project initiation, empowering effective requirement and market management.";
}
$lang->block->customModes['light'] = 'Light Mode';
$lang->block->customModes['ALM'] = 'ALM Mode';
+12
View File
@@ -657,6 +657,18 @@ $lang->block->visions['lite'] = new stdclass();
$lang->block->visions['lite']->key = 'lite';
$lang->block->visions['lite']->title = 'Operation Management Interface';
$lang->block->visions['lite']->text = "Specially designed for Non-R&D teams, and based on the visual Kanban {$lang->projectCommon} management model.";
if($config->edition == 'ipd')
{
$lang->block->visionTitle = 'The user interface of ZenTao is divided into 【OR & MM Interface】【IPD Interface】 and 【Operation Management Interface】.';
$lang->block->visions['rnd']->title = 'IPD Interface';
$lang->block->visions['rnd']->text = "Doing things right by integrating the program, {$lang->productCommon}, {$lang->projectCommon}, execution,test, etc., and provide the lifecycle {$lang->projectCommon} management solution.";
$lang->block->visions['or'] = new stdclass();
$lang->block->visions['or']->key = 'or';
$lang->block->visions['or']->title = 'OR & MM Interface';
$lang->block->visions['or']->text = "Doing the right thing by integrating RM Hub, requirements, {$lang->productCommon}, roadmap planning, and project initiation, empowering effective requirement and market management.";
}
$lang->block->customModes['light'] = 'Light Mode';
$lang->block->customModes['ALM'] = 'ALM Mode';
+12
View File
@@ -657,6 +657,18 @@ $lang->block->visions['lite'] = new stdclass();
$lang->block->visions['lite']->key = 'lite';
$lang->block->visions['lite']->title = 'Operation Management Interface';
$lang->block->visions['lite']->text = "Specially designed for Non-R&D teams, and based on the visual Kanban {$lang->projectCommon} management model.";
if($config->edition == 'ipd')
{
$lang->block->visionTitle = 'The user interface of ZenTao is divided into 【OR & MM Interface】【IPD Interface】 and 【Operation Management Interface】.';
$lang->block->visions['rnd']->title = 'IPD Interface';
$lang->block->visions['rnd']->text = "Doing things right by integrating the program, {$lang->productCommon}, {$lang->projectCommon}, execution,test, etc., and provide the lifecycle {$lang->projectCommon} management solution.";
$lang->block->visions['or'] = new stdclass();
$lang->block->visions['or']->key = 'or';
$lang->block->visions['or']->title = 'OR & MM Interface';
$lang->block->visions['or']->text = "Doing the right thing by integrating RM Hub, requirements, {$lang->productCommon}, roadmap planning, and project initiation, empowering effective requirement and market management.";
}
$lang->block->customModes['light'] = 'Light Mode';
$lang->block->customModes['ALM'] = 'ALM Mode';
+12
View File
@@ -657,6 +657,18 @@ $lang->block->visions['lite'] = new stdclass();
$lang->block->visions['lite']->key = 'lite';
$lang->block->visions['lite']->title = '运营管理界面';
$lang->block->visions['lite']->text = "专为非研发团队打造,主要以直观、可视化的看板{$lang->projectCommon}管理模型为主。";
if($config->edition == 'ipd')
{
$lang->block->visionTitle = '禅道使用界面分为【需求与市场管理界面】【IPD研发管理界面】和【运营管理界面】。';
$lang->block->visions['rnd']->title = 'IPD研发管理界面';
$lang->block->visions['rnd']->text = "正确的做事,集项目集、{$lang->productCommon}、{$lang->projectCommon}、执行、测试等多维度管理于一体,提供全过程{$lang->projectCommon}管理解决方案。";
$lang->block->visions['or'] = new stdclass();
$lang->block->visions['or']->key = 'or';
$lang->block->visions['or']->title = '需求与市场管理界面';
$lang->block->visions['or']->text = "做正确的事,融合了需求池、需求、{$lang->productCommon}、路标规划、立项等需求与市场管理功能。";
}
$lang->block->customModes['light'] = '轻量管理模式';
$lang->block->customModes['ALM'] = '全生命周期管理模式';
+1
View File
@@ -13,6 +13,7 @@
<div class='vision-switch'>
<p><?php echo $lang->block->visionTitle;?></p>
<div class="vision-switch-container">
<?php if($config->edition == 'ipd') $lang->block->visions = array('or' => $lang->block->visions['or']) + $lang->block->visions;?>
<?php foreach($lang->block->visions as $vision):?>
<?php $active = $this->config->vision == $vision->key ? 'active' : '';?>
<a href="<?php echo $this->createLink('my', 'ajaxSwitchVision', "vision=$vision->key");?>" data-type="ajax" class='vision <?php echo $active;?>' data-value="<?php echo $vision->key;?>">
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB