First upload
This commit is contained in:
37
shop/source/Application/views/flow/tpl/message/err_404.tpl
Normal file
37
shop/source/Application/views/flow/tpl/message/err_404.tpl
Normal file
@@ -0,0 +1,37 @@
|
||||
[{capture append="oxidBlock_content"}]
|
||||
<div class="err-404">
|
||||
<h1 class="page-header">[{oxmultilang ident="ERROR"}]</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<p>
|
||||
[{if $sUrl}]
|
||||
[{assign var="sModifiedUrl" value=$sUrl|escape }]
|
||||
[{assign var="sModifiedUrl" value="<i><strong>'"|cat:$sModifiedUrl|cat:"'</strong></i>"}]
|
||||
[{ oxmultilang ident="ERROR_404" args=$sModifiedUrl }]
|
||||
[{else}]
|
||||
[{oxmultilang ident="ERROR_404"}]
|
||||
[{/if}]
|
||||
</p>
|
||||
|
||||
<p>
|
||||
[{oxmultilang ident="DD_ERR_404_START_TEXT"}]<br>
|
||||
<a href="[{$oViewConf->getHomeLink()}]" class="btn btn-default" title="[{oxmultilang ident="DD_ERR_404_START_BUTTON"}]">[{oxmultilang ident="DD_ERR_404_START_BUTTON"}]</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
[{oxmultilang ident="DD_ERR_404_CONTACT_TEXT"}]<br>
|
||||
<a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact"}]" class="btn btn-default" title="[{oxmultilang ident="DD_ERR_404_CONTACT_BUTTON"}]">[{oxmultilang ident="DD_ERR_404_CONTACT_BUTTON"}]</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="gears-box hidden-xs">
|
||||
<div class="paper-overlay"></div>
|
||||
<img class="gear-rotate reverse" style="top: -55px; left: 65px;" src="[{$oViewConf->getImageUrl('404/gear.png')}]">
|
||||
<img class="gear-rotate" style="top: 177px; left: -11px;" src="[{$oViewConf->getImageUrl('404/gear.png')}]">
|
||||
<img class="gear-rotate" style="top: 19px; right: -26px;" src="[{$oViewConf->getImageUrl('404/gear.png')}]">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
[{/capture}]
|
||||
[{include file="layout/page.tpl" blHideBreadcrumb=true}]
|
||||
7
shop/source/Application/views/flow/tpl/message/err_accessdenied.tpl
Executable file
7
shop/source/Application/views/flow/tpl/message/err_accessdenied.tpl
Executable file
@@ -0,0 +1,7 @@
|
||||
[{capture append="oxidBlock_content"}]
|
||||
<h1 class="pageHead">[{ oxmultilang ident="ERROR" }]</h1>
|
||||
|
||||
[{include file="message/error.tpl" statusMessage="ERROR_MESSAGE_ACCESS_DENIED"|oxmultilangassign}].
|
||||
|
||||
[{/capture}]
|
||||
[{include file="layout/page.tpl" blHideBreadcrumb=true}]
|
||||
11
shop/source/Application/views/flow/tpl/message/err_setup.tpl
Normal file
11
shop/source/Application/views/flow/tpl/message/err_setup.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
[{capture append="oxidBlock_pageBody"}]
|
||||
<h1 class="page-header">[{oxmultilang ident="ERROR_MESSAGE_OXID_SHOP_ERROR"}]</h1>
|
||||
[{capture append="_error_content"}]
|
||||
<div>
|
||||
<div>[{oxmultilang ident="ERROR_MESSAGE_OXID_SHOP_ERROR"}]</div>
|
||||
<div>[{oxmultilang ident="MESSAGE_PLEASE_DELETE_FOLLOWING_DIRECTORY" suffix="COLON"}] [{$oViewConf->getBaseDir()}]/setup!</div>
|
||||
</div>
|
||||
[{/capture}]
|
||||
[{include file="message/error.tpl" statusMessage=""|implode:$_error_content}]
|
||||
[{/capture}]
|
||||
[{include file="layout/base.tpl"}]
|
||||
@@ -0,0 +1,9 @@
|
||||
[{capture append="oxidBlock_pageBody"}]
|
||||
|
||||
<div class="errorBox">
|
||||
<div class="errHead">[{oxmultilang ident="ERROR_MESSAGE_UNKNOWN_ERROR"}] #[{$oView->getErrorNumber()}] !</div>
|
||||
<div class="errBody">[{oxmultilang ident="MESSAGE_PLEASE_CONTACT_SUPPORT"}]</div>
|
||||
</div>
|
||||
|
||||
[{/capture}]
|
||||
[{include file="layout/base.tpl"}]
|
||||
1
shop/source/Application/views/flow/tpl/message/error.tpl
Normal file
1
shop/source/Application/views/flow/tpl/message/error.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<p class="alert alert-danger">[{$statusMessage}]</p>
|
||||
@@ -0,0 +1,8 @@
|
||||
[{if $Errors|is_array && $Errors.default|is_array && !empty($Errors.default)}]
|
||||
[{foreach from=$Errors.default item=oEr key=key}]
|
||||
<p class="alert alert-danger">[{$oEr->getOxMessage()}]</p>
|
||||
[{/foreach}]
|
||||
[{/if}]
|
||||
[{if $Errors.popup|is_array && !empty($Errors.popup)}]
|
||||
[{include file="message/errors_modal.tpl"}]
|
||||
[{/if}]
|
||||
@@ -0,0 +1,22 @@
|
||||
<div class="modal fade" id="error-popup" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">
|
||||
<span aria-hidden="true">×</span>
|
||||
<span class="sr-only">Close</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="basketModalLabel">Error</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div id="modalbasketFlyout" class="basketFlyout">
|
||||
[{foreach from=$Errors.popup item=oEr key=key}]
|
||||
<p class="alert alert-danger">[{$oEr->getOxMessage()}]</p>
|
||||
[{/foreach}]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
[{oxscript add="$('#error-popup').modal('show');"}]
|
||||
21
shop/source/Application/views/flow/tpl/message/exception.tpl
Normal file
21
shop/source/Application/views/flow/tpl/message/exception.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
[{capture append="oxidBlock_content"}]
|
||||
[{assign var="template_title" value="MY_DOWNLOADS"|oxmultilangassign}]
|
||||
<div class="errorBox">
|
||||
[{if $Errors|is_array && $Errors.default|is_array && !empty($Errors.default)}]
|
||||
<div class="status error corners">
|
||||
[{foreach from=$Errors.default item=oEr key=key}]
|
||||
<p>[{$oEr->getOxMessage()}]</p>
|
||||
|
||||
<p class="stackTrace">[{$oEr->getStackTrace()|nl2br}];</p>
|
||||
[{/foreach}]
|
||||
</div>
|
||||
[{/if}]
|
||||
</div>
|
||||
|
||||
[{insert name="oxid_tracker" title=$template_title}]
|
||||
[{/capture}]
|
||||
|
||||
[{capture append="oxidBlock_sidebar"}]
|
||||
[{include file="page/account/inc/account_menu.tpl" active_link="downloads"}]
|
||||
[{/capture}]
|
||||
[{include file="layout/page.tpl" sidebar="Left"}]
|
||||
@@ -0,0 +1,3 @@
|
||||
[{foreach from=$aErrors item="oError"}]
|
||||
<div class="alert alert-danger">[{$oError->getMessage()}]</div>
|
||||
[{/foreach}]
|
||||
@@ -0,0 +1 @@
|
||||
<div class="alert alert-info">[{$statusMessage}]</div>
|
||||
@@ -0,0 +1 @@
|
||||
<p class="alert alert-success">[{$statusMessage}]</p>
|
||||
@@ -0,0 +1,8 @@
|
||||
[{capture append="oxidBlock_content"}]
|
||||
<p>[{oxifcontent ident="oxblocked" object="oCont"}]
|
||||
[{$oCont->oxcontents__oxcontent->value}]
|
||||
[{/oxifcontent}]</p>
|
||||
[{insert name="oxid_tracker"}]
|
||||
[{/capture}]
|
||||
|
||||
[{include file="layout/page.tpl"}]
|
||||
Reference in New Issue
Block a user