mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 6)
* convert talent calculators
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<?php namespace Aowow; ?>
|
||||
<?php
|
||||
namespace Aowow\Template;
|
||||
|
||||
<?php $this->brick('header'); ?>
|
||||
use \Aowow\Lang;
|
||||
|
||||
$this->brick('header');
|
||||
?>
|
||||
<div class="main" id="main">
|
||||
<div class="main-precontents" id="main-precontents"></div>
|
||||
<div class="main-contents" id="main-contents">
|
||||
@@ -14,7 +17,7 @@
|
||||
|
||||
<div id="<?=$this->tcType; ?>-classes">
|
||||
<div id="<?=$this->tcType; ?>-classes-outer">
|
||||
<div id="<?=$this->tcType; ?>-classes-inner"><p><?=($this->tcType == 'tc' ? Lang::main('chooseClass') : Lang::main('chooseFamily')) . Lang::main('colon'); ?></p></div>
|
||||
<div id="<?=$this->tcType; ?>-classes-inner"><p><?=$this->chooseType; ?></p></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="<?=$this->tcType; ?>-itself"></div>
|
||||
|
||||
Reference in New Issue
Block a user