mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-17 15:58:40 +00:00
More flexbox implementations
This commit is contained in:
parent
afc94bce89
commit
d5125faa1a
|
|
@ -25,7 +25,9 @@ $footerView->setPage(1);
|
||||||
$accounts = $this->getData('accounts');
|
$accounts = $this->getData('accounts');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="box">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,9 @@ $footerView->setResults(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<!-- @formatter:off -->
|
<!-- @formatter:off -->
|
||||||
|
|
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
|
||||||
<!-- @formatter:on -->
|
<!-- @formatter:on -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,9 @@ $footerView->setPage(1);
|
||||||
$accounts = $this->getData('accounts');
|
$accounts = $this->getData('accounts');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="box">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,9 @@ $footerView->setResults(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<!-- @formatter:off -->
|
<!-- @formatter:off -->
|
||||||
|
|
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
|
||||||
<!-- @formatter:on -->
|
<!-- @formatter:on -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user