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

  • 大小: 7.97MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-08
  • 語言: PHP
  • 標簽: php??網上訂餐??源代碼??

資源簡介

適合正在做畢業設計的計算機專業學生,簡單明了的源代碼,沒有bug,可以放心使用的。

資源截圖

代碼片段和文件信息

“““
FCKeditor?-?The?text?editor?for?Internet?-?http://www.fckeditor.net
Copyright?(C)?2003-2009?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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????174??2010-04-17?15:53??電子商務網站PHP模板\.buildpath

?????文件????????232??2011-09-17?16:46??電子商務網站PHP模板\.classpath

?????文件????????688??2011-09-17?16:46??電子商務網站PHP模板\.project

?????文件?????????93??2010-04-17?16:03??電子商務網站PHP模板\.settings\org.eclipse.core.resources.prefs

?????文件?????????88??2010-04-17?16:03??電子商務網站PHP模板\.settings\org.eclipse.php.core.prefs

?????文件???????2443??2010-04-17?15:53??電子商務網站PHP模板\about.php

?????文件???????1884??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addaboutus.php

?????文件???????2241??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addadmin.php

?????文件???????1886??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addcontactus.php

?????文件???????1892??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addgonggao.php

?????文件???????4314??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addgoods.php

?????文件???????2534??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addhealth.php

?????文件???????1112??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addhealthleibie.php

?????文件???????1808??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addkitchen.php

?????文件???????1091??2010-04-17?16:03??電子商務網站PHP模板\admin\add\addleibie.php

?????文件???????3552??2010-04-17?15:57??電子商務網站PHP模板\admin\adminaboutus.php

?????文件???????3572??2010-04-17?15:57??電子商務網站PHP模板\admin\admincontactus.php

?????文件???????3556??2010-04-17?15:57??電子商務網站PHP模板\admin\admingonggao.php

?????文件???????3708??2010-04-17?15:57??電子商務網站PHP模板\admin\adminmessage.php

?????文件???????2052??2010-04-17?15:57??電子商務網站PHP模板\admin\adminquartersale.php

?????文件???????2196??2010-04-17?15:57??電子商務網站PHP模板\admin\admintimesale.php

?????文件???????6914??2010-04-17?15:57??電子商務網站PHP模板\admin\admin_main.php

?????文件???????6883??2010-04-17?16:03??電子商務網站PHP模板\admin\change\changegoods.php

?????文件???????2266??2010-04-17?16:03??電子商務網站PHP模板\admin\change\changehealth.php

?????文件????????299??2010-04-17?16:03??電子商務網站PHP模板\admin\change\changeleaveword.php

?????文件????????830??2010-04-17?15:57??電子商務網站PHP模板\admin\chkadmin.php

?????文件????????297??2010-04-17?16:03??電子商務網站PHP模板\admin\conn\conn.php

?????文件????????297??2010-04-17?16:03??電子商務網站PHP模板\admin\conn\conn2.php

?????文件???????3632??2010-04-17?16:03??電子商務網站PHP模板\admin\css\admin.css

?????文件???????1186??2010-04-17?16:03??電子商務網站PHP模板\admin\css\forms.css

............此處省略2089個文件信息

評論

共有 條評論