mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-10 18:18:41 +00:00
formatting fixes, bug fixes and support impl.
This commit is contained in:
parent
6f7c93b741
commit
4efe903d60
0
.directory
Normal file → Executable file
0
.directory
Normal file → Executable file
0
Admin/Install/Application/Shop/Application.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Application.php
Normal file → Executable file
2
Admin/Install/Application/Shop/Controller/AppController.php
Normal file → Executable file
2
Admin/Install/Application/Shop/Controller/AppController.php
Normal file → Executable 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
0
Admin/Install/Application/Shop/Routes.php
Normal file → Executable file
0
Admin/Install/Application/Shop/ShopView.php
Normal file → Executable file
0
Admin/Install/Application/Shop/ShopView.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/css/shop-small.css
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/css/shop-small.css
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/css/shop.css
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/css/shop.css
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/footer.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/footer.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/front.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/front.tpl.php
Normal file → Executable file
18
Admin/Install/Application/Shop/Themes/Default/tpl/header.tpl.php
Normal file → Executable file
18
Admin/Install/Application/Shop/Themes/Default/tpl/header.tpl.php
Normal file → Executable 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>
|
||||
0
Admin/Install/Application/Shop/Themes/Default/tpl/imprint.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/imprint.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/item.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/item.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/list.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/list.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/index.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/index.tpl.php
Normal file → Executable file
0
Admin/Install/Application/Shop/info.json
Normal file → Executable file
0
Admin/Install/Application/Shop/info.json
Normal file → Executable file
0
Admin/Install/Application/Shop/js/shop.js
Normal file → Executable file
0
Admin/Install/Application/Shop/js/shop.js
Normal file → Executable file
0
Admin/Install/Application/Shop/lang/en.lang.php
Normal file → Executable file
0
Admin/Install/Application/Shop/lang/en.lang.php
Normal file → Executable file
0
Admin/Install/Application/Shop/manifest.json
Normal file → Executable file
0
Admin/Install/Application/Shop/manifest.json
Normal file → Executable file
0
Admin/Install/Application/Shop/manifest.webmanifest
Normal file → Executable file
0
Admin/Install/Application/Shop/manifest.webmanifest
Normal file → Executable file
0
Admin/Install/CMS.install.json
Normal file → Executable file
0
Admin/Install/CMS.install.json
Normal file → Executable file
0
Admin/Install/CMS.php
Normal file → Executable file
0
Admin/Install/CMS.php
Normal file → Executable file
0
Admin/Install/Navigation.install.json
Normal file → Executable file
0
Admin/Install/Navigation.install.json
Normal file → Executable file
0
Admin/Install/Navigation.php
Normal file → Executable file
0
Admin/Install/Navigation.php
Normal file → Executable file
0
Admin/Install/db.json
Normal file → Executable file
0
Admin/Install/db.json
Normal file → Executable file
0
Admin/Installer.php
Normal file → Executable file
0
Admin/Installer.php
Normal file → Executable file
0
Admin/Routes/Web/Api.php
Normal file → Executable file
0
Admin/Routes/Web/Api.php
Normal file → Executable file
0
Admin/Routes/Web/Backend.php
Normal file → Executable file
0
Admin/Routes/Web/Backend.php
Normal file → Executable file
0
Admin/Routes/Web/Shop.php
Normal file → Executable file
0
Admin/Routes/Web/Shop.php
Normal file → Executable file
0
Admin/Status.php
Normal file → Executable file
0
Admin/Status.php
Normal file → Executable file
0
Admin/Uninstaller.php
Normal file → Executable file
0
Admin/Uninstaller.php
Normal file → Executable file
0
Admin/Updater.php
Normal file → Executable file
0
Admin/Updater.php
Normal file → Executable file
0
Controller/ApiController.php
Normal file → Executable file
0
Controller/ApiController.php
Normal file → Executable file
0
Controller/BackendController.php
Normal file → Executable file
0
Controller/BackendController.php
Normal file → Executable file
0
Controller/Controller.php
Normal file → Executable file
0
Controller/Controller.php
Normal file → Executable file
0
Controller/ShopController.php
Normal file → Executable file
0
Controller/ShopController.php
Normal file → Executable file
0
Docs/introduction.md
Normal file → Executable file
0
Docs/introduction.md
Normal file → Executable file
0
Models/PermissionState.php
Normal file → Executable file
0
Models/PermissionState.php
Normal file → Executable file
0
img/module_teaser_small.png
Normal file → Executable file
0
img/module_teaser_small.png
Normal file → Executable file
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Loading…
Reference in New Issue
Block a user