mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
base theme edited
This commit is contained in:
parent
9507dad255
commit
53806b7123
@ -313,7 +313,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
|||||||
public function AddAdsDefaultCoverImage($ad)
|
public function AddAdsDefaultCoverImage($ad)
|
||||||
{
|
{
|
||||||
if ($ad->cover_photo == null) {
|
if ($ad->cover_photo == null) {
|
||||||
$ad->cover_photo = $this->dispatch(new MakeImageInstance('theme::images/no-image-ads.jpg', 'img'))->url();
|
$ad->cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.theme.base::images/no-image-ads.jpg', 'img'))->url();
|
||||||
} else {
|
} else {
|
||||||
$ad->cover_photo = url($ad->cover_photo);
|
$ad->cover_photo = url($ad->cover_photo);
|
||||||
}
|
}
|
||||||
@ -324,7 +324,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
|||||||
{
|
{
|
||||||
$adv = $this->find($id);
|
$adv = $this->find($id);
|
||||||
if ($adv == null or $adv->cover_photo == null) {
|
if ($adv == null or $adv->cover_photo == null) {
|
||||||
$cover_photo = $this->dispatch(new MakeImageInstance('theme::images/no-image-ads.jpg', 'img'))->url();
|
$cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.theme.base::images/no-image-ads.jpg', 'img'))->url();
|
||||||
} else {
|
} else {
|
||||||
$cover_photo = url($adv->cover_photo);
|
$cover_photo = url($adv->cover_photo);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<div class="advertisement">
|
<div class="advertisement">
|
||||||
<a href="#"><img src="{{ img('theme::images/ads/2.jpg').url }}" alt="Images" class="img-responsive"></a>
|
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/2.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||||
</div>
|
</div>
|
||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-secure">
|
<div class="cta-icon icon-secure">
|
||||||
<img src="{{ img('theme::images/icon/13.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/13.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-support">
|
<div class="cta-icon icon-support">
|
||||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-trading">
|
<div class="cta-icon icon-trading">
|
||||||
<img src="{{ img('theme::images/icon/15.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/15.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-secure">
|
<div class="cta-icon icon-secure">
|
||||||
<img src="{{ img('theme::images/icon/13.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/13.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-support">
|
<div class="cta-icon icon-support">
|
||||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-trading">
|
<div class="cta-icon icon-trading">
|
||||||
<img src="{{ img('theme::images/icon/15.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/15.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
|
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<div class="single-cta">
|
<div class="single-cta">
|
||||||
<!-- cta-icon -->
|
<!-- cta-icon -->
|
||||||
<div class="cta-icon icon-trading">
|
<div class="cta-icon icon-trading">
|
||||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||||
class="img-responsive">
|
class="img-responsive">
|
||||||
</div><!-- cta-icon -->
|
</div><!-- cta-icon -->
|
||||||
<h5>Yardıma mı ihtiyacınız var?</h5>
|
<h5>Yardıma mı ihtiyacınız var?</h5>
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<div class="ad-section text-center">
|
<div class="ad-section text-center">
|
||||||
<a href="#"><img src="{{ img('theme::images/ads/3.jpg').url }}" alt="Image" class="img-responsive"></a>
|
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/3.jpg').url }}" alt="Image" class="img-responsive"></a>
|
||||||
</div>
|
</div>
|
||||||
@ -1,3 +1,3 @@
|
|||||||
<div class="advertisement text-center">
|
<div class="advertisement text-center">
|
||||||
<a href="#"><img src="{{ img('theme::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>
|
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||||
</div>
|
</div>
|
||||||
File diff suppressed because one or more lines are too long
@ -465,7 +465,7 @@ textarea {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
#main {
|
#main {
|
||||||
background-image: linear-gradient(to bottom, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
|
background-image: linear-gradient(to bottom, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
|
||||||
/*background-image: url("{{ img('theme::images/bg/main.png').url }}");*/
|
/*background-image: url("{{ img('visiosoft.theme.base::images/bg/main.png').url }}");*/
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
@ -1127,7 +1127,7 @@ a.verified i {
|
|||||||
|
|
||||||
/* Download */
|
/* Download */
|
||||||
#download {
|
#download {
|
||||||
background-image: url("{{ img('theme::images/bg/1.png').url }}");
|
background-image: url("{{ img('visiosoft.theme.base::images/bg/1.png').url }}");
|
||||||
padding: 55px 0 90px;
|
padding: 55px 0 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4293,7 +4293,7 @@ a.verified i {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
#scrollUp {
|
#scrollUp {
|
||||||
background-image: url("{{ img('theme::images/top.png').url }}");
|
background-image: url("{{ img('visiosoft.theme.base::images/top.png').url }}");
|
||||||
bottom: 60px;
|
bottom: 60px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
width: 38px; /* Width of image */
|
width: 38px; /* Width of image */
|
||||||
@ -5495,7 +5495,7 @@ input[name="username"] {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 50% 45%;
|
background-size: 50% 45%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url("{{ img('theme::images/cart-add-icon.png').url }}");
|
background-image: url("{{ img('visiosoft.theme.base::images/cart-add-icon.png').url }}");
|
||||||
}
|
}
|
||||||
|
|
||||||
.lds-ripple {
|
.lds-ripple {
|
||||||
|
|||||||
@ -4305,8 +4305,8 @@ readers do not read off random characters that represent icons */
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.eot") }}');
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.eot") }}');
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.eot") }}') format("embedded-opentype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.woff2") }}') format("woff2"), url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.woff") }}') format("woff"), url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.ttf") }}') format("truetype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-brands-400.svg#fontawesome") }}') format("svg"); }
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.eot") }}') format("embedded-opentype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.woff2") }}') format("woff2"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.woff") }}') format("woff"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.ttf") }}') format("truetype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-brands-400.svg#fontawesome") }}') format("svg"); }
|
||||||
|
|
||||||
.fab {
|
.fab {
|
||||||
font-family: 'Font Awesome 5 Brands'; }
|
font-family: 'Font Awesome 5 Brands'; }
|
||||||
@ -4315,8 +4315,8 @@ readers do not read off random characters that represent icons */
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.eot") }}');
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.eot") }}');
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.eot") }}') format("embedded-opentype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.woff2") }}') format("woff2"), url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.woff") }}') format("woff"), url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.ttf") }}') format("truetype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-regular-400.svg#fontawesome") }}') format("svg"); }
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.eot") }}') format("embedded-opentype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.woff2") }}') format("woff2"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.woff") }}') format("woff"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.ttf") }}') format("truetype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-regular-400.svg#fontawesome") }}') format("svg"); }
|
||||||
|
|
||||||
.far {
|
.far {
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
@ -4326,8 +4326,8 @@ readers do not read off random characters that represent icons */
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.eot") }}');
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.eot") }}');
|
||||||
src: url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.eot") }}') format("embedded-opentype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.woff2") }}') format("woff2"), url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.woff") }}') format("woff"), url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.ttf") }}') format("truetype"), url('{{ asset_path("theme::font-awesome/webfonts/fa-solid-900.svg#fontawesome") }}') format("svg"); }
|
src: url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.eot") }}') format("embedded-opentype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.woff2") }}') format("woff2"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.woff") }}') format("woff"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.ttf") }}') format("truetype"), url('{{ asset_path("visiosoft.theme.base::font-awesome/webfonts/fa-solid-900.svg#fontawesome") }}') format("svg"); }
|
||||||
|
|
||||||
.fa,
|
.fa,
|
||||||
.fas {
|
.fas {
|
||||||
|
|||||||
@ -11,11 +11,11 @@
|
|||||||
// Import the fonts
|
// Import the fonts
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url('{{ asset_path("theme::fonts/bootstrap/glyphicons-halflings-regular.eot") }}');
|
src: url('{{ asset_path("visiosoft.theme.base::fonts/bootstrap/glyphicons-halflings-regular.eot") }}');
|
||||||
src: url('{{ asset_path("theme::fonts/bootstrap/glyphicons-halflings-regular.eot") }}') format('embedded-opentype'),
|
src: url('{{ asset_path("visiosoft.theme.base::fonts/bootstrap/glyphicons-halflings-regular.eot") }}') format('embedded-opentype'),
|
||||||
url('{{ asset_path("theme::fonts/bootstrap/glyphicons-halflings-regular.woff") }}') format('woff'),
|
url('{{ asset_path("visiosoft.theme.base::fonts/bootstrap/glyphicons-halflings-regular.woff") }}') format('woff'),
|
||||||
url('{{ asset_path("theme::fonts/bootstrap/glyphicons-halflings-regular.ttf") }}') format('truetype'),
|
url('{{ asset_path("visiosoft.theme.base::fonts/bootstrap/glyphicons-halflings-regular.ttf") }}') format('truetype'),
|
||||||
url('{{ asset_path("theme::fonts/bootstrap/glyphicons-halflings-regular.svg") }}') format('svg');
|
url('{{ asset_path("visiosoft.theme.base::fonts/bootstrap/glyphicons-halflings-regular.svg") }}') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('{{ asset_path("theme::fonts/font-awesome/fontawesome-webfont.eot") }}');
|
src: url('{{ asset_path("visiosoft.theme.base::fonts/font-awesome/fontawesome-webfont.eot") }}');
|
||||||
src: url('{{ asset_path("theme::fonts/font-awesome/fontawesome-webfont.eot") }}') format('embedded-opentype'),
|
src: url('{{ asset_path("visiosoft.theme.base::fonts/font-awesome/fontawesome-webfont.eot") }}') format('embedded-opentype'),
|
||||||
url('{{ asset_path("theme::fonts/font-awesome/fontawesome-webfont.woff") }}') format('woff'),
|
url('{{ asset_path("visiosoft.theme.base::fonts/font-awesome/fontawesome-webfont.woff") }}') format('woff'),
|
||||||
url('{{ asset_path("theme::fonts/font-awesome/fontawesome-webfont.ttf") }}') format('truetype'),
|
url('{{ asset_path("visiosoft.theme.base::fonts/font-awesome/fontawesome-webfont.ttf") }}') format('truetype'),
|
||||||
url('{{ asset_path("theme::fonts/font-awesome/fontawesome-webfont.svg") }}') format('svg');
|
url('{{ asset_path("visiosoft.theme.base::fonts/font-awesome/fontawesome-webfont.svg") }}') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends layout('ad-detail') %}
|
||||||
|
|
||||||
{% block ogdata %}
|
{% block ogdata %}
|
||||||
<meta property="og:site_name"
|
<meta property="og:site_name"
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<section id="main" class="clearfix details-page">
|
<section id="main" class="clearfix details-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
|
|
||||||
<!-- breadcrumb -->
|
<!-- breadcrumb -->
|
||||||
<div class="breadcrumb-section">
|
<div class="breadcrumb-section">
|
||||||
@ -38,10 +38,10 @@
|
|||||||
<div class="section slider">
|
<div class="section slider">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
{% include "theme::ad-detail/partials/slider" %}
|
{% include "visiosoft.theme.base::ad-detail/partials/slider" %}
|
||||||
|
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
{% include "theme::ad-detail/partials/detail" %}
|
{% include "visiosoft.theme.base::ad-detail/partials/detail" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
<h2 class="ad-price">
|
<h2 class="ad-price">
|
||||||
<b>{{ adv.price.format() }}</b> {{ adv.currency }}
|
<b>{{ adv.price.format() }}</b> {{ adv.currency }}
|
||||||
|
|
||||||
{% include "theme::ad-detail/partials/author-button" %}
|
{% include "visiosoft.theme.base::ad-detail/partials/author-button" %}
|
||||||
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
<!-- social-links -->
|
<!-- social-links -->
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
{% include "theme::ad-detail/partials/social" %}
|
{% include "visiosoft.theme.base::ad-detail/partials/social" %}
|
||||||
</div>
|
</div>
|
||||||
<!-- social-links -->
|
<!-- social-links -->
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,8 @@
|
|||||||
data-thumbheight="48">
|
data-thumbheight="48">
|
||||||
{% set advPhoto = '' %}
|
{% set advPhoto = '' %}
|
||||||
{% if count(adv.files) == 0 %}
|
{% if count(adv.files) == 0 %}
|
||||||
{% set advPhoto = img('theme::images/no-image.png').url %}
|
{% set advPhoto = img('visiosoft.theme.base::images/no-image.png').url %}
|
||||||
<a href="{{ image }}"><img src="{{ img('theme::images/no-image.png').url }}"></a>
|
<a href="{{ image }}"><img src="{{ img('visiosoft.theme.base::images/no-image.png').url }}"></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for image in adv.getViewPhotoUrl %}
|
{% for image in adv.getViewPhotoUrl %}
|
||||||
<a href="{{ image }}"><img src="{{ image }}"></a>
|
<a href="{{ image }}"><img src="{{ image }}"></a>
|
||||||
|
|||||||
@ -4,12 +4,12 @@
|
|||||||
{% block page %}
|
{% block page %}
|
||||||
{% if (request_path() == '/') %}
|
{% if (request_path() == '/') %}
|
||||||
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
||||||
{% include "theme::indexes/s-index" %}
|
{% include "visiosoft.theme.base::indexes/s-index" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include "theme::indexes/index" %}
|
{% include "visiosoft.theme.base::indexes/index" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elseif (request_path() == 'contact') %}
|
{% elseif (request_path() == 'contact') %}
|
||||||
{% include "theme::page/contact" %}
|
{% include "visiosoft.theme.base::page/contact" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
{% if homepageAdvs['homepage_left_advertisement_place'] %}
|
{% if homepageAdvs['homepage_left_advertisement_place'] %}
|
||||||
<!-- ad-section -->
|
<!-- ad-section -->
|
||||||
<div class="ad-section text-center">
|
<div class="ad-section text-center">
|
||||||
<a href="#"><img src="{{ img('theme::images/ads/3.jpg').url }}" alt="Image"
|
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/3.jpg').url }}" alt="Image"
|
||||||
class="img-responsive"></a>
|
class="img-responsive"></a>
|
||||||
</div><!-- ad-section -->
|
</div><!-- ad-section -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- banner -->
|
<!-- banner -->
|
||||||
<div class="banner-section text-center">
|
<div class="banner-section text-center">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
{{ content|raw }}
|
{{ content|raw }}
|
||||||
<!-- banner-form -->
|
<!-- banner-form -->
|
||||||
<div class="banner-form">
|
<div class="banner-form">
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<div class="form-group ">
|
<div class="form-group ">
|
||||||
{% set cities = entries('location','cities').orderBy('slug').get() %}
|
{% set cities = entries('location','cities').orderBy('slug').get() %}
|
||||||
<select id="cities" name="city[]" class="form-control">
|
<select id="cities" name="city[]" class="form-control">
|
||||||
<option selected disabled>{{ trans('theme::fields.city') }}</option>
|
<option selected disabled>{{ trans('visiosoft.theme.base::fields.city') }}</option>
|
||||||
{% for city in cities %}
|
{% for city in cities %}
|
||||||
<option value="{{ city.id }}">{{ city.name }}</option>
|
<option value="{{ city.id }}">{{ city.name }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<a href="#" class="btn btn-default" data-toggle="dropdown" role="button"
|
<a href="#" class="btn btn-default" data-toggle="dropdown" role="button"
|
||||||
aria-haspopup="true" aria-expanded="false">
|
aria-haspopup="true" aria-expanded="false">
|
||||||
<span class="selected-category-item"
|
<span class="selected-category-item"
|
||||||
style="display: inline-block;">{{ trans('theme::fields.categories') }}</span>
|
style="display: inline-block;">{{ trans('visiosoft.theme.base::fields.categories') }}</span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu cat-dropdown-menu">
|
<ul class="dropdown-menu cat-dropdown-menu">
|
||||||
{% for cat in cats %}
|
{% for cat in cats %}
|
||||||
@ -58,13 +58,13 @@
|
|||||||
{% set search_on_map_btn = setting_value('visiosoft.theme.base::show_home_search_on_map_btn') %}
|
{% set search_on_map_btn = setting_value('visiosoft.theme.base::show_home_search_on_map_btn') %}
|
||||||
<div class="{% if search_on_map_btn != 1 %} col-md-4 {% else %}col-md-1 {% endif %} home-search-field">
|
<div class="{% if search_on_map_btn != 1 %} col-md-4 {% else %}col-md-1 {% endif %} home-search-field">
|
||||||
<button type="submit" class="btn btn-default pl-5 pr-5 search-button"><i
|
<button type="submit" class="btn btn-default pl-5 pr-5 search-button"><i
|
||||||
class="fa fa-search"></i> {{ trans('theme::fields.search') }}
|
class="fa fa-search"></i> {{ trans('visiosoft.theme.base::fields.search') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% if search_on_map_btn %}
|
{% if search_on_map_btn %}
|
||||||
<div class="col-md-3 home-search-field">
|
<div class="col-md-3 home-search-field">
|
||||||
<button type="button" class="btn btn-default map-search-button pl-5 pr-5 "><i
|
<button type="button" class="btn btn-default map-search-button pl-5 pr-5 "><i
|
||||||
class="fa fa-map-marker"></i> {{ trans('theme::fields.search_map') }}
|
class="fa fa-map-marker"></i> {{ trans('visiosoft.theme.base::fields.search_map') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -76,7 +76,7 @@
|
|||||||
<div class="last-search">
|
<div class="last-search">
|
||||||
<a href="{{ app.request.cookies.get('last_search') }}" class="btn btn-default center-block">
|
<a href="{{ app.request.cookies.get('last_search') }}" class="btn btn-default center-block">
|
||||||
<i class="fa fa-history"></i>
|
<i class="fa fa-history"></i>
|
||||||
{{ trans('theme::fields.last_search') }}</a>
|
{{ trans('visiosoft.theme.base::fields.last_search') }}</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -96,7 +96,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<div class="section-title featured-top">
|
<div class="section-title featured-top">
|
||||||
<h4>{{ trans('theme::fields.featured_ads') }}</h4>
|
<h4>{{ trans('visiosoft.theme.base::fields.featured_ads') }}</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -173,10 +173,10 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<ul class="nav nav-tabs" role="tablist">
|
<ul class="nav nav-tabs" role="tablist">
|
||||||
<li role="presentation" class="active"><a href="#recent-ads"
|
<li role="presentation" class="active"><a href="#recent-ads"
|
||||||
data-toggle="tab">{{ trans('theme::fields.recent_ads') }}</a>
|
data-toggle="tab">{{ trans('visiosoft.theme.base::fields.recent_ads') }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li role="presentation"><a href="#popular"
|
<li role="presentation"><a href="#popular"
|
||||||
data-toggle="tab">{{ trans('theme::fields.trending_ads') }}</a>
|
data-toggle="tab">{{ trans('visiosoft.theme.base::fields.trending_ads') }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -325,7 +325,7 @@
|
|||||||
<div class="hidden-xs hidden-sm col-md-2">
|
<div class="hidden-xs hidden-sm col-md-2">
|
||||||
{#{% if homepageAdvs['homepage_right_advertisement_place'] %}#}
|
{#{% if homepageAdvs['homepage_right_advertisement_place'] %}#}
|
||||||
{#<div class="advertisement text-center">#}
|
{#<div class="advertisement text-center">#}
|
||||||
{#<a href="#"><img src="{{ img('theme::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>#}
|
{#<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>#}
|
||||||
{#</div>#}
|
{#</div>#}
|
||||||
{{ blocks('right-home-banner-area') }}
|
{{ blocks('right-home-banner-area') }}
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
{% include "theme::home/carsearch" %}
|
{% include "visiosoft.theme.base::home/carsearch" %}
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{% include "theme::home/featured" %}
|
{% include "visiosoft.theme.base::home/featured" %}
|
||||||
{% include "theme::home/trend" %}
|
{% include "visiosoft.theme.base::home/trend" %}
|
||||||
{% include "theme::home/singlecta" %}
|
{% include "visiosoft.theme.base::home/singlecta" %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,26 +1,26 @@
|
|||||||
<div class="col-xs-12 col-sm-12 col-md-12 text-center s-home-banner visible-xs">
|
<div class="col-xs-12 col-sm-12 col-md-12 text-center s-home-banner visible-xs">
|
||||||
<div class="col-md-12 visible-xs">
|
<div class="col-md-12 visible-xs">
|
||||||
{% set banner_default = img('theme::images/s-home-banner.png').url %}
|
{% set banner_default = img('visiosoft.theme.base::images/s-home-banner.png').url %}
|
||||||
{{ setting_value('visiosoft.default.theme::s-type-banner-mobile-code','<img src="'~banner_default~'">')|raw }}
|
{{ setting_value('visiosoft.default.visiosoft.theme.base::s-type-banner-mobile-code','<img src="'~banner_default~'">')|raw }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "theme::partials/s-mobile-categories" %}
|
{% include "visiosoft.theme.base::partials/s-mobile-categories" %}
|
||||||
|
|
||||||
<div class="container s-container">
|
<div class="container s-container">
|
||||||
|
|
||||||
{% include "theme::partials/categories-s" %}
|
{% include "visiosoft.theme.base::partials/categories-s" %}
|
||||||
|
|
||||||
<div class="col-sm-9 s-home-show">
|
<div class="col-sm-9 s-home-show">
|
||||||
<div class="row s-home-showcase">
|
<div class="row s-home-showcase">
|
||||||
<div class="col-xs-12 col-sm-12 col-md-12 text-center s-home-banner hidden-xs">
|
<div class="col-xs-12 col-sm-12 col-md-12 text-center s-home-banner hidden-xs">
|
||||||
<div class="col-md-12 hidden-xs">
|
<div class="col-md-12 hidden-xs">
|
||||||
{% set banner_default = img('theme::images/s-home-banner-web.png').url %}
|
{% set banner_default = img('visiosoft.theme.base::images/s-home-banner-web.png').url %}
|
||||||
{{ setting_value('visiosoft.default.theme::s-type-banner-code','<img src="'~banner_default~'"/>')|raw }}
|
{{ setting_value('visiosoft.default.visiosoft.theme.base::s-type-banner-code','<img src="'~banner_default~'"/>')|raw }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "theme::partials/home-showcase-s" %}
|
{% include "visiosoft.theme.base::partials/home-showcase-s" %}
|
||||||
<div class="col-md-12 s-container">
|
<div class="col-md-12 s-container">
|
||||||
{% include "theme::partials/home-latest-s" %}
|
{% include "visiosoft.theme.base::partials/home-latest-s" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -12,14 +12,14 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include "theme::partials/metadata" %}
|
{% include "visiosoft.theme.base::partials/metadata" %}
|
||||||
{% block ogdata %}
|
{% block ogdata %}
|
||||||
{% if app.request.pathInfo == "/" %}
|
{% if app.request.pathInfo == "/" %}
|
||||||
<meta property="og:site_name" content="{{ template.get('og_site_name', setting_value('streams::name', config_get('streams::distribution.name'))) }}"/>
|
<meta property="og:site_name" content="{{ template.get('og_site_name', setting_value('streams::name', config_get('streams::distribution.name'))) }}"/>
|
||||||
<meta property="og:description" content="{{ template.get('og_description', trans(template.meta_description)) }}"/>
|
<meta property="og:description" content="{{ template.get('og_description', trans(template.meta_description)) }}"/>
|
||||||
<meta property="og:title" content="{{ template.get('og_title', trans(template.meta_title)) }}"/>
|
<meta property="og:title" content="{{ template.get('og_title', trans(template.meta_title)) }}"/>
|
||||||
<meta property="og:url" content="{{ template.get('og_url', url_current()) }}"/>
|
<meta property="og:url" content="{{ template.get('og_url', url_current()) }}"/>
|
||||||
<meta property="og:image" content="{{ entries('advs').isOgImage(img('theme::images/logo-horizontal.png').url) }}">
|
<meta property="og:image" content="{{ entries('advs').isOgImage(img('visiosoft.theme.base::images/logo-horizontal.png').url) }}">
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -28,15 +28,15 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include "theme::partials/header" %}
|
{% include "visiosoft.theme.base::partials/header" %}
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
{% if entries('advs').isEnabled('pushnotifications') %}
|
{% if entries('advs').isEnabled('pushnotifications') %}
|
||||||
{% include "visiosoft.module.pushnotifications::pushbar" %}
|
{% include "visiosoft.module.pushnotifications::pushbar" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "theme::partials/footer" %}
|
{% include "visiosoft.theme.base::partials/footer" %}
|
||||||
{% include "theme::partials/assets" %}
|
{% include "visiosoft.theme.base::partials/assets" %}
|
||||||
|
|
||||||
{% block customjs %}{% endblock %}
|
{% block customjs %}{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends layout('list') %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix category-page">
|
<section id="main" class="clearfix category-page">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
|
|
||||||
<!-- breadcrumb -->
|
<!-- breadcrumb -->
|
||||||
{% include "theme::list/partials/breadcrumb" %}
|
{% include "visiosoft.theme.base::list/partials/breadcrumb" %}
|
||||||
<!-- breadcrumb -->
|
<!-- breadcrumb -->
|
||||||
|
|
||||||
{% block listContent %}
|
{% block listContent %}
|
||||||
@ -16,15 +16,15 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
{% include "theme::list/partials/user-section" %}
|
{% include "visiosoft.theme.base::list/partials/user-section" %}
|
||||||
|
|
||||||
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
||||||
|
|
||||||
{% include "theme::list/partials/list-filter" %}
|
{% include "visiosoft.theme.base::list/partials/list-filter" %}
|
||||||
|
|
||||||
<div class="col-sm-8 col-md-9">
|
<div class="col-sm-8 col-md-9">
|
||||||
|
|
||||||
{% include "theme::list/partials/list-section" %}
|
{% include "visiosoft.theme.base::list/partials/list-section" %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::list/list" %}
|
{% extends "visiosoft.theme.base::list/list" %}
|
||||||
{% block listContent %}
|
{% block listContent %}
|
||||||
<div class="category-info">
|
<div class="category-info">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
href="{% if(type == "list") %}{{ url_route('visiosoft.module.advs::list') }}{% else %}{{ url_route('advs_map_list') }}{% endif %}?cat={{ maincat.id }}"> {% if maincat.files[0].path != "" %}
|
href="{% if(type == "list") %}{{ url_route('visiosoft.module.advs::list') }}{% else %}{{ url_route('advs_map_list') }}{% endif %}?cat={{ maincat.id }}"> {% if maincat.files[0].path != "" %}
|
||||||
<img class="catIcon" src="{{ url('files/' ~ maincat.files[0].path) }}"
|
<img class="catIcon" src="{{ url('files/' ~ maincat.files[0].path) }}"
|
||||||
alt="">{% else %}<img class="catIcon"
|
alt="">{% else %}<img class="catIcon"
|
||||||
src="{{ img('theme::images/plus-categories.png').url }}"
|
src="{{ img('visiosoft.theme.base::images/plus-categories.png').url }}"
|
||||||
alt="">{% endif %}{{ maincat.name }}</a>
|
alt="">{% endif %}{{ maincat.name }}</a>
|
||||||
{% for subcat in subCats %}
|
{% for subcat in subCats %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<a data-toggle="collapse" data-parent="#accordion" href="#accordion-three">
|
<a data-toggle="collapse" data-parent="#accordion" href="#accordion-three">
|
||||||
<h4 class="panel-title">
|
<h4 class="panel-title">
|
||||||
{{ trans('theme::fields.price.name') }}
|
{{ trans('visiosoft.theme.base::fields.price.name') }}
|
||||||
<span class="pull-right"><i class="fa fa-minus"></i></span>
|
<span class="pull-right"><i class="fa fa-minus"></i></span>
|
||||||
</h4>
|
</h4>
|
||||||
</a>
|
</a>
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<button type="submit" class="btn btn-primary search-filter-button">
|
<button type="submit" class="btn btn-primary search-filter-button">
|
||||||
{{ trans("visiosoft.module.advs::field.search") }}
|
{{ trans("visiosoft.module.advs::field.search") }}
|
||||||
</button>
|
</button>
|
||||||
<h5><font color="#333">{{ trans('theme::message.filter_by_search_msg') }}</font></h5>
|
<h5><font color="#333">{{ trans('visiosoft.theme.base::message.filter_by_search_msg') }}</font></h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="row list-header">
|
<div class="row list-header">
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{% include "theme::list/partials/list-sort-by" %}
|
{% include "visiosoft.theme.base::list/partials/list-sort-by" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
<div class="category-tabs"></div>
|
<div class="category-tabs"></div>
|
||||||
|
|
||||||
{% include "theme::list/partials/featured-ads" %}
|
{% include "visiosoft.theme.base::list/partials/featured-ads" %}
|
||||||
|
|
||||||
|
|
||||||
{% include "theme::list/partials/ads" %}
|
{% include "visiosoft.theme.base::list/partials/ads" %}
|
||||||
|
|
||||||
|
|
||||||
<!-- pagination -->
|
<!-- pagination -->
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if userProfile.adv_listing_banner.url == '' %}
|
{% if userProfile.adv_listing_banner.url == '' %}
|
||||||
<img src="{{ img('theme::images/bg/1.png').url }}">
|
<img src="{{ img('visiosoft.theme.base::images/bg/1.png').url }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{{ userProfile.adv_listing_banner.url }}">
|
<img src="{{ userProfile.adv_listing_banner.url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
{% extends "theme::list/list" %}
|
{% extends "visiosoft.theme.base::list/list" %}
|
||||||
{% block listContent %}
|
{% block listContent %}
|
||||||
|
|
||||||
<div class="category-info">
|
<div class="category-info">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
{% include "theme::list/partials/user-section" %}
|
{% include "visiosoft.theme.base::list/partials/user-section" %}
|
||||||
|
|
||||||
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
||||||
|
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{% include "theme::list/partials/list-sort-by" %}
|
{% include "visiosoft.theme.base::list/partials/list-sort-by" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
||||||
@ -88,5 +88,5 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block customjs %}
|
{% block customjs %}
|
||||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/list-table.js") }}
|
{{ asset_add("scripts.js", "visiosoft.theme.base::js/list-table.js") }}
|
||||||
{% include "theme::scroll-modal" %}
|
{% include "visiosoft.theme.base::scroll-modal" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix user-page">
|
<section id="main" class="clearfix user-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- user-login -->
|
<!-- user-login -->
|
||||||
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
|
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
|
||||||
<div class="user-account">
|
<div class="user-account">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
<h2>User Login</h2>
|
<h2>User Login</h2>
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
{% set form = form('login').redirect('/').get() %}
|
{% set form = form('login').redirect('/').get() %}
|
||||||
@ -33,7 +33,7 @@
|
|||||||
</div><!-- forgot-password -->
|
</div><!-- forgot-password -->
|
||||||
{% if isActiveSocial == 1 %}
|
{% if isActiveSocial == 1 %}
|
||||||
<label>Login with:</label>
|
<label>Login with:</label>
|
||||||
{% include "theme::loginWith" %}
|
{% include "visiosoft.theme.base::loginWith" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ form.close()|raw }}
|
{{ form.close()|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends layout('edit-cat') %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix ad-post-page">
|
<section id="main" class="clearfix ad-post-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends layout('new-ad') %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix home-default">
|
<section id="main" class="clearfix home-default">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
|
|
||||||
{% include "theme::new-ad/partials/breadcrumb" %}
|
{% include "visiosoft.theme.base::new-ad/partials/breadcrumb" %}
|
||||||
|
|
||||||
<div class="adpost-details">
|
<div class="adpost-details">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends layout('post-cat') %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix ad-post-page">
|
<section id="main" class="clearfix ad-post-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include "theme::new-ad/partials/breadcrumb" %}
|
{% include "visiosoft.theme.base::new-ad/partials/breadcrumb" %}
|
||||||
<div id="ad-cat-section">
|
<div id="ad-cat-section">
|
||||||
<form action="{{ url_route('visiosoft.module.advs::post_cat') }}" method="post">
|
<form action="{{ url_route('visiosoft.module.advs::post_cat') }}" method="post">
|
||||||
<div class="row category-tab">
|
<div class="row category-tab">
|
||||||
@ -118,7 +119,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
background-image: {{ img('theme::images/bg/main.png').url }} !important;
|
background-image: {{ img('visiosoft.theme.base::images/bg/main.png').url }} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-1 {
|
.btn-1 {
|
||||||
|
|||||||
@ -41,16 +41,16 @@
|
|||||||
<h2>{{ trans('visiosoft.module.advs::field.send_us_your_feedback') }}</h2>
|
<h2>{{ trans('visiosoft.module.advs::field.send_us_your_feedback') }}</h2>
|
||||||
<p>{{ form('contact').to('info@openclassify.com').from(setting_value('streams::email')).
|
<p>{{ form('contact').to('info@openclassify.com').from(setting_value('streams::email')).
|
||||||
handler('\\Anomaly\\ContactPlugin\\Form\\ContactFormHandler@handle').
|
handler('\\Anomaly\\ContactPlugin\\Form\\ContactFormHandler@handle').
|
||||||
fields({'email': {'label': trans('theme::fields.email.name'),'type': 'email','required': true,},
|
fields({'email': {'label': trans('visiosoft.theme.base::fields.email.name'),'type': 'email','required': true,},
|
||||||
'name': {'label': trans('theme::fields.name.name'),'type': 'text','required': true,},
|
'name': {'label': trans('visiosoft.theme.base::fields.name.name'),'type': 'text','required': true,},
|
||||||
'subject': {'label': trans('theme::fields.subject.name'),'type': 'text','required': true,},
|
'subject': {'label': trans('visiosoft.theme.base::fields.subject.name'),'type': 'text','required': true,},
|
||||||
'content': {'label': trans('theme::fields.content.name'),'type': 'textarea','required': true,}})
|
'content': {'label': trans('visiosoft.theme.base::fields.content.name'),'type': 'textarea','required': true,}})
|
||||||
.actions({'submit': {'text': trans('theme::button.send.name')}})|raw }}</p>
|
.actions({'submit': {'text': trans('visiosoft.theme.base::button.send.name')}})|raw }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- feedback -->
|
</div><!-- feedback -->
|
||||||
</div><!-- row -->
|
</div><!-- row -->
|
||||||
</div>
|
</div>
|
||||||
</div><!-- container -->
|
</div><!-- container -->
|
||||||
</section><!-- main -->
|
</section><!-- main -->
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/map.js") }}
|
{{ asset_add("scripts.js", "visiosoft.theme.base::js/map.js") }}
|
||||||
@ -1,22 +1,23 @@
|
|||||||
|
|
||||||
{#
|
{#
|
||||||
Main CSS can be found in metadata.twig
|
Main CSS can be found in metadata.twig
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{# Core Theme Components #}
|
{# Core Theme Components #}
|
||||||
{{ asset_add("theme.js", "theme::js/vendor/jquery.min.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/vendor/jquery.min.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/vendor/bootstrap.min.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/vendor/bootstrap.min.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/vendor/vue.min.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/vendor/vue.min.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/bootstrap-notify.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/bootstrap-notify.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/nav.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/nav.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/params.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/params.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/notification.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/notification.js") }}
|
||||||
{{ asset_add("theme.js", "theme::js/ajaxLoader.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/ajaxLoader.js") }}
|
||||||
{{ asset_add("theme.js", "visiosoft.theme.defaultadmin::js/theme/select2.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.defaultadmin::js/theme/select2.js") }}
|
||||||
|
|
||||||
|
|
||||||
{# Theme Scripts #}
|
{# Theme Scripts #}
|
||||||
{#{{ asset_add("theme.js", "theme::js/plugins/*") }}#}
|
{#{{ asset_add("theme.js", "visiosoft.theme.base::js/plugins/*") }}#}
|
||||||
{{ asset_add("theme.js", "theme::js/theme/initialize.js") }}
|
{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/initialize.js") }}
|
||||||
|
|
||||||
{{ asset_script("theme.js", ["min"]) }}
|
{{ asset_script("theme.js", ["min"]) }}
|
||||||
|
|
||||||
@ -31,8 +32,8 @@
|
|||||||
{% for style in asset_styles("styles.css") %}
|
{% for style in asset_styles("styles.css") %}
|
||||||
{{ style|raw }}
|
{{ style|raw }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ asset_style("theme::css/default/animate.css") }}
|
{{ asset_style("visiosoft.theme.base::css/default/animate.css") }}
|
||||||
{{ asset_add("visiosoft_default.js", "theme::js/default/*") }}
|
{{ asset_add("visiosoft_default.js", "visiosoft.theme.base::js/default/*") }}
|
||||||
{{ asset_script("visiosoft_default.js") }}
|
{{ asset_script("visiosoft_default.js") }}
|
||||||
{{ asset_add("visiosoft_default_custom.js", "theme::js/zcustom.js") }}
|
{{ asset_add("visiosoft_default_custom.js", "visiosoft.theme.base::js/zcustom.js") }}
|
||||||
{{ asset_script("visiosoft_default_custom.js") }}
|
{{ asset_script("visiosoft_default_custom.js") }}
|
||||||
@ -134,7 +134,7 @@
|
|||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{% include "theme::partials/s-search-modal" %}
|
{% include "visiosoft.theme.base::partials/s-search-modal" %}
|
||||||
|
|
||||||
|
|
||||||
{% if setting('visiosoft.module.advs::google_statistic_code') != "" %}
|
{% if setting('visiosoft.module.advs::google_statistic_code') != "" %}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
||||||
{% include "theme::partials/nav-s" %}
|
{% include "visiosoft.theme.base::partials/nav-s" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include "theme::partials/nav" %}
|
{% include "visiosoft.theme.base::partials/nav" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@ -42,27 +42,27 @@
|
|||||||
{{ favicons(url('files/' ~ file(setting_value('visiosoft.module.advs::favicon')).path)) }}
|
{{ favicons(url('files/' ~ file(setting_value('visiosoft.module.advs::favicon')).path)) }}
|
||||||
|
|
||||||
{# Base Theme Components #}
|
{# Base Theme Components #}
|
||||||
{{ asset_add("theme.css", "theme::scss/bootstrap/bootstrap.scss") }}
|
{{ asset_add("theme.css", "visiosoft.theme.base::scss/bootstrap/bootstrap.scss") }}
|
||||||
{{ asset_add("theme.css", "theme::font-awesome/css/all.css") }}
|
{{ asset_add("theme.css", "visiosoft.theme.base::font-awesome/css/all.css") }}
|
||||||
|
|
||||||
{{ asset_add("theme.css", "visiosoft.theme.defaultadmin::css/select2.css") }}
|
{{ asset_add("theme.css", "visiosoft.theme.defaultadmin::css/select2.css") }}
|
||||||
|
|
||||||
{{ asset_style("theme.css") }}
|
{{ asset_style("theme.css") }}
|
||||||
{# Specific Build Files #}
|
{# Specific Build Files #}
|
||||||
{{ asset_add("build.css", "theme::scss/theme/theme.scss", ["live"]) }}
|
{{ asset_add("build.css", "visiosoft.theme.base::scss/theme/theme.scss", ["live"]) }}
|
||||||
|
|
||||||
{# Specific Build Files #}
|
{# Specific Build Files #}
|
||||||
{{ asset_add("build.css", "theme::scss/theme/theme.scss", ["live"]) }}
|
{{ asset_add("build.css", "visiosoft.theme.base::scss/theme/theme.scss", ["live"]) }}
|
||||||
|
|
||||||
{# Include Asset Collections #}
|
{# Include Asset Collections #}
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{#{{ asset_inline("theme.css", ["min"]) }}#}
|
{#{{ asset_inline("theme.css", ["min"]) }}#}
|
||||||
{{ asset_inline("build.css", ["parse", "min", "watch@theme::scss/theme"]) }}
|
{{ asset_inline("build.css", ["parse", "min", "watch@visiosoft.theme.base::scss/theme"]) }}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{{ asset_add("visiosoft_default.css", "theme::css/default/*") }}
|
{{ asset_add("visiosoft_default.css", "visiosoft.theme.base::css/default/*") }}
|
||||||
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
{% if setting_value('visiosoft.theme.base::template') == "s" %}
|
||||||
{{ asset_add("visiosoft_default.css", "theme::css/sahb.css") }}
|
{{ asset_add("visiosoft_default.css", "visiosoft.theme.base::css/sahb.css") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
class="caret"></span>
|
class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu login-user-dropdown-menu">
|
<ul class="dropdown-menu login-user-dropdown-menu">
|
||||||
{% include "theme::partials/links" %}
|
{% include "visiosoft.theme.base::partials/links" %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{# {% if entries('advs').isEnabled('messages') %}#}
|
{# {% if entries('advs').isEnabled('messages') %}#}
|
||||||
@ -116,7 +116,7 @@
|
|||||||
<i class="fa fa-user"></i> <span class="login-username"></span><span class="caret"></span>
|
<i class="fa fa-user"></i> <span class="login-username"></span><span class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu login-user-dropdown-menu">
|
<ul class="dropdown-menu login-user-dropdown-menu">
|
||||||
{% include "theme::partials/links" %}
|
{% include "visiosoft.theme.base::partials/links" %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="new-ads-navigation-mobile-field pull-right">
|
<li class="new-ads-navigation-mobile-field pull-right">
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand" href="/">
|
||||||
{% if setting_value('visiosoft.module.advs::logo') == NULL %}
|
{% if setting_value('visiosoft.module.advs::logo') == NULL %}
|
||||||
<img class="img-responsive" alt="{{ trans(template.meta_title) }}-Logo"
|
<img class="img-responsive" alt="{{ trans(template.meta_title) }}-Logo"
|
||||||
src="{{ img('theme::images/logo-horizontal.png').url }}">
|
src="{{ img('visiosoft.theme.base::images/logo-horizontal.png').url }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img class="img-responsive"
|
<img class="img-responsive"
|
||||||
src="{{ url('files/' ~ file(setting_value('visiosoft.module.advs::logo')).path) }}"
|
src="{{ url('files/' ~ file(setting_value('visiosoft.module.advs::logo')).path) }}"
|
||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<ul class="nav navbar-nav controls-menu-right" style="float: right;">
|
<ul class="nav navbar-nav controls-menu-right" style="float: right;">
|
||||||
{% set current_locale = entries('advs').getCurrentLocale() %}
|
{% set current_locale = entries('advs').getCurrentLocale() %}
|
||||||
{{ languageSwitcher('openclassify-lang', {'toggle_title': '<img alt="'~config('app.locale')~'" src="'~img('theme::images/flags/'~config('app.locale')~'.png').url~'" class="lang-flag" >' ~current_locale~'','toggle_class':'navigation-lang-field-none'}) }}
|
{{ languageSwitcher('openclassify-lang', {'toggle_title': '<img alt="'~config('app.locale')~'" src="'~img('visiosoft.theme.base::images/flags/'~config('app.locale')~'.png').url~'" class="lang-flag" >' ~current_locale~'','toggle_class':'navigation-lang-field-none'}) }}
|
||||||
|
|
||||||
{% if auth_check() %}
|
{% if auth_check() %}
|
||||||
<li class="dropdown profile-navigation-field">
|
<li class="dropdown profile-navigation-field">
|
||||||
@ -88,14 +88,14 @@
|
|||||||
class="caret"></span>
|
class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu login-user-dropdown-menu">
|
<ul class="dropdown-menu login-user-dropdown-menu">
|
||||||
{% include "theme::partials/links" %}
|
{% include "visiosoft.theme.base::partials/links" %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b><i class="fa fa-user"></i>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b><i class="fa fa-user"></i>
|
||||||
{{ trans('theme::fields.login') }}</b> <span
|
{{ trans('visiosoft.theme.base::fields.login') }}</b> <span
|
||||||
class="caret"></span></a>
|
class="caret"></span></a>
|
||||||
<ul id="login-dp" class="dropdown-menu">
|
<ul id="login-dp" class="dropdown-menu">
|
||||||
<li>
|
<li>
|
||||||
@ -189,7 +189,7 @@
|
|||||||
<i class="fa fa-user"></i> <span class="login-username"></span><span class="caret"></span>
|
<i class="fa fa-user"></i> <span class="login-username"></span><span class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu login-user-dropdown-menu">
|
<ul class="dropdown-menu login-user-dropdown-menu">
|
||||||
{% include "theme::partials/links" %}
|
{% include "visiosoft.theme.base::partials/links" %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix user-page">
|
<section id="main" class="clearfix user-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- user-login -->
|
<!-- user-login -->
|
||||||
<div class="col-lg-6 col-lg-offset-3">
|
<div class="col-lg-6 col-lg-offset-3">
|
||||||
<div class="user-account">
|
<div class="user-account">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
<h2>Password Forgot</h2>
|
<h2>Password Forgot</h2>
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
{% set form = form('forgot_password').redirect(request_get('redirect', '/')).get() %}
|
{% set form = form('forgot_password').redirect(request_get('redirect', '/')).get() %}
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<!-- user-login -->
|
<!-- user-login -->
|
||||||
<div class="col-lg-6 col-lg-offset-3">
|
<div class="col-lg-6 col-lg-offset-3">
|
||||||
<div class="user-account">
|
<div class="user-account">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
<h2>Password Reset</h2>
|
<h2>Password Reset</h2>
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
{% set form = form('reset_password').get() %}
|
{% set form = form('reset_password').get() %}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "theme::layouts/default" %}
|
{% extends "visiosoft.theme.base::layouts/default" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="main" class="clearfix user-page">
|
<section id="main" class="clearfix user-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- user-login -->
|
<!-- user-login -->
|
||||||
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
|
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
|
||||||
<div class="user-account">
|
<div class="user-account">
|
||||||
{% include "theme::partials/messages" %}
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
<h2>Create an Account</h2>
|
<h2>Create an Account</h2>
|
||||||
{% set form = form('register2').redirect(request_get('redirect', '/')).get() %}
|
{% set form = form('register2').redirect(request_get('redirect', '/')).get() %}
|
||||||
{{ form.open()|raw }}
|
{{ form.open()|raw }}
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
<div id="swipeTableModal" class="modal fade" role="dialog">
|
<div id="swipeTableModal" class="modal fade" role="dialog">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-body" onclick="$('#swipeTableModal').modal('hide');">
|
<div class="modal-body" onclick="$('#swipeTableModal').modal('hide');">
|
||||||
<img src="{{ img('theme::images/scroll-screen.gif').url }}">
|
<img src="{{ img('visiosoft.theme.base::images/scroll-screen.gif').url }}">
|
||||||
<p>{{ trans('theme::fields.scroll-screen-for-details') }}</p>
|
<p>{{ trans('visiosoft.theme.base::fields.scroll-screen-for-details') }}</p>
|
||||||
<button>{{ trans('theme::fields.close') }}</button>
|
<button>{{ trans('visiosoft.theme.base::fields.close') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ asset_add("scripts.js", "theme::js/scroll-screen.js") }}
|
{{ asset_add("scripts.js", "visiosoft.theme.base::js/scroll-screen.js") }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user