91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.59MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-20
  • 語言: PHP
  • 標簽:

資源簡介

本系統是在wamp環境下創建運行的,是一個校園新聞管理系統,admin文件夾是后臺,new文件夾是前臺,

資源截圖

代碼片段和文件信息

“““
FCKeditor?-?The?text?editor?for?Internet?-?http://www.fckeditor.net
Copyright?(C)?2003-2010?Frederico?Caldeira?Knabben

==?BEGIN?LICENSE?==

Licensed?under?the?terms?of?any?of?the?following?licenses?at?your
choice:

?-?GNU?General?Public?License?Version?2?or?later?(the?“GPL“)
???http://www.gnu.org/licenses/gpl.html

?-?GNU?Lesser?General?Public?License?Version?2.1?or?later?(the?“LGPL“)
???http://www.gnu.org/licenses/lgpl.html

?-?Mozilla?Public?License?Version?1.1?or?later?(the?“MPL“)
???http://www.mozilla.org/MPL/MPL-1.1.html

==?END?LICENSE?==

This?is?the?integration?file?for?Python.
“““

import?cgi
import?os
import?re
import?string

def?escape(text?replace=string.replace):
????“““Converts?the?special?characters?‘<‘?‘>‘?and?‘&‘.

????RFC?1866?specifies?that?these?characters?be?represented
????in?HTML?as?<?>?and?&?respectively.?In?Python
????1.5?we?use?the?new?string.replace()?function?for?speed.
????“““
????text?=?replace(text?‘&‘?‘&‘)?#?must?be?done?1st
????text?=?replace(text?‘<‘?‘<‘)
????text?=?replace(text?‘>‘?‘>‘)
????text?=?replace(text?‘“‘?‘"‘)
????text?=?replace(text?“‘“?‘‘‘)
????return?text

#?The?FCKeditor?class
class?FCKeditor(object):
def?__init__(self?instanceName):
self.InstanceName?=?instanceName
self.basePath?=?‘/fckeditor/‘
self.Width?=?‘100%‘
self.Height?=?‘200‘
self.ToolbarSet?=?‘Default‘
self.Value?=?‘‘;

self.Config?=?{}

def?Create(self):
return?self.CreateHtml()

def?CreateHtml(self):
HtmlValue?=?escape(self.Value)
Html?=?““

if?(self.IsCompatible()):
File?=?“fckeditor.html“
link?=?“%seditor/%s?InstanceName=%s“?%?(
self.basePath
File
self.InstanceName

if?(self.ToolbarSet?is?not?None):
link?+=?“&Toolbar=%s“?%?self.ToolbarSet

#?Render?the?linked?hidden?field
Html?+=?“yle=\“display:none\“?/>“?%?(
self.InstanceName
self.InstanceName
HtmlValue


#?Render?the?configurations?hidden?field
Html?+=?“yle=\“display:none\“?/>“?%?(
self.InstanceName
self.GetConfigFieldString()


#?Render?the?editor?iframe
Html?+=?“rame?id=\“%s\__frame\“?src=\“%s\“?width=\“%s\“?height=\“%s\“?frameborder=\“0\“?scrolling=\“no\“>rame>“?%?(
self.InstanceName
link
self.Width
self.Height

else:
if?(self.Width.find(“%%“)? WidthCSS?=?“%spx“?%?self.Width
else:
WidthCSS?=?self.Width
if?(self.Height.find(“%%“)? HeightCSS?=?“%spx“?%?self.Height
else:
HeightCSS?=?self.Height

Html?+=?“yle=\“width:?%s;?height:?%s;\“?wrap=\“virtual\“>%s“?%?(
self.InstanceName
WidthCSS
HeightCSS
HtmlValue

return?Html

def?IsCom

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\
?????文件????????1471??2013-06-08?10:58??校園新聞管理系統(php+mysql)\news\3.php
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\
?????文件?????????616??2013-06-05?17:39??校園新聞管理系統(php+mysql)\news\admin\category_add.php
?????文件?????????679??2013-06-05?17:40??校園新聞管理系統(php+mysql)\news\admin\category_add_process.php
?????文件?????????941??2013-06-05?17:38??校園新聞管理系統(php+mysql)\news\admin\category_list.php
?????文件?????????129??2013-06-05?17:40??校園新聞管理系統(php+mysql)\news\admin\download.php
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\
?????文件????????1262??2010-02-15?12:13??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_documentation.html
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\
?????文件????????1735??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\fckplugin.js
?????文件?????????595??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\find.gif
?????文件????????4561??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\find.html
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\lang\
?????文件????????1145??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\lang\en.js
?????文件????????1161??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\lang\fr.js
?????文件????????1166??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\lang\it.js
?????文件?????????326??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\replace.gif
?????文件????????4157??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\findreplace\replace.html
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\samples\
?????文件????????2392??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\_plugins\samples\fckplugin.js
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\
?????文件????????1365??2010-02-15?12:12??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\application.xml
?????目錄???????????0??2013-06-16?18:42??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\icons\
?????文件????????1242??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\icons\128.png
?????文件?????????273??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\icons\16.png
?????文件?????????562??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\icons\32.png
?????文件?????????563??2010-02-15?13:31??校園新聞管理系統(php+mysql)\news\admin\fckeditor\_samples\adobeair\icons\48.png
............此處省略780個文件信息

評論

共有 條評論