formatting fixes, bug fixes and support impl.

This commit is contained in:
Dennis Eichhorn 2021-07-04 18:27:21 +02:00
parent 6f7c93b741
commit 4efe903d60
42 changed files with 12 additions and 8 deletions

0
.directory Normal file → Executable file
View File

0
Admin/Install/Application/Shop/Application.php Normal file → Executable file
View File

View File

@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract;
use phpOMS\Views\View;
/**
* Calendar controller class.
* App controller class.
*
* @package Web\{APPNAME}
* @license OMS License 1.0

0
Admin/Install/Application/Shop/Routes.php Normal file → Executable file
View File

0
Admin/Install/Application/Shop/ShopView.php Normal file → Executable file
View File

View File

View File

View File

View File

View File

@ -15,10 +15,14 @@ declare(strict_types=1);
use phpOMS\Uri\UriFactory;
?>
<nav>
<ul>
<li><a href="<?= UriFactory::build('{/app}'); ?>">Main</a>
<li>|
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Components</a>
</ul>
</nav>
<header>
<nav>
<ul>
<li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a>
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
</ul>
</nav>
<div id="search">
<input type="text">
</div>
</header>

View File

View File

View File

View File

View File

0
Admin/Install/Application/Shop/index.tpl.php Normal file → Executable file
View File

0
Admin/Install/Application/Shop/info.json Normal file → Executable file
View File

0
Admin/Install/Application/Shop/js/shop.js Normal file → Executable file
View File

0
Admin/Install/Application/Shop/lang/en.lang.php Normal file → Executable file
View File

0
Admin/Install/Application/Shop/manifest.json Normal file → Executable file
View File

0
Admin/Install/Application/Shop/manifest.webmanifest Normal file → Executable file
View File

0
Admin/Install/CMS.install.json Normal file → Executable file
View File

0
Admin/Install/CMS.php Normal file → Executable file
View File

0
Admin/Install/Navigation.install.json Normal file → Executable file
View File

0
Admin/Install/Navigation.php Normal file → Executable file
View File

0
Admin/Install/db.json Normal file → Executable file
View File

0
Admin/Installer.php Normal file → Executable file
View File

0
Admin/Routes/Web/Api.php Normal file → Executable file
View File

0
Admin/Routes/Web/Backend.php Normal file → Executable file
View File

0
Admin/Routes/Web/Shop.php Normal file → Executable file
View File

0
Admin/Status.php Normal file → Executable file
View File

0
Admin/Uninstaller.php Normal file → Executable file
View File

0
Admin/Updater.php Normal file → Executable file
View File

0
Controller/ApiController.php Normal file → Executable file
View File

0
Controller/BackendController.php Normal file → Executable file
View File

0
Controller/Controller.php Normal file → Executable file
View File

0
Controller/ShopController.php Normal file → Executable file
View File

0
Docs/introduction.md Normal file → Executable file
View File

0
Models/PermissionState.php Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
img/module_teaser_small.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

0
info.json Normal file → Executable file
View File