| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500 |
- {% extends "base_generic.html" %}
- {% load tags %}
- {% load static %}
- {% load compress %}
- {% load crispy_forms_tags %}
- {% block script %}
- {% compress js inline %}
- <script>
- $(document).ready(function(){
- $("#how").fadeOut(0);
- $("#how").click(function(){
- $("#how").fadeOut(200);
- });
- $(".show-all").click(function(){
- $(".card").show();
- $("button").removeClass("mark");
- $("#how").fadeOut(40);
- });
- $(".btn-toggle").click (function(elem){
- let toggler = this.getAttribute("data-toggler");
- $(".card").show();
- $("button").removeClass("mark");
- $(".card").not("." + toggler).hide();
- $("button").filter( "." + toggler ).addClass("mark");
- // $("button ." + toggler ).addClass("mark");
- if($(".card").filter(":visible").length < 1){
- $("#how").fadeIn(200)
- } else{
- $("#how").fadeOut(10)
- }
- });
- });
- </script>
- {% endcompress %}
- <style media="screen">
- .card-columns .mab-card {
- width: 97%;
- height: 95%;
- display: block;
- margin-top: 4px;
- max-width: 100%;
- border-color: #469CA8;
- border-radius: 20px;
- margin-left: auto;
- margin-right: auto;
- }
- .mab-card-body {
- padding: 10px 10px 10px 10px;
- }
- .mab-card img {
- border-radius: 20px 20px 0 0;
- }
- .mab-product-title {
- padding: .15em .75em .15em 0.75em;
- border-style: solid;
- border-width: 0px;
- border-color: #469CA8;
- color: #469CA8;
- background-color: #FFFD;
- border-radius: 150px;
- font-size: 1.5em;
- font-weight: bold;
- font-family: NeuzeitGro-Reg;
- text-align: center;
- position: absolute;
- bottom: 16px;
- left: 16px;
- }
- .mab-product-button-text {
- color: #EA4814;
- font-size: initial;
- font-weight: bold;
- text-align: center;
- top: 25%;
- /* left: 50%; */
- /* transform: translate(-50%, -50%); */
- position: inherit;
- }
- .mab-product-button {
- position: absolute;
- top: 16px;
- right: 16px;
- background-color: #EDBBA8;
- border: 0px solid #EA4814;
- border-radius: 50%;
- width: 5.2em;
- height: 5.2em;
- text-align: center;
- transform: rotate(15deg);
- }
- .mab-product-vote {
- position: absolute;
- top: 8px;
- right: 16px;
- color: white;
- font-size: large
- }
- .mab-card-text {
- color: black;
- margin-top: 0px;
- line-height: 2.25em;
- }
- .card-columns .mab-card-highlight {
- box-shadow: 0 4px 8px 0 rgba(70, 156, 168, 0.2), 0 6px 20px 0 rgba(70, 156, 168, 0.19);
- margin-bottom: 40px;
- }
- .card-columns .mab-card-container-highlight {
- margin-bottom: 40px;
- }
- .tag-line {
- line-height: 2.25em;
- }
- .tag-container {}
- .mab-search-bar {
- padding-top: 4px;
- }
- /* ------------------------------------------------------------------------------- */
- .scene {
- width: 200px;
- height: 260px;
- border: 1px solid #CCC;
- margin: 40px 0;
- perspective: 600px;
- }
- .flipcard {
- position: relative;
- transform-style: preserve-3d;
- /* transform-origin: center right; */
- transition: transform 1s;
- }
- .flipcard.is-flipped {
- /* transform: translateX(-100%) rotateY(-180deg); */
- transform: rotateY(180deg);
- }
- .mab-card-face {
- position: absolute;
- width: 100%;
- height: 100%;
- /* overflow: auto; */
- overflow: hidden;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .mab-card-face--front {
- position: relative;
- background-color: #FFF;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .card-columns .mab-card-face--front .mab-card {
- background-color: #fafafa;
- }
- .mab-card-face--front .mab-card,
- .mab-card-face--back .mab-card,
- .mab-card-face--front .mab-card div,
- .mab-card-face--back .mab-card div,
- .mab-card-face--front .mab-card a,
- .mab-card-face--back .mab-card a {
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .toggle-overflow {
- overflow: auto;
- /* z-index: 2; */
- }
- .toggle-zindex {
- z-index: -1;
- }
- .mab-card-face--back {
- background: #FFF;
- transform: rotateY(180deg);
- top: 0;
- position: absolute;
- left: 0;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .card {
- position: relative;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: column;
- flex-direction: column;
- min-width: 0;
- word-wrap: break-word;
- background-color: #fff;
- background-clip: border-box;
- border: none;
- border-radius: 0rem;
- }
- </style>
- {% endblock %}
- {% block content %}
- <div class="container-fluid tag-container">
- <nav class="navbar-expand-sm tag" style="margin-left: 0px">
- <button class="navbar-toggler border-thin mybtn rounded-0 tag navbar-expand-sm " type="button" data-toggle="collapse" data-target="#tags" aria-expanded="false" aria-label="Toggle tags" style="font-size: 15px">
- <span class="mybtn"></span> Alle Tags anzeigen ⋁
- </button>
- <div class="row border-dark collapse navbar-collapse tag-line" id="tags">
- <div class="container-fluid">
- <p>Filtere die Projekte, indem du auf einen der folgenden Tags klickst:</p>
- <button class="show-all border-thin mybtn " style="margin-bottom: 2px; ">#Alle anzeigen</button>
- {% for elem in frei_list %}
- <button id='{{elem.0}}' data-toggler='{{elem.0}}' class="border-thin mybtn btn-toggle elem.0" style="margin-bottom: 2px; ">#{{elem.1}}</button>
- {% endfor %}
- {% for key, value in raum_agebote_dict.items %}
- <button class="border-thin mybtn btn-toggle {{key}}" data-toggler='{{key}}' style="margin-bottom: 2px; ">#{{value}}</button>
- {% endfor %}
- {% for key, value in ort_dict.items %}
- <button class="border-thin mybtn btn-toggle {{key}}" data-toggler='{{key}}' style="margin-bottom: 2px; ">#{{value}}</button>
- {% endfor %}
- {% for elem in altneu_list %}
- <button class="border-thin mybtn btn-toggle {{elem.0}}" data-toggler='{{elem.0}}' style="margin-bottom: 2px; ">#{{elem.1}}</button>
- {% endfor %}
- <button class="border-thin mybtn btn-toggle begleitet_true" data-toggler='begleitet_true' style="margin-bottom: 2px; " style="">#Begleitet von realitylab</button>
- {% if urbanem %}
- <button class="border-thin mybtn btn-toggle urbanem_true" data-toggler='urbanem_true' style="margin-bottom: 2px; " style="">#Urbane Mischung</button>
- {% endif %}
- <button class="border-thin mybtn" style="margin-bottom: 2px;">{% include "marktplatz/modal-sa.html" %}</button>
- <button class="border-thin mybtn" style="margin-bottom: 2px;" onclick="window.location='{% url 'only-newsletter-anmeldung' newsletter_slug='gemeinschaffen-newsletter' %}'" style=""><i class="fas fa-envelope"></i> Newsletter </button>
- </div>
- </div>
- <div class="row border-dark " id="search_bar">
- <div class="container-fluid">
- <div class="row">
- <div class="col-sm-6">
- <form method="post" action="{% url 'generic-search-products' type=type %}">
- {% csrf_token %}
- <!-- Left here in case we need to debug -->
- {% if signup_errors %}
- <div class='invalid-feedback' style="display: none;">{{ signup_errors }}</div>
- {% endif %}
- {% if contact_errors %}
- <div class='invalid-feedback' style="display: none;">{{ contact_errors }}</div>
- {% endif %}
- <!-- end of debug -->
- {% crispy textSearchForm %}
- </form>
- </div>
- <div class="col-sm-6">
- </div>
- </div>
- </div>
- </div>
- </nav>
- </div>
- <hr class="division-color" >
- <div id="how" style="margin-top: 5px;text-align: center;vertical-align: middle; max-height: 40px;" class="container-fluid">
- <p style="color: black"> There are no Products matching your selection, as you have selected multiple tags.
- Click <button class="show-all border-thin mybtn" style="margin-bottom: 2px; margin-top: 15px">#Alle anzeigen</button> to deselect all tags.
- </p>
- </div>
- <!-- Start Cards -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <div class="card-columns" style="margin-top: 7px; orphans: 1;">
- {{main_card|safe}}
- <hr class="division-color" style="margin: 35px 0px 35px 0px">
- {% for product in object_list %}
- <!-- rounded-0 border-0 -->
- <div
- class="card {{product.ort}} {{product.status}} {{product.frei}} {{product.altneu}} {% for key in product.raumangebot %}{{key}} {% endfor %} {% if product.realitylab %}begleitet_true{% endif %} {% if product.urbanem %}urbanem_true{% endif %} {% if product.frei == 'JAJA' %} mab-card-container-highlight {% endif %} ">
- <div id="product_{{product.pk}}_card" class="flipcard">
- <div class="mab-card-face mab-card-face--front toggle-overflow">
- <!-- -->
- <div class="mab-card {{product.ort}} {{product.status}} {{product.frei}} {{product.altneu}} {% if product.frei == 'JAJA' %} mab-card-highlight {% endif %}" style="">
- <a href="{% url 'product-detail-type' type=product.type pk=product.pk %}">
- <div style="position:relative; text-align:center; min-height: 200px;">
- <img class="{% for category in product.category.all %} {{category.short_name}} {% endfor %} card-img-top" data-otherclass="rounded-0"
- src="{{product.media_set.first.image_norm.url}}?v={{ product.media_set.first.pk }}" alt="image" loading="lazy">
- <div class="mab-product-title" style=""><span>{{product.name }}</span></div>
- {% if product.frei == 'JAJA' %} <div class="mab-product-button" style="">
- <div class="mab-product-button-text">
- Wohnung Frei!
- </div>
- </div>
- {% endif %}
- </div>
- </a>
- <div class="card-body mab-card-body " style="">
- <p class="mab-card-text card-text" style="">
- {% if request.user_agent.browser.family != 'Safari' %}
- <button id='product_{{product.pk}}_flipper' onclick="" class="border-thin mybtn flipper" data-flip-card="product_{{product.pk}}_card" style=""><i class="fas fa-sync-alt"></i> Steckbrief</button>
- {% endif %}
- <!-- <button id='product_{{product.pk}}_teilen' onclick="location.href = '{% url 'projekt-card-embed' pk=product.pk %}'" class="border-thin mybtn" style=""><i class="fas fa-share"></i> Teilen</button> -->
- <button id='product_{{product.pk}}_{{product.frei}}' data-toggler='{{product.frei}}' class="border-thin mybtn btn-toggle {{product.frei}}" style="">#{{product.get_frei_display}}</button>
- <button id='product_{{product.pk}}_{{product.status}}' data-toggler='{{product.status}}' class="border-thin mybtn btn-toggle {{product.status}}" style="">#{{product.get_status_display}}</button>
- <button id='product_{{product.pk}}_{{product.ort}}' data-toggler='{{product.ort}}' class="border-thin mybtn btn-toggle {{product.ort}}" style="">#{{product.get_ort_display}}</button>
- {% if product.altneu %}
- <button id='product_{{product.pk}}_{{product.altneu}}' data-toggler='{{product.altneu}}' class="border-thin mybtn btn-toggle {{product.altneu}}" style="">#{{product.get_altneu_display}}</button>
- {% endif %}
- {% for key in product.raumangebot %}
- <button class="border-thin mybtn btn-toggle {{key}}" data-toggler='{{key}}' style="margin-bottom: 2px; ">#{{ product.raumangebot.choices|get_item:key}}</button>
- {% endfor %}
- {% for key, value in product.raumangebot.field.choices %}
- <button class="border-thin mybtn btn-toggle {{key}}" data-toggler='{{key}}' style="margin-bottom: 2px; ">#{{value}}</button>
- {% endfor %}
- {% if product.realitylab %}
- <button id='product_{{product.pk}}_realitylab_{{product.realitylab}}' data-toggler='begleitet_true' class="border-thin mybtn btn-toggle begleitet_true" style="">#Begleitet von RealityLab</button>
- {% endif %}
- {% if product.urbanem %}
- <button id='product_{{product.pk}}_urbanem_{{product.urbanem}}' data-toggler='urbanem_true' class="border-thin mybtn btn-toggle urbanem_true" style="">#Urbane Mischung</button>
- {% endif %}
- <!-- <button class="show-all border-thin mybtn " style="margin-bottom: 2px; ">#Alle anzeigen</button> -->
- <!-- <span id="ShareButton" class="cursor-pointer" > Teilen</span> -->
- </p>
- </div>
- </div>
- </div>
- <!-- BACKFACE BACKFACE BACKFACE BACKFACE BACKFACE BACKFACE BACKFACE -->
- {% if request.user_agent.browser.family != 'Safari' %}
- <div class="mab-card-face mab-card-face--back toggle-zindex">
- <div class="mab-card {% if product.frei == 'JAJA' %} {% endif %}">
- <div class="container flipper-wrapper" data-flip-card="product_{{product.pk}}_card">
- <div class="row">
- <div class="col-sm-12">
- <br>
- <div class="" style="">
- <h3> {{ product.name }}</h3>
- </div>
- <button id='product_{{product.pk}}_flipper_back' onclick="" class="border-thin mybtn " data-flip-card="product_{{product.pk}}_card" style=""><i class="fas fa-sync-alt"></i> Steckbrief</button>
- <div class="" style=""><span>{{ product.beschreibung | safe }}</span></div>
- <div class="" style=""><strong>Wohnungen:</strong> <span>{{ product.awohnungen }}</span></div>
- <div class="" style=""><span>{% if product.gemeinschaftr %}<strong>{% field_name product 'gemeinschaftr' %}:</strong> {{ product.gemeinschaftr }}{% endif %}</span></div>
- <div class="" style=""><span>{% if product.kgemeinschaftr %}<strong>{% field_name product 'kgemeinschaftr' %}:</strong> {{ product.kgemeinschaftr }}{% endif %}</span></div>
- <div class="" style=""><span>{% if product.claim %}<strong>{% field_name product 'claim' %}:</strong> {{ product.claim }}{% endif %}</span></div>
- <span></span>
- </div>
- </div>
- </div>
- <a href="{% url 'product-detail-type' type=product.type pk=product.pk %}">
- <div style="position: relative;text-align: center;">
-
- </div>
- </a>
- <div class="card-body mab-card-body " style="">
-
- </div>
- </div>
- </div> <!-- BACKFACE -->
- {% endif %}
- </div>
- </div>
- {% endfor %}
- {{sponsor_cards|safe}}
- {% if request.user_agent.browser.family != 'Safari' %}
- {% compress js inline %}
- <script>
- $(".flipper").click (function(elem){
- let toggler = this.getAttribute("data-flip-card");
- $("#" + toggler ).toggleClass('is-flipped');
- $("#" + toggler + " .mab-card-face" ).toggleClass('toggle-overflow');
- $("#" + toggler + " .mab-card-face" ).toggleClass('toggle-zindex');
- });
- $(".flipper-wrapper").click (function(elem){
- let toggler = this.getAttribute("data-flip-card");
- $("#" + toggler ).toggleClass('is-flipped');
- $("#" + toggler + " .mab-card-face" ).toggleClass('toggle-overflow');
- $("#" + toggler + " .mab-card-face" ).toggleClass('toggle-zindex');
- });
- </script>
- {% endcompress %}
- {% endif %}
- </div>
- <!-- End Cards -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- {% endblock %}
|