<?php
/**
 * The template for media theatre
 *
 * This template can be overridden by copying it to yourtheme/buddypress/media/theatre.php.
 *
 * @since    BuddyBoss 1.0.0
 * @version  1.0.0
 */

?>
<div class="bb-media-model-wrapper bb-internal-model media media-theatre" style="display: none;"  id="buddypress">

	<a data-balloon-pos="left" data-balloon="<?php esc_attr_e( 'Close', 'buddyboss' ); ?>" class="bb-close-media-theatre bb-close-model" href="#" aria-label="<?php esc_attr_e( 'Close', 'buddyboss' ); ?>">
		<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="none" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 1L1 13m12 0L1 1" opacity=".7"/></svg>
	</a>

	<div id="bb-media-model-container" class="bb-media-model-container">
		<div class="bb-media-model-inner">
			<div class="bb-media-section">
				<a class="theater-command bb-prev-media" href="#previous" aria-label="<?php esc_attr_e( 'Previous', 'buddyboss' ); ?>">
					<svg xmlns="http://www.w3.org/2000/svg" width="16" height="30"><path fill="none" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 29L1 15 15 1" opacity=".7"/></svg>
				</a>

				<a class="theater-command bb-next-media" href="#next" aria-label="<?php esc_attr_e( 'Next', 'buddyboss' ); ?>">
					<svg xmlns="http://www.w3.org/2000/svg" width="16" height="30"><path fill="none" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1l14 14L1 29" opacity=".7"/></svg>
				</a>

				<figure class="">
					<img src="" alt="" />
				</figure>

				<div class="bb-dropdown-wrap bb-media-only-privacy">
					<div class="bb-media-privacy-wrap" style="display: none;">
						<span class="bp-tooltip privacy-wrap" data-bp-tooltip-pos="left" data-bp-tooltip=""><span class="privacy selected"></span></span>
						<ul class="media-privacy">
							<?php foreach( bp_media_get_visibility_levels() as $item_key => $privacy_item ) {
								?><li data-value="<?php echo esc_attr( $item_key ); ?>" class="<?php echo esc_attr( $item_key ); ?>"><?php echo esc_attr( $privacy_item ); ?></li><?php
							} ?>
						</ul>
					</div>
				</div>

			</div>
			<div class="bb-media-info-section media">
				<ul class="activity-list item-list bp-list"><span><i class="bb-icon-spin5 animate-spin"></i></span></ul>
			</div>
		</div>
	</div>

</div>
