mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
31 lines
844 B
Smarty
31 lines
844 B
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
|
|
{* crmv@161554 *}
|
|
|
|
{include file="Header.tpl"}
|
|
|
|
{include file="NavbarIn.tpl"}
|
|
|
|
<main class="page">
|
|
<section class="portfolio-block" style="padding-bottom:70px;padding-top:70px;">
|
|
<div class="container">
|
|
<div class="heading" style="margin-bottom:50px;">
|
|
<h2>{'detailview_title'|_T}</h2>
|
|
</div>
|
|
<form id="detailview-form" style="min-height:450px;">
|
|
<input type="hidden" name="accesstoken" value="{$ACCESS_TOKEN}" />
|
|
</form>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
{capture name=JS_SCRIPT}
|
|
<script type="text/javascript">
|
|
VTGDPR.loadDetailBlock();
|
|
</script>
|
|
{/capture}
|
|
|
|
{include file="Footer.tpl" JS_SCRIPT=$smarty.capture.JS_SCRIPT} |