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>
|
||||||
|
|
@ -48,4 +50,6 @@ $accounts = $this->getData('accounts');
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?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 -->
|
||||||
|
|
@ -81,9 +83,11 @@ echo $this->getData('nav')->render();
|
||||||
</table>
|
</table>
|
||||||
<!-- @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>
|
||||||
|
|
@ -107,4 +111,6 @@ echo $this->getData('nav')->render();
|
||||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?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>
|
||||||
|
|
@ -48,4 +50,6 @@ $accounts = $this->getData('accounts');
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?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 -->
|
||||||
|
|
@ -81,9 +83,11 @@ echo $this->getData('nav')->render();
|
||||||
</table>
|
</table>
|
||||||
<!-- @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>
|
||||||
|
|
@ -107,4 +111,6 @@ echo $this->getData('nav')->render();
|
||||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user