实例介绍
简单易用的专业纯HTML静态表单制作系统 可完全自定义的调查投票管理系统,可以生成任何网上您所见到的投票调查问卷。 可自定义题目类型 (如单选+多选,单选+文字,纯文字,文字+列表等等类型),同时可自由组合各种新类型题目 可自定义制作生成绝大多数报名表 可自定义制作生成绝大多数问卷调查,图片调查等 可自定义制作生成绝大多数心理测评 可自定义制作生成绝大多数逻辑问卷调查 可自定义制作生成绝大多数网络考试系统,自动打分 可自定义制作生成绝大多数产品反馈系统 可自由编辑界面,所有用户界面均采用纯Html页面(模版生成) 随时可对使用中投票调查进行更改,随时查看和分析调查结果。 多种投票限制方式,自由
【实例截图】
【核心代码】
a0d7dfe0-b882-4c2c-8f34-d677b6a8f8d2
├── Analyse.aspx
├── App_Data
│ └── #DbVote.aspx
├── aspnet_client
│ └── system_web
│ └── 2_0_50727
│ └── CrystalReportWebFormViewer3
│ ├── CSs
│ │ └── default.css
│ ├── html
│ │ ├── calendarbottom.html
│ │ ├── calendar.html
│ │ ├── calendartop.html
│ │ ├── crystalexportdialog.htm
│ │ └── crystalprinthost.html
│ ├── Images
│ │ ├── ToolBar
│ │ │ ├── calendar.gif
│ │ │ ├── crlogo.gif
│ │ │ ├── exportd.gif
│ │ │ ├── export.gif
│ │ │ ├── export_over.gif
│ │ │ ├── Firstd.gif
│ │ │ ├── First.gif
│ │ │ ├── first_over.gif
│ │ │ ├── gotopaged.gif
│ │ │ ├── gotopage.gif
│ │ │ ├── gotopage_over.gif
│ │ │ ├── grouptreed.gif
│ │ │ ├── grouptree.gif
│ │ │ ├── grouptree_over.gif
│ │ │ ├── grouptreepressed.gif
│ │ │ ├── Lastd.gif
│ │ │ ├── Last.gif
│ │ │ ├── last_over.gif
│ │ │ ├── Nextd.gif
│ │ │ ├── Next.gif
│ │ │ ├── next_over.gif
│ │ │ ├── Prevd.gif
│ │ │ ├── Prev.gif
│ │ │ ├── prev_over.gif
│ │ │ ├── printd.gif
│ │ │ ├── print.gif
│ │ │ ├── print_over.gif
│ │ │ ├── refreshd.gif
│ │ │ ├── Refresh.gif
│ │ │ ├── refresh_over.gif
│ │ │ ├── searchd.gif
│ │ │ ├── Search.gif
│ │ │ ├── search_over.gif
│ │ │ ├── upd.gif
│ │ │ ├── up.gif
│ │ │ └── up_over.gif
│ │ └── Tree
│ │ ├── begindots.gif
│ │ ├── beginminus.gif
│ │ ├── beginplus.gif
│ │ ├── blankdots.gif
│ │ ├── blank.gif
│ │ ├── dots.gif
│ │ ├── lastdots.gif
│ │ ├── lastminus.gif
│ │ ├── lastplus.gif
│ │ ├── Magnify.gif
│ │ ├── Minusbox.gif
│ │ ├── minus.gif
│ │ ├── Plusbox.gif
│ │ ├── plus.gif
│ │ ├── singleminus.gif
│ │ └── singleplus.gif
│ └── JS
│ ├── calendar_param.js
│ ├── dt_param.js
│ ├── export.js
│ ├── KeyDownEvent.js
│ ├── print.js
│ ├── prompts_param.js
│ ├── strings_chs.js
│ ├── strings_cht.js
│ ├── strings_de.js
│ ├── strings_en.js
│ ├── strings_es.js
│ ├── strings_fr.js
│ ├── strings_it.js
│ ├── strings_ja.js
│ └── strings_ko.js
├── BiceReport.aspx
├── bin
│ ├── BiceEditor.dll
│ ├── BiceSurvey.dll
│ └── DropDownCheckList.dll
├── ClientBin
│ └── ServerLightReport.xap
├── Code.aspx
├── DBRar.aspx
├── Default.htm
├── Editor
│ ├── editor
│ │ ├── css
│ │ │ ├── behaviors
│ │ │ │ ├── disablehandles.htc
│ │ │ │ └── showtableborders.htc
│ │ │ ├── fck_editorarea.css
│ │ │ ├── fck_internal.css
│ │ │ ├── fck_showtableborders_gecko.css
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ ├── block_pre.png
│ │ │ ├── fck_anchor.gif
│ │ │ ├── fck_flashlogo.gif
│ │ │ ├── fck_hiddenfield.gif
│ │ │ ├── fck_pagebreak.gif
│ │ │ └── fck_plugin.gif
│ │ ├── dialog
│ │ │ ├── common
│ │ │ │ ├── fck_dialog_common.css
│ │ │ │ ├── fck_dialog_common.js
│ │ │ │ └── images
│ │ │ │ ├── locked.gif
│ │ │ │ ├── reset.gif
│ │ │ │ └── unlocked.gif
│ │ │ ├── fck_about
│ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ ├── logo_fredck.gif
│ │ │ │ └── sponsors
│ │ │ │ └── spellchecker_net.gif
│ │ │ ├── fck_anchor.html
│ │ │ ├── fck_button.html
│ │ │ ├── fck_checkbox.html
│ │ │ ├── fck_colorselector.html
│ │ │ ├── fck_div.html
│ │ │ ├── fck_docprops
│ │ │ │ └── fck_document_preview.html
│ │ │ ├── fck_docprops.html
│ │ │ ├── fck_flash
│ │ │ │ ├── fck_flash.js
│ │ │ │ └── fck_flash_preview.html
│ │ │ ├── fck_flash.html
│ │ │ ├── fck_form.html
│ │ │ ├── fck_hiddenfield.html
│ │ │ ├── fck_image
│ │ │ │ ├── fck_image.js
│ │ │ │ └── fck_image_preview.html
│ │ │ ├── fck_image.html
│ │ │ ├── fck_link
│ │ │ │ └── fck_link.js
│ │ │ ├── fck_link.html
│ │ │ ├── fck_listprop.html
│ │ │ ├── fck_paste.html
│ │ │ ├── fck_radiobutton.html
│ │ │ ├── fck_replace.html
│ │ │ ├── fck_select
│ │ │ │ └── fck_select.js
│ │ │ ├── fck_select.html
│ │ │ ├── fck_smiley.html
│ │ │ ├── fck_source.html
│ │ │ ├── fck_specialchar.html
│ │ │ ├── fck_spellerpages
│ │ │ │ └── spellerpages
│ │ │ │ ├── blank.html
│ │ │ │ ├── controls.html
│ │ │ │ ├── controlWindow.js
│ │ │ │ ├── server-scripts
│ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ └── spellchecker.pl
│ │ │ │ ├── spellchecker.html
│ │ │ │ ├── spellChecker.js
│ │ │ │ ├── spellerStyle.css
│ │ │ │ └── wordWindow.js
│ │ │ ├── fck_spellerpages.html
│ │ │ ├── fck_tablecell.html
│ │ │ ├── fck_table.html
│ │ │ ├── fck_template
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ ├── fck_template.html
│ │ │ ├── fck_textarea.html
│ │ │ └── fck_textfield.html
│ │ ├── dtd
│ │ │ ├── fck_dtd_test.html
│ │ │ ├── fck_xhtml10strict.js
│ │ │ └── fck_xhtml10transitional.js
│ │ ├── fckdebug.html
│ │ ├── fckdialog.html
│ │ ├── fckeditor.html
│ │ ├── fckeditor.original.html
│ │ ├── filemanager
│ │ │ ├── browser
│ │ │ │ └── default
│ │ │ │ ├── browser.css
│ │ │ │ ├── browser.html
│ │ │ │ ├── frmactualfolder.html
│ │ │ │ ├── frmcreatefolder.html
│ │ │ │ ├── frmfolders.html
│ │ │ │ ├── frmresourceslist.html
│ │ │ │ ├── frmresourcetype.html
│ │ │ │ ├── frmupload.html
│ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ └── fckxml.js
│ │ │ └── connectors
│ │ │ └── aspx
│ │ │ ├── config.ascx
│ │ │ ├── connector.aspx
│ │ │ └── upload.aspx
│ │ ├── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_ltr.gif
│ │ │ ├── arrow_rtl.gif
│ │ │ ├── smiley
│ │ │ │ └── msn
│ │ │ │ ├── angel_smile.gif
│ │ │ │ ├── angry_smile.gif
│ │ │ │ ├── broken_heart.gif
│ │ │ │ ├── cake.gif
│ │ │ │ ├── confused_smile.gif
│ │ │ │ ├── cry_smile.gif
│ │ │ │ ├── devil_smile.gif
│ │ │ │ ├── embaressed_smile.gif
│ │ │ │ ├── envelope.gif
│ │ │ │ ├── heart.gif
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── lightbulb.gif
│ │ │ │ ├── omg_smile.gif
│ │ │ │ ├── regular_smile.gif
│ │ │ │ ├── sad_smile.gif
│ │ │ │ ├── shades_smile.gif
│ │ │ │ ├── teeth_smile.gif
│ │ │ │ ├── thumbs_down.gif
│ │ │ │ ├── thumbs_up.gif
│ │ │ │ ├── tounge_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ └── wink_smile.gif
│ │ │ └── spacer.gif
│ │ ├── js
│ │ │ ├── fckadobeair.js
│ │ │ ├── fckeditorcode_gecko.js
│ │ │ └── fckeditorcode_ie.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── plugins
│ │ │ ├── autogrow
│ │ │ │ └── fckplugin.js
│ │ │ ├── bbcode
│ │ │ │ ├── fckplugin.js
│ │ │ │ └── _sample
│ │ │ │ ├── sample.config.js
│ │ │ │ └── sample.html
│ │ │ ├── dragresizetable
│ │ │ │ └── fckplugin.js
│ │ │ ├── placeholder
│ │ │ │ ├── fck_placeholder.html
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ └── pl.js
│ │ │ │ └── placeholder.gif
│ │ │ ├── simplecommands
│ │ │ │ └── fckplugin.js
│ │ │ └── tablecommands
│ │ │ └── fckplugin.js
│ │ ├── skins
│ │ │ ├── default
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ └── _fckviewstrips.html
│ │ └── wsc
│ │ ├── ciframe.html
│ │ ├── tmpFrameset.html
│ │ └── w.html
│ ├── fckconfig.js
│ ├── fckeditor.js
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ └── fcktemplates.xml
├── Exit.aspx
├── GetResult.aspx
├── Help
│ ├── Simple.htm
│ └── simple.swf
├── Help.html
├── Images
│ ├── bice_bg.gif
│ ├── BiceChartPie.js
│ ├── BiceChartRow.js
│ ├── BiceCheck.js
│ ├── BiceClip.js
│ ├── BiceDate.js
│ ├── BiceDDList.js
│ ├── bice_del.gif
│ ├── bicesoft_01.gif
│ ├── bicesoft_02.gif
│ ├── bicesoft_03.gif
│ ├── bicesoft_04.gif
│ ├── bicesoft_05.gif
│ ├── bicesoft_06.gif
│ ├── bicesoft_07.gif
│ ├── bicesoft_08.gif
│ ├── bicesoft_09.gif
│ ├── bicesoft_10.gif
│ ├── bicesoft_11.gif
│ ├── bicesoft_12.gif
│ ├── bicesoft_13.gif
│ ├── bicesoft_14.gif
│ ├── bicesoft_15.gif
│ ├── bicesoft_16.gif
│ ├── bicesoft_17.gif
│ ├── bicesoft_18.gif
│ ├── bicesoft_19.gif
│ ├── bicesoft_20.gif
│ ├── bicesoft_21.gif
│ ├── bicesoft_22.gif
│ ├── bicesoft_23.gif
│ ├── bicesoft_24.gif
│ ├── bicesoft_25.gif
│ ├── bicesoft_26.gif
│ ├── bicesoft_27.gif
│ ├── bicesoft_28.gif
│ ├── bicesoft_29.gif
│ ├── bicesoft_bg01.gif
│ ├── bicesoft_bg16.gif
│ ├── bicesoft_bg26.gif
│ ├── bicesoft.css
│ ├── bice_t_bg.jpg
│ ├── but.gif
│ ├── ccsub.gif
│ ├── ccvote.gif
│ ├── dd.gif
│ ├── dditem.gif
│ ├── ddsubject.gif
│ ├── g_1.gif
│ ├── g_2.gif
│ ├── g_3.gif
│ ├── g_4.gif
│ ├── g_5.gif
│ ├── g_6.gif
│ ├── g_7.gif
│ ├── g_8.gif
│ ├── login_01.gif
│ ├── login_02.gif
│ ├── login_03.gif
│ ├── login_04.gif
│ ├── login_05.gif
│ ├── login_06.gif
│ ├── login_07.gif
│ ├── login_08.gif
│ ├── login_09.gif
│ ├── login_10.gif
│ ├── login_11.gif
│ ├── login_12.gif
│ ├── login_13.gif
│ ├── login_14.gif
│ ├── login_15.gif
│ ├── login_16.gif
│ ├── login_18.gif
│ ├── login_19.gif
│ ├── login_20.gif
│ ├── login_21.gif
│ ├── login_22.gif
│ ├── login_23.gif
│ ├── login_24.gif
│ ├── login_25.gif
│ ├── login_26.gif
│ ├── login_27.gif
│ ├── login_28.gif
│ ├── login_29.gif
│ ├── login_99.gif
│ ├── loginbutton_25.gif
│ ├── loginbutton_26.gif
│ ├── logo.gif
│ ├── logo.jpg
│ ├── nc_banner.gif
│ ├── picprint.jpg
│ ├── picshow.jpg
│ ├── pictype.jpg
│ ├── style2.css
│ ├── style.css
│ ├── submit.gif
│ └── success.gif
├── ImgRecord.aspx
├── Login.aspx
├── MakeDict.aspx
├── MakeVote.aspx
├── PubResult.aspx
├── Reg.aspx
├── Rule.xml
├── ShowList.aspx
├── Sign.aspx
├── Silverlight.js
├── Site.Master
├── StatGraphics.aspx
├── StatReport.aspx
├── StatVote.aspx
├── StyleVote.aspx
├── Survey.aspx
├── UserFiles
│ ├── Image
│ │ ├── 1
│ │ │ └── mdo.jpg
│ │ ├── 2
│ │ │ ├── dell1427.jpg
│ │ │ ├── x85e59.jpg
│ │ │ └── y450G.jpg
│ │ ├── ada6.jpg
│ │ ├── bmw.jpg
│ │ ├── jy.jpg
│ │ ├── mdo.jpg
│ │ └── pst.jpg
│ └── star.jpg
├── UserVote.aspx
├── Vote
│ ├── 15.htm
│ ├── 20.htm
│ ├── 21.htm
│ ├── 23.htm
│ ├── 24.htm
│ ├── 33.htm
│ ├── 35.htm
│ ├── BiceImages
│ │ ├── g_1.gif
│ │ ├── g_2.gif
│ │ ├── g_3.gif
│ │ ├── g_4.gif
│ │ ├── g_5.gif
│ │ ├── g_6.gif
│ │ ├── g_7.gif
│ │ ├── g_8.gif
│ │ ├── nc_banner.gif
│ │ ├── style.css
│ │ └── success.gif
│ ├── BiceLoc10.htm
│ ├── BiceLoc11.htm
│ ├── BiceLoc12.htm
│ ├── BiceLoc13.htm
│ ├── BiceLoc14.htm
│ ├── BiceLoc15.htm
│ ├── BiceLoc9.htm
│ ├── Default.htm
│ ├── DefaultLogic.htm
│ ├── Images
│ │ ├── bice_bg.gif
│ │ ├── bice_t_bg.jpg
│ │ ├── g_1.gif
│ │ ├── g_2.gif
│ │ ├── g_3.gif
│ │ ├── g_4.gif
│ │ ├── g_5.gif
│ │ ├── g_6.gif
│ │ ├── g_7.gif
│ │ ├── g_8.gif
│ │ ├── logo.gif
│ │ ├── logo.jpg
│ │ ├── nc_banner.gif
│ │ ├── style2.css
│ │ ├── style.css
│ │ ├── success.gif
│ │ └── 未命名-2.png
│ ├── Result.htm
│ ├── SampleImg
│ │ ├── 1
│ │ │ ├── ada6.jpg
│ │ │ ├── bmw.jpg
│ │ │ ├── jy.jpg
│ │ │ ├── mdo.jpg
│ │ │ └── pst.jpg
│ │ ├── 2
│ │ │ ├── dell1427.jpg
│ │ │ ├── x85e59.jpg
│ │ │ └── y450G.jpg
│ │ ├── aspnet_client
│ │ │ └── system_web
│ │ │ └── 2_0_50727
│ │ │ └── CrystalReportWebFormViewer3
│ │ │ ├── CSs
│ │ │ │ └── default.css
│ │ │ ├── html
│ │ │ │ ├── calendarbottom.html
│ │ │ │ ├── calendar.html
│ │ │ │ ├── calendartop.html
│ │ │ │ ├── crystalexportdialog.htm
│ │ │ │ └── crystalprinthost.html
│ │ │ ├── Images
│ │ │ │ ├── ToolBar
│ │ │ │ │ ├── calendar.gif
│ │ │ │ │ ├── crlogo.gif
│ │ │ │ │ ├── exportd.gif
│ │ │ │ │ ├── export.gif
│ │ │ │ │ ├── export_over.gif
│ │ │ │ │ ├── Firstd.gif
│ │ │ │ │ ├── First.gif
│ │ │ │ │ ├── first_over.gif
│ │ │ │ │ ├── gotopaged.gif
│ │ │ │ │ ├── gotopage.gif
│ │ │ │ │ ├── gotopage_over.gif
│ │ │ │ │ ├── grouptreed.gif
│ │ │ │ │ ├── grouptree.gif
│ │ │ │ │ ├── grouptree_over.gif
│ │ │ │ │ ├── grouptreepressed.gif
│ │ │ │ │ ├── Lastd.gif
│ │ │ │ │ ├── Last.gif
│ │ │ │ │ ├── last_over.gif
│ │ │ │ │ ├── Nextd.gif
│ │ │ │ │ ├── Next.gif
│ │ │ │ │ ├── next_over.gif
│ │ │ │ │ ├── Prevd.gif
│ │ │ │ │ ├── Prev.gif
│ │ │ │ │ ├── prev_over.gif
│ │ │ │ │ ├── printd.gif
│ │ │ │ │ ├── print.gif
│ │ │ │ │ ├── print_over.gif
│ │ │ │ │ ├── refreshd.gif
│ │ │ │ │ ├── Refresh.gif
│ │ │ │ │ ├── refresh_over.gif
│ │ │ │ │ ├── searchd.gif
│ │ │ │ │ ├── Search.gif
│ │ │ │ │ ├── search_over.gif
│ │ │ │ │ ├── upd.gif
│ │ │ │ │ ├── up.gif
│ │ │ │ │ └── up_over.gif
│ │ │ │ └── Tree
│ │ │ │ ├── begindots.gif
│ │ │ │ ├── beginminus.gif
│ │ │ │ ├── beginplus.gif
│ │ │ │ ├── blankdots.gif
│ │ │ │ ├── blank.gif
│ │ │ │ ├── dots.gif
│ │ │ │ ├── lastdots.gif
│ │ │ │ ├── lastminus.gif
│ │ │ │ ├── lastplus.gif
│ │ │ │ ├── Magnify.gif
│ │ │ │ ├── Minusbox.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── Plusbox.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── singleminus.gif
│ │ │ │ └── singleplus.gif
│ │ │ └── JS
│ │ │ ├── calendar_param.js
│ │ │ ├── dt_param.js
│ │ │ ├── export.js
│ │ │ ├── KeyDownEvent.js
│ │ │ ├── print.js
│ │ │ ├── prompts_param.js
│ │ │ ├── strings_chs.js
│ │ │ ├── strings_cht.js
│ │ │ ├── strings_de.js
│ │ │ ├── strings_en.js
│ │ │ ├── strings_es.js
│ │ │ ├── strings_fr.js
│ │ │ ├── strings_it.js
│ │ │ ├── strings_ja.js
│ │ │ └── strings_ko.js
│ │ ├── bin
│ │ │ ├── BiceCalendar.dll
│ │ │ ├── BiceEditor.dll
│ │ │ ├── BiceSurvey.dll
│ │ │ └── DropDownCheckList.dll
│ │ └── Editor
│ │ ├── editor
│ │ │ ├── dialog
│ │ │ │ ├── fck_anchor.html
│ │ │ │ ├── fck_button.html
│ │ │ │ ├── fck_checkbox.html
│ │ │ │ ├── fck_colorselector.html
│ │ │ │ ├── fck_div.html
│ │ │ │ ├── fck_docprops.html
│ │ │ │ ├── fck_flash.html
│ │ │ │ ├── fck_form.html
│ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ ├── fck_image.html
│ │ │ │ ├── fck_link.html
│ │ │ │ ├── fck_listprop.html
│ │ │ │ ├── fck_paste.html
│ │ │ │ ├── fck_radiobutton.html
│ │ │ │ ├── fck_replace.html
│ │ │ │ ├── fck_select
│ │ │ │ │ └── fck_select.js
│ │ │ │ ├── fck_select.html
│ │ │ │ ├── fck_smiley.html
│ │ │ │ ├── fck_source.html
│ │ │ │ ├── fck_specialchar.html
│ │ │ │ ├── fck_spellerpages
│ │ │ │ │ └── spellerpages
│ │ │ │ │ ├── blank.html
│ │ │ │ │ ├── controls.html
│ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ ├── server-scripts
│ │ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ └── wordWindow.js
│ │ │ │ ├── fck_spellerpages.html
│ │ │ │ ├── fck_tablecell.html
│ │ │ │ ├── fck_table.html
│ │ │ │ ├── fck_template
│ │ │ │ │ └── images
│ │ │ │ │ ├── template1.gif
│ │ │ │ │ ├── template2.gif
│ │ │ │ │ └── template3.gif
│ │ │ │ ├── fck_template.html
│ │ │ │ ├── fck_textarea.html
│ │ │ │ └── fck_textfield.html
│ │ │ ├── dtd
│ │ │ │ ├── fck_dtd_test.html
│ │ │ │ ├── fck_xhtml10strict.js
│ │ │ │ └── fck_xhtml10transitional.js
│ │ │ ├── fckdebug.html
│ │ │ ├── fckdialog.html
│ │ │ ├── fckeditor.html
│ │ │ ├── fckeditor.original.html
│ │ │ ├── filemanager
│ │ │ │ ├── browser
│ │ │ │ │ └── default
│ │ │ │ │ ├── browser.css
│ │ │ │ │ ├── browser.html
│ │ │ │ │ ├── frmactualfolder.html
│ │ │ │ │ ├── frmcreatefolder.html
│ │ │ │ │ ├── frmfolders.html
│ │ │ │ │ ├── frmresourceslist.html
│ │ │ │ │ ├── frmresourcetype.html
│ │ │ │ │ ├── frmupload.html
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ │ ├── Folder.gif
│ │ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ └── spacer.gif
│ │ │ │ │ └── js
│ │ │ │ │ ├── common.js
│ │ │ │ │ └── fckxml.js
│ │ │ │ └── connectors
│ │ │ │ └── aspx
│ │ │ │ ├── config.ascx
│ │ │ │ ├── connector.aspx
│ │ │ │ └── upload.aspx
│ │ │ ├── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_ltr.gif
│ │ │ │ ├── arrow_rtl.gif
│ │ │ │ ├── smiley
│ │ │ │ │ └── msn
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── cake.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ │ └── spacer.gif
│ │ │ ├── js
│ │ │ │ ├── fckadobeair.js
│ │ │ │ ├── fckeditorcode_gecko.js
│ │ │ │ └── fckeditorcode_ie.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── plugins
│ │ │ │ ├── autogrow
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── bbcode
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ └── _sample
│ │ │ │ │ ├── sample.config.js
│ │ │ │ │ └── sample.html
│ │ │ │ ├── dragresizetable
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── placeholder
│ │ │ │ │ ├── fck_placeholder.html
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ └── pl.js
│ │ │ │ │ └── placeholder.gif
│ │ │ │ ├── simplecommands
│ │ │ │ │ └── fckplugin.js
│ │ │ │ └── tablecommands
│ │ │ │ └── fckplugin.js
│ │ │ ├── skins
│ │ │ │ ├── default
│ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ ├── sprites.gif
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ ├── toolbar.bg.gif
│ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ └── toolbar.start.gif
│ │ │ │ └── _fckviewstrips.html
│ │ │ └── wsc
│ │ │ ├── ciframe.html
│ │ │ ├── tmpFrameset.html
│ │ │ └── w.html
│ │ ├── fckconfig.js
│ │ ├── fckeditor.js
│ │ ├── fckpackager.xml
│ │ ├── fckstyles.xml
│ │ └── fcktemplates.xml
│ └── VoteTemplet.htm
├── Web.config
├── 免安装说明.txt
├── 在线技术支持.url
├── 安装必读.txt
├── 开发者宣言.txt
├── 版本更新.txt
├── 说明文档.txt
└── 超强自定义问卷调查系统用户手册5.8.chm
121 directories, 774 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论