mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-18 01:18:41 +00:00
Simplyfing layout
This commit is contained in:
parent
7a0d6c887a
commit
447e3b5926
|
|
@ -23,7 +23,7 @@ $footerView->setPages(20);
|
||||||
$footerView->setPage(1);
|
$footerView->setPage(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['News']['Archive'] ?></caption>
|
<caption><?= $this->l11n->lang['News']['Archive'] ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -42,4 +42,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tabular">
|
<div class="tabular">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->l11n->lang['News']['Plain'] ?></label>
|
<li><label for="c-tab-1"><?= $this->l11n->lang['News']['Plain'] ?></label>
|
||||||
|
|
@ -62,7 +62,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="wf-25 floatLeft">
|
<section class="wf-25 floatLeft">
|
||||||
<section class="box w-100">
|
<section class="box w-100">
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ $newsList = $this->getData('news');
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100 floatLeft">
|
<div class="box w-100 floatLeft">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['News']['News'] ?></caption>
|
<caption><?= $this->l11n->lang['News']['News'] ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -50,4 +50,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<tr><td colspan="3" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ $news = $this->getData('news');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<section class="box w-100">
|
||||||
<h1><?= $news->getTitle(); ?></h1>
|
<header><h1><?= $news->getTitle(); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<article>
|
<article>
|
||||||
<?= $news->getContent(); ?>
|
<?= $news->getContent(); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user