⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icollect.php

📁 PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后
💻 PHP
📖 第 1 页 / 共 4 页
字号:
td.FreeTextBox1_TabOffRight {
	font: 8pt MS Sans Serif;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1 solid #808080;
	border-right: 1 solid #808080;
	border-top: 1 solid #808080;
	border-bottom: 1 solid #81A9E2;
	background-color: #81A9E2;
}
td.FreeTextBox1_TabOffLeft {
	font: 8pt MS Sans Serif;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1 solid #808080;
	border-right: 1 solid #FFFFFF;
	border-top: 1 solid #808080;
	border-bottom: 1 solid #9EBEF5;
	background-color: #81A9E2;
}
td.FreeTextBox1_EndTab {
	font: 10pt MS Sans Serif;
	width: 100%;
	padding:1px;
	border-left: 1 solid #81A9E2;
	border-right: 1 solid #81A9E2;
	border-top: 1 solid #808080;
	border-bottom: 1 solid #81A9E2;
	background-color: #81A9E2;
}
td.FreeTextBox1_None {
}
td.FreeTextBox1_ButtonNormal {
	padding: 1px;
	
	font-family: MS Sans Serif;
	font-size: 10pt;
}
td.FreeTextBox1_ButtonOver {
	border-top: 1 solid #000080;	
	border-left: 1 solid #000080;
	border-right: 1 solid #000080;
	border-bottom: 1 solid #000080;
	
	font-family: MS Sans Serif;
	font-size: 10pt;
}
td.FreeTextBox1_ButtonDown {
	border-top: 1 solid #000080;	
	border-left: 1 solid #000080;
	border-right: 1 solid #000080;
	border-bottom: 1 solid #000080;
	
	font-family: MS Sans Serif;
	font-size: 10pt;
}
div.FreeTextBox1_Toolbar {
	margin-bottom: 1px;
	margin-right: 2px;
	float: left;
	background-image: url(edit/toolbar.background.gif);
}
iframe.FreeTextBox1_iframe {
	width:100%;
	height:100%;
	border-right: 1 solid #808080;
	border-left: 1 solid #808080;
	border-top: 1 solid #808080;
	border-bottom: 1 solid #808080;
	frameBorder: 0;
}
body.FTB {
	scrollbar-3dlight-color: #D4D0C8;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #D4D0C8;
	scrollbar-darkshadow-color: #D4D0C8;
	scrollbar-face-color: ##D4D0C8;
	scrollbar-highlight-color: #808080;
	scrollbar-shadow-color: #808080;
	scrollbar-track-color: #D4D0C8;
}
</style>


	<script language="JavaScript">
function FTB_RemoveFormat(editor,htmlmode) { 
	FTB_Format(editor,htmlmode,'removeFormat'); 
}
</script>

	<script language="JavaScript">
