ps.tpls.set('upload.tpl', '{*	upload page template*}<div id=\"main-content\" class=\"{$page_class}\">	<div class=\"content-wrapper\">		<h1 class=\"page-title\">Upload your Media:<\/h1>			<div class=\"block steps-block three-step episode-upload\">			<div class=\"inner-wrapper\">				<h3>					{if !$current_user.logged_in}						<a href=\"{$pdn_config.wwwroot}/login/#loginOverlay\" rel=\"nofollow\" class=\"login-link\" 						title=\"Login required to use &quot;podcast upload&quot;\">Episode<\/a>					{else}						<a href=\"{$pdn_config.wwwroot}/myshows/?mode=episode_uploader\" title=\"episode upload\">Episode<\/a>					{/if}				<\/h3>								<ol>					<li class=\"step-one\">					<div class=\"step-wrapper\">						Sign In or Join	to start adding episodes and expose yourself and your talent to the world &mdash; <em>for FREE!<\/em>					<\/div><\/li>										<li class=\"step-two\">					<div class=\"step-wrapper\">						{if !$current_user.logged_in}							<a href=\"{$pdn_config.wwwroot}/login/#loginOverlay\" rel=\"nofollow\" class=\"btn login-link my_show\" 							title=\"Login required to use &quot;podcast upload&quot;\">Create a show<\/a>						{else}							<a href=\"{$pdn_config.wwwroot}/myshows/?mode=new_show\" class=\"btn my_show\" title=\"podcast upload\">Create a show<\/a>						{/if}												or 												{if !$current_user.logged_in}							<a href=\"{$pdn_config.wwwroot}/login/#loginOverlay\" rel=\"nofollow\" class=\"btn login-link my_show\" 							title=\"Login required to use &quot;podcast upload&quot;\">add episodes to your existing shows<\/a>						{else}							<a href=\"{$pdn_config.wwwroot}/myshows/?mode=episode_uploader\" class=\"btn my_show\" 							title=\"podcast upload\">add episodes to your existing shows<\/a>.						{/if}												Add show notes, participate in network promos, and much more. 						<em>We help you build your audience.<\/em>					<\/div><\/li>										<li class=\"step-three\">					<div class=\"step-wrapper\">						{if !$current_user.logged_in}							<a href=\"{$pdn_config.wwwroot}/login/#loginOverlay\" rel=\"nofollow\" class=\"login-link\" 							title=\"Login required to use &quot;podcast upload&quot;\">Upload Your Episodes!<\/a>						{else}							<a href=\"{$pdn_config.wwwroot}/myshows/?mode=episode_uploader\" title=\"episode upload\">Upload Your Episodes!<\/a>						{/if}					<\/div><\/li>				<\/ol>			<\/div>		<\/div><!-- /.episode-upload -->				<div class=\"block steps-block three-step image-upload\">			<div class=\"inner-wrapper\">				<h3><a href=\"{$pdn_config.wwwroot}/mc/gallery/\">Image<\/a><\/h3>								<ol>					<li class=\"step-one\">					<div class=\"step-wrapper\">						Sign In or to start adding images to your profile &mdash; <em>for FREE!<\/em>					<\/div><\/li>										<li class=\"step-two\">					<div class=\"step-wrapper\">						<a href=\"{$pdn_config.wwwroot}/mc/gallery/\">Show off your photos!<\/a> 						Build an album of up to 30 images, arrange them in any order you choose, and add or edit photo captions. 						<em>You look so good!<\/em>					<\/div><\/li>										<li class=\"step-three\">					<div class=\"step-wrapper\">						<a href=\"{$pdn_config.wwwroot}/mc/gallery/\">Upload Your Images!<\/a>					<\/div><\/li>				<\/ol>			<\/div>		<\/div><!-- /.image-upload -->			<h2>Mevio\'s Music Alley<\/h2>				<div class=\"block steps-block two-step music-upload\">			<div class=\"inner-wrapper\">				<h3>					<a href=\"http://music.mevio.com/\" title=\"podsafe music upload\" target=\"_blank\">Music<\/a>				<\/h3>								<ol>					<li class=\"step-one\">					<div class=\"step-wrapper\">						<a href=\"http://music.podshow.com/\" title=\"podsafe music upload\" target=\"_blank\">Upload your music to Music Alley<\/a>												and get played on the top music shows on the Net. 						Join artists like Panic at the Disco, Blackalicious, Modest Mouse, James Brown, and the Walkmen. It\'s the 						best way to reach millions of listeners on the Net.					<\/div><\/li>										<li class=\"step-two\">					<div class=\"step-wrapper\">						<a href=\"http://music.podshow.com/\" title=\"podsafe music upload\" target=\"_blank\">Get Started Now!<\/a>					<\/div><\/li>				<\/ol>			<\/div>		<\/div><!-- /.music-upload -->				<h2>New to Mevio?<\/h2>				<div class=\"block steps-block two-step join-now\">			<div class=\"inner-wrapper\">				<h3><a href=\"{$pdn_config.wwwroot}/signup/\" title=\"{$pdn_config.product_name} registration\" rel=\"nofollow\">Join<\/a><\/h3>								<ol>					<li class=\"step-one\">					<div class=\"step-wrapper\">						<a href=\"{$pdn_config.wwwroot}/signup/\" title=\"{$pdn_config.product_name} registration\" rel=\"nofollow\">Join and get yourself a show!<\/a> 						Create a profile with custom backgrounds and headers, upload photos and videos, start a blog, build an entourage 						of friends, and get exposed to the best media and share it with your friends. Not on 						{$pdn_config.product_name} yet? <em>Don’t be left out!<\/em>					<\/div><\/li>										<li class=\"step-two\">					<div class=\"step-wrapper\">						<a href=\"{$pdn_config.wwwroot}/signup/\" title=\"{$pdn_config.product_name} registration\" rel=\"nofollow\">Join {$pdn_config.product_name} Now!<\/a>					<div><\/li>				<\/ol>			<\/div>		<\/div><!-- /.join-now -->	<\/div><\/div><!-- /#main-content -->');
ps.tpls.set('upload-wrapper.tpl', '{*	upload page wrapper	this tpl exists solely to provide a refresh mechanism for the upload page*}{ps_include id=\"main-content-wrapper\" file=\"upload.tpl\" refresh_on=\"login\"}');