📄 scan_index.tpl.php
字号:
<html>
<head>
<title>系统后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link type="text/css" rel="stylesheet" href="../../images/admin/public.css" />
<link type="text/css" rel="stylesheet" href="../../images/admin/style.css" />
<link href="<?php echo $this->basedir;?>js/datepicker.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/jquery.js" language="javascript"></script>
<script src="<?php echo $this->basedir;?>js/ui.datepicker.js"></script>
<script>
<!--
$(document).ready(function(){
$('#stime').datepicker();
$('#etime').datepicker();
}
)
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</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>
<form id="form1" name="form1" method="post" action="">
<table width="100%" border="0" cellpadding="5" cellspacing="1" class="tab">
<tr class="row">
<td width="18%" class="align-right">扫描磁盘:</td>
<td width="82%"><input name="dir" type="text" id="dir" value="<?php echo $this->dir;?>" size="50" />
<input name="Submit2" type="button" onclick="MM_openBrWindow('<?php echo $this->installdir;?>?mod=scan&action=view','','scrollbars=yes,width=400,height=600')" value="浏览目录" /></td>
</tr>
<tr class="row">
<td class="align-right">虚拟目录:</td>
<td><input name="virtual" type="text" id="virtual" /></td>
</tr>
<tr class="row">
<td class="align-right">地区:</td>
<td><select name="area" id="area"><?php echo $this->area;?></select> </td>
</tr>
<tr class="row">
<td class="align-right">观看组:</td>
<td><select name="lookgid" id="lookgid">
<?php echo $this->usergroup;?>
</select> </td>
</tr>
<tr class="row">
<td class="align-right">影片播放器:</td>
<td><select name="player">
<?php echo $this->player;?>
</select> </td>
</tr>
<tr class="row">
<td class="align-right">划分的到分类:</td>
<td><select name="category" id="category">
<?php echo $this->category;?>
</select></td>
</tr>
<tr class="row">
<td class="align-right">划分到服务器:</td>
<td><select name="server" id="server">
<?php echo $this->server;?>
</select> </td>
</tr>
<tr class="row">
<td class="align-right">是否提取图片:</td>
<td><input name="save" type="radio" class="radio" value="1" />
保存
<input name="save" type="radio" class="radio" value="0" checked="checked" />
不保存(图片名称必须放在与影片同目录并且名称为picture.jpg)</td>
</tr>
<tr class="row">
<td class="align-right">录入模式:</td>
<td><input name="mode" type="radio" class="radio" value="1" checked="checked" />
多集模式
<input name="mode" type="radio" class="radio" value="0" />
单集模式(单集模式适合影片只有一集的影片。)</td>
</tr>
<tr class="row">
<td class="align-right"> </td>
<td><input name="Submit" type="submit" class="btn" value=" 开始导入 " /></td>
</tr>
</table>
</form>
</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 + -