img_office2003_ButtonOverImage = new Image();
img_office2003_ButtonOverImage.src = "edit/toolbarbutton.over.gif";
img_office2003_ButtonDownImage = new Image();
img_office2003_ButtonDownImage.src = "edit/toolbarbutton.down.gif";
img_office2003_bold = new Image();
img_office2003_bold.src = "edit/bold.gif";
img_office2003_italic = new Image();
img_office2003_italic.src = "edit/italic.gif";
img_office2003_underline = new Image();
img_office2003_underline.src = "edit/underline.gif";
img_office2003_strikethrough = new Image();
img_office2003_strikethrough.src = "edit/strikethrough.gif";
img_office2003_superscript = new Image();
img_office2003_superscript.src = "edit/superscript.gif";
img_office2003_subscript = new Image();
img_office2003_subscript.src = "edit/subscript.gif";
img_office2003_removeformat = new Image();
img_office2003_removeformat.src = "edit/removeformat.gif";
img_office2003_justifyleft = new Image();
img_office2003_justifyleft.src = "edit/justifyleft.gif";
img_office2003_justifyright = new Image();
img_office2003_justifyright.src = "edit/justifyright.gif";
img_office2003_justifycenter = new Image();
img_office2003_justifycenter.src = "edit/justifycenter.gif";
img_office2003_justifyfull = new Image();
img_office2003_justifyfull.src = "edit/justifyfull.gif";
img_office2003_bullets = new Image();
img_office2003_bullets.src = "edit/bullets.gif";
img_office2003_numberedlist = new Image();
img_office2003_numberedlist.src = "edit/numberedlist.gif";
img_office2003_indent = new Image();
img_office2003_indent.src = "edit/indent.gif";
img_office2003_outdent = new Image();
img_office2003_outdent.src = "edit/outdent.gif";
img_office2003_createlink = new Image();
img_office2003_createlink.src = "edit/createlink.gif";
img_office2003_unlink = new Image();
img_office2003_unlink.src = "edit/unlink.gif";
img_office2003_insertimagefromgallery = new Image();
img_office2003_insertimagefromgallery.src = "edit/insertimagefromgallery.gif";
img_office2003_inserttable = new Image();
img_office2003_inserttable.src = "edit/inserttable.gif";
img_office2003_insertrule = new Image();
img_office2003_insertrule.src = "edit/insertrule.gif";
img_office2003_cut = new Image();
img_office2003_cut.src = "edit/cut.gif";
img_office2003_copy = new Image();
img_office2003_copy.src = "edit/copy.gif";
img_office2003_paste = new Image();
img_office2003_paste.src = "edit/paste.gif";
img_office2003_undo = new Image();
img_office2003_undo.src = "edit/undo.gif";
img_office2003_redo = new Image();
img_office2003_redo.src = "edit/redo.gif";
img_office2003_print = new Image();
img_office2003_print.src = "edit/print.gif";
img_office2003_SpellCheck = new Image();
img_office2003_SpellCheck.src = "edit/spellcheck.gif";

</script>

	<script language="JavaScript">
function FTB_ieSpellCheck(editor,htmlmode) {
    if (htmlmode) return;
	try {
		var tspell = new ActiveXObject('ieSpell.ieSpellExtension');
		tspell.CheckAllLinkedDocuments(window.document);
	} catch (err){
		if (window.confirm('进行拼写检查需要安装 ieSpell 插件,您要安装吗?')){window.open('http://www.iespell.com/download.php');};
	};
}
</script>


			<TABLE id="Table2" height="100%" cellSpacing="5" cellPadding="0" width="600" align="center" border="0">
				<TR>
					<td vAlign="top" align="left" width="100%"><input name="save" id="save" type="submit" class="p2" title="保存" style="WIDTH: 100px" value="保 存"   />
						<input class="p2" id="Button3" title="取消" style="WIDTH: 100px" onClick="javascript:window.close();" type="button" value="取 消" name="Button3">					</td>
				</TR>
				<tr>
					<td align="left" width="100%">标题:
					  <input name="title" type="text" value="网摘标题" maxlength="100" id="title" style="width:397px;" />
					<input value="0" name="Creative" id="check1" type="radio" />原创
				  <input value="1" name="Creative" id="check2" type="radio" checked="checked" />转载<FONT color="red"></FONT>					</td>
				</tr>
				<tr>
				  <td vAlign="top">网址:
			      <input name="fromurl" type="text" value="网摘网址" maxlength="100" id="fromurl" style="width:397px;" /></td>
			  </tr>
				<tr>
					<td align="left" width="100%">评分:
					  <select name="rank"><option value="5">☆☆☆☆☆</option><option value="4">☆☆☆☆</option><option value="3" selected>☆☆☆</option><option value="2">☆☆</option><option value="1">☆</option>
    </select></td>
				</tr>
				<tr>
					<td align="left" width="100%">
					类别:
					<select name="typeid" onchange=change_tags()>
 
			<?
			$select="select * from type order by id asc";
			$qr=mysql_query($select);
			 
			while($u=mysql_fetch_array($qr)){
	
	$bt[]=$u[id];
	
	?>
  <option value="<? echo $u[id];?>"><? echo $u[typename];?></option>
   <?
   }
   ?>
 </select> 
	&nbsp;小类:<select  name="tags" id="tags" style="width:105px ">
 <?
			$select="select * from tags where typeid='$bt[0]' and tag<>'' group by tag order by id asc";
			$qr=mysql_query($select);
			 
			while($tt=mysql_fetch_array($qr)){
	
	 
	
	?>
  <option value="<? echo $tt[tag];?>"><? echo $tt[tag];?></option>
   <?
   }
   ?>
