$preferences = get_option(TP_PREFERENCES_OPTIONS_KEY);
$account = get_option(TP_ACCOUNT_OPTIONS_KEY);
global $page_hook;
$IS_EMBED = $page_hook != 'toplevel_page_theplatform';
?>

<div class="wrap">
	<?php 
if (!$IS_EMBED) {
    echo '<h2>mpx Video Manager</h2>';
}
?>

	<!-- Write out the search bar -->
	<?php 
$tp_html->media_search_bar();
?>

	<div id="poststuff">
		<div id="post-body" class="metabox-holder columns-2 tp-post-body">
			<!-- main content -->
			<div id="post-body-content">
				<div class="meta-box-sortables ui-sortable">
					<div class="postbox">
						<div class="inside">
							<?php 
$tp_html->pagination('top');
?>
							<div id="media-list"></div>
							<?php 
$tp_html->pagination('bottom');