📄 uservideos.tpl
字号:
{strip}
<script type="text/javascript">
/* <![CDATA[ */
function conDeleteVideo(picno,typ){ldelim}
if( confirm("{lang mkey='admin_js_error_msgs' skey=2}") ) {ldelim}
document.location='?userid={$userid}&del=yes&videono=' + picno ;
{rdelim}
{rdelim}
function validate( form ){ldelim}
imgSrc = form.txtimage.value;
if( imgSrc == '' ) {ldelim}
alert("{lang mkey='errormsgs' skey=28}");
{rdelim} else {ldelim}
imgExt =imgSrc.substr( imgSrc.lastIndexOf('.')+1 );
exts = 'flv, swf, mpg, mpeg';
if ( imgExt != '' && exts.indexOf(imgExt) == -1 ) {ldelim}
alert("{lang mkey='errormsgs' skey=29}");
{rdelim}
else {ldelim}
form.submit();
{rdelim}
{rdelim}
{rdelim}
/* ]]> */
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="10%">
{assign var="page_hdr01_text" value="{lang mkey='upload_videos'} "}
{if $smarty.session.AdminId > 0}
{assign var="page_hdr01_text" value=$page_hdr01_text|cat:"{lang mkey='for'}"|cat:$userdata.username}
{/if}
{include file="page_hdr01.tpl"}
</td>
</tr>
<tr>
<td valign="top" width="100%" class="module_detail">
<table border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" width="100%">
{if $smarty.get.msg ne ""}
<tr>
<td class="errors">{mylang mkey='errormsgs' skey=$smarty.get.msg}</td>
</tr>
<tr><td> </td></tr>
{/if}
<tr>
<td width="100%">
<br />
{if $system_allowed != "Y"}
{lang mkey='videoupload_format_msgs'}<br />
{/if}
{section name="sec" loop=$max_picture_cnt+1 start="1" step="1"}
<form method="post" name="loadFrm{$smarty.section.sec.index}" action="savevideo.php" enctype="multipart/form-data" >
<input type="hidden" name="videono" value="{$data[$smarty.section.sec.index].videono}" />
<input type="hidden" name="userid" value="{$userid}" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail_inside" width="100%">
{assign var="page_hdr02_text" value="{lang mkey='video'} "|cat:$smarty.section.sec.index}
{include file="page_hdr02.tpl"}
<table class="table" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr><td align="center" width="100%" valign="middle" height="20">
<span class="text_head2">{lang mkey='upload_video_caption'}</span>
</td>
</tr>
{if $data[$smarty.section.sec.index].filename != ''}
<tr>
<td align="center" width="50%">
{lang mkey='video_file'}:
<a href="javascript:{if $smarty.session.AdminId>0}popUpScrollWindow{else}popUpScrollWindow2{/if}('{$docroot}videos/showvideo.php?userid={$userid}&videono={$data[$smarty.section.sec.index].videono}','top',625,430)">
{mylang mkey='video'} - {$data[$smarty.section.sec.index].videono}</a>
</td>
</tr>
{/if}
<tr><td colspan="2"> </td></tr>
<tr>
<td align="center" width="50%" valign="bottom" >
<input type="file" name="txtimage"/>
</td>
</tr>
<tr><td colspan="2"> </td></tr>
{if $smarty.session.security.allowalbum == '1' or $smarty.session.AdminId > 0}
{*
Process the album name portion and
password acceptance
*}
<tr><td colspan="2">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="6"> </td>
<td >{lang mkey='album_hdr'}:
<select name="album_id">
<option value="0" selected>{lang mkey='public'}</option>
{foreach from=$useralbums item=album}
<option value="{$album.id}" {if $album.id==$data[$smarty.section.sec.index].album_id} selected {/if}>{$album.name|stripslashes}</option>
{/foreach}
</select>
{lang mkey='or'} {lang mkey='addnew'}:
<input name="album_name" size="12" maxlength="25" type="text"/>
{lang mkey='signup_password'}
<input name="album_passwd" type="password" size="12"/>
{if $data[$smarty.section.sec.index].picture ne ''} <input type="submit" name="changealbum" value="{lang mkey='change_album'}" class="formbutton"/>
{/if}
</td>
</tr>
</table>
</td>
</tr>
{/if}
<tr><td colspan="2"> </td></tr>
<tr>
<td align="center" width="50%">
{if $data[$smarty.section.sec.index].filename != ''}
<input type="button" onclick="javascript:conDeleteVideo('{$data[$smarty.section.sec.index].videono}','pic')" value="{lang mkey='delete'}" class="formbutton" />
{if $data[$smarty.section.sec.index].active == 'N' or $data[$smarty.section.sec.index].active == ''}
<input type="button" onclick="javascript: document.location='?userid={$userid}&videono={$data[$smarty.section.sec.index].videono}&act=activate';" value="{lang mkey='status_act' skey='active'}" class="formbutton" />
{else}
<input type="button" onclick="javascript: document.location='?userid={$userid}&videono={$data[$smarty.section.sec.index].videono}&act=deactivate';" value="{lang mkey='deactivate'}" class="formbutton" />
{/if}
{/if}
<input type="hidden" name="uploadtypeloadFrm{$smarty.section.sec.index}" id="uploadtypeloadFrm{$smarty.section.sec.index}" value="" />
<input type="button" value="{lang mkey='upload'}" onclick="javascript: document.getElementById('uploadtypeloadFrm{$smarty.section.sec.index}').value='pic'; validate(this.form)" class="formbutton"/>
</td>
</tr>
<tr><td colspan="2"> </td></tr>
</table>
</td>
</tr>
</table>
</form>
{/section}
</td>
</tr>
</table>
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -