| 1 |
{# |
| 2 |
Responsive Menu Jinja template file. |
| 3 |
NOT Safe to Copy |
| 4 |
|
| 5 |
Do Not Copy |
| 6 |
#} |
| 7 |
|
| 8 |
{% if hide_pro_options() == 'yes' %} |
| 9 |
<style> |
| 10 |
.nav > li.pro-tab, |
| 11 |
.fully-pro-container, |
| 12 |
.responsive-menu-preview, |
| 13 |
.pro-row { |
| 14 |
display: none; |
| 15 |
} |
| 16 |
</style> |
| 17 |
{% endif %} |
| 18 |
|
| 19 |
<div id="responsive-menu-admin" class='container-fluid'> |
| 20 |
<form class='form-horizontal form-inline' id='responsive-menu-form' action='' method='post' enctype='multipart/form-data'> |
| 21 |
{{ csrf() }} |
| 22 |
{% include 'admin/alerts.html.twig' %} |
| 23 |
{% include 'admin/tabs.html.twig' %} |
| 24 |
<div class="col-md-3 text-right top-submit-buttons"> |
| 25 |
<button type='button' name='responsive-menu-preview' class='btn btn-rm btn-default responsive-menu-preview'> |
| 26 |
Preview Changes |
| 27 |
<span class='label label-danger'>Pro</span> |
| 28 |
</button> |
| 29 |
<button type='submit' name='responsive-menu-submit' class='btn btn-rm btn-primary'> |
| 30 |
Update Options |
| 31 |
</button> |
| 32 |
</div> |
| 33 |
<div id='options-area'> |
| 34 |
<div class='panel panel-default' id='filter-options-container'> |
| 35 |
<div class='panel-body'><span class="glyphicon glyphicon-search"></span>Filter Options</div> |
| 36 |
<table class='table table-hover'> |
| 37 |
<td class='well col-md-3'> |
| 38 |
<input type="search" class="form-control" name="filter-options" id="filter-options" placeholder="Start typing to filter options" /> |
| 39 |
</td> |
| 40 |
</table> |
| 41 |
</div> |
| 42 |
{% include 'admin/options.html.twig' %} |
| 43 |
<div class='panel panel-default' id='upgrade-bottom-banner'> |
| 44 |
<div class='panel-body'><span class="glyphicon glyphicon-star"></span> |
| 45 |
<a target="_blank" href="https://responsive.menu/pricing?utm_source=free-plugin&utm_medium=banner&utm_campaign=upgrade"> |
| 46 |
Get access to another 50+ options. Upgrade today. |
| 47 |
</a> |
| 48 |
</div> |
| 49 |
</div> |
| 50 |
<div class="row"> |
| 51 |
<div class="col-md-8"> |
| 52 |
<input type='hidden' id='responsive-menu-current-page' name='responsive-menu-current-page' value='{{ current_page() }}' /> |
| 53 |
<button type='button' name='responsive-menu-preview' class='btn btn-rm btn-default responsive-menu-preview'> |
| 54 |
Preview Changes |
| 55 |
<span class='label label-danger'>Pro</span> |
| 56 |
</button> |
| 57 |
<button type='submit' name='responsive-menu-submit' class='btn btn-rm btn-primary'>Update Options</button> |
| 58 |
</div> |
| 59 |
<div class="col-md-4 text-right"> |
| 60 |
<label id="hide-pro-options-label"> |
| 61 |
Hide Pro Options <input type="checkbox" name="hide-pro-options" id="hide-pro-options" {% if hide_pro_options() == 'yes' %}checked="checked"{% endif %} /> |
| 62 |
</label> |
| 63 |
</div> |
| 64 |
</div> |
| 65 |
</div><!-- |
| 66 |
--><div id='banner-area'> |
| 67 |
{% include 'admin/banners.html.twig' %} |
| 68 |
</div> |
| 69 |
</form> |
| 70 |
</div> |