www.gusucode.com > 4077网博士成品网站管理系统网站源码php模板代码程序 > 4077/4077/view/admin/view_conadd.php

    <?php
define("ROOTPATH", "../../");
include(ROOTPATH."includes/admin.inc.php");
include("language/".$sLan.".php");
include("func/upload.inc.php");
NeedAuth(734);

$pid=$_REQUEST["pid"];
if(!isset($pid) || $pid==""){
$pid=0;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link  href="css/style.css" type="text/css" rel="stylesheet">
<title><?php echo $strAdminTitle; ?></title>
<script type="text/javascript" src="../../base/js/base.js"></script>
<script type="text/javascript" src="../../base/js/form.js"></script>
<script type="text/javascript" src="../../base/js/blockui.js"></script>
<script type="text/javascript" src="js/view.js"></script>

</head>
<body >

<form id="viewAddForm" name="form" action="" method="post" enctype="multipart/form-data">

<div class="formzone">

<div class="namezone">
<?php echo $strViewFabu; ?>
</div>
<div class="tablezone">
<div  id="notice" class="noticediv"></div>

<table width="100%"   border="0" align="center"  cellpadding="2" cellspacing="0" >
    <tr> 
      <td height="30" width="100" align="center" ><?php echo $strSetMenu3; ?></td>
      <td height="30"> 
        <select id="selcatid" name="catid" >
          <?php		

					$fsql -> query ("select * from {P}_view_cat  order by catpath");
					while ($fsql -> next_record ()) {
						$lpid = $fsql -> f ("pid");
						$lcatid = $fsql -> f ("catid");
						$cat = $fsql -> f ("cat");
						$catpath = $fsql -> f ("catpath");
						$lcatpath = explode (":", $catpath);


						
						
							for ($i = 0; $i < sizeof ($lcatpath)-2; $i ++) {
								$tsql->query("select catid,cat from {P}_view_cat where catid='$lcatpath[$i]'");
								if($tsql->next_record()){
									$ncatid=$tsql->f('cat');
									$ncat=$tsql->f('cat');
									$ppcat.=$ncat."/";
								}
							}
							
							if($pid==$lcatid){
								echo "<option value='".$lcatid."' selected>".$ppcat.$cat."</option>";
							}else{
								echo "<option value='".$lcatid."'>".$ppcat.$cat."</option>";
							}
							$ppcat="";
						
						
					}

				
?> 
        </select>        </td>
    </tr>
	 <tr> 
      <td height="30" width="100" align="center" ><?php echo $strViewAddTitle; ?></td>
      <td height="30"> 
        <input type="text" name="title" style='WIDTH: 499px;font-size:12px;' maxlength="200" class="input" />
        <span style="color:#ff0033;">* </span> </td>
    </tr>
	
	<tr> 
    	<td height="30" width="100" align="center" ><?php echo $strViewUrl; ?></td>
      	<td height="30"> 
       		<input type="radio" name="sitetype" value="1" class="sitetype" checked />引用地址
			<input type="radio" name="sitetype" value="2" class="sitetype" />直接地址
		</td>
    </tr>
	<tr> 
    	<td height="30" width="100" align="center" >&nbsp;</td>
      	<td height="30"> 
       		<input type="text" name="url" style='WIDTH: 499px;font-size:12px;' class="input" /> <span style="color:#ff0033;">*</span>
			<span id="viewgeshi" style="display:none;">&nbsp;(支持视频格式有:wmv,asf,rm,ram,swf)</span>
		</td>
    </tr>
	<tr id="sitetypeinfo1"> 
    	<td width="100" align="center" >&nbsp;</td>
      	<td style="color:#999999;"> 
       		这里,你可以填入视频引用地址,如:<input type="text" name="testurl" value='<embed src="http://player.youku.com/player.php/sid/XMTM1NDIyMzg4/v.swf" quality="high" width="480" height="400" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed>' style="width:500px;border:1px #d2d2d2 solid;font-size:12px;color:#999999;" />
		</td>
    </tr>
	<tr id="sitetypeinfo2" style="display:none;"> 
    	<td width="100" align="center" >&nbsp;</td>
      	<td style="color:#999999;"> 
       		这里,你可以填入视频的直接地址,如:http://player.youku.com/player.php/sid/XMTM1NDIyMzg4/v.swf
		</td>
    </tr>
	
	<tr> 
    	<td height="30" width="100" align="center" ><?php echo $strViewAddImg; ?></td>
      	<td height="30"> 
       		<input type="file" name="jpg" class="input" style="WIDTH: 499px;" />
	  	</td>
    </tr>
	
	 <tr style="display:none;"> 
      <td height="30" width="100" align="center" ><?php echo $strViewAddImg; ?></td>
      <td height="30" > 
        <input type="file" name="jpg2" class="input" style="WIDTH: 499px;" />
        <span style="color:#ff0033;">*</span> </td>
    </tr>
   
	
	</table>
	<div id="proplist">
	
	</div>
	<table width="100%"   border="0" align="center"  cellpadding="2" cellspacing="0" >
    <tr>
      <td width="100" height="30" align="center" ><?php echo $strViewMemo; ?></td>
      <td height="30" ><textarea name="memo" style="WIDTH: 499px;font-size:12px;" class="textarea" rows="8"></textarea>
      </td>
    </tr>
	<tr>
    	<td height="30" width="100" align="center" ><?php echo $strViewAddCon; ?></td>
      	<td height="30" > 
        	<input type="hidden" name="body" value="<?php echo $body; ?>" />
			<script type="text/javascript" src="../../kedit/KindEditor.js"></script>
            <script type="text/javascript">
				var editor = new KindEditor("editor");
				editor.hiddenName = "body";
				editor.editorWidth = "680px";
				editor.editorHeight = "300px";
				editor.skinPath = "../../kedit/skins/default/";
				editor.uploadPath = "../../kedit/upload_cgi/upload.php";
				editor.imageAttachPath="view/pics/";
				editor.iconPath = "../../kedit/icons/";
				editor.show();
				function KindSubmit() {
				  editor.data();
				}
            </script>
      </td>
    </tr>
    <tr>
      <td height="30" align="center" ><?php echo $strViewTag; ?></td>
      <td height="30" >
	  <input name="tags[]" type="text" class="input" id="tags"  value="" size="10" />
        <input name="tags[]" type="text" class="input" id="tags"  value="" size="10" />
        <input name="tags[]" type="text" class="input" id="tags"  value="" size="10" />
        <input name="tags[]" type="text" class="input" id="tags"  value="" size="10" />
        <input name="tags[]" type="text" class="input" id="tags"  value="" size="10" /></td>
    </tr>
    
	<tr> 
      <td height="30" width="100" align="center" ><?php echo $strViewAddProj; ?></td>
      <td height="30" ><?php

			$catstr.="<SCRIPT language=javascript src='js/multicat.js'></SCRIPT>";
			$catstr.="<table cellspacing=0 cellpadding=0><tr><td ><select style='WIDTH: 239px;font-size:12px;' multiple size=5 name=spe_funct>";
			
			$fsql -> query ("select * from {P}_view_proj order by id desc");
			while ($fsql -> next_record ()) {
				$projid = $fsql -> f ("id");
				$project = $fsql -> f ("project");

				$NowPath=fmpath($projid);
				
				$catstr.="<option value=".$NowPath.">".$project."</option>";
				$ppcat="";
				
				
			}

		$catstr.="</select></td><td width=20>
<input style='width:20px;height=37px;font-size:12px;border:1px outset;' onClick=\"JavaScript:AddItem('spe_funct', 'spe_selec[]')\" type=button value='+' name='Input'>
<input style='width:20px;height=37px;font-size:12px;border:1px outset;' onClick=\"JavaScript:DelItem('spe_selec[]')\" type=button value='-' name='Input'>
				</td>
				<td>
				  <select  style='WIDTH: 239px;font-size:12px' multiple size=5 name=spe_selec[]>";
	
				
		$catstr.="</select></td><td valign=bottom></td><td width=20 align=center  valign='bottom'></td></tr></table>";
		echo $catstr;
?></td>
    </tr>
  
   

</table>
</div>
<div class="adminsubmit">
<input type="submit" name="cc"  value="<?php echo $strSubmit; ?>" class="button" onClick="KindSubmit();" />
<input type="hidden" name="act" value="viewadd">
<input type="hidden" name="pid" value="<?php echo $pid; ?>">
<input type="hidden" id="nowid"  value="" />
<input type="hidden" name="author"  value="<?php echo $_COOKIE['SYSNAME']; ?>" />
<input type="hidden" name="source"  value="" />
</div>

</div>
</form>
<script>
$().getPropList();
</script>
</body>
</html>