Add upstream plugins

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-10-25 22:42:20 +02:00
parent 5d3c2ec184
commit 290736650a
1186 changed files with 302577 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<div class="wrap">
<h2>{{ title }}</h2>
<div id="poststuff">
<div class="metabox-holder">
<div class="post-box-container left-side timely">
<div class="ai1ec-tab-content-container ai1ec-form-horizontal">
{{ do_meta_boxes( metabox.screen, metabox.action, metabox.object ) }}
</div>
</div>
</div>
</div>{# /#poststuff #}
</div>{# /.wrap #}

View File

@@ -0,0 +1,50 @@
<p>{{ text_common_info | raw }}</p>
{% if display_alert %}
<div class="ai1ec-alert ai1ec-alert-warning">
{{ text_alert | raw }}
{{ text_alternatives | raw }}
</div>
{% endif %}
<div class="ai1ec-col-md-12">
<ul class="ai1ec-nav ai1ec-nav-pills" role="tablist">
{% for id, data in tabs %}
<li>
<a href="#{{ id | e('html_attr') }}" data-toggle="ai1ec-tab" >
<i class="{{ data.icon }} ai1ec-fa-lg ai1ec-fa-fw"></i>
{{ data.name | raw }}
</a>
</li>
{% endfor %}
</ul>
</div>
<div class="ai1ec-col-md-6">
<div class="ai1ec-tab-content">
{% for id, data in tabs %}
<div class="ai1ec-tab-pane" id="{{ id }}">
{% if data.requirements is not empty %}
<div class="ai1ec-alert ai1ec-alert-info">
<i class="ai1ec-fa ai1ec-fa-info-circle ai1ec-fa-fw"></i>
{{ data.requirements | raw }}
</div>
{% endif %}
{% for element in data.elements %}
{{ element | raw }}
{% endfor %}
</div>
{% endfor %}
</div>
</div>
<div class="ai1ec-col-md-6">
<p><strong>{{ text_paste | raw }}</strong></p>
<pre id="ai1ec-superwidget-code" class="ai1ec-autoselect"
data-widget-url="{{ siteurl | e('html_attr') }}?ai1ec_js_widget"></pre>
<div class="ai1ec-alert ai1ec-alert-info">
<i class="ai1ec-fa ai1ec-fa-info-circle ai1ec-fa-fw"></i>
{{ text_updated_code
| format( 'https://time.ly/document/manage-add-ons/embed-calendar-sites-super-widget/' )
| raw }}
</div>
</div>
<br clear="all" />
<h2 id="widget-preview-title">{{ text_preview }}</h2>
<div id="ai1ec-superwidget-preview" class="ai1ec-well ai1ec-hidden"></div>