2010-02-10 05:54:08 +00:00
|
|
|
{lang code='vdo_upload_step2' assign='vdo_upload_step'}
|
2009-12-04 21:03:27 +00:00
|
|
|
<div class="upload_left">
|
|
|
|
|
|
|
|
<!-- STEP 1 - UPLOADING VIDEO DETAILS -->
|
|
|
|
|
|
|
|
{if $step =='1'}
|
2010-12-14 14:39:16 +00:00
|
|
|
|
|
|
|
<h2>{$vdo_upload_step|sprintf:2}</h2>
|
|
|
|
{literal}
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function() { show_menu('file_upload_div') })
|
|
|
|
</script>
|
|
|
|
{/literal}
|
2010-12-24 14:22:47 +00:00
|
|
|
|
2010-12-14 14:39:16 +00:00
|
|
|
{assign var=opt_list value=$Upload->load_upload_options()}
|
|
|
|
<ul class="upload_opts clearfix">
|
|
|
|
{foreach from=$opt_list item=opt key=divid}
|
|
|
|
<li class="upload_opt_head moveL {$divid}" onclick="show_menu('{$divid}')">{$opt.title}</li>
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
<div class="clear"></div>
|
|
|
|
{foreach from=$opt_list item=opt key=divid}
|
|
|
|
<div class="upload_opt" id="{$divid}">
|
2010-12-24 14:22:47 +00:00
|
|
|
{load_form name=$opt.load_func button_class='cb_button_2' class='upload_form'}
|
|
|
|
</div>
|
2010-12-14 14:39:16 +00:00
|
|
|
{/foreach}
|
|
|
|
|
|
|
|
|
2009-12-04 21:03:27 +00:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|
|
<!-- STEP 1 ENDS HERE -->
|
|
|
|
|
|
|
|
<!-- STEP 3 - VIEWING SUCCESSFULL PAGE -->
|
2009-12-01 11:51:31 +00:00
|
|
|
{if $step==3}
|
2009-12-04 21:03:27 +00:00
|
|
|
<div class="upload_info">
|
2010-02-10 05:54:08 +00:00
|
|
|
{lang code='video_complete_msg' assign='video_complete_msg'}
|
|
|
|
{link name='upload' assign='uploadlink'}
|
|
|
|
{link name='my_videos' assign='myvidslink'}
|
|
|
|
{$video_complete_msg|sprintf:$myvidslink:$uploadlink:$myvidslink}
|
2009-12-04 21:03:27 +00:00
|
|
|
</div>
|
2009-12-01 11:51:31 +00:00
|
|
|
{/if}
|
2009-12-04 21:03:27 +00:00
|
|
|
<!-- STEP 3 ENDS HERE -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="upload_right">
|
2010-02-10 05:54:08 +00:00
|
|
|
<div class="instructions">
|
|
|
|
{lang code='upload_right_guide'}
|
|
|
|
</div>
|
|
|
|
<div style="height:10px"></div>
|
|
|
|
{AD place='ad_300x250'}
|
2009-12-04 21:03:27 +00:00
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|