Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mautic.corals.io/app/bundles/LeadBundle/Resources/views/Social/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mautic.corals.io/app/bundles/LeadBundle/Resources/views/Social/index.html.twig
{#
  Variables
    - lead
    - socialProfiles
    - socialProfileUrls
#}
{% if socialProfiles is empty %}
  <div class="alert alert-warning col-md-6 col-md-offset-3 mt-md">
      <h4>{{ 'mautic.lead.socialprofiles.header'|trans }}</h4>
      <p><a href="javascript: void(0);" onclick="Mautic.refreshLeadSocialProfile('', {{ lead.id }}, event);">{{ 'mautic.lead.socialprofiles.noresults'|trans }}</a></p>
  </div>
{% else %}
  <div class="row">
  {% for integrationName, details in socialProfiles %}
      {{ cycle(['', '</div><div class="row">'], loop.index0) }}
      <div class="col-md-6">
          <div class="panel panel-default panel-{{ integrationName|lower }}">
              <div class="panel-heading pr-0">
                  <h3 class="panel-title">{{ ('mautic.integration.'~integrationName)|trans }}</h3>
                  <div class="panel-toolbar text-right">
                      <a href="javascript:void(0);" class="btn" data-toggle="tooltip" onclick="Mautic.refreshLeadSocialProfile('{{ integrationName }}', '{{ lead.id }}', event);"
                         title="{{ 'mautic.lead.lead.social.lastupdate'|trans({'%datetime%': dateToFullConcat(details.lastRefresh, 'utc')}) }}">
                          <i class="text-white ri-refresh-line"></i>
                      </a>
                      <a href="javascript:void(0);" class="btn" onclick="Mautic.clearLeadSocialProfile('{{ integrationName }}', '{{ lead.id }}', event);" data-toggle="tooltip"
                         title="{{ 'mautic.lead.lead.social.removecache'|trans }}">
                          <i class="text-white ri-close-line"></i>
                      </a>
                      {# trickery to allow tooltip and onclick for close button #}
                      <a class="hide {{ integrationName }}-panelremove" data-toggle="panelremove" data-parent=".col-md-6">&amp;</a>
                  </div>
              </div>
               <div class="panel-collapse pull out" id="{{ integrationName }}CompleteProfile">
                  {{ include(details.social_profile_template, {
                      'lead': lead,
                      'details': details,
                      'integrationName': integrationName,
                      'socialProfileUrls': socialProfileUrls,
                  }) }}
              </div>
          </div>
      </div>
      {% endfor %}
  </div>
{% endif %}
{{ include('@MauticCore/Helper/modal.html.twig', {
    'id': 'socialImageModal',
    'body': '<img class="img-responsive img-thumbnail" />',
    'header': false,
    'padding': 'np',
}) }}

Spamworldpro Mini