</select> 
<script>
function removeall_source(sel_source)
{
	var k;
	while ((k=sel_source.length-1)>=0)
  {
     sel_source.options.remove(k);
  }
}
now_sel = 0;
 
tags = new Array();	
 
<?
 
 for($k=0;$k<count($bt);$k++){
 
$kk=0;
?>

tags[<? echo $k;?>]=new Array();
<?
 
 $select="select * from tags where typeid='$bt[$k]' and tag!=''  group by tag";
 $query=mysql_query($select);
while($a=mysql_fetch_array($query)){
 
 
 
  
 ?>
 

tags[<? echo $k ;?>][<? echo $kk ;?>]="<? echo $a[tag];?>";
<?
$kk=$kk+1;
 
 }
 }
 ?>

 


function change_tags()
{
	var i,area_id,tmpname,servername_id,faction_id;
	theform = document.default1;
	sel_1 = theform.typeid;
	sel_2 = theform.tags;
	 
	
	removeall_source(sel_2);
	
	type_id = sel_1.selectedIndex;
	//now_sel = 
	for (i=0;i<tags[type_id].length;i++)
	{
		tmpname = tags[type_id][i];
		sel_2.options.add(new Option(tmpname,tmpname));
	}
 
}	

 
 </script>
	
	
	
	
	
	
	
 新分类:<input name="newtag" type="text" id="newtag" size="15" maxlength="100">可自已设置小类</td>
					</TD>
				</tr>
				
				
				
				
<?
       $userid=$_COOKIE[userid];
 if($userid!=""){
     ?>
 <tr><td>图片:
                      <input type="file" name="pic" size="26">
                      <font color="#FF0033">点击选择图片上传</font><br><br>
                      注意:
					  <font color="#ff0000">图片尺寸是宽130象素 * 高88象素,格式为gif/jpg.</font> 
					  </td></tr>
				  <?
				  }
				  ?>
				
 <tr><td>
 <table width="100%" border="0">
  <tr>
    <td>状态:
 <FONT face="宋体"><input id="ispub" type="checkbox" value="0" name="ispub" >
  <label for="bPrivate">私有网摘</label><input id="isread" type="checkbox" name="isread" checked="checked" value="1">
  <label for="bUnRead">标记为已阅读</label>
 </FONT></td>
    <td id="menu" align="left"><a href="#" id="spand2" class="displaynone" onClick="change('bank')"><span class=middletxt>共享到组<img src=images/winspand.gif border=0></span></a></td>
  </tr>
</table>
 
 </td>
 </tr>				
				
			
 
 
	 
	 <TBODY style="display:none" id="bank">
  <tr>
    
    <td height="42" valign="top">
	
	
	   <div style="position:absolute; width:278px; height:40px; z-index:10000; overflow: auto; visibility: visible;">
              <table width="100%"  border="0" cellpadding="0" cellspacing="0" style="position:absolute; top:0px; left:0px; background-color: #FFFFFF; layer-background-color: #FFFFFF;">
                <tr>
                  <td height=40 valign=top class=smallfont> 
				  <? if($_COOKIE[userid]!=""){
				  $select="select * from groupuser where userid='$_COOKIE[userid]' and ispass!='0'";
				  $qr=mysql_query($select);
				  while($arr=mysql_fetch_array($qr)){
				  $pp=$pp+1;?>
                      <input type="checkbox" name="groupid[]" id="groupid[]" value="<? echo $arr[groupid];?>"  class=smallfont><? echo $arr[groupname];?>
                 <?
				 }
				 
				 }
				 if(!$pp){
				 ?>
				 您还没加入组。
               <?
			   }?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -