{% include '@dashnex/modal/support.twig' %}
{% include '@p1tm/reset/modals/confirm-reset.twig' %}
{% include '@p1tm/reset/modals/setup-confirm.twig' %}

<header class="dashnex-frame-header">
	<h2 class="pull-left">Reset</h2>

	<div class="dashnex-frame-actions">
		<button class="btn btn-info dashnex-frame-popover-btn">Help!</button>
	</div>

	<div class="clearfix"></div>
</header>

<div class="dashnex-frame-popover">
	<div class="dashnex-frame-popover-arrow"></div>
	<h3 class="dashnex-frame-popover-title">Help!</h3>
	<div class="dashnex-frame-popover-content">
		<p>
			<a href="http://www.dashnex.com" target="_blank">Take me to the
				membership site.</a>
		</p>
		<p>
			<a id="show-support-modal-btn" href="#">I need to email support.</a>
		</p>
	</div>
</div>

<div class="dashnex-frame-padded-container">
		<h4>Silo Structure Setup</h4>
	
		<p>The silo structure setup procedure has been successfully completed
			already. However, you must run the procedure again every time the blog
			theme is changed, in order for the Smart Menu to function properly.</p>
		<p>
			<input type="button" class="btn btn-primary" value="Setup"
				data-toggle="modal" data-target="#p1tm-setup-confirm-modal" />
		</p>
		<p id="p1tm-setup-output"></p>
</div>

<div class="dashnex-frame-padded-container">
		<h4>Complete Site Reset</h4>
	
		<p>A complete site reset will remove all silos, keywords and content
			associated with P1 Traffic Machine. Use with caution!</p>
	
		<input type="button" class="btn btn-danger" data-toggle="modal"
			data-target="#p1tm-settings-reset-confirm-modal" value="Reset" />
</div>
