├── .hgignore ├── LICENSE.text ├── Readme.md ├── build.xml ├── composer.json ├── debian ├── Makefile │ └── Makefile ├── changelog ├── compat ├── control ├── copyright ├── install ├── rules └── source │ └── format ├── img ├── badge-add.png ├── badge-delete.png ├── disclosure-indicator-horizontal.png ├── disclosure-indicator-vertical.png ├── email.png ├── globe.png ├── image.png ├── ow │ ├── arrow_right.gif │ ├── blank.gif │ ├── button-contextmenu.png │ ├── button-drop-down-closed.png │ ├── button-drop-down.png │ ├── button-resizer-horizontal.png │ ├── button-resizer-vertical.png │ ├── button-windowclose.png │ ├── button-windowminimize.png │ ├── button-windowrestore.png │ ├── cluster-marker.png │ ├── east-mini.png │ ├── icon-add-grey.png │ ├── icon-add.png │ ├── icon-cancel.png │ ├── icon-clear.png │ ├── icon-comment-add.png │ ├── icon-comment.png │ ├── icon-contextwidget.png │ ├── icon-delete-grey.png │ ├── icon-delete.old.png │ ├── icon-delete.png │ ├── icon-edit-grey.png │ ├── icon-edit.old.png │ ├── icon-edit.png │ ├── icon-editadd.png │ ├── icon-error.png │ ├── icon-ext-link.png │ ├── icon-failure.png │ ├── icon-feed.png │ ├── icon-first.png │ ├── icon-go.png │ ├── icon-go2.png │ ├── icon-go3.png │ ├── icon-help.png │ ├── icon-hidden-mini.png │ ├── icon-implicit-mini.png │ ├── icon-info.png │ ├── icon-last.png │ ├── icon-list.png │ ├── icon-next.png │ ├── icon-previous.png │ ├── icon-reset.png │ ├── icon-save.png │ ├── icon-save2.png │ ├── icon-save3.png │ ├── icon-search.png │ ├── icon-success.png │ ├── icon-system-mini.png │ ├── icon-toggle-minus.png │ ├── icon-toggle-plus.png │ ├── icon-warning.png │ ├── icons │ │ ├── add.png │ │ ├── arrow-bottom.png │ │ ├── arrow-down.png │ │ ├── arrow-first.png │ │ ├── arrow-last.png │ │ ├── arrow-next.png │ │ ├── arrow-previous.png │ │ ├── arrow-top.png │ │ ├── arrow-up.png │ │ ├── cancel.png │ │ ├── cancel.svg │ │ ├── close.png │ │ ├── context.png │ │ ├── context.svg │ │ ├── copy.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── icon-not-available.png │ │ ├── list.png │ │ ├── save.png │ │ ├── toggle-off.png │ │ ├── toggle-on.png │ │ └── trash.svg │ ├── layer-switcher-maximize.png │ ├── layer-switcher-minimize.png │ ├── layout-background-black-20.png │ ├── layout-background-body.png │ ├── layout-background-modal.png │ ├── layout-button-menu-gradient.png │ ├── layout-button-menu-hover-gradient.png │ ├── layout-tab-gradient.png │ ├── layout-tabactive-gradient.png │ ├── layout-window-gradient.png │ ├── layout-windowtitle-gradient.png │ ├── marker.png │ ├── north-mini.png │ ├── slider.png │ ├── south-mini.png │ ├── spinner.gif │ ├── submenu-indicator.png │ ├── tree-closed.png │ ├── tree-open.png │ ├── tree-toggle.png │ ├── tree_closed.png │ ├── tree_open.png │ ├── west-mini.png │ ├── zoom-minus-mini.png │ ├── zoom-plus-mini.png │ ├── zoom-world-mini.png │ └── zoombar.png ├── phone.png ├── spinner.gif ├── uri.png └── uri_name.png ├── libraries ├── images │ ├── ui-anim_basic_16x16.gif │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_0_eeeeee_40x100.png │ ├── ui-bg_flat_10_000000_40x100.png │ ├── ui-bg_flat_55_ffffff_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ ├── ui-bg_highlight-soft_100_f6f6f6_1x100.png │ ├── ui-bg_highlight-soft_25_0073ea_1x100.png │ ├── ui-bg_highlight-soft_50_dddddd_1x100.png │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ ├── ui-icons_0073ea_256x240.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_228ef1_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_666666_256x240.png │ ├── ui-icons_ef8c08_256x240.png │ ├── ui-icons_ff0084_256x240.png │ ├── ui-icons_ffd27a_256x240.png │ ├── ui-icons_ffffff_256x240.png │ └── upload_photo.png ├── jquery-ui-timepicker-addon.css ├── jquery-ui-timepicker-addon.js ├── jquery-ui.css ├── jquery-ui.js ├── jquery.EmbedPicasaGallery.js ├── jquery.elastic.js ├── jquery.js ├── jquery.json.js ├── jquery.rdfquery.rdfa-1.0.js ├── jquery.shiftenter.css ├── jquery.shiftenter.js ├── jquery.ui.autocomplete.css ├── jstree │ ├── _demo │ │ ├── _dump.sql │ │ ├── _inc │ │ │ ├── __mysql_errors.log │ │ │ ├── class._database.php │ │ │ ├── class._database_i.php │ │ │ └── class.tree.php │ │ ├── _install.txt │ │ ├── config.php │ │ ├── file.png │ │ ├── folder.png │ │ ├── index.html │ │ ├── root.png │ │ └── server.php │ ├── _docs │ │ ├── !style.css │ │ ├── _drive.png │ │ ├── _html_data.html │ │ ├── _json_data.json │ │ ├── _search_data.json │ │ ├── _search_result.json │ │ ├── _xml_flat.xml │ │ ├── _xml_nest.xml │ │ ├── checkbox.html │ │ ├── contextmenu.html │ │ ├── cookies.html │ │ ├── core.html │ │ ├── crrm.html │ │ ├── dnd.html │ │ ├── hotkeys.html │ │ ├── html_data.html │ │ ├── index.html │ │ ├── json_data.html │ │ ├── languages.html │ │ ├── logo.png │ │ ├── search.html │ │ ├── sort.html │ │ ├── syntax │ │ │ ├── !script.js │ │ │ ├── !style.css │ │ │ ├── clipboard.swf │ │ │ ├── help.png │ │ │ ├── magnifier.png │ │ │ ├── page_white_code.png │ │ │ ├── page_white_copy.png │ │ │ ├── printer.png │ │ │ └── wrapping.png │ │ ├── themeroller.html │ │ ├── themes.html │ │ ├── types.html │ │ ├── ui.html │ │ ├── unique.html │ │ └── xml_data.html │ ├── _lib │ │ ├── jquery.cookie.js │ │ ├── jquery.hotkeys.js │ │ └── jquery.js │ ├── jquery.jstree.js │ └── themes │ │ ├── apple │ │ ├── bg.jpg │ │ ├── d.png │ │ ├── dot_for_ie.gif │ │ ├── style.css │ │ └── throbber.gif │ │ ├── classic │ │ ├── d.gif │ │ ├── d.png │ │ ├── dot_for_ie.gif │ │ ├── style.css │ │ └── throbber.gif │ │ ├── default-rtl │ │ ├── d.gif │ │ ├── d.png │ │ ├── dots.gif │ │ ├── style.css │ │ └── throbber.gif │ │ └── default │ │ ├── d.gif │ │ ├── d.png │ │ ├── style.css │ │ └── throbber.gif ├── markitup │ ├── jquery.markitup.js │ ├── sets │ │ ├── default │ │ │ ├── images │ │ │ │ ├── bold.png │ │ │ │ ├── clean.png │ │ │ │ ├── image.png │ │ │ │ ├── italic.png │ │ │ │ ├── link.png │ │ │ │ ├── picture.png │ │ │ │ ├── preview.png │ │ │ │ └── stroke.png │ │ │ ├── set.js │ │ │ └── style.css │ │ └── markdown │ │ │ ├── images │ │ │ ├── bold.png │ │ │ ├── code.png │ │ │ ├── h1.png │ │ │ ├── h2.png │ │ │ ├── h3.png │ │ │ ├── h4.png │ │ │ ├── h5.png │ │ │ ├── h6.png │ │ │ ├── italic.png │ │ │ ├── link.png │ │ │ ├── list-bullet.png │ │ │ ├── list-numeric.png │ │ │ ├── picture.png │ │ │ ├── preview.png │ │ │ └── quotes.png │ │ │ ├── readme.txt │ │ │ ├── set.js │ │ │ ├── showdown.js │ │ │ └── style.css │ ├── skins │ │ ├── markitup │ │ │ ├── images │ │ │ │ ├── bg-container.png │ │ │ │ ├── bg-editor-bbcode.png │ │ │ │ ├── bg-editor-dotclear.png │ │ │ │ ├── bg-editor-html.png │ │ │ │ ├── bg-editor-json.png │ │ │ │ ├── bg-editor-markdown.png │ │ │ │ ├── bg-editor-textile.png │ │ │ │ ├── bg-editor-wiki.png │ │ │ │ ├── bg-editor-xml.png │ │ │ │ ├── bg-editor.png │ │ │ │ ├── handle.png │ │ │ │ ├── menu.png │ │ │ │ └── submenu.png │ │ │ └── style.css │ │ └── simple │ │ │ ├── images │ │ │ ├── handle.png │ │ │ ├── menu.png │ │ │ └── submenu.png │ │ │ └── style.css │ └── templates │ │ ├── preview.css │ │ └── preview.html ├── openlayers │ ├── OpenLayers.js │ ├── img │ │ ├── blank.gif │ │ ├── cloud-popup-relative.png │ │ ├── drag-rectangle-off.png │ │ ├── drag-rectangle-on.png │ │ ├── east-mini.png │ │ ├── layer-switcher-maximize.png │ │ ├── layer-switcher-minimize.png │ │ ├── marker-blue.png │ │ ├── marker-gold.png │ │ ├── marker-green.png │ │ ├── marker.png │ │ ├── measuring-stick-off.png │ │ ├── measuring-stick-on.png │ │ ├── north-mini.png │ │ ├── panning-hand-off.png │ │ ├── panning-hand-on.png │ │ ├── slider.png │ │ ├── south-mini.png │ │ ├── west-mini.png │ │ ├── zoom-minus-mini.png │ │ ├── zoom-plus-mini.png │ │ ├── zoom-world-mini.png │ │ └── zoombar.png │ └── theme │ │ └── default │ │ ├── framedCloud.css │ │ ├── google.css │ │ ├── ie6-style.css │ │ ├── img │ │ ├── add_point_off.png │ │ ├── add_point_on.png │ │ ├── blank.gif │ │ ├── close.gif │ │ ├── drag-rectangle-off.png │ │ ├── drag-rectangle-on.png │ │ ├── draw_line_off.png │ │ ├── draw_line_on.png │ │ ├── draw_point_off.png │ │ ├── draw_point_on.png │ │ ├── draw_polygon_off.png │ │ ├── draw_polygon_on.png │ │ ├── editing_tool_bar.png │ │ ├── move_feature_off.png │ │ ├── move_feature_on.png │ │ ├── navigation_history.png │ │ ├── overview_replacement.gif │ │ ├── pan-panel-NOALPHA.png │ │ ├── pan-panel.png │ │ ├── pan_off.png │ │ ├── pan_on.png │ │ ├── panning-hand-off.png │ │ ├── panning-hand-on.png │ │ ├── remove_point_off.png │ │ ├── remove_point_on.png │ │ ├── ruler.png │ │ ├── save_features_off.png │ │ ├── save_features_on.png │ │ ├── view_next_off.png │ │ ├── view_next_on.png │ │ ├── view_previous_off.png │ │ ├── view_previous_on.png │ │ ├── zoom-panel-NOALPHA.png │ │ └── zoom-panel.png │ │ └── style.css ├── rdfa.js ├── rdfa.js.diff ├── slimbox │ ├── closelabel.gif │ ├── loading.gif │ ├── nextlabel.gif │ ├── prevlabel.gif │ ├── slimbox2-rtl.css │ ├── slimbox2.css │ └── slimbox2.js ├── tiny_mce │ ├── jquery.tinymce.js │ ├── langs │ │ └── en.js │ ├── license.txt │ ├── plugins │ │ ├── advhr │ │ │ ├── css │ │ │ │ └── advhr.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── rule.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── rule.htm │ │ ├── advimage │ │ │ ├── css │ │ │ │ └── advimage.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── image.htm │ │ │ ├── img │ │ │ │ └── sample.gif │ │ │ ├── js │ │ │ │ └── image.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── advlink │ │ │ ├── css │ │ │ │ └── advlink.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── advlink.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── link.htm │ │ ├── advlist │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autolink │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autoresize │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autosave │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── langs │ │ │ │ └── en.js │ │ ├── bbcode │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── contextmenu │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── directionality │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── emotions │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── emotions.htm │ │ │ ├── img │ │ │ │ ├── smiley-cool.gif │ │ │ │ ├── smiley-cry.gif │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ ├── smiley-foot-in-mouth.gif │ │ │ │ ├── smiley-frown.gif │ │ │ │ ├── smiley-innocent.gif │ │ │ │ ├── smiley-kiss.gif │ │ │ │ ├── smiley-laughing.gif │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ ├── smiley-sealed.gif │ │ │ │ ├── smiley-smile.gif │ │ │ │ ├── smiley-surprised.gif │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ ├── smiley-undecided.gif │ │ │ │ ├── smiley-wink.gif │ │ │ │ └── smiley-yell.gif │ │ │ ├── js │ │ │ │ └── emotions.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── example │ │ │ ├── dialog.htm │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── img │ │ │ │ └── example.gif │ │ │ ├── js │ │ │ │ └── dialog.js │ │ │ └── langs │ │ │ │ ├── en.js │ │ │ │ └── en_dlg.js │ │ ├── example_dependency │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── fullpage │ │ │ ├── css │ │ │ │ └── fullpage.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── fullpage.htm │ │ │ ├── js │ │ │ │ └── fullpage.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── fullscreen │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── fullscreen.htm │ │ ├── iespell │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── inlinepopups │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── skins │ │ │ │ └── clearlooks2 │ │ │ │ │ ├── img │ │ │ │ │ ├── alert.gif │ │ │ │ │ ├── button.gif │ │ │ │ │ ├── buttons.gif │ │ │ │ │ ├── confirm.gif │ │ │ │ │ ├── corners.gif │ │ │ │ │ ├── horizontal.gif │ │ │ │ │ └── vertical.gif │ │ │ │ │ └── window.css │ │ │ └── template.htm │ │ ├── insertdatetime │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── layer │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── legacyoutput │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── lists │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── media │ │ │ ├── css │ │ │ │ └── media.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── embed.js │ │ │ │ └── media.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── media.htm │ │ │ └── moxieplayer.swf │ │ ├── nonbreaking │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── noneditable │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── pagebreak │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── paste │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── pastetext.js │ │ │ │ └── pasteword.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── pastetext.htm │ │ │ └── pasteword.htm │ │ ├── preview │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── example.html │ │ │ ├── jscripts │ │ │ │ └── embed.js │ │ │ └── preview.html │ │ ├── print │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── save │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── searchreplace │ │ │ ├── css │ │ │ │ └── searchreplace.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── searchreplace.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── searchreplace.htm │ │ ├── spellchecker │ │ │ ├── css │ │ │ │ └── content.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── img │ │ │ │ └── wline.gif │ │ ├── style │ │ │ ├── css │ │ │ │ └── props.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── props.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── props.htm │ │ ├── tabfocus │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── table │ │ │ ├── cell.htm │ │ │ ├── css │ │ │ │ ├── cell.css │ │ │ │ ├── row.css │ │ │ │ └── table.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── cell.js │ │ │ │ ├── merge_cells.js │ │ │ │ ├── row.js │ │ │ │ └── table.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── merge_cells.htm │ │ │ ├── row.htm │ │ │ └── table.htm │ │ ├── template │ │ │ ├── blank.htm │ │ │ ├── css │ │ │ │ └── template.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── template.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── template.htm │ │ ├── visualchars │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── wordcount │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ └── xhtmlxtras │ │ │ ├── abbr.htm │ │ │ ├── acronym.htm │ │ │ ├── attributes.htm │ │ │ ├── cite.htm │ │ │ ├── css │ │ │ ├── attributes.css │ │ │ └── popup.css │ │ │ ├── del.htm │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── ins.htm │ │ │ ├── js │ │ │ ├── abbr.js │ │ │ ├── acronym.js │ │ │ ├── attributes.js │ │ │ ├── cite.js │ │ │ ├── del.js │ │ │ ├── element_common.js │ │ │ └── ins.js │ │ │ └── langs │ │ │ └── en_dlg.js │ ├── themes │ │ ├── advanced │ │ │ ├── about.htm │ │ │ ├── anchor.htm │ │ │ ├── charmap.htm │ │ │ ├── color_picker.htm │ │ │ ├── editor_template.js │ │ │ ├── editor_template_src.js │ │ │ ├── image.htm │ │ │ ├── img │ │ │ │ ├── colorpicker.jpg │ │ │ │ ├── flash.gif │ │ │ │ ├── icons.gif │ │ │ │ ├── iframe.gif │ │ │ │ ├── pagebreak.gif │ │ │ │ ├── quicktime.gif │ │ │ │ ├── realmedia.gif │ │ │ │ ├── shockwave.gif │ │ │ │ ├── trans.gif │ │ │ │ ├── video.gif │ │ │ │ └── windowsmedia.gif │ │ │ ├── js │ │ │ │ ├── about.js │ │ │ │ ├── anchor.js │ │ │ │ ├── charmap.js │ │ │ │ ├── color_picker.js │ │ │ │ ├── image.js │ │ │ │ ├── link.js │ │ │ │ └── source_editor.js │ │ │ ├── langs │ │ │ │ ├── en.js │ │ │ │ └── en_dlg.js │ │ │ ├── link.htm │ │ │ ├── shortcuts.htm │ │ │ ├── skins │ │ │ │ ├── default │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── buttons.png │ │ │ │ │ │ ├── items.gif │ │ │ │ │ │ ├── menu_arrow.gif │ │ │ │ │ │ ├── menu_check.gif │ │ │ │ │ │ ├── progress.gif │ │ │ │ │ │ └── tabs.gif │ │ │ │ │ └── ui.css │ │ │ │ ├── highcontrast │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ └── ui.css │ │ │ │ └── o2k7 │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── img │ │ │ │ │ ├── button_bg.png │ │ │ │ │ ├── button_bg_black.png │ │ │ │ │ └── button_bg_silver.png │ │ │ │ │ ├── ui.css │ │ │ │ │ ├── ui_black.css │ │ │ │ │ └── ui_silver.css │ │ │ └── source_editor.htm │ │ └── simple │ │ │ ├── editor_template.js │ │ │ ├── editor_template_src.js │ │ │ ├── img │ │ │ └── icons.gif │ │ │ ├── langs │ │ │ └── en.js │ │ │ └── skins │ │ │ ├── default │ │ │ ├── content.css │ │ │ └── ui.css │ │ │ └── o2k7 │ │ │ ├── content.css │ │ │ ├── img │ │ │ └── button_bg.png │ │ │ └── ui.css │ ├── tiny_mce.js │ ├── tiny_mce_popup.js │ ├── tiny_mce_src.js │ └── utils │ │ ├── editable_selects.js │ │ ├── form_utils.js │ │ ├── mctabs.js │ │ └── validate.js └── xhtml1-hgrddl.js ├── misc ├── IDEAS.text ├── cache │ └── Makefile ├── design │ ├── Base.graffle │ ├── GUI-Draft.graffle │ ├── GUI-Mockup.html │ ├── PropertyRow.graffle │ ├── PropertySelector.graffle │ ├── Statement.graffle │ ├── SubjectGroup.graffle │ └── ViewController.graffle ├── jsdoc-template │ ├── allclasses.tmpl │ ├── allfiles.tmpl │ ├── class.tmpl │ ├── index.tmpl │ ├── publish.js │ ├── static │ │ ├── default.css │ │ ├── header.html │ │ └── index.html │ └── symbol.tmpl └── vocab │ └── update.rdf ├── src ├── ow-style │ ├── default.css │ ├── default.dev.css │ ├── deprecated.dev.css │ ├── images-jqueryui │ │ ├── ui-icons_000000_256x240.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_333333_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ ├── jquery-ui.css │ └── old.css ├── rdfauthor.cache.js ├── rdfauthor.config.js ├── rdfauthor.css ├── rdfauthor.inlinecontroller.js ├── rdfauthor.js ├── rdfauthor.mobilecontroller.js ├── rdfauthor.ow.css ├── rdfauthor.ow.update.css ├── rdfauthor.popovercontroller.js ├── rdfauthor.predicaterow.js ├── rdfauthor.propertycache.js ├── rdfauthor.selector.js ├── rdfauthor.statement.js ├── rdfauthor.subjectgroup.js ├── rdfauthor_mobile.css ├── widget.alida.js ├── widget.datetime.js ├── widget.geo.css ├── widget.geo.js ├── widget.html.js ├── widget.literal.css ├── widget.literal.js ├── widget.mailto.js ├── widget.markdown.js ├── widget.meta.js ├── widget.property.css ├── widget.property.js ├── widget.prototype.js ├── widget.resource.css ├── widget.resource.js ├── widget.tel.js ├── widget.template.js ├── widget.treeselector.css ├── widget.treeselector.js └── widget.xmlliteral.js ├── tests ├── gui-tests │ ├── map.html │ ├── vcard-bookmarklet.html │ ├── vcard-rdfjson.html │ ├── vcard-short.html │ └── vcard.html ├── libraries │ ├── qunit.css │ └── qunit.js ├── mocks.js ├── parsertest.html ├── rdfa.parsertest.js ├── rdfauthor.predicaterow.test.js ├── rdfauthor.rdfquery.test.js ├── rdfauthor.statement.test.js ├── rdfauthor.subjectgroup.test.js ├── rdfauthor.test.js ├── rdfauthor.view.test.js ├── rdfquery.html ├── resources │ ├── dummy.css │ ├── dummy.js │ └── dummy2.js └── tests.html └── tools └── yuicompressor-2.4.2.jar /.hgignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | doc 3 | dist 4 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "aksw/rdfauthor", 3 | "description": "RDFauthor creates formular widgets out of RDFa-enhanced webpages.", 4 | "type": "library", 5 | "keywords": ["RDFauthor", "Linked Data", "Semantic Web", "RDF", "authoring", "editing", "curation"], 6 | "license": "GPL-3.0", 7 | "authors": [ 8 | { 9 | "name": "Norman Heino", 10 | "email": "norman.heino@gmail.com" 11 | }, 12 | { 13 | "name": "AKSW", 14 | "homepage": "http://aksw.org" 15 | } 16 | ], 17 | "minimum-stability": "dev" 18 | } 19 | -------------------------------------------------------------------------------- /debian/Makefile/Makefile: -------------------------------------------------------------------------------- 1 | default: 2 | 3 | prepare: 4 | rm -f ../../build.xml 5 | 6 | clean: 7 | rm -rf ../files 8 | rm -rf ../libjs-rdfauthor.debhelper.log 9 | rm -rf ../libjs-rdfauthor.substvars 10 | rm -rf ../libjs-rdfauthor/ 11 | 12 | -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | Source: libjs-rdfauthor 2 | Section: web 3 | Priority: extra 4 | Maintainer: Sebastian Tramp 5 | Build-Depends: debhelper (>= 7.0.50~) 6 | Standards-Version: 3.9.3 7 | Homepage: https://github.com/AKSW/RDFauthor/ 8 | Vcs-Git: git://github.com/AKSW/RDFauthor.git 9 | Vcs-Browser: https://github.com/AKSW/RDFauthor 10 | 11 | Package: libjs-rdfauthor 12 | Architecture: all 13 | Depends: ${misc:Depends} 14 | Description: RDFauthor can be used to create formular widgets out of RDFa-enhanced webpages 15 | RDFauthor is based on extracting RDF triples from RDFa annotations and 16 | transforming the RDFa-annotated HTML view into an editable form by using 17 | a set of authoring widgets. As a result, every RDFa-annotated web page can 18 | be made easily writable, even if information originates from different 19 | sources. 20 | . 21 | RDFauthor is part of the LOD2 Technology Stack. 22 | 23 | -------------------------------------------------------------------------------- /debian/install: -------------------------------------------------------------------------------- 1 | libraries usr/share/libjs-rdfauthor 2 | src usr/share/libjs-rdfauthor 3 | img usr/share/libjs-rdfauthor 4 | Readme.md usr/share/doc/libjs-rdfauthor 5 | 6 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | # -*- makefile -*- 3 | # Sample debian/rules that uses debhelper. 4 | # This file was originally written by Joey Hess and Craig Small. 5 | # As a special exception, when this file is copied by dh-make into a 6 | # dh-make output file, you may use that output file without restriction. 7 | # This special exception was added by Craig Small in version 0.37 of dh-make. 8 | 9 | # Uncomment this to turn on verbose mode. 10 | #export DH_VERBOSE=1 11 | 12 | %: 13 | dh $@ 14 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /img/badge-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/badge-add.png -------------------------------------------------------------------------------- /img/badge-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/badge-delete.png -------------------------------------------------------------------------------- /img/disclosure-indicator-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/disclosure-indicator-horizontal.png -------------------------------------------------------------------------------- /img/disclosure-indicator-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/disclosure-indicator-vertical.png -------------------------------------------------------------------------------- /img/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/email.png -------------------------------------------------------------------------------- /img/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/globe.png -------------------------------------------------------------------------------- /img/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/image.png -------------------------------------------------------------------------------- /img/ow/arrow_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/arrow_right.gif -------------------------------------------------------------------------------- /img/ow/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/blank.gif -------------------------------------------------------------------------------- /img/ow/button-contextmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-contextmenu.png -------------------------------------------------------------------------------- /img/ow/button-drop-down-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-drop-down-closed.png -------------------------------------------------------------------------------- /img/ow/button-drop-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-drop-down.png -------------------------------------------------------------------------------- /img/ow/button-resizer-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-resizer-horizontal.png -------------------------------------------------------------------------------- /img/ow/button-resizer-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-resizer-vertical.png -------------------------------------------------------------------------------- /img/ow/button-windowclose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-windowclose.png -------------------------------------------------------------------------------- /img/ow/button-windowminimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-windowminimize.png -------------------------------------------------------------------------------- /img/ow/button-windowrestore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/button-windowrestore.png -------------------------------------------------------------------------------- /img/ow/cluster-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/cluster-marker.png -------------------------------------------------------------------------------- /img/ow/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/east-mini.png -------------------------------------------------------------------------------- /img/ow/icon-add-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-add-grey.png -------------------------------------------------------------------------------- /img/ow/icon-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-add.png -------------------------------------------------------------------------------- /img/ow/icon-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-cancel.png -------------------------------------------------------------------------------- /img/ow/icon-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-clear.png -------------------------------------------------------------------------------- /img/ow/icon-comment-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-comment-add.png -------------------------------------------------------------------------------- /img/ow/icon-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-comment.png -------------------------------------------------------------------------------- /img/ow/icon-contextwidget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-contextwidget.png -------------------------------------------------------------------------------- /img/ow/icon-delete-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-delete-grey.png -------------------------------------------------------------------------------- /img/ow/icon-delete.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-delete.old.png -------------------------------------------------------------------------------- /img/ow/icon-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-delete.png -------------------------------------------------------------------------------- /img/ow/icon-edit-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-edit-grey.png -------------------------------------------------------------------------------- /img/ow/icon-edit.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-edit.old.png -------------------------------------------------------------------------------- /img/ow/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-edit.png -------------------------------------------------------------------------------- /img/ow/icon-editadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-editadd.png -------------------------------------------------------------------------------- /img/ow/icon-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-error.png -------------------------------------------------------------------------------- /img/ow/icon-ext-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-ext-link.png -------------------------------------------------------------------------------- /img/ow/icon-failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-failure.png -------------------------------------------------------------------------------- /img/ow/icon-feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-feed.png -------------------------------------------------------------------------------- /img/ow/icon-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-first.png -------------------------------------------------------------------------------- /img/ow/icon-go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-go.png -------------------------------------------------------------------------------- /img/ow/icon-go2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-go2.png -------------------------------------------------------------------------------- /img/ow/icon-go3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-go3.png -------------------------------------------------------------------------------- /img/ow/icon-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-help.png -------------------------------------------------------------------------------- /img/ow/icon-hidden-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-hidden-mini.png -------------------------------------------------------------------------------- /img/ow/icon-implicit-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-implicit-mini.png -------------------------------------------------------------------------------- /img/ow/icon-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-info.png -------------------------------------------------------------------------------- /img/ow/icon-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-last.png -------------------------------------------------------------------------------- /img/ow/icon-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-list.png -------------------------------------------------------------------------------- /img/ow/icon-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-next.png -------------------------------------------------------------------------------- /img/ow/icon-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-previous.png -------------------------------------------------------------------------------- /img/ow/icon-reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-reset.png -------------------------------------------------------------------------------- /img/ow/icon-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-save.png -------------------------------------------------------------------------------- /img/ow/icon-save2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-save2.png -------------------------------------------------------------------------------- /img/ow/icon-save3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-save3.png -------------------------------------------------------------------------------- /img/ow/icon-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-search.png -------------------------------------------------------------------------------- /img/ow/icon-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-success.png -------------------------------------------------------------------------------- /img/ow/icon-system-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-system-mini.png -------------------------------------------------------------------------------- /img/ow/icon-toggle-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-toggle-minus.png -------------------------------------------------------------------------------- /img/ow/icon-toggle-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-toggle-plus.png -------------------------------------------------------------------------------- /img/ow/icon-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icon-warning.png -------------------------------------------------------------------------------- /img/ow/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/add.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-bottom.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-down.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-first.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-last.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-next.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-previous.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-top.png -------------------------------------------------------------------------------- /img/ow/icons/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/arrow-up.png -------------------------------------------------------------------------------- /img/ow/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/cancel.png -------------------------------------------------------------------------------- /img/ow/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/close.png -------------------------------------------------------------------------------- /img/ow/icons/context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/context.png -------------------------------------------------------------------------------- /img/ow/icons/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/copy.png -------------------------------------------------------------------------------- /img/ow/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/delete.png -------------------------------------------------------------------------------- /img/ow/icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/edit.png -------------------------------------------------------------------------------- /img/ow/icons/icon-not-available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/icon-not-available.png -------------------------------------------------------------------------------- /img/ow/icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/list.png -------------------------------------------------------------------------------- /img/ow/icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/save.png -------------------------------------------------------------------------------- /img/ow/icons/toggle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/toggle-off.png -------------------------------------------------------------------------------- /img/ow/icons/toggle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/icons/toggle-on.png -------------------------------------------------------------------------------- /img/ow/layer-switcher-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layer-switcher-maximize.png -------------------------------------------------------------------------------- /img/ow/layer-switcher-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layer-switcher-minimize.png -------------------------------------------------------------------------------- /img/ow/layout-background-black-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-background-black-20.png -------------------------------------------------------------------------------- /img/ow/layout-background-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-background-body.png -------------------------------------------------------------------------------- /img/ow/layout-background-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-background-modal.png -------------------------------------------------------------------------------- /img/ow/layout-button-menu-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-button-menu-gradient.png -------------------------------------------------------------------------------- /img/ow/layout-button-menu-hover-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-button-menu-hover-gradient.png -------------------------------------------------------------------------------- /img/ow/layout-tab-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-tab-gradient.png -------------------------------------------------------------------------------- /img/ow/layout-tabactive-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-tabactive-gradient.png -------------------------------------------------------------------------------- /img/ow/layout-window-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-window-gradient.png -------------------------------------------------------------------------------- /img/ow/layout-windowtitle-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/layout-windowtitle-gradient.png -------------------------------------------------------------------------------- /img/ow/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/marker.png -------------------------------------------------------------------------------- /img/ow/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/north-mini.png -------------------------------------------------------------------------------- /img/ow/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/slider.png -------------------------------------------------------------------------------- /img/ow/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/south-mini.png -------------------------------------------------------------------------------- /img/ow/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/spinner.gif -------------------------------------------------------------------------------- /img/ow/submenu-indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/submenu-indicator.png -------------------------------------------------------------------------------- /img/ow/tree-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/tree-closed.png -------------------------------------------------------------------------------- /img/ow/tree-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/tree-open.png -------------------------------------------------------------------------------- /img/ow/tree-toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/tree-toggle.png -------------------------------------------------------------------------------- /img/ow/tree_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/tree_closed.png -------------------------------------------------------------------------------- /img/ow/tree_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/tree_open.png -------------------------------------------------------------------------------- /img/ow/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/west-mini.png -------------------------------------------------------------------------------- /img/ow/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/zoom-minus-mini.png -------------------------------------------------------------------------------- /img/ow/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/zoom-plus-mini.png -------------------------------------------------------------------------------- /img/ow/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/zoom-world-mini.png -------------------------------------------------------------------------------- /img/ow/zoombar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/ow/zoombar.png -------------------------------------------------------------------------------- /img/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/phone.png -------------------------------------------------------------------------------- /img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/spinner.gif -------------------------------------------------------------------------------- /img/uri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/uri.png -------------------------------------------------------------------------------- /img/uri_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/img/uri_name.png -------------------------------------------------------------------------------- /libraries/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /libraries/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_flat_55_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_flat_55_ffffff_40x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_highlight-soft_25_0073ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_highlight-soft_25_0073ea_1x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_highlight-soft_50_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_highlight-soft_50_dddddd_1x100.png -------------------------------------------------------------------------------- /libraries/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_0073ea_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_0073ea_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_ff0084_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_ff0084_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /libraries/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /libraries/images/upload_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/images/upload_photo.png -------------------------------------------------------------------------------- /libraries/jquery-ui-timepicker-addon.css: -------------------------------------------------------------------------------- 1 | .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } 2 | .ui-timepicker-div dl { text-align: left; } 3 | .ui-timepicker-div dl dt { height: 25px; } 4 | .ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; } 5 | .ui-timepicker-div td { font-size: 90%; } 6 | .ui-timepicker-div dl dd select { min-width: 0 !important; } 7 | -------------------------------------------------------------------------------- /libraries/jquery.shiftenter.css: -------------------------------------------------------------------------------- 1 | div.shiftenter, 2 | div.shiftenterInactive { 3 | position: absolute; 4 | z-index: 1; 5 | 6 | font-size: 0.8em; 7 | opacity: 0.4; 8 | filter: alpha(opacity=40); 9 | } 10 | div.shiftenter { 11 | display: inline-block; 12 | } 13 | div.shiftenterInactive { 14 | display: none; 15 | } 16 | -------------------------------------------------------------------------------- /libraries/jstree/_demo/_dump.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE IF NOT EXISTS `tree` ( 2 | `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, 3 | `parent_id` bigint(20) unsigned NOT NULL, 4 | `position` bigint(20) unsigned NOT NULL, 5 | `left` bigint(20) unsigned NOT NULL, 6 | `right` bigint(20) unsigned NOT NULL, 7 | `level` bigint(20) unsigned NOT NULL, 8 | `title` text CHARACTER SET utf8 COLLATE utf8_unicode_ci, 9 | `type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, 10 | PRIMARY KEY (`id`) 11 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; 12 | 13 | INSERT INTO `tree` (`id`, `parent_id`, `position`, `left`, `right`, `level`, `title`, `type`) VALUES 14 | (1, 0, 2, 1, 14, 0, 'ROOT', ''), 15 | (2, 1, 0, 2, 11, 1, 'C:', 'drive'), 16 | (3, 2, 0, 3, 6, 2, '_demo', 'folder'), 17 | (4, 3, 0, 4, 5, 3, 'index.html', 'default'), 18 | (5, 2, 1, 7, 10, 2, '_docs', 'folder'), 19 | (6, 1, 1, 12, 13, 1, 'D:', 'drive'), 20 | (12, 5, 0, 8, 9, 3, 'zmei.html', 'default'); 21 | -------------------------------------------------------------------------------- /libraries/jstree/_demo/_inc/__mysql_errors.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_demo/_inc/__mysql_errors.log -------------------------------------------------------------------------------- /libraries/jstree/_demo/_install.txt: -------------------------------------------------------------------------------- 1 | 1) Create a database and a user with all privileges for this database. 2 | 2) Edit the config.php file and update the configuration for the database at the top of the file 3 | 3) Import the _dump.sql in your newly created database 4 | 4) You are ready to go 5 | 6 | *) PLEASE NOTE THAT THE PHP TREE CLASS HAS NOT BEEN THOROUGHLY TESTED -------------------------------------------------------------------------------- /libraries/jstree/_demo/config.php: -------------------------------------------------------------------------------- 1 | "localhost", 5 | "username" => "root", 6 | "password" => "", 7 | "database" => "" 8 | ); 9 | if(extension_loaded("mysqli")) require_once("_inc/class._database_i.php"); 10 | else require_once("_inc/class._database.php"); 11 | 12 | // Tree class 13 | require_once("_inc/class.tree.php"); 14 | ?> -------------------------------------------------------------------------------- /libraries/jstree/_demo/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_demo/file.png -------------------------------------------------------------------------------- /libraries/jstree/_demo/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_demo/folder.png -------------------------------------------------------------------------------- /libraries/jstree/_demo/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_demo/root.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/_drive.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/_html_data.html: -------------------------------------------------------------------------------- 1 |
  • Node 1
  • 2 |
  • Node 2
  • 3 | -------------------------------------------------------------------------------- /libraries/jstree/_docs/_json_data.json: -------------------------------------------------------------------------------- 1 | [ 2 | { "data" : "A node", "children" : [ { "data" : "Only child", "state" : "closed" } ], "state" : "open" }, 3 | "Ajax node" 4 | ] -------------------------------------------------------------------------------- /libraries/jstree/_docs/_search_data.json: -------------------------------------------------------------------------------- 1 | [ 2 | "Ajax node 1", 3 | "Ajax node 2", 4 | "TARGET", 5 | "Ajax node 4" 6 | ] -------------------------------------------------------------------------------- /libraries/jstree/_docs/_search_result.json: -------------------------------------------------------------------------------- 1 | [ "#root_node" ] -------------------------------------------------------------------------------- /libraries/jstree/_docs/_xml_flat.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /libraries/jstree/_docs/_xml_nest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /libraries/jstree/_docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/logo.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/clipboard.swf -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/help.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/magnifier.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/page_white_code.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/page_white_copy.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/printer.png -------------------------------------------------------------------------------- /libraries/jstree/_docs/syntax/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/_docs/syntax/wrapping.png -------------------------------------------------------------------------------- /libraries/jstree/themes/apple/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/apple/bg.jpg -------------------------------------------------------------------------------- /libraries/jstree/themes/apple/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/apple/d.png -------------------------------------------------------------------------------- /libraries/jstree/themes/apple/dot_for_ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/apple/dot_for_ie.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/apple/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/apple/throbber.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/classic/d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/classic/d.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/classic/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/classic/d.png -------------------------------------------------------------------------------- /libraries/jstree/themes/classic/dot_for_ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/classic/dot_for_ie.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/classic/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/classic/throbber.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/default-rtl/d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default-rtl/d.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/default-rtl/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default-rtl/d.png -------------------------------------------------------------------------------- /libraries/jstree/themes/default-rtl/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default-rtl/dots.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/default-rtl/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default-rtl/throbber.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/default/d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default/d.gif -------------------------------------------------------------------------------- /libraries/jstree/themes/default/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default/d.png -------------------------------------------------------------------------------- /libraries/jstree/themes/default/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/jstree/themes/default/throbber.gif -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/bold.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/clean.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/image.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/italic.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/link.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/picture.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/preview.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/images/stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/default/images/stroke.png -------------------------------------------------------------------------------- /libraries/markitup/sets/default/set.js: -------------------------------------------------------------------------------- 1 | // ---------------------------------------------------------------------------- 2 | // markItUp! 3 | // ---------------------------------------------------------------------------- 4 | // Copyright (C) 2008 Jay Salvat 5 | // http://markitup.jaysalvat.com/ 6 | // ---------------------------------------------------------------------------- 7 | // Html tags 8 | // http://en.wikipedia.org/wiki/html 9 | // ---------------------------------------------------------------------------- 10 | // Basic set. Feel free to add more tags 11 | // ---------------------------------------------------------------------------- 12 | mySettings = { 13 | onShiftEnter: {keepDefault:false, replaceWith:'
    \n'}, 14 | onCtrlEnter: {keepDefault:false, openWith:'\n

    ', closeWith:'

    '}, 15 | onTab: {keepDefault:false, replaceWith:' '}, 16 | markupSet: [ 17 | {name:'Bold', key:'B', openWith:'(!(|!|)!)', closeWith:'(!(|!|)!)' }, 18 | {name:'Italic', key:'I', openWith:'(!(|!|)!)', closeWith:'(!(|!|)!)' }, 19 | {name:'Stroke through', key:'S', openWith:'', closeWith:'' }, 20 | {separator:'---------------' }, 21 | {name:'Picture', key:'P', replaceWith:'[![Alternative text]!]' }, 22 | {name:'Link', key:'L', openWith:'', closeWith:'', placeHolder:'Your text to link...' }, 23 | {separator:'---------------' }, 24 | {name:'Clean', className:'clean', replaceWith:function(markitup) { return markitup.selection.replace(/<(.*?)>/g, "") } }, 25 | {name:'Preview', className:'preview', call:'preview'} 26 | ] 27 | } -------------------------------------------------------------------------------- /libraries/markitup/sets/default/style.css: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------- 2 | // markItUp! 3 | // By Jay Salvat - http://markitup.jaysalvat.com/ 4 | // ------------------------------------------------------------------*/ 5 | .markItUp .markItUpButton1 a { 6 | background-image:url(images/bold.png); 7 | } 8 | .markItUp .markItUpButton2 a { 9 | background-image:url(images/italic.png); 10 | } 11 | .markItUp .markItUpButton3 a { 12 | background-image:url(images/stroke.png); 13 | } 14 | 15 | .markItUp .markItUpButton4 a { 16 | background-image:url(images/picture.png); 17 | } 18 | .markItUp .markItUpButton5 a { 19 | background-image:url(images/link.png); 20 | } 21 | 22 | .markItUp .markItUpButton6 a { 23 | background-image:url(images/clean.png); 24 | } 25 | .markItUp .preview a { 26 | background-image:url(images/preview.png); 27 | } -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/bold.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/code.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h1.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h2.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h3.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h4.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h5.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/h6.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/italic.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/link.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/list-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/list-bullet.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/list-numeric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/list-numeric.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/picture.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/preview.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/images/quotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/sets/markdown/images/quotes.png -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/readme.txt: -------------------------------------------------------------------------------- 1 | Markup language: 2 | Markdown 3 | 4 | Description: 5 | A basic Markdown markup set with Headings, Bold, Italic, Picture, Link, List, Quotes, Code, Preview button. 6 | 7 | Install: 8 | - Download the zip file 9 | - Unzip it in your markItUp! sets folder 10 | - Modify your JS link to point at this set.js 11 | - Modify your CSS link to point at this style.css -------------------------------------------------------------------------------- /libraries/markitup/sets/markdown/style.css: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------- 2 | // markItUp! 3 | // By Jay Salvat - http://markitup.jaysalvat.com/ 4 | // ------------------------------------------------------------------*/ 5 | .markItUp .markItUpButton1 a { 6 | background-image:url(images/h1.png); 7 | } 8 | .markItUp .markItUpButton2 a { 9 | background-image:url(images/h2.png); 10 | } 11 | .markItUp .markItUpButton3 a { 12 | background-image:url(images/h3.png); 13 | } 14 | .markItUp .markItUpButton4 a { 15 | background-image:url(images/h4.png); 16 | } 17 | .markItUp .markItUpButton5 a { 18 | background-image:url(images/h5.png); 19 | } 20 | .markItUp .markItUpButton6 a { 21 | background-image:url(images/h6.png); 22 | } 23 | 24 | .markItUp .markItUpButton7 a { 25 | background-image:url(images/bold.png); 26 | } 27 | .markItUp .markItUpButton8 a { 28 | background-image:url(images/italic.png); 29 | } 30 | 31 | .markItUp .markItUpButton9 a { 32 | background-image:url(images/list-bullet.png); 33 | } 34 | .markItUp .markItUpButton10 a { 35 | background-image:url(images/list-numeric.png); 36 | } 37 | 38 | .markItUp .markItUpButton11 a { 39 | background-image:url(images/picture.png); 40 | } 41 | .markItUp .markItUpButton12 a { 42 | background-image:url(images/link.png); 43 | } 44 | 45 | .markItUp .markItUpButton13 a { 46 | background-image:url(images/quotes.png); 47 | } 48 | .markItUp .markItUpButton14 a { 49 | background-image:url(images/code.png); 50 | } 51 | 52 | .markItUp .preview a { 53 | background-image:url(images/preview.png); 54 | } -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-container.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-bbcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-bbcode.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-dotclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-dotclear.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-html.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-json.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-markdown.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-textile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-textile.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-wiki.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor-xml.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/bg-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/bg-editor.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/handle.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/menu.png -------------------------------------------------------------------------------- /libraries/markitup/skins/markitup/images/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/markitup/images/submenu.png -------------------------------------------------------------------------------- /libraries/markitup/skins/simple/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/simple/images/handle.png -------------------------------------------------------------------------------- /libraries/markitup/skins/simple/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/simple/images/menu.png -------------------------------------------------------------------------------- /libraries/markitup/skins/simple/images/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/markitup/skins/simple/images/submenu.png -------------------------------------------------------------------------------- /libraries/markitup/templates/preview.css: -------------------------------------------------------------------------------- 1 | /* preview style examples */ 2 | body { 3 | background-color:#EFEFEF; 4 | font:70% Verdana, Arial, Helvetica, sans-serif; 5 | } -------------------------------------------------------------------------------- /libraries/markitup/templates/preview.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | markItUp! preview template 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /libraries/openlayers/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/blank.gif -------------------------------------------------------------------------------- /libraries/openlayers/img/cloud-popup-relative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/cloud-popup-relative.png -------------------------------------------------------------------------------- /libraries/openlayers/img/drag-rectangle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/drag-rectangle-off.png -------------------------------------------------------------------------------- /libraries/openlayers/img/drag-rectangle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/drag-rectangle-on.png -------------------------------------------------------------------------------- /libraries/openlayers/img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/east-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/layer-switcher-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/layer-switcher-maximize.png -------------------------------------------------------------------------------- /libraries/openlayers/img/layer-switcher-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/layer-switcher-minimize.png -------------------------------------------------------------------------------- /libraries/openlayers/img/marker-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/marker-blue.png -------------------------------------------------------------------------------- /libraries/openlayers/img/marker-gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/marker-gold.png -------------------------------------------------------------------------------- /libraries/openlayers/img/marker-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/marker-green.png -------------------------------------------------------------------------------- /libraries/openlayers/img/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/marker.png -------------------------------------------------------------------------------- /libraries/openlayers/img/measuring-stick-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/measuring-stick-off.png -------------------------------------------------------------------------------- /libraries/openlayers/img/measuring-stick-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/measuring-stick-on.png -------------------------------------------------------------------------------- /libraries/openlayers/img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/north-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/panning-hand-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/panning-hand-off.png -------------------------------------------------------------------------------- /libraries/openlayers/img/panning-hand-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/panning-hand-on.png -------------------------------------------------------------------------------- /libraries/openlayers/img/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/slider.png -------------------------------------------------------------------------------- /libraries/openlayers/img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/south-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/west-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/zoom-world-mini.png -------------------------------------------------------------------------------- /libraries/openlayers/img/zoombar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/img/zoombar.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/framedCloud.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/framedCloud.css -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/google.css: -------------------------------------------------------------------------------- 1 | .olLayerGoogleCopyright { 2 | right: 3px; 3 | bottom: 2px; 4 | left: auto; 5 | } 6 | .olLayerGooglePoweredBy { 7 | left: 2px; 8 | bottom: 2px; 9 | } 10 | 11 | -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/ie6-style.css: -------------------------------------------------------------------------------- 1 | .olControlZoomPanel div { 2 | background-image: url(img/zoom-panel-NOALPHA.png); 3 | } 4 | .olControlPanPanel div { 5 | background-image: url(img/pan-panel-NOALPHA.png); 6 | } 7 | 8 | -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/add_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/add_point_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/add_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/add_point_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/blank.gif -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/close.gif -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/drag-rectangle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/drag-rectangle-off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/drag-rectangle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/drag-rectangle-on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_line_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_line_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_line_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_line_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_point_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_point_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_polygon_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_polygon_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/draw_polygon_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/draw_polygon_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/editing_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/editing_tool_bar.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/move_feature_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/move_feature_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/move_feature_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/move_feature_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/navigation_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/navigation_history.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/overview_replacement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/overview_replacement.gif -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/pan-panel-NOALPHA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/pan-panel-NOALPHA.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/pan-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/pan-panel.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/pan_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/pan_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/pan_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/pan_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/panning-hand-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/panning-hand-off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/panning-hand-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/panning-hand-on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/remove_point_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/remove_point_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/remove_point_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/remove_point_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/ruler.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/save_features_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/save_features_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/save_features_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/save_features_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/view_next_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/view_next_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/view_next_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/view_next_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/view_previous_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/view_previous_off.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/view_previous_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/view_previous_on.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/zoom-panel-NOALPHA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/zoom-panel-NOALPHA.png -------------------------------------------------------------------------------- /libraries/openlayers/theme/default/img/zoom-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/openlayers/theme/default/img/zoom-panel.png -------------------------------------------------------------------------------- /libraries/slimbox/closelabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/slimbox/closelabel.gif -------------------------------------------------------------------------------- /libraries/slimbox/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/slimbox/loading.gif -------------------------------------------------------------------------------- /libraries/slimbox/nextlabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/slimbox/nextlabel.gif -------------------------------------------------------------------------------- /libraries/slimbox/prevlabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/slimbox/prevlabel.gif -------------------------------------------------------------------------------- /libraries/slimbox/slimbox2-rtl.css: -------------------------------------------------------------------------------- 1 | /* SLIMBOX */ 2 | 3 | #lbOverlay { 4 | position: fixed; 5 | z-index: 9999; 6 | left: 0; 7 | top: 0; 8 | width: 100%; 9 | height: 100%; 10 | background-color: #000; 11 | cursor: pointer; 12 | } 13 | 14 | #lbCenter, #lbBottomContainer { 15 | position: absolute; 16 | z-index: 9999; 17 | overflow: hidden; 18 | background-color: #fff; 19 | } 20 | 21 | .lbLoading { 22 | background: #fff url(loading.gif) no-repeat center; 23 | } 24 | 25 | #lbImage { 26 | position: absolute; 27 | left: 0; 28 | top: 0; 29 | border: 10px solid #fff; 30 | background-repeat: no-repeat; 31 | } 32 | 33 | #lbPrevLink, #lbNextLink { 34 | display: block; 35 | position: absolute; 36 | top: 0; 37 | width: 50%; 38 | outline: none; 39 | } 40 | 41 | #lbPrevLink { 42 | right: 0; 43 | } 44 | 45 | #lbPrevLink:hover { 46 | background: transparent url(prevlabel.gif) no-repeat 100% 15%; 47 | } 48 | 49 | #lbNextLink { 50 | left: 0; 51 | } 52 | 53 | #lbNextLink:hover { 54 | background: transparent url(nextlabel.gif) no-repeat 0 15%; 55 | } 56 | 57 | #lbBottom { 58 | font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 59 | font-size: 10px; 60 | color: #666; 61 | line-height: 1.4em; 62 | text-align: right; 63 | border: 10px solid #fff; 64 | border-top-style: none; 65 | direction: rtl; 66 | } 67 | 68 | #lbCloseLink { 69 | display: block; 70 | float: left; 71 | width: 66px; 72 | height: 22px; 73 | background: transparent url(closelabel.gif) no-repeat center; 74 | margin: 5px 0; 75 | outline: none; 76 | } 77 | 78 | #lbCaption, #lbNumber { 79 | margin-left: 71px; 80 | } 81 | 82 | #lbCaption { 83 | font-weight: bold; 84 | } 85 | -------------------------------------------------------------------------------- /libraries/slimbox/slimbox2.css: -------------------------------------------------------------------------------- 1 | /* SLIMBOX */ 2 | 3 | #lbOverlay { 4 | position: fixed; 5 | z-index: 9999; 6 | left: 0; 7 | top: 0; 8 | width: 100%; 9 | height: 100%; 10 | background-color: #000; 11 | cursor: pointer; 12 | } 13 | 14 | #lbCenter, #lbBottomContainer { 15 | position: absolute; 16 | z-index: 9999; 17 | overflow: hidden; 18 | background-color: #fff; 19 | } 20 | 21 | .lbLoading { 22 | background: #fff url(loading.gif) no-repeat center; 23 | } 24 | 25 | #lbImage { 26 | position: absolute; 27 | left: 0; 28 | top: 0; 29 | border: 10px solid #fff; 30 | background-repeat: no-repeat; 31 | } 32 | 33 | #lbPrevLink, #lbNextLink { 34 | display: block; 35 | position: absolute; 36 | top: 0; 37 | width: 50%; 38 | outline: none; 39 | } 40 | 41 | #lbPrevLink { 42 | left: 0; 43 | } 44 | 45 | #lbPrevLink:hover { 46 | background: transparent url(prevlabel.gif) no-repeat 0 15%; 47 | } 48 | 49 | #lbNextLink { 50 | right: 0; 51 | } 52 | 53 | #lbNextLink:hover { 54 | background: transparent url(nextlabel.gif) no-repeat 100% 15%; 55 | } 56 | 57 | #lbBottom { 58 | font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 59 | font-size: 10px; 60 | color: #666; 61 | line-height: 1.4em; 62 | text-align: left; 63 | border: 10px solid #fff; 64 | border-top-style: none; 65 | } 66 | 67 | #lbCloseLink { 68 | display: block; 69 | float: right; 70 | width: 66px; 71 | height: 22px; 72 | background: transparent url(closelabel.gif) no-repeat center; 73 | margin: 5px 0; 74 | outline: none; 75 | } 76 | 77 | #lbCaption, #lbNumber { 78 | margin-right: 71px; 79 | } 80 | 81 | #lbCaption { 82 | font-weight: bold; 83 | } 84 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/advhr/css/advhr.css: -------------------------------------------------------------------------------- 1 | input.radio {border:1px none #000; background:transparent; vertical-align:middle;} 2 | .panel_wrapper div.current {height:80px;} 3 | #width {width:50px; vertical-align:middle;} 4 | #width2 {width:50px; vertical-align:middle;} 5 | #size {width:100px;} 6 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/advhr/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.AdvancedHRPlugin",{init:function(a,b){a.addCommand("mceAdvancedHr",function(){a.windowManager.open({file:b+"/rule.htm",width:250+parseInt(a.getLang("advhr.delta_width",0)),height:160+parseInt(a.getLang("advhr.delta_height",0)),inline:1},{plugin_url:b})});a.addButton("advhr",{title:"advhr.advhr_desc",cmd:"mceAdvancedHr"});a.onNodeChange.add(function(d,c,e){c.setActive("advhr",e.nodeName=="HR")});a.onClick.add(function(c,d){d=d.target;if(d.nodeName==="HR"){c.selection.select(d)}})},getInfo:function(){return{longname:"Advanced HR",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advhr",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("advhr",tinymce.plugins.AdvancedHRPlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/advhr/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.AdvancedHRPlugin', { 13 | init : function(ed, url) { 14 | // Register commands 15 | ed.addCommand('mceAdvancedHr', function() { 16 | ed.windowManager.open({ 17 | file : url + '/rule.htm', 18 | width : 250 + parseInt(ed.getLang('advhr.delta_width', 0)), 19 | height : 160 + parseInt(ed.getLang('advhr.delta_height', 0)), 20 | inline : 1 21 | }, { 22 | plugin_url : url 23 | }); 24 | }); 25 | 26 | // Register buttons 27 | ed.addButton('advhr', { 28 | title : 'advhr.advhr_desc', 29 | cmd : 'mceAdvancedHr' 30 | }); 31 | 32 | ed.onNodeChange.add(function(ed, cm, n) { 33 | cm.setActive('advhr', n.nodeName == 'HR'); 34 | }); 35 | 36 | ed.onClick.add(function(ed, e) { 37 | e = e.target; 38 | 39 | if (e.nodeName === 'HR') 40 | ed.selection.select(e); 41 | }); 42 | }, 43 | 44 | getInfo : function() { 45 | return { 46 | longname : 'Advanced HR', 47 | author : 'Moxiecode Systems AB', 48 | authorurl : 'http://tinymce.moxiecode.com', 49 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advhr', 50 | version : tinymce.majorVersion + "." + tinymce.minorVersion 51 | }; 52 | } 53 | }); 54 | 55 | // Register plugin 56 | tinymce.PluginManager.add('advhr', tinymce.plugins.AdvancedHRPlugin); 57 | })(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/advhr/js/rule.js: -------------------------------------------------------------------------------- 1 | var AdvHRDialog = { 2 | init : function(ed) { 3 | var dom = ed.dom, f = document.forms[0], n = ed.selection.getNode(), w; 4 | 5 | w = dom.getAttrib(n, 'width'); 6 | f.width.value = w ? parseInt(w) : (dom.getStyle('width') || ''); 7 | f.size.value = dom.getAttrib(n, 'size') || parseInt(dom.getStyle('height')) || ''; 8 | f.noshade.checked = !!dom.getAttrib(n, 'noshade') || !!dom.getStyle('border-width'); 9 | selectByValue(f, 'width2', w.indexOf('%') != -1 ? '%' : 'px'); 10 | }, 11 | 12 | update : function() { 13 | var ed = tinyMCEPopup.editor, h, f = document.forms[0], st = ''; 14 | 15 | h = 'd.autoresize_min_height){j=g}if(d.autoresize_max_height&&g>d.autoresize_max_height){j=d.autoresize_max_height;a.getBody().style.overflowY="auto"}else{a.getBody().style.overflowY="hidden"}if(j!==e){h.setStyle(h.get(a.id+"_ifr"),"height",j+"px");e=j}if(d.throbbing){a.setProgressState(false);a.setProgressState(true)}}d.editor=a;d.autoresize_min_height=parseInt(a.getParam("autoresize_min_height",a.getElement().offsetHeight));d.autoresize_max_height=parseInt(a.getParam("autoresize_max_height",0));a.onInit.add(function(f){f.dom.setStyle(f.getBody(),"paddingBottom",f.getParam("autoresize_bottom_margin",50)+"px")});a.onChange.add(b);a.onSetContent.add(b);a.onPaste.add(b);a.onKeyUp.add(b);a.onPostRender.add(b);if(a.getParam("autoresize_on_init",true)){a.onInit.add(function(g,f){g.setProgressState(true);d.throbbing=true;g.getBody().style.overflowY="hidden"});a.onLoadContent.add(function(g,f){b();setTimeout(function(){b();g.setProgressState(false);d.throbbing=false},1250)})}a.addCommand("mceAutoResize",b)},getInfo:function(){return{longname:"Auto Resize",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/autoresize",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("autoresize",tinymce.plugins.AutoResizePlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/autosave/langs/en.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.autosave',{ 2 | restore_content: "Restore auto-saved content", 3 | warning_message: "If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?" 4 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/directionality/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.Directionality",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceDirectionLTR",function(){var d=a.dom.getParent(a.selection.getNode(),a.dom.isBlock);if(d){if(a.dom.getAttrib(d,"dir")!="ltr"){a.dom.setAttrib(d,"dir","ltr")}else{a.dom.setAttrib(d,"dir","")}}a.nodeChanged()});a.addCommand("mceDirectionRTL",function(){var d=a.dom.getParent(a.selection.getNode(),a.dom.isBlock);if(d){if(a.dom.getAttrib(d,"dir")!="rtl"){a.dom.setAttrib(d,"dir","rtl")}else{a.dom.setAttrib(d,"dir","")}}a.nodeChanged()});a.addButton("ltr",{title:"directionality.ltr_desc",cmd:"mceDirectionLTR"});a.addButton("rtl",{title:"directionality.rtl_desc",cmd:"mceDirectionRTL"});a.onNodeChange.add(c._nodeChange,c)},getInfo:function(){return{longname:"Directionality",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/directionality",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_nodeChange:function(b,a,e){var d=b.dom,c;e=d.getParent(e,d.isBlock);if(!e){a.setDisabled("ltr",1);a.setDisabled("rtl",1);return}c=d.getAttrib(e,"dir");a.setActive("ltr",c=="ltr");a.setDisabled("ltr",0);a.setActive("rtl",c=="rtl");a.setDisabled("rtl",0)}});tinymce.PluginManager.add("directionality",tinymce.plugins.Directionality)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(a){a.create("tinymce.plugins.EmotionsPlugin",{init:function(b,c){b.addCommand("mceEmotion",function(){b.windowManager.open({file:c+"/emotions.htm",width:250+parseInt(b.getLang("emotions.delta_width",0)),height:160+parseInt(b.getLang("emotions.delta_height",0)),inline:1},{plugin_url:c})});b.addButton("emotions",{title:"emotions.emotions_desc",cmd:"mceEmotion"})},getInfo:function(){return{longname:"Emotions",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/emotions",version:a.majorVersion+"."+a.minorVersion}}});a.PluginManager.add("emotions",a.plugins.EmotionsPlugin)})(tinymce); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function(tinymce) { 12 | tinymce.create('tinymce.plugins.EmotionsPlugin', { 13 | init : function(ed, url) { 14 | // Register commands 15 | ed.addCommand('mceEmotion', function() { 16 | ed.windowManager.open({ 17 | file : url + '/emotions.htm', 18 | width : 250 + parseInt(ed.getLang('emotions.delta_width', 0)), 19 | height : 160 + parseInt(ed.getLang('emotions.delta_height', 0)), 20 | inline : 1 21 | }, { 22 | plugin_url : url 23 | }); 24 | }); 25 | 26 | // Register buttons 27 | ed.addButton('emotions', {title : 'emotions.emotions_desc', cmd : 'mceEmotion'}); 28 | }, 29 | 30 | getInfo : function() { 31 | return { 32 | longname : 'Emotions', 33 | author : 'Moxiecode Systems AB', 34 | authorurl : 'http://tinymce.moxiecode.com', 35 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/emotions', 36 | version : tinymce.majorVersion + "." + tinymce.minorVersion 37 | }; 38 | } 39 | }); 40 | 41 | // Register plugin 42 | tinymce.PluginManager.add('emotions', tinymce.plugins.EmotionsPlugin); 43 | })(tinymce); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-cool.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-cry.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-frown.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-innocent.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-kiss.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-laughing.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-sealed.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-smile.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-surprised.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-undecided.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-wink.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/emotions/img/smiley-yell.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/js/emotions.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var EmotionsDialog = { 4 | init : function(ed) { 5 | tinyMCEPopup.resizeToInnerSize(); 6 | }, 7 | 8 | insert : function(file, title) { 9 | var ed = tinyMCEPopup.editor, dom = ed.dom; 10 | 11 | tinyMCEPopup.execCommand('mceInsertContent', false, dom.createHTML('img', { 12 | src : tinyMCEPopup.getWindowArg('plugin_url') + '/img/' + file, 13 | alt : ed.getLang(title), 14 | title : ed.getLang(title), 15 | border : 0 16 | })); 17 | 18 | tinyMCEPopup.close(); 19 | } 20 | }; 21 | 22 | tinyMCEPopup.onInit.add(EmotionsDialog.init, EmotionsDialog); 23 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/emotions/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.emotions_dlg',{ 2 | title:"Insert emotion", 3 | desc:"Emotions", 4 | cool:"Cool", 5 | cry:"Cry", 6 | embarassed:"Embarassed", 7 | foot_in_mouth:"Foot in mouth", 8 | frown:"Frown", 9 | innocent:"Innocent", 10 | kiss:"Kiss", 11 | laughing:"Laughing", 12 | money_mouth:"Money mouth", 13 | sealed:"Sealed", 14 | smile:"Smile", 15 | surprised:"Surprised", 16 | tongue_out:"Tongue out", 17 | undecided:"Undecided", 18 | wink:"Wink", 19 | yell:"Yell" 20 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/dialog.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {#example_dlg.title} 5 | 6 | 7 | 8 | 9 | 10 |
    11 |

    Here is a example dialog.

    12 |

    Selected text:

    13 |

    Custom arg:

    14 | 15 |
    16 | 17 | 18 |
    19 |
    20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.PluginManager.requireLangPack("example");tinymce.create("tinymce.plugins.ExamplePlugin",{init:function(a,b){a.addCommand("mceExample",function(){a.windowManager.open({file:b+"/dialog.htm",width:320+parseInt(a.getLang("example.delta_width",0)),height:120+parseInt(a.getLang("example.delta_height",0)),inline:1},{plugin_url:b,some_custom_arg:"custom arg"})});a.addButton("example",{title:"example.desc",cmd:"mceExample",image:b+"/img/example.gif"});a.onNodeChange.add(function(d,c,e){c.setActive("example",e.nodeName=="IMG")})},createControl:function(b,a){return null},getInfo:function(){return{longname:"Example plugin",author:"Some author",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/example",version:"1.0"}}});tinymce.PluginManager.add("example",tinymce.plugins.ExamplePlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/img/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/example/img/example.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/js/dialog.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var ExampleDialog = { 4 | init : function() { 5 | var f = document.forms[0]; 6 | 7 | // Get the selected contents as text and place it in the input 8 | f.someval.value = tinyMCEPopup.editor.selection.getContent({format : 'text'}); 9 | f.somearg.value = tinyMCEPopup.getWindowArg('some_custom_arg'); 10 | }, 11 | 12 | insert : function() { 13 | // Insert the contents from the input into the document 14 | tinyMCEPopup.editor.execCommand('mceInsertContent', false, document.forms[0].someval.value); 15 | tinyMCEPopup.close(); 16 | } 17 | }; 18 | 19 | tinyMCEPopup.onInit.add(ExampleDialog.init, ExampleDialog); 20 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/langs/en.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.example',{ 2 | desc : 'This is just a template button' 3 | }); 4 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.example_dlg',{ 2 | title : 'This is just a example title' 3 | }); 4 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/example_dependency/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.ExampleDependencyPlugin",{init:function(a,b){},getInfo:function(){return{longname:"Example Dependency plugin",author:"Some author",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/example_dependency",version:"1.0"}}});tinymce.PluginManager.add("example_dependency",tinymce.plugins.ExampleDependencyPlugin,["example"])})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/iespell/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.IESpell",{init:function(a,b){var c=this,d;if(!tinymce.isIE){return}c.editor=a;a.addCommand("mceIESpell",function(){try{d=new ActiveXObject("ieSpell.ieSpellExtension");d.CheckDocumentNode(a.getDoc().documentElement)}catch(f){if(f.number==-2146827859){a.windowManager.confirm(a.getLang("iespell.download"),function(e){if(e){window.open("http://www.iespell.com/download.php","ieSpellDownload","")}})}else{a.windowManager.alert("Error Loading ieSpell: Exception "+f.number)}}});a.addButton("iespell",{title:"iespell.iespell_desc",cmd:"mceIESpell"})},getInfo:function(){return{longname:"IESpell (IE Only)",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/iespell",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("iespell",tinymce.plugins.IESpell)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/iespell/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.IESpell', { 13 | init : function(ed, url) { 14 | var t = this, sp; 15 | 16 | if (!tinymce.isIE) 17 | return; 18 | 19 | t.editor = ed; 20 | 21 | // Register commands 22 | ed.addCommand('mceIESpell', function() { 23 | try { 24 | sp = new ActiveXObject("ieSpell.ieSpellExtension"); 25 | sp.CheckDocumentNode(ed.getDoc().documentElement); 26 | } catch (e) { 27 | if (e.number == -2146827859) { 28 | ed.windowManager.confirm(ed.getLang("iespell.download"), function(s) { 29 | if (s) 30 | window.open('http://www.iespell.com/download.php', 'ieSpellDownload', ''); 31 | }); 32 | } else 33 | ed.windowManager.alert("Error Loading ieSpell: Exception " + e.number); 34 | } 35 | }); 36 | 37 | // Register buttons 38 | ed.addButton('iespell', {title : 'iespell.iespell_desc', cmd : 'mceIESpell'}); 39 | }, 40 | 41 | getInfo : function() { 42 | return { 43 | longname : 'IESpell (IE Only)', 44 | author : 'Moxiecode Systems AB', 45 | authorurl : 'http://tinymce.moxiecode.com', 46 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/iespell', 47 | version : tinymce.majorVersion + "." + tinymce.minorVersion 48 | }; 49 | } 50 | }); 51 | 52 | // Register plugin 53 | tinymce.PluginManager.add('iespell', tinymce.plugins.IESpell); 54 | })(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/insertdatetime/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.InsertDateTime",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceInsertDate",function(){var d=c._getDateTime(new Date(),a.getParam("plugin_insertdate_dateFormat",a.getLang("insertdatetime.date_fmt")));a.execCommand("mceInsertContent",false,d)});a.addCommand("mceInsertTime",function(){var d=c._getDateTime(new Date(),a.getParam("plugin_insertdate_timeFormat",a.getLang("insertdatetime.time_fmt")));a.execCommand("mceInsertContent",false,d)});a.addButton("insertdate",{title:"insertdatetime.insertdate_desc",cmd:"mceInsertDate"});a.addButton("inserttime",{title:"insertdatetime.inserttime_desc",cmd:"mceInsertTime"})},getInfo:function(){return{longname:"Insert date/time",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/insertdatetime",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_getDateTime:function(e,a){var c=this.editor;function b(g,d){g=""+g;if(g.length ':" ")});a.addButton("nonbreaking",{title:"nonbreaking.nonbreaking_desc",cmd:"mceNonBreaking"});if(a.getParam("nonbreaking_force_tab")){a.onKeyDown.add(function(d,f){if(tinymce.isIE&&f.keyCode==9){d.execCommand("mceNonBreaking");d.execCommand("mceNonBreaking");d.execCommand("mceNonBreaking");tinymce.dom.Event.cancel(f)}})}},getInfo:function(){return{longname:"Nonbreaking space",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/nonbreaking",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("nonbreaking",tinymce.plugins.Nonbreaking)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/nonbreaking/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.Nonbreaking', { 13 | init : function(ed, url) { 14 | var t = this; 15 | 16 | t.editor = ed; 17 | 18 | // Register commands 19 | ed.addCommand('mceNonBreaking', function() { 20 | ed.execCommand('mceInsertContent', false, (ed.plugins.visualchars && ed.plugins.visualchars.state) ? ' ' : ' '); 21 | }); 22 | 23 | // Register buttons 24 | ed.addButton('nonbreaking', {title : 'nonbreaking.nonbreaking_desc', cmd : 'mceNonBreaking'}); 25 | 26 | if (ed.getParam('nonbreaking_force_tab')) { 27 | ed.onKeyDown.add(function(ed, e) { 28 | if (tinymce.isIE && e.keyCode == 9) { 29 | ed.execCommand('mceNonBreaking'); 30 | ed.execCommand('mceNonBreaking'); 31 | ed.execCommand('mceNonBreaking'); 32 | tinymce.dom.Event.cancel(e); 33 | } 34 | }); 35 | } 36 | }, 37 | 38 | getInfo : function() { 39 | return { 40 | longname : 'Nonbreaking space', 41 | author : 'Moxiecode Systems AB', 42 | authorurl : 'http://tinymce.moxiecode.com', 43 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/nonbreaking', 44 | version : tinymce.majorVersion + "." + tinymce.minorVersion 45 | }; 46 | } 47 | 48 | // Private methods 49 | }); 50 | 51 | // Register plugin 52 | tinymce.PluginManager.add('nonbreaking', tinymce.plugins.Nonbreaking); 53 | })(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/noneditable/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){var a=tinymce.dom.Event;tinymce.create("tinymce.plugins.NonEditablePlugin",{init:function(d,e){var f=this,c,b,g;f.editor=d;c=d.getParam("noneditable_editable_class","mceEditable");b=d.getParam("noneditable_noneditable_class","mceNonEditable");d.onNodeChange.addToTop(function(i,h,l){var k,j;k=i.dom.getParent(i.selection.getStart(),function(m){return i.dom.hasClass(m,b)});j=i.dom.getParent(i.selection.getEnd(),function(m){return i.dom.hasClass(m,b)});if(k||j){g=1;f._setDisabled(1);return false}else{if(g==1){f._setDisabled(0);g=0}}})},getInfo:function(){return{longname:"Non editable elements",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/noneditable",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_block:function(c,d){var b=d.keyCode;if((b>32&&b<41)||(b>111&&b<124)){return}return a.cancel(d)},_setDisabled:function(d){var c=this,b=c.editor;tinymce.each(b.controlManager.controls,function(e){e.setDisabled(d)});if(d!==c.disabled){if(d){b.onKeyDown.addToTop(c._block);b.onKeyPress.addToTop(c._block);b.onKeyUp.addToTop(c._block);b.onPaste.addToTop(c._block);b.onContextMenu.addToTop(c._block)}else{b.onKeyDown.remove(c._block);b.onKeyPress.remove(c._block);b.onKeyUp.remove(c._block);b.onPaste.remove(c._block);b.onContextMenu.remove(c._block)}c.disabled=d}}});tinymce.PluginManager.add("noneditable",tinymce.plugins.NonEditablePlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/pagebreak/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.PageBreakPlugin",{init:function(b,d){var f='',a="mcePageBreak",c=b.getParam("pagebreak_separator",""),e;e=new RegExp(c.replace(/[\?\.\*\[\]\(\)\{\}\+\^\$\:]/g,function(g){return"\\"+g}),"g");b.addCommand("mcePageBreak",function(){b.execCommand("mceInsertContent",0,f)});b.addButton("pagebreak",{title:"pagebreak.desc",cmd:a});b.onInit.add(function(){if(b.theme.onResolveName){b.theme.onResolveName.add(function(g,h){if(h.node.nodeName=="IMG"&&b.dom.hasClass(h.node,a)){h.name="pagebreak"}})}});b.onClick.add(function(g,h){h=h.target;if(h.nodeName==="IMG"&&g.dom.hasClass(h,a)){g.selection.select(h)}});b.onNodeChange.add(function(h,g,i){g.setActive("pagebreak",i.nodeName==="IMG"&&h.dom.hasClass(i,a))});b.onBeforeSetContent.add(function(g,h){h.content=h.content.replace(e,f)});b.onPostProcess.add(function(g,h){if(h.get){h.content=h.content.replace(/]+>/g,function(i){if(i.indexOf('class="mcePageBreak')!==-1){i=c}return i})}})},getInfo:function(){return{longname:"PageBreak",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/pagebreak",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("pagebreak",tinymce.plugins.PageBreakPlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/paste/js/pastetext.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var PasteTextDialog = { 4 | init : function() { 5 | this.resize(); 6 | }, 7 | 8 | insert : function() { 9 | var h = tinyMCEPopup.dom.encode(document.getElementById('content').value), lines; 10 | 11 | // Convert linebreaks into paragraphs 12 | if (document.getElementById('linebreaks').checked) { 13 | lines = h.split(/\r?\n/); 14 | if (lines.length > 1) { 15 | h = ''; 16 | tinymce.each(lines, function(row) { 17 | h += '

    ' + row + '

    '; 18 | }); 19 | } 20 | } 21 | 22 | tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, {content : h}); 23 | tinyMCEPopup.close(); 24 | }, 25 | 26 | resize : function() { 27 | var vp = tinyMCEPopup.dom.getViewPort(window), el; 28 | 29 | el = document.getElementById('content'); 30 | 31 | el.style.width = (vp.w - 20) + 'px'; 32 | el.style.height = (vp.h - 90) + 'px'; 33 | } 34 | }; 35 | 36 | tinyMCEPopup.onInit.add(PasteTextDialog.init, PasteTextDialog); 37 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/paste/js/pasteword.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var PasteWordDialog = { 4 | init : function() { 5 | var ed = tinyMCEPopup.editor, el = document.getElementById('iframecontainer'), ifr, doc, css, cssHTML = ''; 6 | 7 | // Create iframe 8 | el.innerHTML = ''; 9 | ifr = document.getElementById('iframe'); 10 | doc = ifr.contentWindow.document; 11 | 12 | // Force absolute CSS urls 13 | css = [ed.baseURI.toAbsolute("themes/" + ed.settings.theme + "/skins/" + ed.settings.skin + "/content.css")]; 14 | css = css.concat(tinymce.explode(ed.settings.content_css) || []); 15 | tinymce.each(css, function(u) { 16 | cssHTML += ''; 17 | }); 18 | 19 | // Write content into iframe 20 | doc.open(); 21 | doc.write('' + cssHTML + ''); 22 | doc.close(); 23 | 24 | doc.designMode = 'on'; 25 | this.resize(); 26 | 27 | window.setTimeout(function() { 28 | ifr.contentWindow.focus(); 29 | }, 10); 30 | }, 31 | 32 | insert : function() { 33 | var h = document.getElementById('iframe').contentWindow.document.body.innerHTML; 34 | 35 | tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, {content : h, wordContent : true}); 36 | tinyMCEPopup.close(); 37 | }, 38 | 39 | resize : function() { 40 | var vp = tinyMCEPopup.dom.getViewPort(window), el; 41 | 42 | el = document.getElementById('iframe'); 43 | 44 | if (el) { 45 | el.style.width = (vp.w - 20) + 'px'; 46 | el.style.height = (vp.h - 90) + 'px'; 47 | } 48 | } 49 | }; 50 | 51 | tinyMCEPopup.onInit.add(PasteWordDialog.init, PasteWordDialog); 52 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/paste/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.paste_dlg',{ 2 | text_title:"Use CTRL+V on your keyboard to paste the text into the window.", 3 | text_linebreaks:"Keep linebreaks", 4 | word_title:"Use CTRL+V on your keyboard to paste the text into the window." 5 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/paste/pastetext.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | {#paste.paste_text_desc} 4 | 5 | 6 | 7 | 8 |
    9 |
    {#paste.paste_text_desc}
    10 | 11 |
    12 | 13 |
    14 | 15 |
    16 | 17 |
    {#paste_dlg.text_title}
    18 | 19 | 20 | 21 |
    22 | 23 | 24 |
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/paste/pasteword.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | {#paste.paste_word_desc} 4 | 5 | 6 | 7 | 8 |
    9 |
    {#paste.paste_word_desc}
    10 | 11 |
    {#paste_dlg.word_title}
    12 | 13 |
    14 | 15 |
    16 | 17 | 18 |
    19 |
    20 | 21 | 22 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/preview/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.Preview",{init:function(a,b){var d=this,c=tinymce.explode(a.settings.content_css);d.editor=a;tinymce.each(c,function(f,e){c[e]=a.documentBaseURI.toAbsolute(f)});a.addCommand("mcePreview",function(){a.windowManager.open({file:a.getParam("plugin_preview_pageurl",b+"/preview.html"),width:parseInt(a.getParam("plugin_preview_width","550")),height:parseInt(a.getParam("plugin_preview_height","600")),resizable:"yes",scrollbars:"yes",popup_css:c?c.join(","):a.baseURI.toAbsolute("themes/"+a.settings.theme+"/skins/"+a.settings.skin+"/content.css"),inline:a.getParam("plugin_preview_inline",1)},{base:a.documentBaseURI.getURI()})});a.addButton("preview",{title:"preview.preview_desc",cmd:"mcePreview"})},getInfo:function(){return{longname:"Preview",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/preview",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("preview",tinymce.plugins.Preview)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/preview/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.Preview', { 13 | init : function(ed, url) { 14 | var t = this, css = tinymce.explode(ed.settings.content_css); 15 | 16 | t.editor = ed; 17 | 18 | // Force absolute CSS urls 19 | tinymce.each(css, function(u, k) { 20 | css[k] = ed.documentBaseURI.toAbsolute(u); 21 | }); 22 | 23 | ed.addCommand('mcePreview', function() { 24 | ed.windowManager.open({ 25 | file : ed.getParam("plugin_preview_pageurl", url + "/preview.html"), 26 | width : parseInt(ed.getParam("plugin_preview_width", "550")), 27 | height : parseInt(ed.getParam("plugin_preview_height", "600")), 28 | resizable : "yes", 29 | scrollbars : "yes", 30 | popup_css : css ? css.join(',') : ed.baseURI.toAbsolute("themes/" + ed.settings.theme + "/skins/" + ed.settings.skin + "/content.css"), 31 | inline : ed.getParam("plugin_preview_inline", 1) 32 | }, { 33 | base : ed.documentBaseURI.getURI() 34 | }); 35 | }); 36 | 37 | ed.addButton('preview', {title : 'preview.preview_desc', cmd : 'mcePreview'}); 38 | }, 39 | 40 | getInfo : function() { 41 | return { 42 | longname : 'Preview', 43 | author : 'Moxiecode Systems AB', 44 | authorurl : 'http://tinymce.moxiecode.com', 45 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/preview', 46 | version : tinymce.majorVersion + "." + tinymce.minorVersion 47 | }; 48 | } 49 | }); 50 | 51 | // Register plugin 52 | tinymce.PluginManager.add('preview', tinymce.plugins.Preview); 53 | })(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/preview/example.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 18 | Example of a custom preview page 19 | 20 | 21 | 22 | Editor contents:
    23 |
    24 | 25 |
    26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | {#preview.preview_desc} 11 | 12 | 13 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/print/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.Print",{init:function(a,b){a.addCommand("mcePrint",function(){a.getWin().print()});a.addButton("print",{title:"print.print_desc",cmd:"mcePrint"})},getInfo:function(){return{longname:"Print",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/print",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("print",tinymce.plugins.Print)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/print/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.Print', { 13 | init : function(ed, url) { 14 | ed.addCommand('mcePrint', function() { 15 | ed.getWin().print(); 16 | }); 17 | 18 | ed.addButton('print', {title : 'print.print_desc', cmd : 'mcePrint'}); 19 | }, 20 | 21 | getInfo : function() { 22 | return { 23 | longname : 'Print', 24 | author : 'Moxiecode Systems AB', 25 | authorurl : 'http://tinymce.moxiecode.com', 26 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/print', 27 | version : tinymce.majorVersion + "." + tinymce.minorVersion 28 | }; 29 | } 30 | }); 31 | 32 | // Register plugin 33 | tinymce.PluginManager.add('print', tinymce.plugins.Print); 34 | })(); 35 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/save/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.Save",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceSave",c._save,c);a.addCommand("mceCancel",c._cancel,c);a.addButton("save",{title:"save.save_desc",cmd:"mceSave"});a.addButton("cancel",{title:"save.cancel_desc",cmd:"mceCancel"});a.onNodeChange.add(c._nodeChange,c);a.addShortcut("ctrl+s",a.getLang("save.save_desc"),"mceSave")},getInfo:function(){return{longname:"Save",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/save",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_nodeChange:function(b,a,c){var b=this.editor;if(b.getParam("save_enablewhendirty")){a.setDisabled("save",!b.isDirty());a.setDisabled("cancel",!b.isDirty())}},_save:function(){var c=this.editor,a,e,d,b;a=tinymce.DOM.get(c.id).form||tinymce.DOM.getParent(c.id,"form");if(c.getParam("save_enablewhendirty")&&!c.isDirty()){return}tinyMCE.triggerSave();if(e=c.getParam("save_onsavecallback")){if(c.execCallback("save_onsavecallback",c)){c.startContent=tinymce.trim(c.getContent({format:"raw"}));c.nodeChanged()}return}if(a){c.isNotDirty=true;if(a.onsubmit==null||a.onsubmit()!=false){a.submit()}c.nodeChanged()}else{c.windowManager.alert("Error: No form element found.")}},_cancel:function(){var a=this.editor,c,b=tinymce.trim(a.startContent);if(c=a.getParam("save_oncancelcallback")){a.execCallback("save_oncancelcallback",a);return}a.setContent(b);a.undoManager.clear();a.nodeChanged()}});tinymce.PluginManager.add("save",tinymce.plugins.Save)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/searchreplace/css/searchreplace.css: -------------------------------------------------------------------------------- 1 | .panel_wrapper {height:85px;} 2 | .panel_wrapper div.current {height:85px;} 3 | 4 | /* IE */ 5 | * html .panel_wrapper {height:100px;} 6 | * html .panel_wrapper div.current {height:100px;} 7 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/searchreplace/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.SearchReplacePlugin",{init:function(a,c){function b(d){window.focus();a.windowManager.open({file:c+"/searchreplace.htm",width:420+parseInt(a.getLang("searchreplace.delta_width",0)),height:170+parseInt(a.getLang("searchreplace.delta_height",0)),inline:1,auto_focus:0},{mode:d,search_string:a.selection.getContent({format:"text"}),plugin_url:c})}a.addCommand("mceSearch",function(){b("search")});a.addCommand("mceReplace",function(){b("replace")});a.addButton("search",{title:"searchreplace.search_desc",cmd:"mceSearch"});a.addButton("replace",{title:"searchreplace.replace_desc",cmd:"mceReplace"});a.addShortcut("ctrl+f","searchreplace.search_desc","mceSearch")},getInfo:function(){return{longname:"Search/Replace",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/searchreplace",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("searchreplace",tinymce.plugins.SearchReplacePlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/searchreplace/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.searchreplace_dlg',{ 2 | searchnext_desc:"Find again", 3 | notfound:"The search has been completed. The search string could not be found.", 4 | search_title:"Find", 5 | replace_title:"Find/Replace", 6 | allreplaced:"All occurrences of the search string were replaced.", 7 | findwhat:"Find what", 8 | replacewith:"Replace with", 9 | direction:"Direction", 10 | up:"Up", 11 | down:"Down", 12 | mcase:"Match case", 13 | findnext:"Find next", 14 | replace:"Replace", 15 | replaceall:"Replace all" 16 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/spellchecker/css/content.css: -------------------------------------------------------------------------------- 1 | .mceItemHiddenSpellWord {background:url(../img/wline.gif) repeat-x bottom left; cursor:default;} 2 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/spellchecker/editor_plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/spellchecker/editor_plugin.js -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/spellchecker/editor_plugin_src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/spellchecker/editor_plugin_src.js -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/spellchecker/img/wline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/plugins/spellchecker/img/wline.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/style/css/props.css: -------------------------------------------------------------------------------- 1 | #text_font {width:250px;} 2 | #text_size {width:70px;} 3 | .mceAddSelectValue {background:#DDD;} 4 | select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {width:70px;} 5 | #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex {width:70px;} 6 | #positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left {width:70px;} 7 | #positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left {width:70px;} 8 | .panel_wrapper div.current {padding-top:10px;height:230px;} 9 | .delim {border-left:1px solid gray;} 10 | .tdelim {border-bottom:1px solid gray;} 11 | #block_display {width:145px;} 12 | #list_type {width:115px;} 13 | .disabled {background:#EEE;} 14 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/style/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.StylePlugin",{init:function(a,b){a.addCommand("mceStyleProps",function(){a.windowManager.open({file:b+"/props.htm",width:480+parseInt(a.getLang("style.delta_width",0)),height:320+parseInt(a.getLang("style.delta_height",0)),inline:1},{plugin_url:b,style_text:a.selection.getNode().style.cssText})});a.addCommand("mceSetElementStyle",function(d,c){if(e=a.selection.getNode()){a.dom.setAttrib(e,"style",c);a.execCommand("mceRepaint")}});a.onNodeChange.add(function(d,c,f){c.setDisabled("styleprops",f.nodeName==="BODY")});a.addButton("styleprops",{title:"style.desc",cmd:"mceStyleProps"})},getInfo:function(){return{longname:"Style",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/style",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("style",tinymce.plugins.StylePlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/style/editor_plugin_src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * editor_plugin_src.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | (function() { 12 | tinymce.create('tinymce.plugins.StylePlugin', { 13 | init : function(ed, url) { 14 | // Register commands 15 | ed.addCommand('mceStyleProps', function() { 16 | ed.windowManager.open({ 17 | file : url + '/props.htm', 18 | width : 480 + parseInt(ed.getLang('style.delta_width', 0)), 19 | height : 320 + parseInt(ed.getLang('style.delta_height', 0)), 20 | inline : 1 21 | }, { 22 | plugin_url : url, 23 | style_text : ed.selection.getNode().style.cssText 24 | }); 25 | }); 26 | 27 | ed.addCommand('mceSetElementStyle', function(ui, v) { 28 | if (e = ed.selection.getNode()) { 29 | ed.dom.setAttrib(e, 'style', v); 30 | ed.execCommand('mceRepaint'); 31 | } 32 | }); 33 | 34 | ed.onNodeChange.add(function(ed, cm, n) { 35 | cm.setDisabled('styleprops', n.nodeName === 'BODY'); 36 | }); 37 | 38 | // Register buttons 39 | ed.addButton('styleprops', {title : 'style.desc', cmd : 'mceStyleProps'}); 40 | }, 41 | 42 | getInfo : function() { 43 | return { 44 | longname : 'Style', 45 | author : 'Moxiecode Systems AB', 46 | authorurl : 'http://tinymce.moxiecode.com', 47 | infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/style', 48 | version : tinymce.majorVersion + "." + tinymce.minorVersion 49 | }; 50 | } 51 | }); 52 | 53 | // Register plugin 54 | tinymce.PluginManager.add('style', tinymce.plugins.StylePlugin); 55 | })(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/tabfocus/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){var c=tinymce.DOM,a=tinymce.dom.Event,d=tinymce.each,b=tinymce.explode;tinymce.create("tinymce.plugins.TabFocusPlugin",{init:function(f,g){function e(i,j){if(j.keyCode===9){return a.cancel(j)}}function h(l,p){var j,m,o,n,k;function q(r){n=c.select(":input:enabled,*[tabindex]");function i(s){return s.type!="hidden"&&s.tabIndex!="-1"&&!(n[m].style.display=="none")&&!(n[m].style.visibility=="hidden")}d(n,function(t,s){if(t.id==l.id){j=s;return false}});if(r>0){for(m=j+1;m=0;m--){if(i(n[m])){return n[m]}}}return null}if(p.keyCode===9){k=b(l.getParam("tab_focus",l.getParam("tabfocus_elements",":prev,:next")));if(k.length==1){k[1]=k[0];k[0]=":prev"}if(p.shiftKey){if(k[0]==":prev"){n=q(-1)}else{n=c.get(k[0])}}else{if(k[1]==":next"){n=q(1)}else{n=c.get(k[1])}}if(n){if(n.id&&(l=tinymce.get(n.id||n.name))){l.focus()}else{window.setTimeout(function(){if(!tinymce.isWebKit){window.focus()}n.focus()},10)}return a.cancel(p)}}}f.onKeyUp.add(e);if(tinymce.isGecko){f.onKeyPress.add(h);f.onKeyDown.add(e)}else{f.onKeyDown.add(h)}},getInfo:function(){return{longname:"Tabfocus",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/tabfocus",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("tabfocus",tinymce.plugins.TabFocusPlugin)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/table/css/cell.css: -------------------------------------------------------------------------------- 1 | /* CSS file for cell dialog in the table plugin */ 2 | 3 | .panel_wrapper div.current { 4 | height: 200px; 5 | } 6 | 7 | .advfield { 8 | width: 200px; 9 | } 10 | 11 | #action { 12 | margin-bottom: 3px; 13 | } 14 | 15 | #class { 16 | width: 150px; 17 | } -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/table/css/row.css: -------------------------------------------------------------------------------- 1 | /* CSS file for row dialog in the table plugin */ 2 | 3 | .panel_wrapper div.current { 4 | height: 200px; 5 | } 6 | 7 | .advfield { 8 | width: 200px; 9 | } 10 | 11 | #action { 12 | margin-bottom: 3px; 13 | } 14 | 15 | #rowtype,#align,#valign,#class,#height { 16 | width: 150px; 17 | } 18 | 19 | #height { 20 | width: 50px; 21 | } 22 | 23 | .col2 { 24 | padding-left: 20px; 25 | } 26 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/table/css/table.css: -------------------------------------------------------------------------------- 1 | /* CSS file for table dialog in the table plugin */ 2 | 3 | .panel_wrapper div.current { 4 | height: 245px; 5 | } 6 | 7 | .advfield { 8 | width: 200px; 9 | } 10 | 11 | #class { 12 | width: 150px; 13 | } 14 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/table/js/merge_cells.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var MergeCellsDialog = { 4 | init : function() { 5 | var f = document.forms[0]; 6 | 7 | f.numcols.value = tinyMCEPopup.getWindowArg('cols', 1); 8 | f.numrows.value = tinyMCEPopup.getWindowArg('rows', 1); 9 | }, 10 | 11 | merge : function() { 12 | var func, f = document.forms[0]; 13 | 14 | tinyMCEPopup.restoreSelection(); 15 | 16 | func = tinyMCEPopup.getWindowArg('onaction'); 17 | 18 | func({ 19 | cols : f.numcols.value, 20 | rows : f.numrows.value 21 | }); 22 | 23 | tinyMCEPopup.close(); 24 | } 25 | }; 26 | 27 | tinyMCEPopup.onInit.add(MergeCellsDialog.init, MergeCellsDialog); 28 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/table/merge_cells.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {#table_dlg.merge_cells_title} 5 | 6 | 7 | 8 | 9 | 10 | 11 |
    12 |
    13 | {#table_dlg.merge_cells_title} 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
    :
    :
    24 |
    25 | 26 |
    27 | 28 | 29 |
    30 |
    31 | 32 | 33 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/template/blank.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | blank_page 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/template/css/template.css: -------------------------------------------------------------------------------- 1 | #frmbody { 2 | padding: 10px; 3 | background-color: #FFF; 4 | border: 1px solid #CCC; 5 | } 6 | 7 | .frmRow { 8 | margin-bottom: 10px; 9 | } 10 | 11 | #templatesrc { 12 | border: none; 13 | width: 320px; 14 | height: 240px; 15 | } 16 | 17 | .title { 18 | padding-bottom: 5px; 19 | } 20 | 21 | .mceActionPanel { 22 | padding-top: 5px; 23 | } 24 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/template/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.template_dlg',{ 2 | title:"Templates", 3 | label:"Template", 4 | desc_label:"Description", 5 | desc:"Insert predefined template content", 6 | select:"Select a template", 7 | preview:"Preview", 8 | warning:"Warning: Updating a template with a different one may cause data loss.", 9 | mdate_format:"%Y-%m-%d %H:%M:%S", 10 | cdate_format:"%Y-%m-%d %H:%M:%S", 11 | months_long:"January,February,March,April,May,June,July,August,September,October,November,December", 12 | months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", 13 | day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", 14 | day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" 15 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/template/template.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | {#template_dlg.title} 4 | 5 | 6 | 7 | 8 | 9 |
    10 |
    11 |
    {#template_dlg.desc}
    12 |
    13 | 16 |
    17 |
    18 |
    19 |
    20 | {#template_dlg.preview} 21 | 22 |
    23 |
    24 | 25 |
    26 | 27 | 28 |
    29 |
    30 | 31 | 32 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/visualchars/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.VisualChars",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceVisualChars",c._toggleVisualChars,c);a.addButton("visualchars",{title:"visualchars.desc",cmd:"mceVisualChars"});a.onBeforeGetContent.add(function(d,e){if(c.state&&e.format!="raw"&&!e.draft){c.state=true;c._toggleVisualChars(false)}})},getInfo:function(){return{longname:"Visual characters",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/visualchars",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_toggleVisualChars:function(m){var p=this,k=p.editor,a,g,j,n=k.getDoc(),o=k.getBody(),l,q=k.selection,e,c,f;p.state=!p.state;k.controlManager.setActive("visualchars",p.state);if(m){f=q.getBookmark()}if(p.state){a=[];tinymce.walk(o,function(b){if(b.nodeType==3&&b.nodeValue&&b.nodeValue.indexOf("\u00a0")!=-1){a.push(b)}},"childNodes");for(g=0;g$1');c=k.dom.create("div",null,l);while(node=c.lastChild){k.dom.insertAfter(node,a[g])}k.dom.remove(a[g])}}else{a=k.dom.select("span.mceItemNbsp",o);for(g=a.length-1;g>=0;g--){k.dom.remove(a[g],1)}}q.moveToBookmark(f)}});tinymce.PluginManager.add("visualchars",tinymce.plugins.VisualChars)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/wordcount/editor_plugin.js: -------------------------------------------------------------------------------- 1 | (function(){tinymce.create("tinymce.plugins.WordCount",{block:0,id:null,countre:null,cleanre:null,init:function(a,b){var c=this,d=0;c.countre=a.getParam("wordcount_countregex",/[\w\u2019\'-]+/g);c.cleanre=a.getParam("wordcount_cleanregex",/[0-9.(),;:!?%#$?\'\"_+=\\\/-]*/g);c.id=a.id+"-word-count";a.onPostRender.add(function(f,e){var g,h;h=f.getParam("wordcount_target_id");if(!h){g=tinymce.DOM.get(f.id+"_path_row");if(g){tinymce.DOM.add(g.parentNode,"div",{style:"float: right"},f.getLang("wordcount.words","Words: ")+'0')}}else{tinymce.DOM.add(h,"span",{},'0')}});a.onInit.add(function(e){e.selection.onSetContent.add(function(){c._count(e)});c._count(e)});a.onSetContent.add(function(e){c._count(e)});a.onKeyUp.add(function(f,g){if(g.keyCode==d){return}if(13==g.keyCode||8==d||46==d){c._count(f)}d=g.keyCode})},_getCount:function(c){var a=0;var b=c.getContent({format:"raw"});if(b){b=b.replace(/\.\.\./g," ");b=b.replace(/<.[^<>]*?>/g," ").replace(/ | /gi," ");b=b.replace(/(\w+)(&.+?;)+(\w+)/,"$1$3").replace(/&.+?;/g," ");b=b.replace(this.cleanre,"");var d=b.match(this.countre);if(d){a=d.length}}return a},_count:function(a){var b=this;if(b.block){return}b.block=1;setTimeout(function(){var c=b._getCount(a);tinymce.DOM.setHTML(b.id,c.toString());setTimeout(function(){b.block=0},2000)},1)},getInfo:function(){return{longname:"Word Count plugin",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/wordcount",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("wordcount",tinymce.plugins.WordCount)})(); -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/css/attributes.css: -------------------------------------------------------------------------------- 1 | .panel_wrapper div.current { 2 | height: 290px; 3 | } 4 | 5 | #id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey { 6 | width: 200px; 7 | } 8 | 9 | #events_panel input { 10 | width: 200px; 11 | } 12 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/css/popup.css: -------------------------------------------------------------------------------- 1 | input.field, select.field {width:200px;} 2 | input.picker {width:179px; margin-left: 5px;} 3 | input.disabled {border-color:#F2F2F2;} 4 | img.picker {vertical-align:text-bottom; cursor:pointer;} 5 | h1 {padding: 0 0 5px 0;} 6 | .panel_wrapper div.current {height:160px;} 7 | #xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {height: 230px;} 8 | a.browse span {display:block; width:20px; height:20px; background:url('../../../themes/advanced/img/icons.gif') -140px -20px;} 9 | #datetime {width:180px;} 10 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/js/abbr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * abbr.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | function init() { 12 | SXE.initElementDialog('abbr'); 13 | if (SXE.currentAction == "update") { 14 | SXE.showRemoveButton(); 15 | } 16 | } 17 | 18 | function insertAbbr() { 19 | SXE.insertElement('abbr'); 20 | tinyMCEPopup.close(); 21 | } 22 | 23 | function removeAbbr() { 24 | SXE.removeElement('abbr'); 25 | tinyMCEPopup.close(); 26 | } 27 | 28 | tinyMCEPopup.onInit.add(init); 29 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/js/acronym.js: -------------------------------------------------------------------------------- 1 | /** 2 | * acronym.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | function init() { 12 | SXE.initElementDialog('acronym'); 13 | if (SXE.currentAction == "update") { 14 | SXE.showRemoveButton(); 15 | } 16 | } 17 | 18 | function insertAcronym() { 19 | SXE.insertElement('acronym'); 20 | tinyMCEPopup.close(); 21 | } 22 | 23 | function removeAcronym() { 24 | SXE.removeElement('acronym'); 25 | tinyMCEPopup.close(); 26 | } 27 | 28 | tinyMCEPopup.onInit.add(init); 29 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/js/cite.js: -------------------------------------------------------------------------------- 1 | /** 2 | * cite.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | function init() { 12 | SXE.initElementDialog('cite'); 13 | if (SXE.currentAction == "update") { 14 | SXE.showRemoveButton(); 15 | } 16 | } 17 | 18 | function insertCite() { 19 | SXE.insertElement('cite'); 20 | tinyMCEPopup.close(); 21 | } 22 | 23 | function removeCite() { 24 | SXE.removeElement('cite'); 25 | tinyMCEPopup.close(); 26 | } 27 | 28 | tinyMCEPopup.onInit.add(init); 29 | -------------------------------------------------------------------------------- /libraries/tiny_mce/plugins/xhtmlxtras/js/del.js: -------------------------------------------------------------------------------- 1 | /** 2 | * del.js 3 | * 4 | * Copyright 2009, Moxiecode Systems AB 5 | * Released under LGPL License. 6 | * 7 | * License: http://tinymce.moxiecode.com/license 8 | * Contributing: http://tinymce.moxiecode.com/contributing 9 | */ 10 | 11 | function init() { 12 | SXE.initElementDialog('del'); 13 | if (SXE.currentAction == "update") { 14 | setFormValue('datetime', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'datetime')); 15 | setFormValue('cite', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'cite')); 16 | SXE.showRemoveButton(); 17 | } 18 | } 19 | 20 | function setElementAttribs(elm) { 21 | setAllCommonAttribs(elm); 22 | setAttrib(elm, 'datetime'); 23 | setAttrib(elm, 'cite'); 24 | elm.removeAttribute('data-mce-new'); 25 | } 26 | 27 | function insertDel() { 28 | var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'DEL'); 29 | 30 | if (elm == null) { 31 | var s = SXE.inst.selection.getContent(); 32 | if(s.length > 0) { 33 | insertInlineElement('del'); 34 | var elementArray = SXE.inst.dom.select('del[data-mce-new]'); 35 | for (var i=0; i 0) { 33 | insertInlineElement('ins'); 34 | var elementArray = SXE.inst.dom.select('ins[data-mce-new]'); 35 | for (var i=0; i 2 | 3 | 4 | {#advanced_dlg.anchor_title} 5 | 6 | 7 | 8 | 9 |
    10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
    {#advanced_dlg.anchor_title}
    19 | 20 |
    21 | 22 | 23 |
    24 |
    25 | 26 | 27 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/colorpicker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/colorpicker.jpg -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/flash.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/icons.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/iframe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/iframe.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/pagebreak.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/quicktime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/quicktime.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/realmedia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/realmedia.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/shockwave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/shockwave.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/trans.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/video.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/img/windowsmedia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/img/windowsmedia.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/js/anchor.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | 3 | var AnchorDialog = { 4 | init : function(ed) { 5 | var action, elm, f = document.forms[0]; 6 | 7 | this.editor = ed; 8 | elm = ed.dom.getParent(ed.selection.getNode(), 'A'); 9 | v = ed.dom.getAttrib(elm, 'name'); 10 | 11 | if (v) { 12 | this.action = 'update'; 13 | f.anchorName.value = v; 14 | } 15 | 16 | f.insert.value = ed.getLang(elm ? 'update' : 'insert'); 17 | }, 18 | 19 | update : function() { 20 | var ed = this.editor, elm, name = document.forms[0].anchorName.value; 21 | 22 | if (!name || !/^[a-z][a-z0-9\-\_:\.]*$/i.test(name)) { 23 | tinyMCEPopup.alert('advanced_dlg.anchor_invalid'); 24 | return; 25 | } 26 | 27 | tinyMCEPopup.restoreSelection(); 28 | 29 | if (this.action != 'update') 30 | ed.selection.collapse(1); 31 | 32 | elm = ed.dom.getParent(ed.selection.getNode(), 'A'); 33 | if (elm) 34 | elm.name = name; 35 | else 36 | ed.execCommand('mceInsertContent', 0, ed.dom.createHTML('a', {name : name, 'class' : 'mceItemAnchor'}, '')); 37 | 38 | tinyMCEPopup.close(); 39 | } 40 | }; 41 | 42 | tinyMCEPopup.onInit.add(AnchorDialog.init, AnchorDialog); 43 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/js/source_editor.js: -------------------------------------------------------------------------------- 1 | tinyMCEPopup.requireLangPack(); 2 | tinyMCEPopup.onInit.add(onLoadInit); 3 | 4 | function saveContent() { 5 | tinyMCEPopup.editor.setContent(document.getElementById('htmlSource').value, {source_view : true}); 6 | tinyMCEPopup.close(); 7 | } 8 | 9 | function onLoadInit() { 10 | tinyMCEPopup.resizeToInnerSize(); 11 | 12 | // Remove Gecko spellchecking 13 | if (tinymce.isGecko) 14 | document.body.spellcheck = tinyMCEPopup.editor.getParam("gecko_spellcheck"); 15 | 16 | document.getElementById('htmlSource').value = tinyMCEPopup.editor.getContent({source_view : true}); 17 | 18 | if (tinyMCEPopup.editor.getParam("theme_advanced_source_editor_wrap", true)) { 19 | setWrap('soft'); 20 | document.getElementById('wraped').checked = true; 21 | } 22 | 23 | resizeInputs(); 24 | } 25 | 26 | function setWrap(val) { 27 | var v, n, s = document.getElementById('htmlSource'); 28 | 29 | s.wrap = val; 30 | 31 | if (!tinymce.isIE) { 32 | v = s.value; 33 | n = s.cloneNode(false); 34 | n.setAttribute("wrap", val); 35 | s.parentNode.replaceChild(n, s); 36 | n.value = v; 37 | } 38 | } 39 | 40 | function toggleWordWrap(elm) { 41 | if (elm.checked) 42 | setWrap('soft'); 43 | else 44 | setWrap('off'); 45 | } 46 | 47 | function resizeInputs() { 48 | var vp = tinyMCEPopup.dom.getViewPort(window), el; 49 | 50 | el = document.getElementById('htmlSource'); 51 | 52 | if (el) { 53 | el.style.width = (vp.w - 20) + 'px'; 54 | el.style.height = (vp.h - 65) + 'px'; 55 | } 56 | } 57 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/buttons.png -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/items.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/items.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/menu_check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/menu_check.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/progress.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/default/img/tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/default/img/tabs.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/highcontrast/content.css: -------------------------------------------------------------------------------- 1 | body, td, pre { margin:8px;} 2 | body.mceForceColors {background:#FFF; color:#000;} 3 | h1 {font-size: 2em} 4 | h2 {font-size: 1.5em} 5 | h3 {font-size: 1.17em} 6 | h4 {font-size: 1em} 7 | h5 {font-size: .83em} 8 | h6 {font-size: .75em} 9 | .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 10 | a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat 0 0;} 11 | span.mceItemNbsp {background: #DDD} 12 | td.mceSelected, th.mceSelected {background-color:#3399ff !important} 13 | img {border:0;} 14 | table {cursor:default} 15 | table td, table th {cursor:text} 16 | ins {border-bottom:1px solid green; text-decoration: none; color:green} 17 | del {color:red; text-decoration:line-through} 18 | cite {border-bottom:1px dashed blue} 19 | acronym {border-bottom:1px dotted #CCC; cursor:help} 20 | abbr {border-bottom:1px dashed #CCC; cursor:help} 21 | 22 | img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px} 23 | font[face=mceinline] {font-family:inherit !important} 24 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/o2k7/ui_black.css: -------------------------------------------------------------------------------- 1 | /* Black */ 2 | .o2k7SkinBlack .mceToolbar .mceToolbarStart span, .o2k7SkinBlack .mceToolbar .mceToolbarEnd span, .o2k7SkinBlack .mceButton, .o2k7SkinBlack .mceSplitButton, .o2k7SkinBlack .mceSeparator, .o2k7SkinBlack .mceSplitButton a.mceOpen, .o2k7SkinBlack .mceListBox a.mceOpen {background-image:url(img/button_bg_black.png)} 3 | .o2k7SkinBlack td.mceToolbar, .o2k7SkinBlack td.mceStatusbar, .o2k7SkinBlack .mceMenuItemTitle a, .o2k7SkinBlack .mceMenuItemTitle span.mceText, .o2k7SkinBlack .mceStatusbar div, .o2k7SkinBlack .mceStatusbar span, .o2k7SkinBlack .mceStatusbar a {background:#535353; color:#FFF} 4 | .o2k7SkinBlack table.mceListBoxEnabled .mceText, o2k7SkinBlack .mceListBox .mceText {background:#FFF; border:1px solid #CBCFD4; border-bottom-color:#989FA9; border-right:0} 5 | .o2k7SkinBlack table.mceListBoxEnabled:hover .mceText, .o2k7SkinBlack .mceListBoxHover .mceText, .o2k7SkinBlack .mceListBoxSelected .mceText {background:#FFF; border:1px solid #FFBD69; border-right:0} 6 | .o2k7SkinBlack .mceExternalToolbar, .o2k7SkinBlack .mceListBox .mceText, .o2k7SkinBlack div.mceMenu, .o2k7SkinBlack table.mceLayout, .o2k7SkinBlack .mceMenuItemTitle a, .o2k7SkinBlack table.mceLayout tr.mceFirst td, .o2k7SkinBlack table.mceLayout, .o2k7SkinBlack .mceMenuItemTitle a, .o2k7SkinBlack table.mceLayout tr.mceLast td, .o2k7SkinBlack .mceIframeContainer {border-color: #535353;} 7 | .o2k7SkinBlack table.mceSplitButtonEnabled:hover a.mceAction, .o2k7SkinBlack .mceSplitButtonHover a.mceAction, .o2k7SkinBlack .mceSplitButtonSelected {background-image:url(img/button_bg_black.png)} 8 | .o2k7SkinBlack .mceMenu .mceMenuItemEnabled a:hover, .o2k7SkinBlack .mceMenu .mceMenuItemActive {background-color:#FFE7A1} -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css: -------------------------------------------------------------------------------- 1 | /* Silver */ 2 | .o2k7SkinSilver .mceToolbar .mceToolbarStart span, .o2k7SkinSilver .mceButton, .o2k7SkinSilver .mceSplitButton, .o2k7SkinSilver .mceSeparator, .o2k7SkinSilver .mceSplitButton a.mceOpen, .o2k7SkinSilver .mceListBox a.mceOpen {background-image:url(img/button_bg_silver.png)} 3 | .o2k7SkinSilver td.mceToolbar, .o2k7SkinSilver td.mceStatusbar, .o2k7SkinSilver .mceMenuItemTitle a {background:#eee} 4 | .o2k7SkinSilver .mceListBox .mceText {background:#FFF} 5 | .o2k7SkinSilver .mceExternalToolbar, .o2k7SkinSilver .mceListBox .mceText, .o2k7SkinSilver div.mceMenu, .o2k7SkinSilver table.mceLayout, .o2k7SkinSilver .mceMenuItemTitle a, .o2k7SkinSilver table.mceLayout tr.mceFirst td, .o2k7SkinSilver table.mceLayout, .o2k7SkinSilver .mceMenuItemTitle a, .o2k7SkinSilver table.mceLayout tr.mceLast td, .o2k7SkinSilver .mceIframeContainer {border-color: #bbb} 6 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/advanced/source_editor.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | {#advanced_dlg.code_title} 4 | 5 | 6 | 7 | 8 |
    9 |
    10 | 11 |
    12 | 13 |
    14 | 15 |
    16 | 17 | 18 | 19 |
    20 | 21 | 22 |
    23 |
    24 | 25 | 26 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/simple/img/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/simple/img/icons.gif -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/simple/langs/en.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.simple',{ 2 | bold_desc:"Bold (Ctrl+B)", 3 | italic_desc:"Italic (Ctrl+I)", 4 | underline_desc:"Underline (Ctrl+U)", 5 | striketrough_desc:"Strikethrough", 6 | bullist_desc:"Unordered list", 7 | numlist_desc:"Ordered list", 8 | undo_desc:"Undo (Ctrl+Z)", 9 | redo_desc:"Redo (Ctrl+Y)", 10 | cleanup_desc:"Cleanup messy code" 11 | }); -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/simple/skins/default/content.css: -------------------------------------------------------------------------------- 1 | body, td, pre { 2 | font-family: Verdana, Arial, Helvetica, sans-serif; 3 | font-size: 10px; 4 | } 5 | 6 | body { 7 | background-color: #FFFFFF; 8 | } 9 | 10 | .mceVisualAid { 11 | border: 1px dashed #BBBBBB; 12 | } 13 | 14 | /* MSIE specific */ 15 | 16 | * html body { 17 | scrollbar-3dlight-color: #F0F0EE; 18 | scrollbar-arrow-color: #676662; 19 | scrollbar-base-color: #F0F0EE; 20 | scrollbar-darkshadow-color: #DDDDDD; 21 | scrollbar-face-color: #E0E0DD; 22 | scrollbar-highlight-color: #F0F0EE; 23 | scrollbar-shadow-color: #F0F0EE; 24 | scrollbar-track-color: #F5F5F5; 25 | } 26 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/simple/skins/o2k7/content.css: -------------------------------------------------------------------------------- 1 | body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} 2 | 3 | body {background: #FFF;} 4 | .mceVisualAid {border: 1px dashed #BBB;} 5 | 6 | /* IE */ 7 | 8 | * html body { 9 | scrollbar-3dlight-color: #F0F0EE; 10 | scrollbar-arrow-color: #676662; 11 | scrollbar-base-color: #F0F0EE; 12 | scrollbar-darkshadow-color: #DDDDDD; 13 | scrollbar-face-color: #E0E0DD; 14 | scrollbar-highlight-color: #F0F0EE; 15 | scrollbar-shadow-color: #F0F0EE; 16 | scrollbar-track-color: #F5F5F5; 17 | } 18 | -------------------------------------------------------------------------------- /libraries/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/libraries/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png -------------------------------------------------------------------------------- /misc/IDEAS.text: -------------------------------------------------------------------------------- 1 | # RDFauthor advanced ideas # 2 | 3 | ## Events ## 4 | - views etc. throw events 5 | - RDFauthor registers for event (e.g. subject selected), thus is informed about current subject 6 | - Possiblity to fetch widgets for Triples that have been parsed from children of a given node 7 | - Option to load a widget by for a specific element 8 | 9 | ## Widgets ## 10 | - when registering, widgets can register properties that are queried for all properties (rdfs:domain, rdfs:range, rdfs:label etc.) 11 | - RDFauthor fetches these automatically and provides widgets easy access to the results 12 | - Widgets need a way to tell whether they were just added or whether something was edited already 13 | 14 | ## Property Selector ## 15 | - shows a cloud or a dropdown box of possible properties for easier access 16 | 17 | ## Architecture ## 18 | - real singleton for RDFauthor with private attributes and methods 19 | - different view types (global, inline) via factory pattern 20 | - make sure, views can be used interchangeably and at the same time 21 | - widget hierarchy (not necessarily by means of a class hierarchy) and widget replacement with more general one (suffice to be built based on hook hierarchy) 22 | - how to deal with xml:lang attribute in header (inherited) 23 | - graph defined on the same element as a statement before 24 | 25 | ## Usage Variants ## 26 | - Overlay 27 | * `parse()` → `addStatement()` … 28 | * `start()` 29 | - Inline 30 | * `setRootElement()` 31 | * `parse()` 32 | * `start()` 33 | - Template 34 | * `addStatement()` 35 | * `setParse(false) // disable auto-parsing` 36 | * `start()` 37 | - Bookmarklet 38 | * contains calls to inline 39 | * sets default resource, graph, endpoints etc. 40 | -------------------------------------------------------------------------------- /misc/cache/Makefile: -------------------------------------------------------------------------------- 1 | default: 2 | @echo "make install or make uninstall the cache directory in your default owcli enabled ontowiki instance" 3 | 4 | uninstall: 5 | owcli -m http://localhost/OntoWiki/Cache -e model:drop 6 | 7 | install: 8 | owcli -m http://localhost/OntoWiki/Cache -e model:create 9 | rdf get rdf: | owcli -m http://localhost/OntoWiki/Cache -e model:add -i - 10 | rdf get rdfs: | owcli -m http://localhost/OntoWiki/Cache -e model:add -i - 11 | rdf get owl: | owcli -m http://localhost/OntoWiki/Cache -e model:add -i - 12 | rdf get skos: | owcli -m http://localhost/OntoWiki/Cache -e model:add -i - 13 | 14 | -------------------------------------------------------------------------------- /misc/design/Base.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/Base.graffle -------------------------------------------------------------------------------- /misc/design/GUI-Draft.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/GUI-Draft.graffle -------------------------------------------------------------------------------- /misc/design/PropertyRow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/PropertyRow.graffle -------------------------------------------------------------------------------- /misc/design/PropertySelector.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/PropertySelector.graffle -------------------------------------------------------------------------------- /misc/design/Statement.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/Statement.graffle -------------------------------------------------------------------------------- /misc/design/SubjectGroup.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/SubjectGroup.graffle -------------------------------------------------------------------------------- /misc/design/ViewController.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/misc/design/ViewController.graffle -------------------------------------------------------------------------------- /misc/jsdoc-template/allclasses.tmpl: -------------------------------------------------------------------------------- 1 |
    {+new Link().toFile("index.html").withText("Class Index")+} 2 | | {+new Link().toFile("files.html").withText("File Index")+}
    3 |
    4 |

    Classes

    5 |
      6 | 7 |
    • {! 8 | if (thisClass.alias == "_global_") { 9 | output += ""+new Link().toClass(thisClass.alias)+""; 10 | } 11 | else { 12 | output += new Link().toClass(thisClass.alias); 13 | } 14 | !}
    • 15 |
      16 |
    17 |
    -------------------------------------------------------------------------------- /misc/jsdoc-template/index.tmpl: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | RDFauthor API Reference Documentation — Index 8 | 9 | 10 | 13 | 14 | 15 | 16 | {+include("static/header.html")+} 17 | 18 |
    19 | {+publish.classesIndex+} 20 |
    21 | 22 |
    23 |

    Class Index

    24 | 25 | 26 |
    27 |

    {+(new Link().toSymbol(thisClass.alias))+}

    28 | {+resolveLinks(summarize(thisClass.classDesc))+} 29 |
    30 |
    31 |
    32 | 33 |
    34 |
    35 | ©{+JSDOC.opt.D.copyright+}
    36 | Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} 37 |
    38 | 39 | -------------------------------------------------------------------------------- /misc/jsdoc-template/static/header.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /misc/jsdoc-template/static/index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Generated Javascript Documentation 7 | 8 | 9 | 10 | 11 | 12 | <body> 13 | <p> 14 | This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. 15 | </p> 16 | </body> 17 | 18 | 19 | -------------------------------------------------------------------------------- /misc/jsdoc-template/symbol.tmpl: -------------------------------------------------------------------------------- 1 | 2 | {+data.name+} 3 | {+data.memberOf+} 4 | {+data.isStatic+} 5 | {+data.isa+} 6 | {+data.desc+} 7 | {+data.classDesc+} 8 | 9 | 10 | 11 | {+method.name+} 12 | {+method.memberOf+} 13 | {+method.isStatic+} 14 | {+method.desc+} 15 | 16 | 17 | {+param.type+} 18 | {+param.name+} 19 | {+param.desc+} 20 | {+param.defaultValue+} 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | {+property.name+} 29 | {+property.memberOf+} 30 | {+property.isStatic+} 31 | {+property.desc+} 32 | {+property.type+} 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_000000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_000000_256x240.png -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_333333_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_333333_256x240.png -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /src/ow-style/images-jqueryui/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/src/ow-style/images-jqueryui/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/widget.geo.css: -------------------------------------------------------------------------------- 1 | #geo-widget { 2 | z-index: 10000; 3 | /*background-color: #FFF;*/ 4 | /*border: 1px solid #FFF;*/ 5 | width: 300px; 6 | overflow: hidden !important; 7 | position: absolute; 8 | top: 0px; 9 | left: 0px; 10 | padding-left: 0px !important; 11 | padding-top: 0px !important; 12 | margin-left: 0px !important; 13 | margin-top: 0px !important; 14 | } 15 | 16 | .globe-icon { background: white url('../img/globe.png') left center no-repeat !important; } 17 | 18 | .geo { padding-left: 20px !important; } 19 | -------------------------------------------------------------------------------- /src/widget.literal.css: -------------------------------------------------------------------------------- 1 | .literal-value-short textarea { 2 | height: 1.3em; 3 | padding-top: 0.2em; 4 | width: 50%; 5 | resize: none; 6 | } 7 | 8 | .literal-value-medium textarea, 9 | .literal-value-large textarea { 10 | width: 100%; 11 | resize: vertical; 12 | box-sizing: border-box; /* CSS3, Opera */ 13 | -moz-box-sizing: border-box; /* Firefox */ 14 | -webkit-box-sizing: border-box; /* Safari, Chrome */ 15 | } 16 | -------------------------------------------------------------------------------- /src/widget.treeselector.css: -------------------------------------------------------------------------------- 1 | #treeselector { 2 | display: none; 3 | z-index: 10000; 4 | overflow: hidden !important; 5 | position: absolute; 6 | top: 0px; 7 | left: 0px; 8 | padding-left: 0px !important; 9 | padding-top: 0px !important; 10 | margin-left: 0px !important; 11 | margin-top: 0px !important; 12 | margin-bottom: 10px !important; 13 | /* max-Height: 400px !important; */ 14 | /* max-Width: 500px !important; */ 15 | } 16 | 17 | #treeselector-content { 18 | height: 450px; 19 | width: 477px; 20 | border: 1px solid transparent; 21 | overflow-x: hidden !important; 22 | } 23 | 24 | .treeselector { padding-left: 0px !important; } 25 | -------------------------------------------------------------------------------- /tests/parsertest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | RDFauthor RDFa Parser Test 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

    RDFauthor RDFa Parser Test

    14 |

    15 |

    16 |
      17 | 18 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /tests/rdfquery.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | RDFauthor Unit Tests 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |

      RDFauthor Unit Tests

      21 |

      22 |

      23 |
        24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /tests/resources/dummy.css: -------------------------------------------------------------------------------- 1 | #test-container { 2 | border-width: 10px; 3 | } -------------------------------------------------------------------------------- /tests/resources/dummy.js: -------------------------------------------------------------------------------- 1 | DUMMY_LOADED = true; -------------------------------------------------------------------------------- /tests/resources/dummy2.js: -------------------------------------------------------------------------------- 1 | DUMMY2_LOADED = true; -------------------------------------------------------------------------------- /tools/yuicompressor-2.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKSW/RDFauthor/6e8193443d3d519db10d00a6d6d6d63690fdc051/tools/yuicompressor-2.4.2.jar --------------------------------------------------------------------------------