📄 movie_post.tpl.php
字号:
<html>
<head>
<title>系统后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../../images/admin/public.css" rel="stylesheet" type="text/css" />
<link href="../../images/admin/style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/calendar.js" language="javascript"></script>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr align="center" valign="top">
<td width="*" align="center" valign="top"><!-- ######### begin ######### -->
<div class="Block">
<div class="BlockBar">影片批量编辑</div>
<table cellpadding="4" cellspacing="1" class="tab">
<form id="form1" name="form1" method="post" action="<?php echo $this->installdir;?>?mod=movie&action=post&act=succeed">
<?php
if(count($this->movid)>0){?>
<tr class="row">
<td width="18%" class="align-center"> </td>
<td width="82%" class="align-left">您选择了<?php echo count($this->movid);?>条记录.</td>
</tr>
<?php }?>
<tr class="row">
<td class="align-right" width="18%" >重设分类:</td>
<td><select name="category" id="category">
<option value="0">不更改</option>
<?php echo $this->CategoryOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right">重设点播权限:</td>
<td><select name="lookgid" id="lookgid">
<option value="no">不更改</option>
<option value="0">免费</option>
<?php echo $this->GroupOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right">重设下载权限:</td>
<td><select name="downgid" id="downgid">
<option value="no">不更改</option>
<option value="0">免费</option>
<?php echo $this->GroupOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right">重设地区:</td>
<td><select name="area" id="area">
<option value="0">不更改</option>
<?php echo $this->AreaOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right">重设服务器:</td>
<td><select name="sid" id="sid">
<option value="0">不更改</option>
<?php echo $this->ServerOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right">重设扣费:</td>
<td><input name="point" type="text" id="point" />
*不修改请留空</td>
</tr>
<tr class="row">
<td class="align-right">重设播放器:</td>
<td><select name="player" id="player">
<option value="0">不更改</option>
<?php echo $this->PlayerOption;?>
</select>
</td>
</tr>
<tr class="row">
<td class="align-right"> </td>
<td><input type="submit" class="btn" value="确认编辑" />
<input type="button" class="btn" value=" 返回上一页 " onclick="history.back()" /></td>
</tr>
<?php
if (is_array($this->movid))
foreach($this->movid as $movid){?>
<input type="hidden" name="movid[]" value="<?php echo $movid;?>" />
<?php }?>
<input type="hidden" name="uri" value="<?php echo base64_encode($_SERVER['HTTP_REFERER']);?>" />
</form>
</table>
</div>
<div id="App-Version-Prompt" style="display:none;">
<div class="space"></div>
<div class="Block">
<div class="BlockBar">版本更新信息</div>
<div class="BlockContent" id="App-Version-Prompt-Body" style="padding:20px 5px 20px 5px; text-align:center; background:#FFFFCC;">loading...</div>
</div>
</div>
<!-- ########## end ########## -->
</td>
<td width="5"></td>
<td width="150" align="center" valign="top"><?php
echo $this->render('menu');
?>
</td>
</tr>
</table>
<?php
echo $this->render('copyright');
?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -