Пример #1
0
<p><i>Big w/ all keys</i></p>
<?php 
echo SAMUIKit\Navigation::footer(['type' => 'big', 'logo' => ['path' => '/img/logo-img.png', 'alt' => 'Alternative description of logo'], 'name' => 'Name of Agency', 'number' => '(800) CALL-GOVT', 'email' => '*****@*****.**', 'social' => ['facebook' => '/facebook', 'twitter' => '/twitter', 'youtube' => '/youtube', 'rss' => '/rss'], 'signUpTarget' => '/sign-up-target', 'sections' => [['title' => 'Topic', 'links' => ['/1' => 'Secondary link', '/2' => 'Secondary link', '/3' => 'Secondary link', '/4' => 'Secondary link']], ['title' => 'Topic', 'links' => ['/1' => 'Secondary link', '/2' => 'Secondary link', '/3' => 'Secondary link', '/4' => 'Secondary link']], ['title' => 'Topic', 'links' => ['/1' => 'Secondary link', '/2' => 'Secondary link', '/3' => 'Secondary link', '/4' => 'Secondary link']], ['title' => 'Topic', 'links' => ['/1' => 'Secondary link', '/2' => 'Secondary link', '/3' => 'Secondary link', '/4' => 'Secondary link']], ['title' => 'Not displayed', 'links' => ['/1' => 'Secondary link', '/2' => 'Secondary link', '/3' => 'Secondary link', '/4' => 'Secondary link']]]]);
?>

<p><strong>SAMUIKit Address Form</strong></p>
<form class="usa-form-large">
<?php 
echo SAMUIKit\FormTemplates::addressForm(['label' => 'Mailing address', 'name' => 'mailing-address']);
?>
</form>

<p><strong>SAMUIKit Name Form</strong></p>
<form class="usa-form-large">
<?php 
echo SAMUIKit\FormTemplates::nameForm(['label' => 'Name', 'name' => 'name']);
?>
</form>

<p><strong>Navigation</strong></p>
<p><i>Single</i></p>
<?php 
echo SAMUIKit\Navigation::sideNavigation(['menu' => [['title' => 'Current page', 'path' => 'current'], ['title' => 'Parent link', 'path' => '#parent1'], ['title' => 'Parent link', 'path' => '#parent2']], 'current' => '/current/']);
?>
<p><i>Child</i></p>
<?php 
echo SAMUIKit\Navigation::sideNavigation(['menu' => [['title' => 'Parent link', 'path' => '#'], ['title' => 'Current page', 'path' => 'current', 'submenu' => [['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => 'child']]], ['title' => 'Parent link', 'path' => '#']], 'current' => '/current/child']);
?>
<p><i>Grandchild</i></p>
<?php 
echo SAMUIKit\Navigation::sideNavigation(['menu' => [['title' => 'Parent link', 'path' => '#'], ['title' => 'Current page', 'path' => 'current', 'submenu' => [['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => 'child', 'submenu' => [['title' => 'Grandchild link', 'path' => '#'], ['title' => 'Grandchild link', 'path' => '#'], ['title' => 'Grandchild link', 'path' => 'grandchild']]], ['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => '#'], ['title' => 'Child link', 'path' => '#']]], ['title' => 'Parent link', 'path' => '#']], 'current' => '/current/child/grandchild']);