Sindbad~EG File Manager

Current Path : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/templates/activity/
Upload File :
Current File : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/templates/activity/dialogs.php

<?php
PeepSoTemplate::exec_template('general', 'js-unavailable');
$PeepSoActivity = PeepSoActivity::get_instance();
$PeepSoShare 	= PeepSoShare::get_instance();
?>
<div id="ps-dialogs" style="display:none">
	<div id="ajax-loader-gif" style="display:none;">
		<div class="ps-loading-image">
			<img src="<?php echo PeepSo::get_asset('images/ajax-loader.gif'); ?>" alt="">
			<div> </div>
		</div>
	</div>
	<div id="ps-dialog-comment">
		<div data-type="stream-newcomment" class="cstream-form stream-form wallform " data-formblock="true" style="display: block;">
			<form class="reset-gap">
				<div class="cstream-form-submit">
					<a href="#" data-action="cancel" onclick="return activity.comment_cancel(); return false;" class="ps-btn ps-btn-small cstream-form-cancel"><?php echo esc_attr__('Cancel', 'peepso-core'); ?></a>
					<button data-action="save" onclick="return activity.comment_save();" class="ps-btn ps-btn-small ps-btn-primary"><?php echo esc_attr__('Post Comment', 'peepso-core'); ?></button>
				</div>
			</form>
		</div>
	</div>

	<div id="ps-report-dialog">
		<div id="activity-report-title"><?php echo esc_attr__('Report', 'peepso-core'); ?></div>
		<div id="activity-report-content">
			<div id="postbox-report-popup">
				<div><?php echo esc_attr__('Reason for Report:', 'peepso-core'); ?></div>
				<div class="ps-text--danger"><?php $PeepSoActivity->report_reasons(); ?></div>
				<div class="ps-alert" style="display:none"></div>
				<input type="hidden" id="postbox-post-id" name="post_id" value="{post-id}" />
			</div>
		</div>
		<div id="activity-report-actions">
			<button type="button" name="rep_cacel" class="ps-btn ps-btn-small ps-button-cancel" onclick="pswindow.hide(); return false;"><?php echo esc_attr__('Cancel', 'peepso-core'); ?></button>
			<button type="button" name="rep_submit" class="ps-btn ps-btn-small ps-button-action" onclick="activity.submit_report(); return false;"><?php echo esc_attr__('Submit Report', 'peepso-core'); ?></button>
		</div>
	</div>

	<span id="report-error-select-reason"><?php echo esc_attr__('ERROR: Please select Reason for Report.', 'peepso-core'); ?></span>
	<span id="report-error-empty-reason"><?php echo esc_attr__('ERROR: Please fill Reason for Report.', 'peepso-core'); ?></span>

	<div id="ps-share-dialog">
		<div id="share-dialog-title"><?php echo esc_attr__('Share...', 'peepso-core'); ?></div>
		<div id="share-dialog-content">
			<?php $PeepSoShare->show_links();?>
		</div>
	</div>

	<div id="default-delete-dialog">
		<div id="default-delete-title"><?php echo esc_attr__('Are you sure?', 'peepso-core'); ?></div>
		<div id="default-delete-content">
			<?php echo esc_attr__('Are you sure you want to delete this?', 'peepso-core'); ?>
		</div>
		<div id="default-delete-actions">
			<button type="button" class="ps-btn ps-btn-small ps-button-cancel" onclick="pswindow.hide(); return false;"><?php echo esc_attr__('Cancel', 'peepso-core'); ?></button>
			<button type="button" class="ps-btn ps-btn-small ps-button-action" onclick="pswindow.do_delete();"><?php echo esc_attr__('Delete', 'peepso-core'); ?></button>
		</div>
	</div>

	<div id="default-acknowledge-dialog">
		<div id="default-acknowledge-title"><?php echo esc_attr__('Confirm', 'peepso-core'); ?></div>
		<div id="default-acknowledge-content">
			<div>{content}</div>
		</div>
		<div id="default-acknowledge-actions">
			<button type="button" class="ps-btn ps-btn-small ps-button-action" onclick="return pswindow.hide();"><?php echo esc_attr__('Okay', 'peepso-core'); ?></button>
		</div>
	</div>

	<div id="ps-profile-delete-dialog">
		<div id="profile-delete-title"><?php echo esc_attr__('Are you sure?', 'peepso-core'); ?></div>
		<div id="profile-delete-content">
			<div>
				<h4 class="ps-page__body-title"><?php echo esc_attr__('Are you sure you want to delete your Profile?', 'peepso-core'); ?></h4>

				<p><?php echo esc_attr__('This will remove all of your posts, saved information and delete your account.', 'peepso-core'); ?></p>

				<p><em class="ps-text--danger"><?php echo esc_attr__('This cannot be undone.', 'peepso-core'); ?></em></p>

				<button type="button" name="rep_cacel" class="ps-btn ps-button-cancel" onclick="pswindow.hide(); return false;"><?php echo esc_attr__('Cancel', 'peepso-core'); ?></button>
				&nbsp;
				<button type="button" name="rep_submit" class="ps-btn ps-button-action" onclick="profile.delete_profile_action(); return false;"><?php echo esc_attr__('Delete My Profile', 'peepso-core'); ?></button>
			</div>
		</div>
	</div>

	<?php PeepSoTemplate::exec_template('activity', 'dialog-repost'); ?>
	<?php PeepSoTemplate::exec_template('members', 'search-popover-input'); ?>

	<?php $PeepSoActivity->dialogs(); // give add-ons a chance to output some HTML ?>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists