├── .gitignore ├── MyBlog ├── .classpath ├── .project ├── .settings │ ├── .jsdtscope │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.wst.common.component │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.jsdt.ui.superType.container │ └── org.eclipse.wst.jsdt.ui.superType.name ├── WebContent │ ├── META-INF │ │ └── MANIFEST.MF │ ├── WEB-INF │ │ └── web.xml │ ├── aboutMe.jsp │ ├── aboutMeUpdate.jsp │ ├── addPicture.jsp │ ├── articleList.jsp │ ├── ckeditor │ │ ├── .htaccess │ │ ├── CHANGES.html │ │ ├── INSTALL.html │ │ ├── LICENSE.html │ │ ├── _samples │ │ │ ├── ajax.html │ │ │ ├── api.html │ │ │ ├── api_dialog.html │ │ │ ├── api_dialog │ │ │ │ └── my_dialog.js │ │ │ ├── assets │ │ │ │ ├── output_for_flash.fla │ │ │ │ ├── output_for_flash.swf │ │ │ │ ├── output_xhtml.css │ │ │ │ ├── parsesample.css │ │ │ │ └── swfobject.js │ │ │ ├── autogrow.html │ │ │ ├── bbcode.html │ │ │ ├── devtools.html │ │ │ ├── divreplace.html │ │ │ ├── enterkey.html │ │ │ ├── fullpage.html │ │ │ ├── index.html │ │ │ ├── jqueryadapter.html │ │ │ ├── output_for_flash.html │ │ │ ├── output_html.html │ │ │ ├── output_xhtml.html │ │ │ ├── placeholder.html │ │ │ ├── readonly.html │ │ │ ├── replacebyclass.html │ │ │ ├── replacebycode.html │ │ │ ├── sample.css │ │ │ ├── sample.js │ │ │ ├── sharedspaces.html │ │ │ ├── skins.html │ │ │ ├── stylesheetparser.html │ │ │ ├── tableresize.html │ │ │ ├── ui_color.html │ │ │ └── ui_languages.html │ │ ├── _source │ │ │ ├── adapters │ │ │ │ └── jquery.js │ │ │ ├── core │ │ │ │ ├── _bootstrap.js │ │ │ │ ├── ckeditor.js │ │ │ │ ├── ckeditor_base.js │ │ │ │ ├── ckeditor_basic.js │ │ │ │ ├── command.js │ │ │ │ ├── commanddefinition.js │ │ │ │ ├── config.js │ │ │ │ ├── dataprocessor.js │ │ │ │ ├── dom.js │ │ │ │ ├── dom │ │ │ │ │ ├── comment.js │ │ │ │ │ ├── document.js │ │ │ │ │ ├── documentfragment.js │ │ │ │ │ ├── domobject.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── elementpath.js │ │ │ │ │ ├── event.js │ │ │ │ │ ├── node.js │ │ │ │ │ ├── nodelist.js │ │ │ │ │ ├── range.js │ │ │ │ │ ├── rangelist.js │ │ │ │ │ ├── text.js │ │ │ │ │ ├── walker.js │ │ │ │ │ └── window.js │ │ │ │ ├── dtd.js │ │ │ │ ├── editor.js │ │ │ │ ├── editor_basic.js │ │ │ │ ├── env.js │ │ │ │ ├── event.js │ │ │ │ ├── eventInfo.js │ │ │ │ ├── focusmanager.js │ │ │ │ ├── htmlparser.js │ │ │ │ ├── htmlparser │ │ │ │ │ ├── basicwriter.js │ │ │ │ │ ├── cdata.js │ │ │ │ │ ├── comment.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── filter.js │ │ │ │ │ ├── fragment.js │ │ │ │ │ └── text.js │ │ │ │ ├── lang.js │ │ │ │ ├── loader.js │ │ │ │ ├── plugindefinition.js │ │ │ │ ├── plugins.js │ │ │ │ ├── resourcemanager.js │ │ │ │ ├── scriptloader.js │ │ │ │ ├── skins.js │ │ │ │ ├── themes.js │ │ │ │ ├── tools.js │ │ │ │ └── ui.js │ │ │ ├── lang │ │ │ │ ├── _languages.js │ │ │ │ ├── _translationstatus.txt │ │ │ │ ├── af.js │ │ │ │ ├── ar.js │ │ │ │ ├── bg.js │ │ │ │ ├── bn.js │ │ │ │ ├── bs.js │ │ │ │ ├── ca.js │ │ │ │ ├── cs.js │ │ │ │ ├── cy.js │ │ │ │ ├── da.js │ │ │ │ ├── de.js │ │ │ │ ├── el.js │ │ │ │ ├── en-au.js │ │ │ │ ├── en-ca.js │ │ │ │ ├── en-gb.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── et.js │ │ │ │ ├── eu.js │ │ │ │ ├── fa.js │ │ │ │ ├── fi.js │ │ │ │ ├── fo.js │ │ │ │ ├── fr-ca.js │ │ │ │ ├── fr.js │ │ │ │ ├── gl.js │ │ │ │ ├── gu.js │ │ │ │ ├── he.js │ │ │ │ ├── hi.js │ │ │ │ ├── hr.js │ │ │ │ ├── hu.js │ │ │ │ ├── id.js │ │ │ │ ├── is.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── ka.js │ │ │ │ ├── km.js │ │ │ │ ├── ko.js │ │ │ │ ├── ku.js │ │ │ │ ├── lt.js │ │ │ │ ├── lv.js │ │ │ │ ├── mk.js │ │ │ │ ├── mn.js │ │ │ │ ├── ms.js │ │ │ │ ├── nb.js │ │ │ │ ├── nl.js │ │ │ │ ├── no.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt-br.js │ │ │ │ ├── pt.js │ │ │ │ ├── ro.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ ├── sl.js │ │ │ │ ├── sr-latn.js │ │ │ │ ├── sr.js │ │ │ │ ├── sv.js │ │ │ │ ├── th.js │ │ │ │ ├── tr.js │ │ │ │ ├── ug.js │ │ │ │ ├── uk.js │ │ │ │ ├── vi.js │ │ │ │ ├── zh-cn.js │ │ │ │ └── zh.js │ │ │ ├── plugins │ │ │ │ ├── a11yhelp │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── a11yhelp.js │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gu.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ └── zh-cn.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── about │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── about.js │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ │ └── plugin.js │ │ │ │ ├── adobeair │ │ │ │ │ └── plugin.js │ │ │ │ ├── ajax │ │ │ │ │ └── plugin.js │ │ │ │ ├── autogrow │ │ │ │ │ └── plugin.js │ │ │ │ ├── basicstyles │ │ │ │ │ └── plugin.js │ │ │ │ ├── bbcode │ │ │ │ │ └── plugin.js │ │ │ │ ├── bidi │ │ │ │ │ └── plugin.js │ │ │ │ ├── blockquote │ │ │ │ │ └── plugin.js │ │ │ │ ├── button │ │ │ │ │ └── plugin.js │ │ │ │ ├── clipboard │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── paste.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── colorbutton │ │ │ │ │ └── plugin.js │ │ │ │ ├── colordialog │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── colordialog.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── contextmenu │ │ │ │ │ └── plugin.js │ │ │ │ ├── devtools │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gu.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ └── zh-cn.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── dialog │ │ │ │ │ ├── dialogDefinition.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── dialogadvtab │ │ │ │ │ └── plugin.js │ │ │ │ ├── dialogui │ │ │ │ │ └── plugin.js │ │ │ │ ├── div │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── div.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── docprops │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── docprops.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── domiterator │ │ │ │ │ └── plugin.js │ │ │ │ ├── editingblock │ │ │ │ │ └── plugin.js │ │ │ │ ├── elementspath │ │ │ │ │ └── plugin.js │ │ │ │ ├── enterkey │ │ │ │ │ └── plugin.js │ │ │ │ ├── entities │ │ │ │ │ └── plugin.js │ │ │ │ ├── fakeobjects │ │ │ │ │ └── plugin.js │ │ │ │ ├── filebrowser │ │ │ │ │ └── plugin.js │ │ │ │ ├── find │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── find.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── flash │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── flash.js │ │ │ │ │ ├── images │ │ │ │ │ │ └── placeholder.png │ │ │ │ │ └── plugin.js │ │ │ │ ├── floatpanel │ │ │ │ │ └── plugin.js │ │ │ │ ├── font │ │ │ │ │ └── plugin.js │ │ │ │ ├── format │ │ │ │ │ └── plugin.js │ │ │ │ ├── forms │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── button.js │ │ │ │ │ │ ├── checkbox.js │ │ │ │ │ │ ├── form.js │ │ │ │ │ │ ├── hiddenfield.js │ │ │ │ │ │ ├── radio.js │ │ │ │ │ │ ├── select.js │ │ │ │ │ │ ├── textarea.js │ │ │ │ │ │ └── textfield.js │ │ │ │ │ ├── images │ │ │ │ │ │ └── hiddenfield.gif │ │ │ │ │ └── plugin.js │ │ │ │ ├── horizontalrule │ │ │ │ │ └── plugin.js │ │ │ │ ├── htmldataprocessor │ │ │ │ │ └── plugin.js │ │ │ │ ├── htmlwriter │ │ │ │ │ └── plugin.js │ │ │ │ ├── iframe │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── iframe.js │ │ │ │ │ ├── images │ │ │ │ │ │ └── placeholder.png │ │ │ │ │ └── plugin.js │ │ │ │ ├── iframedialog │ │ │ │ │ └── plugin.js │ │ │ │ ├── image │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── image.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── indent │ │ │ │ │ └── plugin.js │ │ │ │ ├── justify │ │ │ │ │ └── plugin.js │ │ │ │ ├── keystrokes │ │ │ │ │ └── plugin.js │ │ │ │ ├── link │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── anchor.js │ │ │ │ │ │ └── link.js │ │ │ │ │ ├── images │ │ │ │ │ │ └── anchor.gif │ │ │ │ │ └── plugin.js │ │ │ │ ├── list │ │ │ │ │ └── plugin.js │ │ │ │ ├── listblock │ │ │ │ │ └── plugin.js │ │ │ │ ├── liststyle │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── liststyle.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── maximize │ │ │ │ │ └── plugin.js │ │ │ │ ├── menu │ │ │ │ │ └── plugin.js │ │ │ │ ├── menubutton │ │ │ │ │ └── plugin.js │ │ │ │ ├── newpage │ │ │ │ │ └── plugin.js │ │ │ │ ├── pagebreak │ │ │ │ │ ├── images │ │ │ │ │ │ └── pagebreak.gif │ │ │ │ │ └── plugin.js │ │ │ │ ├── panel │ │ │ │ │ └── plugin.js │ │ │ │ ├── panelbutton │ │ │ │ │ └── plugin.js │ │ │ │ ├── pastefromword │ │ │ │ │ ├── filter │ │ │ │ │ │ └── default.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── pastetext │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── pastetext.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── placeholder │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── placeholder.js │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ └── zh-cn.js │ │ │ │ │ ├── placeholder.gif │ │ │ │ │ └── plugin.js │ │ │ │ ├── popup │ │ │ │ │ └── plugin.js │ │ │ │ ├── preview │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── preview.html │ │ │ │ ├── print │ │ │ │ │ └── plugin.js │ │ │ │ ├── removeformat │ │ │ │ │ └── plugin.js │ │ │ │ ├── resize │ │ │ │ │ └── plugin.js │ │ │ │ ├── richcombo │ │ │ │ │ └── plugin.js │ │ │ │ ├── save │ │ │ │ │ └── plugin.js │ │ │ │ ├── scayt │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── options.js │ │ │ │ │ │ └── toolbar.css │ │ │ │ │ └── plugin.js │ │ │ │ ├── selection │ │ │ │ │ └── plugin.js │ │ │ │ ├── showblocks │ │ │ │ │ ├── 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 │ │ │ │ │ └── plugin.js │ │ │ │ ├── showborders │ │ │ │ │ └── plugin.js │ │ │ │ ├── smiley │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── smiley.js │ │ │ │ │ ├── images │ │ │ │ │ │ ├── angel_smile.gif │ │ │ │ │ │ ├── angry_smile.gif │ │ │ │ │ │ ├── broken_heart.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 │ │ │ │ │ └── plugin.js │ │ │ │ ├── sourcearea │ │ │ │ │ └── plugin.js │ │ │ │ ├── specialchar │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── specialchar.js │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ └── zh-cn.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── styles │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── styles │ │ │ │ │ │ └── default.js │ │ │ │ ├── stylescombo │ │ │ │ │ └── plugin.js │ │ │ │ ├── stylesheetparser │ │ │ │ │ └── plugin.js │ │ │ │ ├── tab │ │ │ │ │ └── plugin.js │ │ │ │ ├── table │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── table.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── tableresize │ │ │ │ │ └── plugin.js │ │ │ │ ├── tabletools │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── tableCell.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── templates │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── templates.js │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── default.js │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── template1.gif │ │ │ │ │ │ ├── template2.gif │ │ │ │ │ │ └── template3.gif │ │ │ │ ├── toolbar │ │ │ │ │ └── plugin.js │ │ │ │ ├── uicolor │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── uicolor.js │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ └── zh-cn.js │ │ │ │ │ ├── plugin.js │ │ │ │ │ ├── uicolor.gif │ │ │ │ │ └── yui │ │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── hue_bg.png │ │ │ │ │ │ ├── hue_thumb.png │ │ │ │ │ │ ├── picker_mask.png │ │ │ │ │ │ ├── picker_thumb.png │ │ │ │ │ │ └── yui.css │ │ │ │ │ │ └── yui.js │ │ │ │ ├── undo │ │ │ │ │ └── plugin.js │ │ │ │ ├── wsc │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── ciframe.html │ │ │ │ │ │ ├── tmpFrameset.html │ │ │ │ │ │ ├── wsc.css │ │ │ │ │ │ └── wsc.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── wysiwygarea │ │ │ │ │ └── plugin.js │ │ │ │ └── xml │ │ │ │ │ └── plugin.js │ │ │ ├── skins │ │ │ │ ├── kama │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── editor.css │ │ │ │ │ ├── elementspath.css │ │ │ │ │ ├── icons.css │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_rtl.png │ │ │ │ │ ├── images │ │ │ │ │ │ ├── dialog_sides.gif │ │ │ │ │ │ ├── dialog_sides.png │ │ │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ │ │ ├── mini.gif │ │ │ │ │ │ ├── noimage.png │ │ │ │ │ │ ├── sprites.png │ │ │ │ │ │ ├── sprites_ie6.png │ │ │ │ │ │ └── toolbar_start.gif │ │ │ │ │ ├── mainui.css │ │ │ │ │ ├── menu.css │ │ │ │ │ ├── panel.css │ │ │ │ │ ├── presets.css │ │ │ │ │ ├── reset.css │ │ │ │ │ ├── richcombo.css │ │ │ │ │ ├── skin.js │ │ │ │ │ ├── templates.css │ │ │ │ │ └── toolbar.css │ │ │ │ ├── office2003 │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── editor.css │ │ │ │ │ ├── elementspath.css │ │ │ │ │ ├── icons.css │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_rtl.png │ │ │ │ │ ├── images │ │ │ │ │ │ ├── dialog_sides.gif │ │ │ │ │ │ ├── dialog_sides.png │ │ │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ │ │ ├── mini.gif │ │ │ │ │ │ ├── noimage.png │ │ │ │ │ │ ├── sprites.png │ │ │ │ │ │ └── sprites_ie6.png │ │ │ │ │ ├── mainui.css │ │ │ │ │ ├── menu.css │ │ │ │ │ ├── panel.css │ │ │ │ │ ├── presets.css │ │ │ │ │ ├── reset.css │ │ │ │ │ ├── richcombo.css │ │ │ │ │ ├── skin.js │ │ │ │ │ ├── templates.css │ │ │ │ │ └── toolbar.css │ │ │ │ └── v2 │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── editor.css │ │ │ │ │ ├── elementspath.css │ │ │ │ │ ├── icons.css │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_rtl.png │ │ │ │ │ ├── images │ │ │ │ │ ├── dialog_sides.gif │ │ │ │ │ ├── dialog_sides.png │ │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ │ ├── mini.gif │ │ │ │ │ ├── noimage.png │ │ │ │ │ ├── sprites.png │ │ │ │ │ ├── sprites_ie6.png │ │ │ │ │ └── toolbar_start.gif │ │ │ │ │ ├── mainui.css │ │ │ │ │ ├── menu.css │ │ │ │ │ ├── panel.css │ │ │ │ │ ├── presets.css │ │ │ │ │ ├── reset.css │ │ │ │ │ ├── richcombo.css │ │ │ │ │ ├── skin.js │ │ │ │ │ ├── templates.css │ │ │ │ │ └── toolbar.css │ │ │ └── themes │ │ │ │ └── default │ │ │ │ └── theme.js │ │ ├── adapters │ │ │ └── jquery.js │ │ ├── ckeditor.js │ │ ├── ckeditor.pack │ │ ├── ckeditor_basic.js │ │ ├── ckeditor_basic_source.js │ │ ├── ckeditor_source.js │ │ ├── config.js │ │ ├── contents.css │ │ ├── images │ │ │ └── spacer.gif │ │ ├── lang │ │ │ ├── _languages.js │ │ │ ├── _translationstatus.txt │ │ │ ├── af.js │ │ │ ├── ar.js │ │ │ ├── bg.js │ │ │ ├── bn.js │ │ │ ├── bs.js │ │ │ ├── ca.js │ │ │ ├── cs.js │ │ │ ├── cy.js │ │ │ ├── da.js │ │ │ ├── de.js │ │ │ ├── el.js │ │ │ ├── en-au.js │ │ │ ├── en-ca.js │ │ │ ├── en-gb.js │ │ │ ├── en.js │ │ │ ├── eo.js │ │ │ ├── es.js │ │ │ ├── et.js │ │ │ ├── eu.js │ │ │ ├── fa.js │ │ │ ├── fi.js │ │ │ ├── fo.js │ │ │ ├── fr-ca.js │ │ │ ├── fr.js │ │ │ ├── gl.js │ │ │ ├── gu.js │ │ │ ├── he.js │ │ │ ├── hi.js │ │ │ ├── hr.js │ │ │ ├── hu.js │ │ │ ├── id.js │ │ │ ├── is.js │ │ │ ├── it.js │ │ │ ├── ja.js │ │ │ ├── ka.js │ │ │ ├── km.js │ │ │ ├── ko.js │ │ │ ├── ku.js │ │ │ ├── lt.js │ │ │ ├── lv.js │ │ │ ├── mk.js │ │ │ ├── mn.js │ │ │ ├── ms.js │ │ │ ├── nb.js │ │ │ ├── nl.js │ │ │ ├── no.js │ │ │ ├── pl.js │ │ │ ├── pt-br.js │ │ │ ├── pt.js │ │ │ ├── ro.js │ │ │ ├── ru.js │ │ │ ├── sk.js │ │ │ ├── sl.js │ │ │ ├── sr-latn.js │ │ │ ├── sr.js │ │ │ ├── sv.js │ │ │ ├── th.js │ │ │ ├── tr.js │ │ │ ├── ug.js │ │ │ ├── uk.js │ │ │ ├── vi.js │ │ │ ├── zh-cn.js │ │ │ └── zh.js │ │ ├── plugins │ │ │ ├── a11yhelp │ │ │ │ ├── dialogs │ │ │ │ │ └── a11yhelp.js │ │ │ │ └── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gu.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mk.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ ├── about │ │ │ │ └── dialogs │ │ │ │ │ ├── about.js │ │ │ │ │ └── logo_ckeditor.png │ │ │ ├── adobeair │ │ │ │ └── plugin.js │ │ │ ├── ajax │ │ │ │ └── plugin.js │ │ │ ├── autogrow │ │ │ │ └── plugin.js │ │ │ ├── bbcode │ │ │ │ └── plugin.js │ │ │ ├── clipboard │ │ │ │ └── dialogs │ │ │ │ │ └── paste.js │ │ │ ├── colordialog │ │ │ │ └── dialogs │ │ │ │ │ └── colordialog.js │ │ │ ├── devtools │ │ │ │ ├── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gu.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ │ └── plugin.js │ │ │ ├── dialog │ │ │ │ └── dialogDefinition.js │ │ │ ├── div │ │ │ │ └── dialogs │ │ │ │ │ └── div.js │ │ │ ├── docprops │ │ │ │ ├── dialogs │ │ │ │ │ └── docprops.js │ │ │ │ └── plugin.js │ │ │ ├── find │ │ │ │ └── dialogs │ │ │ │ │ └── find.js │ │ │ ├── flash │ │ │ │ ├── dialogs │ │ │ │ │ └── flash.js │ │ │ │ └── images │ │ │ │ │ └── placeholder.png │ │ │ ├── forms │ │ │ │ ├── dialogs │ │ │ │ │ ├── button.js │ │ │ │ │ ├── checkbox.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── hiddenfield.js │ │ │ │ │ ├── radio.js │ │ │ │ │ ├── select.js │ │ │ │ │ ├── textarea.js │ │ │ │ │ └── textfield.js │ │ │ │ └── images │ │ │ │ │ └── hiddenfield.gif │ │ │ ├── iframe │ │ │ │ ├── dialogs │ │ │ │ │ └── iframe.js │ │ │ │ └── images │ │ │ │ │ └── placeholder.png │ │ │ ├── iframedialog │ │ │ │ └── plugin.js │ │ │ ├── image │ │ │ │ └── dialogs │ │ │ │ │ └── image.js │ │ │ ├── link │ │ │ │ ├── dialogs │ │ │ │ │ ├── anchor.js │ │ │ │ │ └── link.js │ │ │ │ └── images │ │ │ │ │ └── anchor.gif │ │ │ ├── liststyle │ │ │ │ └── dialogs │ │ │ │ │ └── liststyle.js │ │ │ ├── pagebreak │ │ │ │ └── images │ │ │ │ │ └── pagebreak.gif │ │ │ ├── pastefromword │ │ │ │ └── filter │ │ │ │ │ └── default.js │ │ │ ├── pastetext │ │ │ │ └── dialogs │ │ │ │ │ └── pastetext.js │ │ │ ├── placeholder │ │ │ │ ├── dialogs │ │ │ │ │ └── placeholder.js │ │ │ │ ├── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ │ ├── placeholder.gif │ │ │ │ └── plugin.js │ │ │ ├── preview │ │ │ │ └── preview.html │ │ │ ├── scayt │ │ │ │ └── dialogs │ │ │ │ │ ├── options.js │ │ │ │ │ └── toolbar.css │ │ │ ├── showblocks │ │ │ │ └── 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 │ │ │ ├── smiley │ │ │ │ ├── dialogs │ │ │ │ │ └── smiley.js │ │ │ │ └── images │ │ │ │ │ ├── angel_smile.gif │ │ │ │ │ ├── angry_smile.gif │ │ │ │ │ ├── broken_heart.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 │ │ │ ├── specialchar │ │ │ │ ├── dialogs │ │ │ │ │ └── specialchar.js │ │ │ │ └── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ └── zh-cn.js │ │ │ ├── styles │ │ │ │ └── styles │ │ │ │ │ └── default.js │ │ │ ├── stylesheetparser │ │ │ │ └── plugin.js │ │ │ ├── table │ │ │ │ └── dialogs │ │ │ │ │ └── table.js │ │ │ ├── tableresize │ │ │ │ └── plugin.js │ │ │ ├── tabletools │ │ │ │ └── dialogs │ │ │ │ │ └── tableCell.js │ │ │ ├── templates │ │ │ │ ├── dialogs │ │ │ │ │ └── templates.js │ │ │ │ └── templates │ │ │ │ │ ├── default.js │ │ │ │ │ └── images │ │ │ │ │ ├── template1.gif │ │ │ │ │ ├── template2.gif │ │ │ │ │ └── template3.gif │ │ │ ├── uicolor │ │ │ │ ├── dialogs │ │ │ │ │ └── uicolor.js │ │ │ │ ├── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mk.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ │ ├── plugin.js │ │ │ │ ├── uicolor.gif │ │ │ │ └── yui │ │ │ │ │ ├── assets │ │ │ │ │ ├── hue_bg.png │ │ │ │ │ ├── hue_thumb.png │ │ │ │ │ ├── picker_mask.png │ │ │ │ │ ├── picker_thumb.png │ │ │ │ │ └── yui.css │ │ │ │ │ └── yui.js │ │ │ ├── wsc │ │ │ │ └── dialogs │ │ │ │ │ ├── ciframe.html │ │ │ │ │ ├── tmpFrameset.html │ │ │ │ │ ├── wsc.css │ │ │ │ │ └── wsc.js │ │ │ └── xml │ │ │ │ └── plugin.js │ │ ├── skins │ │ │ ├── kama │ │ │ │ ├── dialog.css │ │ │ │ ├── editor.css │ │ │ │ ├── icons.png │ │ │ │ ├── icons_rtl.png │ │ │ │ ├── images │ │ │ │ │ ├── dialog_sides.gif │ │ │ │ │ ├── dialog_sides.png │ │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ │ ├── mini.gif │ │ │ │ │ ├── noimage.png │ │ │ │ │ ├── sprites.png │ │ │ │ │ ├── sprites_ie6.png │ │ │ │ │ └── toolbar_start.gif │ │ │ │ ├── skin.js │ │ │ │ └── templates.css │ │ │ ├── office2003 │ │ │ │ ├── dialog.css │ │ │ │ ├── editor.css │ │ │ │ ├── icons.png │ │ │ │ ├── icons_rtl.png │ │ │ │ ├── images │ │ │ │ │ ├── dialog_sides.gif │ │ │ │ │ ├── dialog_sides.png │ │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ │ ├── mini.gif │ │ │ │ │ ├── noimage.png │ │ │ │ │ ├── sprites.png │ │ │ │ │ └── sprites_ie6.png │ │ │ │ ├── skin.js │ │ │ │ └── templates.css │ │ │ └── v2 │ │ │ │ ├── dialog.css │ │ │ │ ├── editor.css │ │ │ │ ├── icons.png │ │ │ │ ├── icons_rtl.png │ │ │ │ ├── images │ │ │ │ ├── dialog_sides.gif │ │ │ │ ├── dialog_sides.png │ │ │ │ ├── dialog_sides_rtl.png │ │ │ │ ├── mini.gif │ │ │ │ ├── noimage.png │ │ │ │ ├── sprites.png │ │ │ │ ├── sprites_ie6.png │ │ │ │ └── toolbar_start.gif │ │ │ │ ├── skin.js │ │ │ │ └── templates.css │ │ └── themes │ │ │ └── default │ │ │ └── theme.js │ ├── css │ │ ├── bigimg.css │ │ ├── index.css │ │ ├── pubu.css │ │ └── style.css │ ├── homePage.jsp │ ├── images │ │ ├── bg-girl.jpg │ │ ├── bg.jpg │ │ ├── boy.jpg │ │ ├── flower.jpg │ │ ├── flower.png │ │ ├── girl.jpg │ │ ├── love.png │ │ ├── noa.jpg │ │ ├── p01.jpg │ │ ├── p02.jpg │ │ ├── p03.jpg │ │ ├── p04.jpg │ │ ├── p05.jpg │ │ ├── p06.jpg │ │ ├── pbl.JPG │ │ ├── s6.jpg │ │ ├── s7.jpg │ │ ├── s8.jpg │ │ ├── t01.jpg │ │ ├── t02.jpg │ │ └── t03.jpg │ ├── images1 │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── closelabel.gif │ │ ├── cur-left1.png │ │ ├── cur-right1.png │ │ ├── load.gif │ │ ├── loding.gif │ │ └── pixel.gif │ ├── jquery-2.1.0.js │ ├── js │ │ ├── bigimg.js │ │ ├── blocksit.min.js │ │ ├── jquery-1.9.1.min.js │ │ ├── jquery.lazyload.min.js │ │ ├── modernizr.js │ │ ├── notification.js │ │ └── pubu.js │ ├── login.jsp │ ├── message.jsp │ ├── messageSet.jsp │ ├── oneArticle.jsp │ ├── oneArticleUpdate.jsp │ ├── picture.jsp │ └── scss │ │ └── style.scss ├── build │ └── classes │ │ ├── hibernate.cfg.xml │ │ ├── log4j.properties │ │ ├── peng │ │ ├── action │ │ │ ├── spring.xml │ │ │ └── struts.xml │ │ └── entity │ │ │ ├── Article.hbm.xml │ │ │ ├── Message.hbm.xml │ │ │ ├── Picture.hbm.xml │ │ │ ├── User.hbm.xml │ │ │ └── UserInfo.hbm.xml │ │ ├── spring.xml │ │ └── struts.xml └── src │ ├── hibernate.cfg.xml │ ├── log4j.properties │ ├── peng │ ├── action │ │ ├── AboutMeAction.java │ │ ├── AddPictureAction.java │ │ ├── ArticleAction.java │ │ ├── HomePageAction.java │ │ ├── MessageAction.java │ │ ├── spring.xml │ │ └── struts.xml │ ├── dao │ │ ├── AboutMeDao.java │ │ ├── AddPictureDao.java │ │ ├── ArticleDao.java │ │ ├── HomePageDao.java │ │ └── MessageDao.java │ ├── entity │ │ ├── Article.hbm.xml │ │ ├── Article.java │ │ ├── Message.hbm.xml │ │ ├── Message.java │ │ ├── Picture.hbm.xml │ │ ├── Picture.java │ │ ├── User.hbm.xml │ │ ├── User.java │ │ ├── UserInfo.hbm.xml │ │ └── UserInfo.java │ ├── filter │ │ └── LoginFilter.java │ └── service │ │ ├── AboutMeService.java │ │ ├── AddPictureService.java │ │ ├── ArticleService.java │ │ ├── HomePageService.java │ │ └── MessageService.java │ ├── spring.xml │ └── struts.xml ├── MyBlog_SQL.sql └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | 3 | # Mobile Tools for Java (J2ME) 4 | .mtj.tmp/ 5 | 6 | # Package Files # 7 | *.jar 8 | *.war 9 | *.ear 10 | 11 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 12 | hs_err_pid* 13 | -------------------------------------------------------------------------------- /MyBlog/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /MyBlog/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | MyBlog 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.wst.common.project.facet.core.builder 15 | 16 | 17 | 18 | 19 | org.eclipse.wst.validation.validationbuilder 20 | 21 | 22 | 23 | 24 | 25 | org.eclipse.jem.workbench.JavaEMFNature 26 | org.eclipse.wst.common.modulecore.ModuleCoreNature 27 | org.eclipse.wst.common.project.facet.core.nature 28 | org.eclipse.jdt.core.javanature 29 | org.eclipse.wst.jsdt.core.jsNature 30 | 31 | 32 | -------------------------------------------------------------------------------- /MyBlog/.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /MyBlog/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4 | org.eclipse.jdt.core.compiler.compliance=1.8 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 | org.eclipse.jdt.core.compiler.source=1.8 8 | -------------------------------------------------------------------------------- /MyBlog/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MyBlog/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MyBlog/.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /MyBlog/.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /MyBlog/WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | # For licensing, see LICENSE.html or http://ckeditor.com/license 4 | # 5 | 6 | # 7 | # On some specific Linux installations you could face problems with Firefox. 8 | # It could give you errors when loading the editor saying that some illegal 9 | # characters were found (three strange chars in the beginning of the file). 10 | # This could happen if you map the .js or .css files to PHP, for example. 11 | # 12 | # Those characters are the Byte Order Mask (BOM) of the Unicode encoded files. 13 | # All FCKeditor files are Unicode encoded. 14 | # 15 | 16 | AddType application/x-javascript .js 17 | AddType text/css .css 18 | 19 | # 20 | # If PHP is mapped to handle XML files, you could have some issues. The 21 | # following will disable it. 22 | # 23 | 24 | AddType text/xml .xml 25 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_samples/api_dialog/my_dialog.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.dialog.add( 'myDialog', function( editor ) 7 | { 8 | return { 9 | title : 'My Dialog', 10 | minWidth : 400, 11 | minHeight : 200, 12 | contents : [ 13 | { 14 | id : 'tab1', 15 | label : 'First Tab', 16 | title : 'First Tab', 17 | elements : 18 | [ 19 | { 20 | id : 'input1', 21 | type : 'text', 22 | label : 'Input 1' 23 | } 24 | ] 25 | } 26 | ] 27 | }; 28 | } ); 29 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_samples/assets/output_for_flash.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_samples/assets/output_for_flash.fla -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_samples/assets/output_for_flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_samples/assets/output_for_flash.swf -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/core/dom.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /** 7 | * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM 8 | * manipulation objects and function. 9 | */ 10 | 11 | /** 12 | * @namespace DOM manipulation objects, classes and functions. 13 | * @see CKEDITOR.dom.element 14 | * @see CKEDITOR.dom.node 15 | * @example 16 | */ 17 | CKEDITOR.dom = 18 | {}; 19 | 20 | // PACKAGER_RENAME( CKEDITOR.dom ) 21 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/core/dom/nodelist.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /** 7 | * @class 8 | */ 9 | CKEDITOR.dom.nodeList = function( nativeList ) 10 | { 11 | this.$ = nativeList; 12 | }; 13 | 14 | CKEDITOR.dom.nodeList.prototype = 15 | { 16 | count : function() 17 | { 18 | return this.$.length; 19 | }, 20 | 21 | getItem : function( index ) 22 | { 23 | var $node = this.$[ index ]; 24 | return $node ? new CKEDITOR.dom.node( $node ) : null; 25 | } 26 | }; 27 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/core/htmlparser/cdata.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | (function() 7 | { 8 | 9 | /** 10 | * A lightweight representation of HTML text. 11 | * @constructor 12 | * @example 13 | */ 14 | CKEDITOR.htmlParser.cdata = function( value ) 15 | { 16 | /** 17 | * The CDATA value. 18 | * @type String 19 | * @example 20 | */ 21 | this.value = value; 22 | }; 23 | 24 | CKEDITOR.htmlParser.cdata.prototype = 25 | { 26 | /** 27 | * CDATA has the same type as {@link CKEDITOR.htmlParser.text} This is 28 | * a constant value set to {@link CKEDITOR.NODE_TEXT}. 29 | * @type Number 30 | * @example 31 | */ 32 | type : CKEDITOR.NODE_TEXT, 33 | 34 | /** 35 | * Writes write the CDATA with no special manipulations. 36 | * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. 37 | */ 38 | writeHtml : function( writer ) 39 | { 40 | writer.write( this.value ); 41 | } 42 | }; 43 | })(); 44 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/core/themes.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /** 7 | * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to 8 | * manage themes registration and loading. 9 | */ 10 | 11 | /** 12 | * Manages themes registration and loading. 13 | * @namespace 14 | * @augments CKEDITOR.resourceManager 15 | * @example 16 | */ 17 | CKEDITOR.themes = new CKEDITOR.resourceManager( 18 | '_source/'+ // @Packager.RemoveLine 19 | 'themes/', 'theme' ); 20 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/about/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.add( 'about', 7 | { 8 | requires : [ 'dialog' ], 9 | init : function( editor ) 10 | { 11 | var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) ); 12 | command.modes = { wysiwyg:1, source:1 }; 13 | command.canUndo = false; 14 | command.readOnly = 1; 15 | 16 | editor.ui.addButton( 'About', 17 | { 18 | label : editor.lang.about.title, 19 | command : 'about' 20 | }); 21 | 22 | CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' ); 23 | } 24 | }); 25 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/colordialog/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.colordialog = 7 | { 8 | requires : [ 'dialog' ], 9 | init : function( editor ) 10 | { 11 | editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) ); 12 | CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' ); 13 | } 14 | }; 15 | 16 | CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog ); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'bg', 7 | { 8 | devTools : 9 | { 10 | title : 'Информация за елемента', 11 | dialogName : 'Име на диалоговия прозорец', 12 | tabName : 'Име на таб', 13 | elementId : 'ID на елемента', 14 | elementType : 'Тип на елемента' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'cs', 7 | { 8 | devTools : 9 | { 10 | title : 'Informace o prvku', 11 | dialogName : 'Název dialogového okna', 12 | tabName : 'Název karty', 13 | elementId : 'ID prvku', 14 | elementType : 'Typ prvku' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'cy', 7 | { 8 | devTools : 9 | { 10 | title : 'Gwybodaeth am yr Elfen', 11 | dialogName : 'Enw ffenestr y deialog', 12 | tabName : 'Enw\'r tab', 13 | elementId : 'ID yr Elfen', 14 | elementType : 'Math yr elfen' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'da', 7 | { 8 | devTools : 9 | { 10 | title : 'Information på elementet', 11 | dialogName : 'Dialogboks', 12 | tabName : 'Tab beskrivelse', 13 | elementId : 'ID på element', 14 | elementType : 'Type af element' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'de', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementinformation', 11 | dialogName : 'Dialogfenstername', 12 | tabName : 'Reitername', 13 | elementId : 'Element ID', 14 | elementType : 'Elementtyp' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'el', 7 | { 8 | devTools : 9 | { 10 | title : 'Πληροφορίες Στοιχείου', 11 | dialogName : 'Όνομα παραθύρου διαλόγου', 12 | tabName : 'Όνομα καρτέλας', 13 | elementId : 'ID Στοιχείου', 14 | elementType : 'Τύπος στοιχείου' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'en', 7 | { 8 | devTools : 9 | { 10 | title : 'Element Information', 11 | dialogName : 'Dialog window name', 12 | tabName : 'Tab name', 13 | elementId : 'Element ID', 14 | elementType : 'Element type' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'eo', 7 | { 8 | devTools : 9 | { 10 | title : 'Informo pri la elemento', 11 | dialogName : 'Nomo de la dialogfenestro', 12 | tabName : 'Langetnomo', 13 | elementId : 'ID de la elemento', 14 | elementType : 'Tipo de la elemento' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'et', 7 | { 8 | devTools : 9 | { 10 | title : 'Elemendi andmed', 11 | dialogName : 'Dialoogiakna nimi', 12 | tabName : 'Saki nimi', 13 | elementId : 'Elemendi ID', 14 | elementType : 'Elemendi liik' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'fa', 7 | { 8 | devTools : 9 | { 10 | title : 'اطلاعات عنصر', 11 | dialogName : 'نام پنجره محاوره‌ای', 12 | tabName : 'نام برگه', 13 | elementId : 'ID عنصر', 14 | elementType : 'نوع عنصر' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'fi', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementin tiedot', 11 | dialogName : 'Dialogi-ikkunan nimi', 12 | tabName : 'Välilehden nimi', 13 | elementId : 'Elementin ID', 14 | elementType : 'Elementin tyyppi' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'fr', 7 | { 8 | devTools : 9 | { 10 | title : 'Information sur l\'élément', 11 | dialogName : 'Nom de la fenêtre de dialogue', 12 | tabName : 'Nom de l\'onglet', 13 | elementId : 'ID de l\'élément', 14 | elementType : 'Type de l\'élément' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/gu.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'gu', 7 | { 8 | devTools : 9 | { 10 | title : 'પ્રાથમિક માહિતી', 11 | dialogName : 'વિન્ડોનું નામ', 12 | tabName : 'ટેબનું નામ', 13 | elementId : 'પ્રાથમિક આઈડી', 14 | elementType : 'પ્રાથમિક પ્રકાર' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'he', 7 | { 8 | devTools : 9 | { 10 | title : 'מידע על האלמנט', 11 | dialogName : 'שם הדיאלוג', 12 | tabName : 'שם הטאב', 13 | elementId : 'ID של האלמנט', 14 | elementType : 'סוג האלמנט' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'hr', 7 | { 8 | devTools : 9 | { 10 | title : 'Informacije elementa', 11 | dialogName : 'Naziv prozora za dijalog', 12 | tabName : 'Naziva jahača', 13 | elementId : 'ID elementa', 14 | elementType : 'Vrsta elementa' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'it', 7 | { 8 | devTools : 9 | { 10 | title : 'Informazioni elemento', 11 | dialogName : 'Nome finestra di dialogo', 12 | tabName : 'Nome Tab', 13 | elementId : 'ID Elemento', 14 | elementType : 'Tipo elemento' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'ku', 7 | { 8 | devTools : 9 | { 10 | title : 'زانیاری توخم', 11 | dialogName : 'ناوی په‌نجه‌ره‌ی دیالۆگ', 12 | tabName : 'ناوی بازده‌ر تاب', 13 | elementId : 'ناسنامه‌ی توخم', 14 | elementType : 'جۆری توخم' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'lv', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementa informācija', 11 | dialogName : 'Dialoga loga nosaukums', 12 | tabName : 'Cilnes nosaukums', 13 | elementId : 'Elementa ID', 14 | elementType : 'Elementa tips' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'nb', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementinformasjon', 11 | dialogName : 'Navn på dialogvindu', 12 | tabName : 'Navn på fane', 13 | elementId : 'Element-ID', 14 | elementType : 'Elementtype' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'nl', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementinformatie', 11 | dialogName : 'Naam dialoogvenster', 12 | tabName : 'Tabnaam', 13 | elementId : 'Element ID', 14 | elementType : 'Elementtype' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'no', 7 | { 8 | devTools : 9 | { 10 | title : 'Elementinformasjon', 11 | dialogName : 'Navn på dialogvindu', 12 | tabName : 'Navn på fane', 13 | elementId : 'Element-ID', 14 | elementType : 'Elementtype' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'pl', 7 | { 8 | devTools : 9 | { 10 | title : 'Informacja o elemencie', 11 | dialogName : 'Nazwa okna dialogowego', 12 | tabName : 'Nazwa zakładki', 13 | elementId : 'ID elementu', 14 | elementType : 'Typ elementu' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'pt-br', 7 | { 8 | devTools : 9 | { 10 | title : 'Informação do Elemento', 11 | dialogName : 'Nome da janela de diálogo', 12 | tabName : 'Nome da aba', 13 | elementId : 'ID do elemento', 14 | elementType : 'Tipo do elemento' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'sk', 7 | { 8 | devTools : 9 | { 10 | title : 'Informácie o prvku', 11 | dialogName : 'Názov okna dialógu', 12 | tabName : 'Názov záložky', 13 | elementId : 'ID prvku', 14 | elementType : 'Typ prvku' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'tr', 7 | { 8 | devTools : 9 | { 10 | title : 'Eleman Bilgisi', 11 | dialogName : 'İletişim pencere ismi', 12 | tabName : 'Sekme adı', 13 | elementId : 'Eleman ID', 14 | elementType : 'Eleman türü' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'ug', 7 | { 8 | devTools : 9 | { 10 | title : 'ئېلېمېنت ئۇچۇرى', 11 | dialogName : 'سۆزلەشكۈ كۆزنەك ئاتى', 12 | tabName : 'Tab ئاتى', 13 | elementId : 'ئېلېمېنت كىملىكى', 14 | elementType : 'ئېلېمېنت تىپى' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'uk', 7 | { 8 | devTools : 9 | { 10 | title : 'Відомості про Елемент', 11 | dialogName : 'Заголовок діалогового вікна', 12 | tabName : 'Назва вкладки', 13 | elementId : 'Ідентифікатор Елемента', 14 | elementType : 'Тип Елемента' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'vi', 7 | { 8 | devTools : 9 | { 10 | title : 'Thông tin thành ph', 11 | dialogName : 'Tên hộp tho', 12 | tabName : 'Tên th', 13 | elementId : 'Mã thành ph', 14 | elementType : 'Loại thành ph' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/devtools/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'devtools', 'zh-cn', 7 | { 8 | devTools : 9 | { 10 | title : '元素信息', 11 | dialogName : '对话框窗口名称', 12 | tabName : 'Tab 名称', 13 | elementId : '元素 ID', 14 | elementType : '元素类型' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/docprops/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.add( 'docprops', 7 | { 8 | init : function( editor ) 9 | { 10 | var cmd = new CKEDITOR.dialogCommand( 'docProps' ); 11 | // Only applicable on full page mode. 12 | cmd.modes = { wysiwyg : editor.config.fullPage }; 13 | editor.addCommand( 'docProps', cmd ); 14 | CKEDITOR.dialog.add( 'docProps', this.path + 'dialogs/docprops.js' ); 15 | 16 | editor.ui.addButton( 'DocProps', 17 | { 18 | label : editor.lang.docprops.label, 19 | command : 'docProps' 20 | }); 21 | } 22 | }); 23 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/flash/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/flash/images/placeholder.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/forms/images/hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/forms/images/hiddenfield.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/horizontalrule/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /** 7 | * @file Horizontal Rule plugin. 8 | */ 9 | 10 | (function() 11 | { 12 | var horizontalruleCmd = 13 | { 14 | canUndo : false, // The undo snapshot will be handled by 'insertElement'. 15 | exec : function( editor ) 16 | { 17 | var hr = editor.document.createElement( 'hr' ); 18 | editor.insertElement( hr ); 19 | } 20 | }; 21 | 22 | var pluginName = 'horizontalrule'; 23 | 24 | // Register a plugin named "horizontalrule". 25 | CKEDITOR.plugins.add( pluginName, 26 | { 27 | init : function( editor ) 28 | { 29 | editor.addCommand( pluginName, horizontalruleCmd ); 30 | editor.ui.addButton( 'HorizontalRule', 31 | { 32 | label : editor.lang.horizontalrule, 33 | command : pluginName 34 | }); 35 | } 36 | }); 37 | })(); 38 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/iframe/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/iframe/images/placeholder.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/link/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/link/images/anchor.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'bg', 7 | { 8 | placeholder : 9 | { 10 | title : 'Настройки на контейнера', 11 | toolbar : 'Нов контейнер', 12 | text : 'Текст за контейнера', 13 | edit : 'Промяна на контейнер', 14 | textMissing : 'Контейнера трябва да съдържа текст.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'cs', 7 | { 8 | placeholder : 9 | { 10 | title : 'Vlastnosti vyhrazeného prostoru', 11 | toolbar : 'Vytvořit vyhrazený prostor', 12 | text : 'Vyhrazený text', 13 | edit : 'Upravit vyhrazený prostor', 14 | textMissing : 'Vyhrazený prostor musí obsahovat text.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'cy', 7 | { 8 | placeholder : 9 | { 10 | title : 'Priodweddau\'r Daliwr Geiriau', 11 | toolbar : 'Creu Daliwr Geiriau', 12 | text : 'Testun y Daliwr Geiriau', 13 | edit : 'Golygu\'r Dailwr Geiriau', 14 | textMissing : 'Mae\'n rhaid i\'r daliwr geiriau gynnwys testun.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'da', 7 | { 8 | placeholder : 9 | { 10 | title : 'Egenskaber for pladsholder', 11 | toolbar : 'Opret pladsholder', 12 | text : 'Tekst til pladsholder', 13 | edit : 'Redigér pladsholder', 14 | textMissing : 'Pladsholder skal indeholde tekst' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'de', 7 | { 8 | placeholder : 9 | { 10 | title : 'Platzhalter Einstellungen', 11 | toolbar : 'Platzhalter erstellen', 12 | text : 'Platzhalter Text', 13 | edit : 'Platzhalter bearbeiten', 14 | textMissing : 'Der Platzhalter muss einen Text beinhalten.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'el', 7 | { 8 | placeholder : 9 | { 10 | title : 'Ιδιότητες Υποκατάστατου Κειμένου', 11 | toolbar : 'Δημιουργία Υποκατάσταστου Κειμένου', 12 | text : 'Υποκαθιστόμενο Κείμενο', 13 | edit : 'Επεξεργασία Υποκατάσταστου Κειμένου', 14 | textMissing : 'Πρέπει να υπάρχει υποκαθιστόμενο κείμενο.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'en', 7 | { 8 | placeholder : 9 | { 10 | title : 'Placeholder Properties', 11 | toolbar : 'Create Placeholder', 12 | text : 'Placeholder Text', 13 | edit : 'Edit Placeholder', 14 | textMissing : 'The placeholder must contain text.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'eo', 7 | { 8 | placeholder : 9 | { 10 | title : 'Atributoj de la rezervita spaco', 11 | toolbar : 'Krei la rezervitan spacon', 12 | text : 'Texto de la rezervita spaco', 13 | edit : 'Modifi la rezervitan spacon', 14 | textMissing : 'La rezervita spaco devas enteni tekston.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'et', 7 | { 8 | placeholder : 9 | { 10 | title : 'Kohahoidja omadused', 11 | toolbar : 'Kohahoidja loomine', 12 | text : 'Kohahoidja tekst', 13 | edit : 'Kohahoidja muutmine', 14 | textMissing : 'Kohahoidja peab sisaldama teksti.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'fa', 7 | { 8 | placeholder : 9 | { 10 | title : 'ویژگی‌های محل نگهداری', 11 | toolbar : 'ایجاد یک محل نگهداری', 12 | text : 'متن محل نگهداری', 13 | edit : 'ویرایش محل نگهداری', 14 | textMissing : 'محل نگهداری باید محتوی متن باشد.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'fi', 7 | { 8 | placeholder : 9 | { 10 | title : 'Paikkamerkin ominaisuudet', 11 | toolbar : 'Luo paikkamerkki', 12 | text : 'Paikkamerkin teksti', 13 | edit : 'Muokkaa paikkamerkkiä', 14 | textMissing : 'Paikkamerkin täytyy sisältää tekstiä' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'fr', 7 | { 8 | placeholder : 9 | { 10 | title : 'Propriétés de l\'Espace réservé', 11 | toolbar : 'Créer l\'Espace réservé', 12 | text : 'Texte de l\'Espace réservé', 13 | edit : 'Modifier l\'Espace réservé', 14 | textMissing : 'L\'Espace réservé doit contenir du texte.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'he', 7 | { 8 | placeholder : 9 | { 10 | title : 'מאפייני שומר מקום', 11 | toolbar : 'צור שומר מקום', 12 | text : 'תוכן שומר המקום', 13 | edit : 'ערוך שומר מקום', 14 | textMissing : 'שומר המקום חייב להכיל טקסט.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'hr', 7 | { 8 | placeholder : 9 | { 10 | title : 'Svojstva rezerviranog mjesta', 11 | toolbar : 'Napravi rezervirano mjesto', 12 | text : 'Tekst rezerviranog mjesta', 13 | edit : 'Uredi rezervirano mjesto', 14 | textMissing : 'Rezervirano mjesto mora sadržavati tekst.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'it', 7 | { 8 | placeholder : 9 | { 10 | title : 'Proprietà segnaposto', 11 | toolbar : 'Crea segnaposto', 12 | text : 'Testo segnaposto', 13 | edit : 'Modifica segnaposto', 14 | textMissing : 'Il segnaposto deve contenere del testo.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'ku', 7 | { 8 | placeholder : 9 | { 10 | title : 'خاسیه‌تی شوێن هه‌ڵگر', 11 | toolbar : 'درووستکردنی شوێن هه‌ڵگر', 12 | text : 'ده‌ق بۆ شوێن هه‌ڵگڕ', 13 | edit : 'چاکسازی شوێن هه‌ڵگڕ', 14 | textMissing : 'شوێن هه‌ڵگڕ ده‌بێت له‌ده‌ق پێکهاتبێت.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'lv', 7 | { 8 | placeholder : 9 | { 10 | title : 'Viettura uzstādījumi', 11 | toolbar : 'Izveidot vietturi', 12 | text : 'Viettura teksts', 13 | edit : 'Labot vietturi', 14 | textMissing : 'Vietturim jāsatur tekstu' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'nb', 7 | { 8 | placeholder : 9 | { 10 | title : 'Egenskaper for plassholder', 11 | toolbar : 'Opprett plassholder', 12 | text : 'Tekst for plassholder', 13 | edit : 'Rediger plassholder', 14 | textMissing : 'Plassholderen må inneholde tekst.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'nl', 7 | { 8 | placeholder : 9 | { 10 | title : 'Eigenschappen placeholder', 11 | toolbar : 'Placeholder aanmaken', 12 | text : 'Placeholder tekst', 13 | edit : 'Placeholder wijzigen', 14 | textMissing : 'De placeholder moet tekst bevatten.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'no', 7 | { 8 | placeholder : 9 | { 10 | title : 'Egenskaper for plassholder', 11 | toolbar : 'Opprett plassholder', 12 | text : 'Tekst for plassholder', 13 | edit : 'Rediger plassholder', 14 | textMissing : 'Plassholderen må inneholde tekst.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'pl', 7 | { 8 | placeholder : 9 | { 10 | title : 'Właściwości wypełniacza', 11 | toolbar : 'Utwórz wypełniacz', 12 | text : 'Tekst wypełnienia', 13 | edit : 'Edytuj wypełnienie', 14 | textMissing : 'Wypełnienie musi posiadać jakiś tekst.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'pt-br', 7 | { 8 | placeholder : 9 | { 10 | title : 'Propriedades do Espaço Reservado', 11 | toolbar : 'Criar Espaço Reservado', 12 | text : 'Texto do Espaço Reservado', 13 | edit : 'Editar Espaço Reservado', 14 | textMissing : 'O espaço reservado deve conter texto.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'sk', 7 | { 8 | placeholder : 9 | { 10 | title : 'Vlastnosti placeholdera', 11 | toolbar : 'Vytvoriť placeholder', 12 | text : 'Text placeholdera', 13 | edit : 'Upraviť placeholder', 14 | textMissing : 'Placeholder musí obsahovať text.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'tr', 7 | { 8 | placeholder : 9 | { 10 | title : 'Yer tutucu özellikleri', 11 | toolbar : 'Yer tutucu oluşturun', 12 | text : 'Yer tutucu metini', 13 | edit : 'Yer tutucuyu düzenle', 14 | textMissing : 'Yer tutucu metin içermelidir.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'ug', 7 | { 8 | placeholder : 9 | { 10 | title : 'ئورۇن بەلگە خاسلىقى', 11 | toolbar : 'ئورۇن بەلگە قۇر', 12 | text : 'ئورۇن بەلگە تېكىستى', 13 | edit : 'ئورۇن بەلگە تەھرىر', 14 | textMissing : 'ئورۇن بەلگىسىدە چوقۇم تېكىست بولۇشى لازىم' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'uk', 7 | { 8 | placeholder : 9 | { 10 | title : 'Налаштування Заповнювача', 11 | toolbar : 'Створити Заповнювач', 12 | text : 'Текст Заповнювача', 13 | edit : 'Редагувати Заповнювач', 14 | textMissing : 'Заповнювач повинен містити текст.' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'vi', 7 | { 8 | placeholder : 9 | { 10 | title : 'Thuộc tính đặt chỗ', 11 | toolbar : 'Tạo đặt chỗ', 12 | text : 'Văn bản đặt chỗ', 13 | edit : 'Chỉnh sửa ', 14 | textMissing : 'The placeholder must contain text.' // MISSING 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'placeholder', 'zh-cn', 7 | { 8 | placeholder : 9 | { 10 | title : '占位符属性', 11 | toolbar : '创建占位符', 12 | text : '占位符文字', 13 | edit : '编辑占位符', 14 | textMissing : '占位符必须包含文字。' 15 | } 16 | }); 17 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/placeholder/placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/placeholder/placeholder.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 |  14 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/print/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /** 7 | * @file Print Plugin 8 | */ 9 | 10 | CKEDITOR.plugins.add( 'print', 11 | { 12 | init : function( editor ) 13 | { 14 | var pluginName = 'print'; 15 | 16 | // Register the command. 17 | var command = editor.addCommand( pluginName, CKEDITOR.plugins.print ); 18 | 19 | // Register the toolbar button. 20 | editor.ui.addButton( 'Print', 21 | { 22 | label : editor.lang.print, 23 | command : pluginName 24 | }); 25 | } 26 | } ); 27 | 28 | CKEDITOR.plugins.print = 29 | { 30 | exec : function( editor ) 31 | { 32 | if ( CKEDITOR.env.opera ) 33 | return; 34 | else if ( CKEDITOR.env.gecko ) 35 | editor.window.$.print(); 36 | else 37 | editor.document.$.execCommand( "Print" ); 38 | }, 39 | canUndo : false, 40 | readOnly : 1, 41 | modes : { wysiwyg : !( CKEDITOR.env.opera ) } // It is imposible to print the inner document in Opera. 42 | }; 43 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_address.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_blockquote.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_div.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h1.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h2.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h3.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h4.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h5.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_h6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_p.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/showblocks/images/block_pre.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/angel_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/angry_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/broken_heart.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/confused_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/cry_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/devil_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/envelope.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/heart.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/kiss.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/lightbulb.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/omg_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/regular_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/sad_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/shades_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/teeth_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/thumbs_down.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/thumbs_up.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/tounge_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/smiley/images/wink_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/specialchar/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.html or http://ckeditor.com/license 3 | 4 | cs.js Found: 118 Missing: 0 5 | cy.js Found: 118 Missing: 0 6 | de.js Found: 118 Missing: 0 7 | el.js Found: 16 Missing: 102 8 | eo.js Found: 118 Missing: 0 9 | et.js Found: 31 Missing: 87 10 | fa.js Found: 24 Missing: 94 11 | fi.js Found: 23 Missing: 95 12 | fr.js Found: 118 Missing: 0 13 | he.js Found: 1 Missing: 117 14 | hr.js Found: 23 Missing: 95 15 | it.js Found: 118 Missing: 0 16 | ku.js Found: 118 Missing: 0 17 | lv.js Found: 118 Missing: 0 18 | nb.js Found: 118 Missing: 0 19 | nl.js Found: 118 Missing: 0 20 | no.js Found: 118 Missing: 0 21 | pt-br.js Found: 118 Missing: 0 22 | sk.js Found: 118 Missing: 0 23 | tr.js Found: 118 Missing: 0 24 | ug.js Found: 39 Missing: 79 25 | zh-cn.js Found: 118 Missing: 0 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template1.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template2.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/templates/templates/images/template3.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'bg', 7 | { 8 | uicolor : 9 | { 10 | title : 'ПИ избор на цвят', 11 | preview : 'Преглед', 12 | config : 'Вмъкнете този низ във Вашия config.js fajl', 13 | predefined : 'Предефинирани цветови палитри' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'cs', 7 | { 8 | uicolor : 9 | { 10 | title : 'Výběr barvy rozhraní', 11 | preview : 'Živý náhled', 12 | config : 'Vložte tento řetězec do Vašeho souboru config.js', 13 | predefined : 'Přednastavené sady barev' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'cy', 7 | { 8 | uicolor : 9 | { 10 | title : 'Dewisydd Lliwiau\'r UI', 11 | preview : 'Rhagolwg Byw', 12 | config : 'Gludwch y llinyn hwn i\'ch ffeil config.js', 13 | predefined : 'Setiau lliw wedi\'u cyn-ddiffinio' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'da', 7 | { 8 | uicolor : 9 | { 10 | title : 'Brugerflade på farvevælger', 11 | preview : 'Vis liveeksempel', 12 | config : 'Indsæt denne streng i din config.js fil', 13 | predefined : 'Prædefinerede farveskemaer' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'de', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Pipette', 11 | preview : 'Live-Vorschau', 12 | config : 'Fügen Sie diese Zeichenfolge in die \'config.js\' Datei.', 13 | predefined : 'Vordefinierte Farbsätze' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'el', 7 | { 8 | uicolor : 9 | { 10 | title : 'Διεπαφή Επιλογέα Χρωμάτων', 11 | preview : 'Ζωντανή Προεπισκόπηση', 12 | config : 'Επικολλήστε αυτό το κείμενο στο αρχείο config.js', 13 | predefined : 'Προκαθορισμένα σύνολα χρωμάτων' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'en', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Color Picker', 11 | preview : 'Live preview', 12 | config : 'Paste this string into your config.js file', 13 | predefined : 'Predefined color sets' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'eo', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Kolorselektilo', 11 | preview : 'Vidigi la aspekton', 12 | config : 'Gluu tiun signoĉenon en vian dosieron config.js', 13 | predefined : 'Antaŭdifinita koloraro' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'et', 7 | { 8 | uicolor : 9 | { 10 | title : 'Värvivalija kasutajaliides', 11 | preview : 'Automaatne eelvaade', 12 | config : 'Aseta see sõne oma config.js faili.', 13 | predefined : 'Eelmääratud värvikomplektid' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'fa', 7 | { 8 | uicolor : 9 | { 10 | title : 'انتخاب رنگ UI', 11 | preview : 'پیش‌نمایش زنده', 12 | config : 'این رشته را در فایل config.js خود بچسبانید.', 13 | predefined : 'مجموعه رنگ از پیش تعریف شده' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'fi', 7 | { 8 | uicolor : 9 | { 10 | title : 'Käyttöliittymän värivalitsin', 11 | preview : 'Esikatsele', 12 | config : 'Liitä tämä merkkijono config.js tiedostoosi', 13 | predefined : 'Esimääritellyt värijoukot' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'fr', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Sélecteur de couleur', 11 | preview : 'Aperçu', 12 | config : 'Collez cette chaîne de caractères dans votre fichier config.js', 13 | predefined : 'Palettes de couleurs prédéfinies' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'he', 7 | { 8 | uicolor : 9 | { 10 | title : 'בחירת צבע ממשק משתמש', 11 | preview : 'תצוגה מקדימה', 12 | config : 'הדבק את הטקסט הבא לתוך הקובץ config.js', 13 | predefined : 'קבוצות צבעים מוגדרות מראש' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'hr', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI odabir boja', 11 | preview : 'Pregled uživo', 12 | config : 'Zalijepite ovaj tekst u Vašu config.js datoteku.', 13 | predefined : 'Već postavljeni setovi boja' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'it', 7 | { 8 | uicolor : 9 | { 10 | title : 'Selettore Colore UI', 11 | preview : 'Anteprima Live', 12 | config : 'Incolla questa stringa nel tuo file config.js', 13 | predefined : 'Set di colori predefiniti' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'ku', 7 | { 8 | uicolor : 9 | { 10 | title : 'هه‌ڵگری ڕه‌نگ بۆ ڕووکاری به‌کارهێنه‌ر', 11 | preview : 'پێشبینین به‌ زیندوویی', 12 | config : 'ئه‌م ده‌قانه‌ بلکێنه‌ به‌ په‌ڕگه‌ی config.js-fil', 13 | predefined : 'کۆمه‌ڵه‌ ڕه‌نگه‌ دیاریکراوه‌کانی پێشوو' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'lv', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI krāsas izvēle', 11 | preview : 'Priekšskatījums', 12 | config : 'Ielīmējiet šo rindu jūsu config.js failā', 13 | predefined : 'Predefinēti krāsu komplekti' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/mk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'mk', 7 | { 8 | uicolor : 9 | { 10 | title : 'Палета со бои', 11 | preview : 'Преглед', 12 | config : 'Залепи го овој текст во config.js датотеката', 13 | predefined : 'Предефинирани множества на бои' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'nb', 7 | { 8 | uicolor : 9 | { 10 | title : 'Fargevelger for brukergrensesnitt', 11 | preview : 'Forhåndsvisning i sanntid', 12 | config : 'Lim inn følgende tekst i din config.js-fil', 13 | predefined : 'Forhåndsdefinerte fargesett' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'nl', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Kleurenkiezer', 11 | preview : 'Live voorbeeld', 12 | config : 'Plak deze tekst in jouw config.js bestand', 13 | predefined : 'Voorgedefinieerde kleurensets' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'no', 7 | { 8 | uicolor : 9 | { 10 | title : 'Fargevelger for brukergrensesnitt', 11 | preview : 'Forhåndsvisning i sanntid', 12 | config : 'Lim inn følgende tekst i din config.js-fil', 13 | predefined : 'Forhåndsdefinerte fargesett' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'pl', 7 | { 8 | uicolor : 9 | { 10 | title : 'Wybór koloru interfejsu', 11 | preview : 'Podgląd na żywo', 12 | config : 'Wklej poniższy łańcuch znaków do pliku config.js:', 13 | predefined : 'Predefiniowane zestawy kolorów' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'pt-br', 7 | { 8 | uicolor : 9 | { 10 | title : 'Paleta de Cores', 11 | preview : 'Visualização ao vivo', 12 | config : 'Cole o texto no seu arquivo config.js', 13 | predefined : 'Conjuntos de cores predefinidos' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'sk', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI výber farby', 11 | preview : 'Živý náhľad', 12 | config : 'Vložte tento reťazec do vášho config.js súboru', 13 | predefined : 'Preddefinované sady farieb' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'tr', 7 | { 8 | uicolor : 9 | { 10 | title : 'UI Renk Seçicisi', 11 | preview : 'Canlı önizleme', 12 | config : 'Bu dizeyi config.js dosyasının içine yapıştırın', 13 | predefined : 'Önceden tanımlanmış renk kümeleri' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'ug', 7 | { 8 | uicolor : 9 | { 10 | title : 'ئىشلەتكۈچى ئارايۈزى رەڭ تاللىغۇچ', 11 | preview : 'شۇئان ئالدىن كۆزىتىش', 12 | config : 'بۇ ھەرپ تىزىقىنى config.js ھۆججەتكە چاپلايدۇ', 13 | predefined : 'ئالدىن بەلگىلەنگەن رەڭلەر' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'uk', 7 | { 8 | uicolor : 9 | { 10 | title : 'Color Picker Інтерфейс', 11 | preview : 'Перегляд наживо', 12 | config : 'Вставте цей рядок у файл config.js', 13 | predefined : 'Стандартний набір кольорів' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'vi', 7 | { 8 | uicolor : 9 | { 10 | title : 'Giao diện người dùng Color Picker', 11 | preview : 'Xem trước trực tiếp', 12 | config : 'Dán chuỗi này vào tập tin config.js của bạn', 13 | predefined : 'Tập màu định nghĩa sẵn' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'uicolor', 'zh-cn', 7 | { 8 | uicolor : 9 | { 10 | title : '用户界面颜色选择器', 11 | preview : '即时预览', 12 | config : '粘贴此字符串到您的 config.js 文件', 13 | predefined : '预定义颜色集' 14 | } 15 | }); 16 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/uicolor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/uicolor/uicolor.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/editor.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | @import url("reset.css"); 7 | @import url("mainui.css"); 8 | @import url("panel.css"); 9 | @import url("toolbar.css"); 10 | @import url("menu.css"); 11 | @import url("richcombo.css"); 12 | @import url("elementspath.css"); 13 | @import url("icons.css"); 14 | @import url("presets.css"); 15 | 16 | /* Restore the container visibility */ 17 | html .cke_skin_kama 18 | { 19 | visibility: inherit; 20 | } 21 | 22 | html.cke_skin_kama_container 23 | { 24 | visibility: visible; 25 | } 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/images/toolbar_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/kama/images/toolbar_start.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/kama/presets.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* "Source" button label */ 7 | .cke_skin_kama .cke_button_source .cke_label 8 | { 9 | display: inline; 10 | } 11 | 12 | /* "Styles" panel size */ 13 | .cke_skin_kama .cke_styles_panel 14 | { 15 | width: 150px; 16 | height: 170px; 17 | } 18 | 19 | /* "Format" panel size */ 20 | .cke_skin_kama .cke_format_panel 21 | { 22 | width: 150px; 23 | height: 170px; 24 | } 25 | 26 | /* "Font" panel size */ 27 | .cke_skin_kama .cke_font_panel 28 | { 29 | width: 150px; 30 | height: 170px; 31 | } 32 | 33 | /* "Font Size" panel size */ 34 | .cke_skin_kama .cke_fontSize_panel 35 | { 36 | height: 170px; 37 | } 38 | 39 | /* "Font Size" combo width */ 40 | .cke_skin_kama .cke_fontSize .cke_text 41 | { 42 | width: 25px; 43 | } 44 | 45 | /* "Font Size" combo width (IE Quirks) */ 46 | .cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text 47 | { 48 | width: 32px; 49 | } 50 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/editor.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | @import url("reset.css"); 7 | @import url("mainui.css"); 8 | @import url("panel.css"); 9 | @import url("toolbar.css"); 10 | @import url("menu.css"); 11 | @import url("richcombo.css"); 12 | @import url("elementspath.css"); 13 | @import url("icons.css"); 14 | @import url("presets.css"); 15 | 16 | /* Restore the container visibility */ 17 | html .cke_skin_office2003 18 | { 19 | visibility: inherit; 20 | } 21 | 22 | html.cke_skin_office2003_container 23 | { 24 | visibility: visible; 25 | } 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/office2003/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/office2003/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/editor.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | @import url("reset.css"); 7 | @import url("mainui.css"); 8 | @import url("panel.css"); 9 | @import url("toolbar.css"); 10 | @import url("menu.css"); 11 | @import url("richcombo.css"); 12 | @import url("elementspath.css"); 13 | @import url("icons.css"); 14 | @import url("presets.css"); 15 | 16 | /* Restore the container visibility */ 17 | html .cke_skin_v2 18 | { 19 | visibility: inherit; 20 | } 21 | 22 | html.cke_skin_v2_container 23 | { 24 | visibility: visible; 25 | } 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/images/toolbar_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/_source/skins/v2/images/toolbar_start.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/_source/skins/v2/presets.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* "Source" button label */ 7 | .cke_skin_v2 .cke_button_source .cke_label 8 | { 9 | display: inline; /* FF2 */ 10 | display: inline-block; 11 | } 12 | 13 | /* "Styles" panel size */ 14 | .cke_skin_v2 .cke_styles_panel 15 | { 16 | width: 150px; 17 | height: 170px; 18 | } 19 | 20 | /* "Format" panel size */ 21 | .cke_skin_v2 .cke_format_panel 22 | { 23 | width: 150px; 24 | height: 170px; 25 | } 26 | 27 | /* "Font" panel size */ 28 | .cke_skin_v2 .cke_font_panel 29 | { 30 | width: 150px; 31 | height: 170px; 32 | } 33 | 34 | /* "Font Size" panel size */ 35 | .cke_skin_v2 .cke_fontSize_panel 36 | { 37 | height: 170px; 38 | } 39 | 40 | /* "Font Size" combo width */ 41 | .cke_skin_v2 .cke_fontSize .cke_text 42 | { 43 | width: 20px; 44 | } 45 | 46 | /* "Font Size" combo width (IE Quirks) */ 47 | .cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text 48 | { 49 | width: 32px; 50 | } 51 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.editorConfig = function( config ) 7 | { 8 | // Define changes to default configuration here. For example: 9 | // config.language = 'fr'; 10 | // config.uiColor = '#AADC6E'; 11 | }; 12 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/contents.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | body 7 | { 8 | /* Font */ 9 | font-family: Arial, Verdana, sans-serif; 10 | font-size: 12px; 11 | 12 | /* Text color */ 13 | color: #222; 14 | 15 | /* Remove the background color to make it transparent */ 16 | background-color: #fff; 17 | } 18 | 19 | ol,ul,dl 20 | { 21 | /* IE7: reset rtl list margin. (#7334) */ 22 | *margin-right:0px; 23 | /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ 24 | padding:0 40px; 25 | } 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/images/spacer.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/ajax/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | (function(){CKEDITOR.plugins.add('ajax',{requires:['xml']});CKEDITOR.ajax=(function(){var a=function(){if(!CKEDITOR.env.ie||location.protocol!='file:')try{return new XMLHttpRequest();}catch(f){}try{return new ActiveXObject('Msxml2.XMLHTTP');}catch(g){}try{return new ActiveXObject('Microsoft.XMLHTTP');}catch(h){}return null;},b=function(f){return f.readyState==4&&(f.status>=200&&f.status<300||f.status==304||f.status===0||f.status==1223);},c=function(f){if(b(f))return f.responseText;return null;},d=function(f){if(b(f)){var g=f.responseXML;return new CKEDITOR.xml(g&&g.firstChild?g:f.responseText);}return null;},e=function(f,g,h){var i=!!g,j=a();if(!j)return null;j.open('GET',f,i);if(i)j.onreadystatechange=function(){if(j.readyState==4){g(h(j));j=null;}};j.send(null);return i?'':h(j);};return{load:function(f,g){return e(f,g,c);},loadXml:function(f,g){return e(f,g,d);}};})();})(); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','bg',{devTools:{title:'Информация за елемента',dialogName:'Име на диалоговия прозорец',tabName:'Име на таб',elementId:'ID на елемента',elementType:'Тип на елемента'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','cs',{devTools:{title:'Informace o prvku',dialogName:'Název dialogového okna',tabName:'Název karty',elementId:'ID prvku',elementType:'Typ prvku'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','cy',{devTools:{title:'Gwybodaeth am yr Elfen',dialogName:'Enw ffenestr y deialog',tabName:"Enw'r tab",elementId:'ID yr Elfen',elementType:'Math yr elfen'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','da',{devTools:{title:'Information på elementet',dialogName:'Dialogboks',tabName:'Tab beskrivelse',elementId:'ID på element',elementType:'Type af element'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','de',{devTools:{title:'Elementinformation',dialogName:'Dialogfenstername',tabName:'Reitername',elementId:'Element ID',elementType:'Elementtyp'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','el',{devTools:{title:'Πληροφορίες Στοιχείου',dialogName:'Όνομα παραθύρου διαλόγου',tabName:'Όνομα καρτέλας',elementId:'ID Στοιχείου',elementType:'Τύπος στοιχείου'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','en',{devTools:{title:'Element Information',dialogName:'Dialog window name',tabName:'Tab name',elementId:'Element ID',elementType:'Element type'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','eo',{devTools:{title:'Informo pri la elemento',dialogName:'Nomo de la dialogfenestro',tabName:'Langetnomo',elementId:'ID de la elemento',elementType:'Tipo de la elemento'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','et',{devTools:{title:'Elemendi andmed',dialogName:'Dialoogiakna nimi',tabName:'Saki nimi',elementId:'Elemendi ID',elementType:'Elemendi liik'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'devtools', 'fa', 12 | { 13 | devTools : 14 | { 15 | title : 'اطلاعات عنصر', 16 | dialogName : 'نام پنجره محاوره‌ای', 17 | tabName : 'نام برگه', 18 | elementId : 'ID عنصر', 19 | elementType : 'نوع عنصر' 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','fi',{devTools:{title:'Elementin tiedot',dialogName:'Dialogi-ikkunan nimi',tabName:'Välilehden nimi',elementId:'Elementin ID',elementType:'Elementin tyyppi'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','fr',{devTools:{title:"Information sur l'élément",dialogName:'Nom de la fenêtre de dialogue',tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/gu.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','gu',{devTools:{title:'પ્રાથમિક માહિતી',dialogName:'વિન્ડોનું નામ',tabName:'ટેબનું નામ',elementId:'પ્રાથમિક આઈડી',elementType:'પ્રાથમિક પ્રકાર'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','he',{devTools:{title:'מידע על האלמנט',dialogName:'שם הדיאלוג',tabName:'שם הטאב',elementId:'ID של האלמנט',elementType:'סוג האלמנט'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','hr',{devTools:{title:'Informacije elementa',dialogName:'Naziv prozora za dijalog',tabName:'Naziva jahača',elementId:'ID elementa',elementType:'Vrsta elementa'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','it',{devTools:{title:'Informazioni elemento',dialogName:'Nome finestra di dialogo',tabName:'Nome Tab',elementId:'ID Elemento',elementType:'Tipo elemento'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'devtools', 'ku', 12 | { 13 | devTools : 14 | { 15 | title : 'زانیاری توخم', 16 | dialogName : 'ناوی په‌نجه‌ره‌ی دیالۆگ', 17 | tabName : 'ناوی بازده‌ر تاب', 18 | elementId : 'ناسنامه‌ی توخم', 19 | elementType : 'جۆری توخم' 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','lv',{devTools:{title:'Elementa informācija',dialogName:'Dialoga loga nosaukums',tabName:'Cilnes nosaukums',elementId:'Elementa ID',elementType:'Elementa tips'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','nb',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','nl',{devTools:{title:'Elementinformatie',dialogName:'Naam dialoogvenster',tabName:'Tabnaam',elementId:'Element ID',elementType:'Elementtype'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','no',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','pl',{devTools:{title:'Informacja o elemencie',dialogName:'Nazwa okna dialogowego',tabName:'Nazwa zakładki',elementId:'ID elementu',elementType:'Typ elementu'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','pt-br',{devTools:{title:'Informação do Elemento',dialogName:'Nome da janela de diálogo',tabName:'Nome da aba',elementId:'ID do elemento',elementType:'Tipo do elemento'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','sk',{devTools:{title:'Informácie o prvku',dialogName:'Názov okna dialógu',tabName:'Názov záložky',elementId:'ID prvku',elementType:'Typ prvku'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','tr',{devTools:{title:'Eleman Bilgisi',dialogName:'İletişim pencere ismi',tabName:'Sekme adı',elementId:'Eleman ID',elementType:'Eleman türü'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','ug',{devTools:{title:'ئېلېمېنت ئۇچۇرى',dialogName:'سۆزلەشكۈ كۆزنەك ئاتى',tabName:'Tab ئاتى',elementId:'ئېلېمېنت كىملىكى',elementType:'ئېلېمېنت تىپى'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','uk',{devTools:{title:'Відомості про Елемент',dialogName:'Заголовок діалогового вікна',tabName:'Назва вкладки',elementId:'Ідентифікатор Елемента',elementType:'Тип Елемента'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','vi',{devTools:{title:'Thông tin thành ph',dialogName:'Tên hộp tho',tabName:'Tên th',elementId:'Mã thành ph',elementType:'Loại thành ph'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/devtools/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('devtools','zh-cn',{devTools:{title:'元素信息',dialogName:'对话框窗口名称',tabName:'Tab 名称',elementId:'元素 ID',elementType:'元素类型'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/docprops/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.add('docprops',{init:function(a){var b=new CKEDITOR.dialogCommand('docProps');b.modes={wysiwyg:a.config.fullPage};a.addCommand('docProps',b);CKEDITOR.dialog.add('docProps',this.path+'dialogs/docprops.js');a.ui.addButton('DocProps',{label:a.lang.docprops.label,command:'docProps'});}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/flash/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/flash/images/placeholder.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/forms/images/hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/forms/images/hiddenfield.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/iframe/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/iframe/images/placeholder.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/link/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/link/images/anchor.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/dialogs/placeholder.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | (function(){function a(b,c){var d=b.lang.placeholder,e=b.lang.common.generalTab;return{title:d.title,minWidth:300,minHeight:80,contents:[{id:'info',label:e,title:e,elements:[{id:'text',type:'text',style:'width: 100%;',label:d.text,'default':'',required:true,validate:CKEDITOR.dialog.validate.notEmpty(d.textMissing),setup:function(f){if(c)this.setValue(f.getText().slice(2,-2));},commit:function(f){var g='[['+this.getValue()+']]';CKEDITOR.plugins.placeholder.createPlaceholder(b,f,g);}}]}],onShow:function(){if(c)this._element=CKEDITOR.plugins.placeholder.getSelectedPlaceHoder(b);this.setupContent(this._element);},onOk:function(){this.commitContent(this._element);delete this._element;}};};CKEDITOR.dialog.add('createplaceholder',function(b){return a(b);});CKEDITOR.dialog.add('editplaceholder',function(b){return a(b,1);});})(); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','bg',{placeholder:{title:'Настройки на контейнера',toolbar:'Нов контейнер',text:'Текст за контейнера',edit:'Промяна на контейнер',textMissing:'Контейнера трябва да съдържа текст.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','cs',{placeholder:{title:'Vlastnosti vyhrazeného prostoru',toolbar:'Vytvořit vyhrazený prostor',text:'Vyhrazený text',edit:'Upravit vyhrazený prostor',textMissing:'Vyhrazený prostor musí obsahovat text.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','cy',{placeholder:{title:"Priodweddau'r Daliwr Geiriau",toolbar:'Creu Daliwr Geiriau',text:'Testun y Daliwr Geiriau',edit:"Golygu'r Dailwr Geiriau",textMissing:"Mae'n rhaid i'r daliwr geiriau gynnwys testun."}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','da',{placeholder:{title:'Egenskaber for pladsholder',toolbar:'Opret pladsholder',text:'Tekst til pladsholder',edit:'Redigér pladsholder',textMissing:'Pladsholder skal indeholde tekst'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','de',{placeholder:{title:'Platzhalter Einstellungen',toolbar:'Platzhalter erstellen',text:'Platzhalter Text',edit:'Platzhalter bearbeiten',textMissing:'Der Platzhalter muss einen Text beinhalten.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','el',{placeholder:{title:'Ιδιότητες Υποκατάστατου Κειμένου',toolbar:'Δημιουργία Υποκατάσταστου Κειμένου',text:'Υποκαθιστόμενο Κείμενο',edit:'Επεξεργασία Υποκατάσταστου Κειμένου',textMissing:'Πρέπει να υπάρχει υποκαθιστόμενο κείμενο.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','en',{placeholder:{title:'Placeholder Properties',toolbar:'Create Placeholder',text:'Placeholder Text',edit:'Edit Placeholder',textMissing:'The placeholder must contain text.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','eo',{placeholder:{title:'Atributoj de la rezervita spaco',toolbar:'Krei la rezervitan spacon',text:'Texto de la rezervita spaco',edit:'Modifi la rezervitan spacon',textMissing:'La rezervita spaco devas enteni tekston.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','et',{placeholder:{title:'Kohahoidja omadused',toolbar:'Kohahoidja loomine',text:'Kohahoidja tekst',edit:'Kohahoidja muutmine',textMissing:'Kohahoidja peab sisaldama teksti.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'placeholder', 'fa', 12 | { 13 | placeholder : 14 | { 15 | title : 'ویژگی‌های محل نگهداری', 16 | toolbar : 'ایجاد یک محل نگهداری', 17 | text : 'متن محل نگهداری', 18 | edit : 'ویرایش محل نگهداری', 19 | textMissing : 'محل نگهداری باید محتوی متن باشد.' 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','fi',{placeholder:{title:'Paikkamerkin ominaisuudet',toolbar:'Luo paikkamerkki',text:'Paikkamerkin teksti',edit:'Muokkaa paikkamerkkiä',textMissing:'Paikkamerkin täytyy sisältää tekstiä'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','fr',{placeholder:{title:"Propriétés de l'Espace réservé",toolbar:"Créer l'Espace réservé",text:"Texte de l'Espace réservé",edit:"Modifier l'Espace réservé",textMissing:"L'Espace réservé doit contenir du texte."}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','he',{placeholder:{title:'מאפייני שומר מקום',toolbar:'צור שומר מקום',text:'תוכן שומר המקום',edit:'ערוך שומר מקום',textMissing:'שומר המקום חייב להכיל טקסט.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','hr',{placeholder:{title:'Svojstva rezerviranog mjesta',toolbar:'Napravi rezervirano mjesto',text:'Tekst rezerviranog mjesta',edit:'Uredi rezervirano mjesto',textMissing:'Rezervirano mjesto mora sadržavati tekst.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','it',{placeholder:{title:'Proprietà segnaposto',toolbar:'Crea segnaposto',text:'Testo segnaposto',edit:'Modifica segnaposto',textMissing:'Il segnaposto deve contenere del testo.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'placeholder', 'ku', 12 | { 13 | placeholder : 14 | { 15 | title : 'خاسیه‌تی شوێن هه‌ڵگر', 16 | toolbar : 'درووستکردنی شوێن هه‌ڵگر', 17 | text : 'ده‌ق بۆ شوێن هه‌ڵگڕ', 18 | edit : 'چاکسازی شوێن هه‌ڵگڕ', 19 | textMissing : 'شوێن هه‌ڵگڕ ده‌بێت له‌ده‌ق پێکهاتبێت.' 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','lv',{placeholder:{title:'Viettura uzstādījumi',toolbar:'Izveidot vietturi',text:'Viettura teksts',edit:'Labot vietturi',textMissing:'Vietturim jāsatur tekstu'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','nb',{placeholder:{title:'Egenskaper for plassholder',toolbar:'Opprett plassholder',text:'Tekst for plassholder',edit:'Rediger plassholder',textMissing:'Plassholderen må inneholde tekst.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','nl',{placeholder:{title:'Eigenschappen placeholder',toolbar:'Placeholder aanmaken',text:'Placeholder tekst',edit:'Placeholder wijzigen',textMissing:'De placeholder moet tekst bevatten.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','no',{placeholder:{title:'Egenskaper for plassholder',toolbar:'Opprett plassholder',text:'Tekst for plassholder',edit:'Rediger plassholder',textMissing:'Plassholderen må inneholde tekst.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','pl',{placeholder:{title:'Właściwości wypełniacza',toolbar:'Utwórz wypełniacz',text:'Tekst wypełnienia',edit:'Edytuj wypełnienie',textMissing:'Wypełnienie musi posiadać jakiś tekst.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','pt-br',{placeholder:{title:'Propriedades do Espaço Reservado',toolbar:'Criar Espaço Reservado',text:'Texto do Espaço Reservado',edit:'Editar Espaço Reservado',textMissing:'O espaço reservado deve conter texto.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','sk',{placeholder:{title:'Vlastnosti placeholdera',toolbar:'Vytvoriť placeholder',text:'Text placeholdera',edit:'Upraviť placeholder',textMissing:'Placeholder musí obsahovať text.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','tr',{placeholder:{title:'Yer tutucu özellikleri',toolbar:'Yer tutucu oluşturun',text:'Yer tutucu metini',edit:'Yer tutucuyu düzenle',textMissing:'Yer tutucu metin içermelidir.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','ug',{placeholder:{title:'ئورۇن بەلگە خاسلىقى',toolbar:'ئورۇن بەلگە قۇر',text:'ئورۇن بەلگە تېكىستى',edit:'ئورۇن بەلگە تەھرىر',textMissing:'ئورۇن بەلگىسىدە چوقۇم تېكىست بولۇشى لازىم'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','uk',{placeholder:{title:'Налаштування Заповнювача',toolbar:'Створити Заповнювач',text:'Текст Заповнювача',edit:'Редагувати Заповнювач',textMissing:'Заповнювач повинен містити текст.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','vi',{placeholder:{title:'Thuộc tính đặt chỗ',toolbar:'Tạo đặt chỗ',text:'Văn bản đặt chỗ',edit:'Chỉnh sửa ',textMissing:'The placeholder must contain text.'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('placeholder','zh-cn',{placeholder:{title:'占位符属性',toolbar:'创建占位符',text:'占位符文字',edit:'编辑占位符',textMissing:'占位符必须包含文字。'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/placeholder/placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/placeholder/placeholder.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 |  14 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_address.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_blockquote.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_div.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h1.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h2.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h3.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h4.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h5.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_h6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_p.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/showblocks/images/block_pre.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/angel_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/angry_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/broken_heart.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/confused_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/cry_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/devil_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/embaressed_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/envelope.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/heart.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/kiss.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/lightbulb.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/omg_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/regular_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/sad_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/shades_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/teeth_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/thumbs_down.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/thumbs_up.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/tounge_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/smiley/images/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/smiley/images/wink_smile.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/specialchar/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.html or http://ckeditor.com/license 3 | 4 | cs.js Found: 118 Missing: 0 5 | cy.js Found: 118 Missing: 0 6 | de.js Found: 118 Missing: 0 7 | el.js Found: 16 Missing: 102 8 | eo.js Found: 118 Missing: 0 9 | et.js Found: 31 Missing: 87 10 | fa.js Found: 24 Missing: 94 11 | fi.js Found: 23 Missing: 95 12 | fr.js Found: 118 Missing: 0 13 | he.js Found: 1 Missing: 117 14 | hr.js Found: 23 Missing: 95 15 | it.js Found: 118 Missing: 0 16 | ku.js Found: 118 Missing: 0 17 | lv.js Found: 118 Missing: 0 18 | nb.js Found: 118 Missing: 0 19 | nl.js Found: 118 Missing: 0 20 | no.js Found: 118 Missing: 0 21 | pt-br.js Found: 118 Missing: 0 22 | sk.js Found: 118 Missing: 0 23 | tr.js Found: 118 Missing: 0 24 | ug.js Found: 39 Missing: 79 25 | zh-cn.js Found: 118 Missing: 0 26 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template1.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template2.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/templates/templates/images/template3.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/bg.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','bg',{uicolor:{title:'ПИ избор на цвят',preview:'Преглед',config:'Вмъкнете този низ във Вашия config.js fajl',predefined:'Предефинирани цветови палитри'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','cs',{uicolor:{title:'Výběr barvy rozhraní',preview:'Živý náhled',config:'Vložte tento řetězec do Vašeho souboru config.js',predefined:'Přednastavené sady barev'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/cy.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','cy',{uicolor:{title:"Dewisydd Lliwiau'r UI",preview:'Rhagolwg Byw',config:"Gludwch y llinyn hwn i'ch ffeil config.js",predefined:"Setiau lliw wedi'u cyn-ddiffinio"}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','da',{uicolor:{title:'Brugerflade på farvevælger',preview:'Vis liveeksempel',config:'Indsæt denne streng i din config.js fil',predefined:'Prædefinerede farveskemaer'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','de',{uicolor:{title:'UI Pipette',preview:'Live-Vorschau',config:"Fügen Sie diese Zeichenfolge in die 'config.js' Datei.",predefined:'Vordefinierte Farbsätze'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/el.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','el',{uicolor:{title:'Διεπαφή Επιλογέα Χρωμάτων',preview:'Ζωντανή Προεπισκόπηση',config:'Επικολλήστε αυτό το κείμενο στο αρχείο config.js',predefined:'Προκαθορισμένα σύνολα χρωμάτων'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefined color sets'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','eo',{uicolor:{title:'UI Kolorselektilo',preview:'Vidigi la aspekton',config:'Gluu tiun signoĉenon en vian dosieron config.js',predefined:'Antaŭdifinita koloraro'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/et.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','et',{uicolor:{title:'Värvivalija kasutajaliides',preview:'Automaatne eelvaade',config:'Aseta see sõne oma config.js faili.',predefined:'Eelmääratud värvikomplektid'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/fa.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'uicolor', 'fa', 12 | { 13 | uicolor : 14 | { 15 | title : 'انتخاب رنگ UI', 16 | preview : 'پیش‌نمایش زنده', 17 | config : 'این رشته را در فایل config.js خود بچسبانید.', 18 | predefined : 'مجموعه رنگ از پیش تعریف شده' 19 | } 20 | }); 21 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/fi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','fi',{uicolor:{title:'Käyttöliittymän värivalitsin',preview:'Esikatsele',config:'Liitä tämä merkkijono config.js tiedostoosi',predefined:'Esimääritellyt värijoukot'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','fr',{uicolor:{title:'UI Sélecteur de couleur',preview:'Aperçu',config:'Collez cette chaîne de caractères dans votre fichier config.js',predefined:'Palettes de couleurs prédéfinies'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/he.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','he',{uicolor:{title:'בחירת צבע ממשק משתמש',preview:'תצוגה מקדימה',config:'הדבק את הטקסט הבא לתוך הקובץ config.js',predefined:'קבוצות צבעים מוגדרות מראש'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/hr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','hr',{uicolor:{title:'UI odabir boja',preview:'Pregled uživo',config:'Zalijepite ovaj tekst u Vašu config.js datoteku.',predefined:'Već postavljeni setovi boja'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','it',{uicolor:{title:'Selettore Colore UI',preview:'Anteprima Live',config:'Incolla questa stringa nel tuo file config.js',predefined:'Set di colori predefiniti'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | /* 7 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 8 | For licensing, see LICENSE.html or http://ckeditor.com/license 9 | */ 10 | 11 | CKEDITOR.plugins.setLang( 'uicolor', 'ku', 12 | { 13 | uicolor : 14 | { 15 | title : 'هه‌ڵگری ڕه‌نگ بۆ ڕووکاری به‌کارهێنه‌ر', 16 | preview : 'پێشبینین به‌ زیندوویی', 17 | config : 'ئه‌م ده‌قانه‌ بلکێنه‌ به‌ په‌ڕگه‌ی config.js-fil', 18 | predefined : 'کۆمه‌ڵه‌ ڕه‌نگه‌ دیاریکراوه‌کانی پێشوو' 19 | } 20 | }); 21 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/lv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','lv',{uicolor:{title:'UI krāsas izvēle',preview:'Priekšskatījums',config:'Ielīmējiet šo rindu jūsu config.js failā',predefined:'Predefinēti krāsu komplekti'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/mk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','mk',{uicolor:{title:'Палета со бои',preview:'Преглед',config:'Залепи го овој текст во config.js датотеката',predefined:'Предефинирани множества на бои'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','nb',{uicolor:{title:'Fargevelger for brukergrensesnitt',preview:'Forhåndsvisning i sanntid',config:'Lim inn følgende tekst i din config.js-fil',predefined:'Forhåndsdefinerte fargesett'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','nl',{uicolor:{title:'UI Kleurenkiezer',preview:'Live voorbeeld',config:'Plak deze tekst in jouw config.js bestand',predefined:'Voorgedefinieerde kleurensets'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/no.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','no',{uicolor:{title:'Fargevelger for brukergrensesnitt',preview:'Forhåndsvisning i sanntid',config:'Lim inn følgende tekst i din config.js-fil',predefined:'Forhåndsdefinerte fargesett'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','pl',{uicolor:{title:'Wybór koloru interfejsu',preview:'Podgląd na żywo',config:'Wklej poniższy łańcuch znaków do pliku config.js:',predefined:'Predefiniowane zestawy kolorów'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','pt-br',{uicolor:{title:'Paleta de Cores',preview:'Visualização ao vivo',config:'Cole o texto no seu arquivo config.js',predefined:'Conjuntos de cores predefinidos'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/sk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','sk',{uicolor:{title:'UI výber farby',preview:'Živý náhľad',config:'Vložte tento reťazec do vášho config.js súboru',predefined:'Preddefinované sady farieb'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','tr',{uicolor:{title:'UI Renk Seçicisi',preview:'Canlı önizleme',config:'Bu dizeyi config.js dosyasının içine yapıştırın',predefined:'Önceden tanımlanmış renk kümeleri'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','ug',{uicolor:{title:'ئىشلەتكۈچى ئارايۈزى رەڭ تاللىغۇچ',preview:'شۇئان ئالدىن كۆزىتىش',config:'بۇ ھەرپ تىزىقىنى config.js ھۆججەتكە چاپلايدۇ',predefined:'ئالدىن بەلگىلەنگەن رەڭلەر'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','uk',{uicolor:{title:'Color Picker Інтерфейс',preview:'Перегляд наживо',config:'Вставте цей рядок у файл config.js',predefined:'Стандартний набір кольорів'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/vi.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','vi',{uicolor:{title:'Giao diện người dùng Color Picker',preview:'Xem trước trực tiếp',config:'Dán chuỗi này vào tập tin config.js của bạn',predefined:'Tập màu định nghĩa sẵn'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang('uicolor','zh-cn',{uicolor:{title:'用户界面颜色选择器',preview:'即时预览',config:'粘贴此字符串到您的 config.js 文件',predefined:'预定义颜色集'}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/plugin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.add('uicolor',{requires:['dialog'],lang:['bg','cs','cy','da','de','el','en','eo','et','fa','fi','fr','he','hr','it','ku','mk','nb','nl','no','pl','pt-br','sk','tr','ug','uk','vi','zh-cn'],init:function(a){if(CKEDITOR.env.ie6Compat)return;a.addCommand('uicolor',new CKEDITOR.dialogCommand('uicolor'));a.ui.addButton('UIColor',{label:a.lang.uicolor.title,command:'uicolor',icon:this.path+'uicolor.gif'});CKEDITOR.dialog.add('uicolor',this.path+'dialogs/uicolor.js');CKEDITOR.scriptLoader.load(CKEDITOR.getUrl('plugins/uicolor/yui/yui.js'));a.element.getDocument().appendStyleSheet(CKEDITOR.getUrl('plugins/uicolor/yui/assets/yui.css'));}}); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/uicolor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/uicolor/uicolor.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/hue_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/hue_bg.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/picker_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/picker_mask.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/plugins/wsc/dialogs/wsc.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | html,body{background-color:transparent;margin:0;padding:0;}body{padding:10px;}body,td,input,select,textarea{font-size:11px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;}.midtext{padding:0;margin:10px;}.midtext p{padding:0;margin:10px;}.Button{border:#737357 1px solid;color:#3b3b1f;background-color:#c7c78f;}.PopupTabArea{color:#737357;background-color:#e3e3c7;}.PopupTitleBorder{border-bottom:#d5d59d 1px solid;}.PopupTabEmptyArea{padding-left:10px;border-bottom:#d5d59d 1px solid;}.PopupTab,.PopupTabSelected{border-right:#d5d59d 1px solid;border-top:#d5d59d 1px solid;border-left:#d5d59d 1px solid;padding:3px 5px 3px 5px;color:#737357;}.PopupTab{margin-top:1px;border-bottom:#d5d59d 1px solid;cursor:pointer;}.PopupTabSelected{font-weight:bold;cursor:default;padding-top:4px;border-bottom:#f1f1e3 1px solid;background-color:#f1f1e3;} 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/kama/images/toolbar_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/kama/images/toolbar_start.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/office2003/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/office2003/skin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.skins.add('office2003',(function(){return{editor:{css:['editor.css']},dialog:{css:['dialog.css']},separator:{canGroup:false},templates:{css:['templates.css']},margins:[0,14,18,14]};})());(function(){CKEDITOR.dialog?a():CKEDITOR.on('dialogPluginReady',a);function a(){CKEDITOR.dialog.on('resize',function(b){var c=b.data,d=c.width,e=c.height,f=c.dialog,g=f.parts.contents;if(c.skin!='office2003')return;g.setStyles({width:d+'px',height:e+'px'});if(!CKEDITOR.env.ie||CKEDITOR.env.ie9Compat)return;var h=function(){var i=f.parts.dialog.getChild([0,0,0]),j=i.getChild(0),k=j.getSize('width');e+=j.getChild(0).getSize('height')+1;var l=i.getChild(2);l.setSize('width',k);l=i.getChild(7);l.setSize('width',k-28);l=i.getChild(4);l.setSize('height',e);l=i.getChild(5);l.setSize('height',e);};setTimeout(h,100);if(b.editor.lang.dir=='rtl')setTimeout(h,1000);});};})(); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/icons.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/icons_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/icons_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/dialog_sides_rtl.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/mini.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/noimage.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/sprites.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/sprites_ie6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/sprites_ie6.png -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/images/toolbar_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/ckeditor/skins/v2/images/toolbar_start.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/ckeditor/skins/v2/skin.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.skins.add('v2',(function(){return{editor:{css:['editor.css']},dialog:{css:['dialog.css']},separator:{canGroup:false},templates:{css:['templates.css']},margins:[0,14,18,14]};})());(function(){CKEDITOR.dialog?a():CKEDITOR.on('dialogPluginReady',a);function a(){CKEDITOR.dialog.on('resize',function(b){var c=b.data,d=c.width,e=c.height,f=c.dialog,g=f.parts.contents;if(c.skin!='v2')return;g.setStyles({width:d+'px',height:e+'px'});if(!CKEDITOR.env.ie||CKEDITOR.env.ie9Compat)return;setTimeout(function(){var h=f.parts.dialog.getChild([0,0,0]),i=h.getChild(0),j=i.getSize('width');e+=i.getChild(0).getSize('height')+1;var k=h.getChild(2);k.setSize('width',j);k=h.getChild(7);k.setSize('width',j-28);k=h.getChild(4);k.setSize('height',e);k=h.getChild(5);k.setSize('height',e);},100);});};})(); 7 | -------------------------------------------------------------------------------- /MyBlog/WebContent/css/bigimg.css: -------------------------------------------------------------------------------- 1 | /**整体**/ 2 | .container{width:100%;height:100%;display:none;position:fixed;top:0;left:0;z-index:100;background:#FDC2FC;padding:20px 0 0 0} 3 | /**关闭区**/ 4 | .close_div{margin:0 auto;background:#fff;text-align:right;padding:10px 0 0 0;} 5 | /**图片区**/ 6 | .content{background:#fff;margin:0 auto;position:relative;} 7 | .content .img{position:absolute;top:0;left:0;z-index:105} 8 | .content span{position:absolute;left:45%;top:40%;} 9 | /**左右箭头**/ 10 | .content .left,.content .right{position:absolute;top:0;z-index:110;} 11 | .content .left{left:0;cursor:url(../images/cur-left1.png), auto; } 12 | .content .right{right:0;cursor:url(../images/cur-right1.png), auto;} 13 | /**底部区**/ 14 | .bottom{height:0px;background:#fff;margin:0 auto;overflow:hidden;line-height:30px;} 15 | 16 | /**提示框弹出层**/ 17 | .pop{ 18 | z-index: 1000; 19 | } 20 | -------------------------------------------------------------------------------- /MyBlog/WebContent/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/css/index.css -------------------------------------------------------------------------------- /MyBlog/WebContent/images/bg-girl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/bg-girl.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/bg.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/boy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/boy.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/flower.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/flower.png -------------------------------------------------------------------------------- /MyBlog/WebContent/images/girl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/girl.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/love.png -------------------------------------------------------------------------------- /MyBlog/WebContent/images/noa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/noa.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p01.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p02.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p03.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p04.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p05.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/p06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/p06.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/pbl.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/pbl.JPG -------------------------------------------------------------------------------- /MyBlog/WebContent/images/s6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/s6.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/s7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/s7.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/s8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/s8.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/t01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/t01.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/t02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/t02.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images/t03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images/t03.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/1.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/10.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/11.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/12.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/13.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/2.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/3.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/4.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/5.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/6.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/7.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/8.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/9.jpg -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/closelabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/closelabel.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/cur-left1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/cur-left1.png -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/cur-right1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/cur-right1.png -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/load.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/loding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/loding.gif -------------------------------------------------------------------------------- /MyBlog/WebContent/images1/pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/WebContent/images1/pixel.gif -------------------------------------------------------------------------------- /MyBlog/build/classes/log4j.properties: -------------------------------------------------------------------------------- 1 | ### direct log messages to stdout ### 2 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 3 | log4j.appender.stdout.Target=System.err 4 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout 5 | log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n 6 | 7 | ### direct messages to file mylog.log ### 8 | log4j.appender.file=org.apache.log4j.FileAppender 9 | log4j.appender.file.File=c:\mylog.log 10 | log4j.appender.file.layout=org.apache.log4j.PatternLayout 11 | log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n 12 | 13 | ### set log levels - for more verbose logging change 'info' to 'debug' ### 14 | 15 | log4j.rootLogger=info, stdout -------------------------------------------------------------------------------- /MyBlog/build/classes/peng/entity/Message.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /MyBlog/build/classes/peng/entity/Picture.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /MyBlog/build/classes/peng/entity/User.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /MyBlog/build/classes/peng/entity/UserInfo.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /MyBlog/build/classes/struts.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MyBlog/src/log4j.properties: -------------------------------------------------------------------------------- 1 | ### direct log messages to stdout ### 2 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 3 | log4j.appender.stdout.Target=System.err 4 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout 5 | log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n 6 | 7 | ### direct messages to file mylog.log ### 8 | log4j.appender.file=org.apache.log4j.FileAppender 9 | log4j.appender.file.File=c:\mylog.log 10 | log4j.appender.file.layout=org.apache.log4j.PatternLayout 11 | log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n 12 | 13 | ### set log levels - for more verbose logging change 'info' to 'debug' ### 14 | 15 | log4j.rootLogger=info, stdout -------------------------------------------------------------------------------- /MyBlog/src/peng/action/AboutMeAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/action/AboutMeAction.java -------------------------------------------------------------------------------- /MyBlog/src/peng/action/AddPictureAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/action/AddPictureAction.java -------------------------------------------------------------------------------- /MyBlog/src/peng/action/ArticleAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/action/ArticleAction.java -------------------------------------------------------------------------------- /MyBlog/src/peng/action/HomePageAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/action/HomePageAction.java -------------------------------------------------------------------------------- /MyBlog/src/peng/action/MessageAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/action/MessageAction.java -------------------------------------------------------------------------------- /MyBlog/src/peng/dao/AboutMeDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/dao/AboutMeDao.java -------------------------------------------------------------------------------- /MyBlog/src/peng/dao/AddPictureDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/dao/AddPictureDao.java -------------------------------------------------------------------------------- /MyBlog/src/peng/dao/ArticleDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/dao/ArticleDao.java -------------------------------------------------------------------------------- /MyBlog/src/peng/dao/HomePageDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/dao/HomePageDao.java -------------------------------------------------------------------------------- /MyBlog/src/peng/dao/MessageDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/dao/MessageDao.java -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Article.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Article.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/entity/Article.java -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Message.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Message.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/entity/Message.java -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Picture.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/Picture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/entity/Picture.java -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/User.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/User.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/entity/User.java -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/UserInfo.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /MyBlog/src/peng/entity/UserInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/entity/UserInfo.java -------------------------------------------------------------------------------- /MyBlog/src/peng/filter/LoginFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/filter/LoginFilter.java -------------------------------------------------------------------------------- /MyBlog/src/peng/service/AboutMeService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/service/AboutMeService.java -------------------------------------------------------------------------------- /MyBlog/src/peng/service/AddPictureService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/service/AddPictureService.java -------------------------------------------------------------------------------- /MyBlog/src/peng/service/ArticleService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/service/ArticleService.java -------------------------------------------------------------------------------- /MyBlog/src/peng/service/HomePageService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/service/HomePageService.java -------------------------------------------------------------------------------- /MyBlog/src/peng/service/MessageService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PengBingLang/MyBlog_SmallProject/c28b5cf7fe371c559715bc3b0b3b8064c9f0aec3/MyBlog/src/peng/service/MessageService.java -------------------------------------------------------------------------------- /MyBlog/src/struts.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MyBlog_SmallProject 2 | 小型个人博客项目-JavaWeb_SSH框架(Eclipse) 3 | --------------------------------------------------------------------------------