www.gusucode.com > 网猫影视系统NetMao Movie 4.6.6 开源版源码程序 > upload/admin/tpl/player.tpl.php

    <?php
/*
*######################################
* Netmao Movie 4.x - NetMao Movie System
* Copyright (c) 2007-2008 NetMao.cn
* For further information go to http://www.netmao.cn/
* This copyright notice must stay intact for use.
*######################################
*/
if(!defined('IN_NetMao')) exit('Access Denied');
?>
<? if($action == 'player_manage') { ?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td ></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" border="0" align=center class="tableBorder">
  <tr> 
    <td class="tablerow">当前操作 &gt; 播放器管理</td>
  </tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td ></td>
  </tr>
</table>
<form name="myform1" action="?action=player_order" method="post" >
  <table cellpadding="2" cellspacing="1" class="tableborder">
    <tr> 
      <th colspan=10>播放器管理</th>
    </tr>
    <tr> 
      <td width="100" class="tablerowhighlight">标识<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">名称<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">模板<font color="#FF0000">*</font></td>
      <td width="60" class="tablerowhighlight">顺序</td>
      <td class="tablerowhighlight">备注</td>
      <td width="150" class="tablerowhighlight">操作</td>
    </tr>
    <? if(is_array($players))foreach($players AS $key=>$player){ ?>
    <tr onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#CEEAD3'" bgColor='#F1F3F5'> 
      <td><input name="identifiers[]" type="text" value="<?=$player[identifier]?>" size="10" disabled></td>
      <td><input name="names[]" type="text" value="<?=$player[name]?>" size="20" disabled></td>
      <td><input name="contents[]" type="text" value="<?=$player[content]?>" size="20" disabled></td>
      <td> <input name="playids[]" type="hidden" value="<?=$player[playid]?>"> 
        <input name="displayorders[]" type="text" value="<?=$player[displayorder]?>" size="5"></td>
      <td><input name="descriptions[]" type="text" value="<?=$player[description]?>" size="50"></td>
      <td><a href="?action=player_mod&playid=<?=$player[playid]?>">修改</a>&nbsp;|&nbsp;<a href="?action=player_del&playid=<?=$player[identifier]?>">删除</a></td>
    </tr>
    <? } ?>
    <tr align="right"> 
      <td colspan="10" bgcolor="#E1E1E1"> 
        <?=$pages?>
      </td>
    </tr>
    <tr> 
      <td colspan="10" bgcolor="#E1E1E1"><input name='submit' type='submit' value=' 修 改 ' ></td>
    </tr>
  </table>
</form>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr> 
    <td ></td>
  </tr>
</table>
<form name="myform" action="?action=player_manage" method="post" >
  <table cellpadding="2" cellspacing="1" class="tableborder">
    <tr> 
      <th colspan=6>播放器添加</th>
    </tr>
    <tr> 
      <td width="100" class="tablerowhighlight">标识<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">名称<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">模板<font color="#FF0000">*</font></td>
      <td width="60" class="tablerowhighlight">顺序</td>
      <td class="tablerowhighlight">备注</td>
      <td width="150" class="tablerowhighlight">&nbsp;</td>
    </tr>
    <tr> 
      <td class="tablerow"><input name="identifiernew" type="text" size="10"></td>
      <td class="tablerow"><input name="namenew" type="text" size="20"></td>
      <td class="tablerow"><input name="contentnew" type="text" size="20"></td>
      <td class="tablerow"><input name="displayordernew" type="text" value="0" size="5"></td>
      <td class="tablerow"><input name="descriptionnew" type="text" size="50"></td>
      <td class="tablerow">&nbsp; </td>
    </tr>
    <tr> 
      <td colspan="6" bgcolor="#E1E1E1"><input name="submit" type="submit" value=" 提 交 "> 
      </td>
    </tr>
  </table>
</form>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr> 
    <td ></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" border="0" align=center class="tableBorder">
  <tr> 
    <td class="tablerow">小技巧:<br>
      播放器模板还可以当作下载模板来使用。</td>
  </tr>
</table>
<? }elseif($action == 'player_mod'){ ?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td ></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" border="0" align=center class="tableBorder">
  <tr> 
    <td class="tablerow">当前操作 &gt; 播放器修改</td>
  </tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td ></td>
  </tr>
</table>
<form name="myform" method="post" action="?action=player_mod">
  <table cellpadding="2" cellspacing="1" class="tableborder">
    <tr> 
      <th colspan=6>播放器修改</th>
    </tr>
    <tr> 
      <td width="100" class="tablerowhighlight">标识<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">名称<font color="#FF0000">*</font></td>
      <td width="150" class="tablerowhighlight">模板<font color="#FF0000">*</font></td>
      <td width="60" class="tablerowhighlight">顺序</td>
      <td class="tablerowhighlight">备注</td>
      <td width="150" class="tablerowhighlight">&nbsp;</td>
    </tr>
    <tr> 
      <td class="tablerow"><input name="identifiernew" type="text" value="<?=$player[identifier]?>" size="10"></td>
      <td class="tablerow"><input name="namenew" type="text" value="<?=$player[name]?>" size="20"></td>
      <td class="tablerow"><input name="contentnew" type="text" value="<?=$player[content]?>" size="20"></td>
      <td class="tablerow"><input name="displayordernew" type="text" value="<?=$player[displayorder]?>" size="5"></td>
      <td class="tablerow"><input name="descriptionnew" type="text" value="<?=$player[description]?>" size="50"></td>
      <td class="tablerow">&nbsp; </td>
    </tr>
    <tr> 
      <td colspan="6" bgcolor="#E1E1E1"><input name="playid" type="hidden" value="<?=$playid?>"> 
        <input name="submit" type="submit" value=" 提 交 "></td>
    </tr>
  </table>
</form>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr> 
    <td ></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" border="0" align=center class="tableBorder">
  <tr> 
    <td class="tablerow">小技巧:<br>
      播放器模板还可以当作下载模板来使用。</td>
  </tr>
</table>
<? } ?>