| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/mixer/ |
Upload File : |
{header}
{vids_header}
<script type='text/javascript'>
$(document).ready(function(){
$("#form_val").validate({
rules: {
"cat[]": {
required: true,
minlength: 1,
maxlength: 3
}
},
messages: {
"cat[]": ''
},
errorPlacement: function(error, element) {
}
});
});
function on_form_submit()
{
/*if ($('#subject').val() == '{l_untitled}') {
alert('{l_please_fill_in_all_the_fields}');
$('#subject').focus();
return false;
} else if ($('#text').val() == '{l_no_description}') {
alert('{l_please_fill_in_all_the_fields}');
$('#text').focus();
return false;
} else
if ($('#tag').val() == '{l_video}') {
alert('{l_please_fill_in_all_the_fields}');
$('#tag').focus();
return false;
} else*/
if($("#form_val").valid()) {
$('#load_animation').css('visibility', 'visible');
} else {
alert('{l_please_fill_in_all_the_fields_and_select_category}');
}
return true;
}
</script>
<div class="vids_new_p pl_top">
<h1 class="green">
<!-- begin_upload -->{l_vids_upload_video}<!-- end_upload -->
<!-- begin_edit -->{l_vids_edit_video}<!-- end_edit -->
</h1>
<form id="form_val" name="form_val" action="{url_main}vids_edit.php?id={video_id}" method="post" enctype="multipart/form-data" onsubmit="return on_form_submit()">
<!--<ul id="form_val_errors"></ul>-->
<input type="hidden" name="cmd" value="video_edit">
<table class="tb_vids_new_frm">
<tr>
<th>{l_vids_title}:</th>
<td><div class="vids_input_text2"><input onblur="if(trim(this.value) == '') { this.value = '{l_untitled}'}" onFocus="if(trim(this.value) == '{l_untitled}') { this.value = ''; }" class="no_abk" id="subject" name="subject" type="text" value="{video_subject}"/></div></td>
</tr>
<tr>
<th>{l_vids_description}:</th>
<td><div class="vids_textarea1"><textarea onblur="if(trim(this.value) == '') { this.value = '{l_no_description}'}" onFocus="if(trim(this.value) == '{l_no_description}') { this.value = ''; }" class="no_abk" id="text" name="text">{video_text}</textarea></div></td>
</tr>
<tr>
<th>{l_vids_tags}:</th>
<td><div class="vids_input_text2"><input onblur="if(trim(this.value) == '') { this.value = '{l_video}'}" onFocus="if(trim(this.value) == '{l_video}') { this.value = ''; }" class="no_abk" id="tag" name="tags" type="text" value="{video_tags}"/></div></td>
</tr>
<tr>
<th>{l_vids_categories}:*</th>
<td>
<!-- begin_cat -->
<!-- begin_last_off -->
<div class="vids_new_frm_decor ">
<!-- end_last_off -->
<!-- begin_last_on -->
<div class="vids_new_frm_decor vids_new_margin0">
<!-- end_last_on -->
<div class="vids_new_frm_decor_top"></div>
<div class="vids_new_frm_decor_c">
<!--begin_cat_item -->
<input id="rb{i}" type="checkbox" name="cat[]" value="{cat_name2}" {checked}/>
<label for="rb{i}">{cat_name}</label>
<div class="cl"></div>
<!-- end_cat_item-->
</div>
<div class="vids_new_frm_decor_bot"></div>
</div>
<!-- end_cat -->
</td>
</tr>
<tr>
<th>{l_visibility}: </th>
<td>
<div class="vids_new_frm_decor" >
<div class="vids_new_frm_decor_top"></div>
<div class="vids_new_frm_decor_c" style="height: 38px;">
<input id="r1" name="private" value="0" type="radio" {check_public}/>
<label for="r1">{l_vids_public}</label>
<div class="cl"></div>
<input id="r2" name="private" value="1" type="radio" {check_private}/>
<label for="r2">{l_vids_private}</label>
</div>
<div class="vids_new_frm_decor_bot"></div>
</div>
<div class="vids_new_decor_btn">
<!-- begin_upload_button -->
<div class="vids_input1"><input type="submit" value="{l_vids_next}"/></div>
<img class="vishide" style="float:right; margin-top: 21px; margin-right:8px;" id="load_animation" src="{url_tmpl_main}images/load_animation.gif">
<!-- end_upload_button -->
<!-- begin_edit_button -->
<a class="fl_left" onclick="return confirm('{l_delete_confirm}')" style="margin:20px 0px 0px 8px;" href="{url_main}vids_collect.php?m=my&del={video_id}">{l_delete}</a>
<div class="vids_input1 ">
<input type="submit" value="{l_vids_save}"/>
</div>
<img class="vishide fl_right" id="load_animation" style="margin:20px 10px 0px 0px;" src="{url_tmpl_main}images/load_animation.gif">
<!-- end_edit_button -->
</div>
</td>
</tr>
</table>
</form>
</div>
<div class="vids_new_empty"></div>
{vids_side}
{vids_footer}
{footer}