├── README.md
├── build.sh
├── de
├── app
│ ├── _attachments
│ │ ├── CouchDB_API.MD
│ │ ├── app.js
│ │ ├── db.js
│ │ ├── index.html
│ │ ├── infrastructure.js
│ │ ├── lib
│ │ │ └── mime-types.js
│ │ ├── links.md
│ │ └── webix.couchdb.js
│ └── doc_attributes.json
└── sample_scripts
│ ├── all_views.js
│ ├── delete_design_doc.js
│ ├── doc_attributes.json
│ ├── new_design_doc.js
│ ├── new_full_design_doc.js
│ ├── replicate_design_docs.js
│ └── update_design_doc.js
├── designeditor.zip
├── designeditor
├── editor
│ ├── _attachments
│ │ ├── LICENSE-2.0.txt
│ │ ├── README.md
│ │ ├── README_couchapp.md
│ │ ├── index.html
│ │ └── vendor
│ │ │ └── couchapp
│ │ │ ├── FileSaver.js
│ │ │ ├── ace-src-min-noconflict
│ │ │ ├── ace.js
│ │ │ ├── ext-chromevox.js
│ │ │ ├── ext-elastic_tabstops_lite.js
│ │ │ ├── ext-emmet.js
│ │ │ ├── ext-error_marker.js
│ │ │ ├── ext-keybinding_menu.js
│ │ │ ├── ext-language_tools.js
│ │ │ ├── ext-modelist.js
│ │ │ ├── ext-old_ie.js
│ │ │ ├── ext-searchbox.js
│ │ │ ├── ext-settings_menu.js
│ │ │ ├── ext-spellcheck.js
│ │ │ ├── ext-split.js
│ │ │ ├── ext-static_highlight.js
│ │ │ ├── ext-statusbar.js
│ │ │ ├── ext-textarea.js
│ │ │ ├── ext-themelist.js
│ │ │ ├── ext-whitespace.js
│ │ │ ├── keybinding-emacs.js
│ │ │ ├── keybinding-vim.js
│ │ │ ├── mode-abap.js
│ │ │ ├── mode-actionscript.js
│ │ │ ├── mode-ada.js
│ │ │ ├── mode-apache_conf.js
│ │ │ ├── mode-asciidoc.js
│ │ │ ├── mode-assembly_x86.js
│ │ │ ├── mode-autohotkey.js
│ │ │ ├── mode-batchfile.js
│ │ │ ├── mode-c9search.js
│ │ │ ├── mode-c_cpp.js
│ │ │ ├── mode-clojure.js
│ │ │ ├── mode-cobol.js
│ │ │ ├── mode-coffee.js
│ │ │ ├── mode-coldfusion.js
│ │ │ ├── mode-csharp.js
│ │ │ ├── mode-css.js
│ │ │ ├── mode-curly.js
│ │ │ ├── mode-d.js
│ │ │ ├── mode-dart.js
│ │ │ ├── mode-diff.js
│ │ │ ├── mode-django.js
│ │ │ ├── mode-dot.js
│ │ │ ├── mode-ejs.js
│ │ │ ├── mode-erlang.js
│ │ │ ├── mode-forth.js
│ │ │ ├── mode-ftl.js
│ │ │ ├── mode-glsl.js
│ │ │ ├── mode-golang.js
│ │ │ ├── mode-groovy.js
│ │ │ ├── mode-haml.js
│ │ │ ├── mode-handlebars.js
│ │ │ ├── mode-haskell.js
│ │ │ ├── mode-haxe.js
│ │ │ ├── mode-html.js
│ │ │ ├── mode-html_completions.js
│ │ │ ├── mode-html_ruby.js
│ │ │ ├── mode-ini.js
│ │ │ ├── mode-jack.js
│ │ │ ├── mode-jade.js
│ │ │ ├── mode-java.js
│ │ │ ├── mode-javascript.js
│ │ │ ├── mode-json.js
│ │ │ ├── mode-jsoniq.js
│ │ │ ├── mode-jsp.js
│ │ │ ├── mode-jsx.js
│ │ │ ├── mode-julia.js
│ │ │ ├── mode-latex.js
│ │ │ ├── mode-less.js
│ │ │ ├── mode-liquid.js
│ │ │ ├── mode-lisp.js
│ │ │ ├── mode-livescript.js
│ │ │ ├── mode-logiql.js
│ │ │ ├── mode-lsl.js
│ │ │ ├── mode-lua.js
│ │ │ ├── mode-luapage.js
│ │ │ ├── mode-lucene.js
│ │ │ ├── mode-makefile.js
│ │ │ ├── mode-markdown.js
│ │ │ ├── mode-matlab.js
│ │ │ ├── mode-mel.js
│ │ │ ├── mode-mushcode.js
│ │ │ ├── mode-mushcode_high_rules.js
│ │ │ ├── mode-mysql.js
│ │ │ ├── mode-nix.js
│ │ │ ├── mode-objectivec.js
│ │ │ ├── mode-ocaml.js
│ │ │ ├── mode-pascal.js
│ │ │ ├── mode-perl.js
│ │ │ ├── mode-pgsql.js
│ │ │ ├── mode-php.js
│ │ │ ├── mode-plain_text.js
│ │ │ ├── mode-powershell.js
│ │ │ ├── mode-prolog.js
│ │ │ ├── mode-properties.js
│ │ │ ├── mode-protobuf.js
│ │ │ ├── mode-python.js
│ │ │ ├── mode-r.js
│ │ │ ├── mode-rdoc.js
│ │ │ ├── mode-rhtml.js
│ │ │ ├── mode-ruby.js
│ │ │ ├── mode-rust.js
│ │ │ ├── mode-sass.js
│ │ │ ├── mode-scad.js
│ │ │ ├── mode-scala.js
│ │ │ ├── mode-scheme.js
│ │ │ ├── mode-scss.js
│ │ │ ├── mode-sh.js
│ │ │ ├── mode-sjs.js
│ │ │ ├── mode-snippets.js
│ │ │ ├── mode-soy_template.js
│ │ │ ├── mode-space.js
│ │ │ ├── mode-sql.js
│ │ │ ├── mode-stylus.js
│ │ │ ├── mode-svg.js
│ │ │ ├── mode-tcl.js
│ │ │ ├── mode-tex.js
│ │ │ ├── mode-text.js
│ │ │ ├── mode-textile.js
│ │ │ ├── mode-toml.js
│ │ │ ├── mode-twig.js
│ │ │ ├── mode-typescript.js
│ │ │ ├── mode-vbscript.js
│ │ │ ├── mode-velocity.js
│ │ │ ├── mode-verilog.js
│ │ │ ├── mode-vhdl.js
│ │ │ ├── mode-xml.js
│ │ │ ├── mode-xquery.js
│ │ │ ├── mode-yaml.js
│ │ │ ├── require.js
│ │ │ ├── snippets
│ │ │ │ ├── abap.js
│ │ │ │ ├── actionscript.js
│ │ │ │ ├── ada.js
│ │ │ │ ├── apache_conf.js
│ │ │ │ ├── asciidoc.js
│ │ │ │ ├── assembly_x86.js
│ │ │ │ ├── autohotkey.js
│ │ │ │ ├── batchfile.js
│ │ │ │ ├── c9search.js
│ │ │ │ ├── c_cpp.js
│ │ │ │ ├── clojure.js
│ │ │ │ ├── cobol.js
│ │ │ │ ├── coffee.js
│ │ │ │ ├── coldfusion.js
│ │ │ │ ├── csharp.js
│ │ │ │ ├── css.js
│ │ │ │ ├── curly.js
│ │ │ │ ├── d.js
│ │ │ │ ├── dart.js
│ │ │ │ ├── diff.js
│ │ │ │ ├── django.js
│ │ │ │ ├── dot.js
│ │ │ │ ├── ejs.js
│ │ │ │ ├── erlang.js
│ │ │ │ ├── forth.js
│ │ │ │ ├── ftl.js
│ │ │ │ ├── glsl.js
│ │ │ │ ├── golang.js
│ │ │ │ ├── groovy.js
│ │ │ │ ├── haml.js
│ │ │ │ ├── handlebars.js
│ │ │ │ ├── haskell.js
│ │ │ │ ├── haxe.js
│ │ │ │ ├── html.js
│ │ │ │ ├── html_completions.js
│ │ │ │ ├── html_ruby.js
│ │ │ │ ├── ini.js
│ │ │ │ ├── jack.js
│ │ │ │ ├── jade.js
│ │ │ │ ├── java.js
│ │ │ │ ├── javascript.js
│ │ │ │ ├── json.js
│ │ │ │ ├── jsoniq.js
│ │ │ │ ├── jsp.js
│ │ │ │ ├── jsx.js
│ │ │ │ ├── julia.js
│ │ │ │ ├── latex.js
│ │ │ │ ├── less.js
│ │ │ │ ├── liquid.js
│ │ │ │ ├── lisp.js
│ │ │ │ ├── livescript.js
│ │ │ │ ├── logiql.js
│ │ │ │ ├── lsl.js
│ │ │ │ ├── lua.js
│ │ │ │ ├── luapage.js
│ │ │ │ ├── lucene.js
│ │ │ │ ├── makefile.js
│ │ │ │ ├── markdown.js
│ │ │ │ ├── matlab.js
│ │ │ │ ├── mel.js
│ │ │ │ ├── mushcode.js
│ │ │ │ ├── mushcode_high_rules.js
│ │ │ │ ├── mysql.js
│ │ │ │ ├── nix.js
│ │ │ │ ├── objectivec.js
│ │ │ │ ├── ocaml.js
│ │ │ │ ├── pascal.js
│ │ │ │ ├── perl.js
│ │ │ │ ├── pgsql.js
│ │ │ │ ├── php.js
│ │ │ │ ├── plain_text.js
│ │ │ │ ├── powershell.js
│ │ │ │ ├── prolog.js
│ │ │ │ ├── properties.js
│ │ │ │ ├── protobuf.js
│ │ │ │ ├── python.js
│ │ │ │ ├── r.js
│ │ │ │ ├── rdoc.js
│ │ │ │ ├── rhtml.js
│ │ │ │ ├── ruby.js
│ │ │ │ ├── rust.js
│ │ │ │ ├── sass.js
│ │ │ │ ├── scad.js
│ │ │ │ ├── scala.js
│ │ │ │ ├── scheme.js
│ │ │ │ ├── scss.js
│ │ │ │ ├── sh.js
│ │ │ │ ├── sjs.js
│ │ │ │ ├── snippets.js
│ │ │ │ ├── soy_template.js
│ │ │ │ ├── space.js
│ │ │ │ ├── sql.js
│ │ │ │ ├── stylus.js
│ │ │ │ ├── svg.js
│ │ │ │ ├── tcl.js
│ │ │ │ ├── tex.js
│ │ │ │ ├── text.js
│ │ │ │ ├── textile.js
│ │ │ │ ├── toml.js
│ │ │ │ ├── twig.js
│ │ │ │ ├── typescript.js
│ │ │ │ ├── vbscript.js
│ │ │ │ ├── velocity.js
│ │ │ │ ├── verilog.js
│ │ │ │ ├── vhdl.js
│ │ │ │ ├── xml.js
│ │ │ │ ├── xquery.js
│ │ │ │ └── yaml.js
│ │ │ ├── theme-ambiance.js
│ │ │ ├── theme-chaos.js
│ │ │ ├── theme-chrome.js
│ │ │ ├── theme-clouds.js
│ │ │ ├── theme-clouds_midnight.js
│ │ │ ├── theme-cobalt.js
│ │ │ ├── theme-crimson_editor.js
│ │ │ ├── theme-dawn.js
│ │ │ ├── theme-dreamweaver.js
│ │ │ ├── theme-eclipse.js
│ │ │ ├── theme-github.js
│ │ │ ├── theme-idle_fingers.js
│ │ │ ├── theme-katzenmilch.js
│ │ │ ├── theme-kr.js
│ │ │ ├── theme-kuroir.js
│ │ │ ├── theme-merbivore.js
│ │ │ ├── theme-merbivore_soft.js
│ │ │ ├── theme-mono_industrial.js
│ │ │ ├── theme-monokai.js
│ │ │ ├── theme-pastel_on_dark.js
│ │ │ ├── theme-solarized_dark.js
│ │ │ ├── theme-solarized_light.js
│ │ │ ├── theme-terminal.js
│ │ │ ├── theme-textmate.js
│ │ │ ├── theme-tomorrow.js
│ │ │ ├── theme-tomorrow_night.js
│ │ │ ├── theme-tomorrow_night_blue.js
│ │ │ ├── theme-tomorrow_night_bright.js
│ │ │ ├── theme-tomorrow_night_eighties.js
│ │ │ ├── theme-twilight.js
│ │ │ ├── theme-vibrant_ink.js
│ │ │ ├── theme-xcode.js
│ │ │ ├── worker-coffee.js
│ │ │ ├── worker-css.js
│ │ │ ├── worker-javascript.js
│ │ │ ├── worker-json.js
│ │ │ ├── worker-lua.js
│ │ │ ├── worker-php.js
│ │ │ └── worker-xquery.js
│ │ │ ├── async.js
│ │ │ ├── beautify.js
│ │ │ ├── couchdb
│ │ │ ├── base64.js
│ │ │ ├── couch.js
│ │ │ ├── jquery.couch.js
│ │ │ ├── jquery.dialog.js
│ │ │ ├── json2.js
│ │ │ └── sha1.js
│ │ │ ├── datagrid-filter.js
│ │ │ ├── dist
│ │ │ ├── jszip-utils.js
│ │ │ └── jszip.js
│ │ │ ├── easyloader.js
│ │ │ ├── editor_worker.js
│ │ │ ├── jquery-migrate-1.0.0.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── mime-types.js
│ │ │ ├── plugins
│ │ │ ├── jquery.accordion.js
│ │ │ ├── jquery.calendar.js
│ │ │ ├── jquery.combo.js
│ │ │ ├── jquery.combobox.js
│ │ │ ├── jquery.combogrid.js
│ │ │ ├── jquery.combotree.js
│ │ │ ├── jquery.datagrid.js
│ │ │ ├── jquery.datebox.js
│ │ │ ├── jquery.datetimebox.js
│ │ │ ├── jquery.dialog.js
│ │ │ ├── jquery.draggable.js
│ │ │ ├── jquery.droppable.js
│ │ │ ├── jquery.form.js
│ │ │ ├── jquery.layout.js
│ │ │ ├── jquery.linkbutton.js
│ │ │ ├── jquery.menu.js
│ │ │ ├── jquery.menubutton.js
│ │ │ ├── jquery.messager.js
│ │ │ ├── jquery.numberbox.js
│ │ │ ├── jquery.numberspinner.js
│ │ │ ├── jquery.pagination.js
│ │ │ ├── jquery.panel.js
│ │ │ ├── jquery.parser.js
│ │ │ ├── jquery.progressbar.js
│ │ │ ├── jquery.propertygrid.js
│ │ │ ├── jquery.resizable.js
│ │ │ ├── jquery.searchbox.js
│ │ │ ├── jquery.slider.js
│ │ │ ├── jquery.spinner.js
│ │ │ ├── jquery.splitbutton.js
│ │ │ ├── jquery.tabs.js
│ │ │ ├── jquery.timespinner.js
│ │ │ ├── jquery.tooltip.js
│ │ │ ├── jquery.tree.js
│ │ │ ├── jquery.treegrid.js
│ │ │ ├── jquery.validatebox.js
│ │ │ └── jquery.window.js
│ │ │ ├── themes
│ │ │ ├── bootstrap
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── cupertino
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── menu.gif
│ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ ├── tree_arrows.png
│ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│ │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png
│ │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png
│ │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png
│ │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│ │ │ │ │ ├── ui-icons_2694e8_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_3d80b3_256x240.png
│ │ │ │ │ ├── ui-icons_72a7cf_256x240.png
│ │ │ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ ├── validatebox_pointer.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── default
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── icon.css
│ │ │ ├── icons
│ │ │ │ ├── back.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── cancel.png
│ │ │ │ ├── cut.png
│ │ │ │ ├── edit_add.png
│ │ │ │ ├── edit_remove.png
│ │ │ │ ├── filesave.png
│ │ │ │ ├── filter.png
│ │ │ │ ├── help.png
│ │ │ │ ├── mini_add.png
│ │ │ │ ├── mini_edit.png
│ │ │ │ ├── mini_refresh.png
│ │ │ │ ├── no.png
│ │ │ │ ├── ok.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── print.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── search.png
│ │ │ │ ├── sum.png
│ │ │ │ ├── tip.png
│ │ │ │ └── undo.png
│ │ │ ├── metro-blue
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ └── metro
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── uikit
│ │ │ ├── css
│ │ │ │ ├── addons
│ │ │ │ │ ├── uikit.addons.css
│ │ │ │ │ ├── uikit.addons.min.css
│ │ │ │ │ ├── uikit.almost-flat.addons.css
│ │ │ │ │ ├── uikit.almost-flat.addons.min.css
│ │ │ │ │ ├── uikit.gradient.addons.css
│ │ │ │ │ └── uikit.gradient.addons.min.css
│ │ │ │ ├── uikit.almost-flat.css
│ │ │ │ ├── uikit.almost-flat.min.css
│ │ │ │ ├── uikit.css
│ │ │ │ ├── uikit.gradient.css
│ │ │ │ ├── uikit.gradient.min.css
│ │ │ │ └── uikit.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ └── fontawesome-webfont.woff
│ │ │ ├── jquery.js
│ │ │ └── js
│ │ │ │ ├── addons
│ │ │ │ ├── autocomplete.js
│ │ │ │ ├── autocomplete.min.js
│ │ │ │ ├── cover.js
│ │ │ │ ├── cover.min.js
│ │ │ │ ├── datepicker.js
│ │ │ │ ├── datepicker.min.js
│ │ │ │ ├── form-password.js
│ │ │ │ ├── form-password.min.js
│ │ │ │ ├── form-select.js
│ │ │ │ ├── form-select.min.js
│ │ │ │ ├── htmleditor.js
│ │ │ │ ├── htmleditor.min.js
│ │ │ │ ├── nestable.js
│ │ │ │ ├── nestable.min.js
│ │ │ │ ├── notify.js
│ │ │ │ ├── notify.min.js
│ │ │ │ ├── pagination.js
│ │ │ │ ├── pagination.min.js
│ │ │ │ ├── search.js
│ │ │ │ ├── search.min.js
│ │ │ │ ├── sortable.js
│ │ │ │ ├── sortable.min.js
│ │ │ │ ├── sticky.js
│ │ │ │ ├── sticky.min.js
│ │ │ │ ├── timepicker.js
│ │ │ │ ├── timepicker.min.js
│ │ │ │ ├── upload.js
│ │ │ │ └── upload.min.js
│ │ │ │ ├── uikit.js
│ │ │ │ └── uikit.min.js
│ │ │ └── underscore-min.js
│ └── doc_attributes.json
└── sample_scripts
│ ├── all_views.js
│ ├── delete_design_doc.js
│ ├── doc_attributes.json
│ ├── new_design_doc.js
│ ├── new_full_design_doc.js
│ ├── replicate_design_docs.js
│ └── update_design_doc.js
├── manifest.json
└── oauth
└── test.py
/build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | rm *.zip; zip -r designeditor.zip designeditor manifest.json -x "*/\.DS_Store*"
--------------------------------------------------------------------------------
/de/app/_attachments/db.js:
--------------------------------------------------------------------------------
1 | var dbpanel = {
2 |
3 | //TODO - move ui definition here
4 |
5 | init: function() {
6 |
7 | $$("databaseView").clearAll();
8 |
9 | serverCDB.setCallback(
10 | (text, data, xhr) => {
11 | console.log(data.json());
12 | serverCDB.setCallback(
13 | (text, data, xhr) => {
14 | $$("databaseView").add(data.json());
15 | $$("databaseView").refresh();
16 | $$("databaseView").sort("#db_name#");
17 | $$("databaseView").markSorting("db_name", "asc");
18 | }
19 | );
20 | (data.json()).forEach(e => serverCDB.getDB(e));
21 | }
22 | );
23 |
24 | serverCDB.all_dbs();
25 |
26 | }
27 |
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/de/app/_attachments/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CouchDB _design doc editor
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/de/app/_attachments/infrastructure.js:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/de/app/_attachments/links.md:
--------------------------------------------------------------------------------
1 | Libs and utils
2 | ==============
3 |
4 | * https://github.com/getify/asynquence
5 | * https://github.com/bevacqua/contra#quick-links
6 | * http://caolan.github.io/async/docs.html#queue
7 | * https://github.com/jstandish/nerve
8 | * https://github.com/artemdemo/nerve
9 | * https://github.com/davidchambers/airwaves
10 | * http://radio.uxder.com/documentation.html
11 | * https://github.com/andywer/threadpool-js
12 | * http://stackoverflow.com/questions/13574158/number-of-web-workers-limit
13 | * https://gonzalo123.com/2013/12/22/playing-with-html5-building-a-simple-pool-of-webwokers/
14 | * https://github.com/gonzalo123/workerpool
15 |
16 |
17 | Usual links
18 | ===========
19 |
20 | * http://webix.com/snippet/
21 | * http://fontawesome.io/icons/
22 | * https://github.com/webix-hub/webix-firebase
23 | * http://docs.couchdb.org/en/2.0.0/api/server/common.html#get--_all_dbs
24 | * http://docs.couchdb.org/en/2.0.0/api/document/attachments.html
25 | * http://docs.couchdb.org/en/2.0.0/intro/security.html?highlight=create%20user
26 | * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
27 | * http://ddoc.me/lab
28 |
--------------------------------------------------------------------------------
/de/app/doc_attributes.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id": "_design/app" ,
3 | "language":"javascript"
4 | }
5 |
--------------------------------------------------------------------------------
/de/sample_scripts/delete_design_doc.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your database name here
4 | var database = "designeditor";
5 | //your design document name
6 | var designdoc = "_design/test";
7 |
8 | //open the _design doc
9 | //log the result to south area
10 | $.couch.db(database).openDoc(designdoc, {
11 | success: function(data) {
12 | $.couch.db(database).removeDoc(data, {
13 | success: function(data) {
14 | logAppend("Document: " + data.id + " deleted!");
15 | //console.log(data);
16 | }
17 | ,
18 | error: function(status) {
19 | logAppend("Error: "+JSON.stringify(status));
20 | //console.log(status);
21 | }
22 | });
23 | //console.log(data);
24 | }
25 | ,
26 | error: function(status) {
27 | logAppend("Error: "+JSON.stringify(status));
28 | console.log(status);
29 | }
30 | });
31 |
--------------------------------------------------------------------------------
/de/sample_scripts/doc_attributes.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id": "sample_scripts"
3 | }
--------------------------------------------------------------------------------
/de/sample_scripts/new_design_doc.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your database name here
4 | var database = "designeditor";
5 | //your design document name
6 | var doc = {
7 | "_id":"_design/test"
8 | };
9 |
10 | //create the _design doc
11 | //log the result to south area
12 | $.couch.db(database).saveDoc(doc, {
13 | success: function(data) {
14 | logAppend("Document: " + doc._id + " created!");
15 | //console.log(data);
16 | },
17 | error: function(status) {
18 | logAppend("Error: "+JSON.stringify(status));
19 | //console.log(status);
20 | }
21 | });
22 |
--------------------------------------------------------------------------------
/de/sample_scripts/replicate_design_docs.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your databases (use complete address for different servers) name here
4 | var source_database = "designeditor";
5 | var destination_database ="test";
6 | //your design documents ids
7 | var docs = ["_design/test2"];
8 |
9 | //do the replication
10 | //log the result to south area
11 |
12 | $.couch.replicate(source_database, destination_database, {
13 | success: function(data) {
14 | logAppend("Replication result: " + JSON.stringify(data));
15 | //console.log(data);
16 | },
17 | error: function(status) {
18 | logAppend("Error: "+JSON.stringify(status));
19 | //console.log(status);
20 | }
21 | }, {
22 | doc_ids: docs,
23 | create_target: true //only if you want to create destination_database
24 | });
25 |
26 |
--------------------------------------------------------------------------------
/designeditor.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor.zip
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/README_couchapp.md:
--------------------------------------------------------------------------------
1 | ## Generated CouchApp
2 |
3 | This is meant to be an example CouchApp and to ship with most of the CouchApp goodies.
4 |
5 | Clone with git:
6 |
7 | git clone git://github.com/couchapp/example.git
8 | cd example
9 |
10 | Install with
11 |
12 | couchapp push . http://localhost:5984/example
13 |
14 | or (if you have security turned on)
15 |
16 | couchapp push . http://adminname:adminpass@localhost:5984/example
17 |
18 | You can also create this app by running
19 |
20 | couchapp generate example && cd example
21 | couchapp push . http://localhost:5984/example
22 |
23 | Deprecated: *couchapp generate proto && cd proto*
24 |
25 |
26 | ## Todo
27 |
28 | * factor CouchApp Commonjs to jquery.couch.require.js
29 | * use $.couch.app in app.js
30 |
31 | ## License
32 |
33 | Apache 2.0
34 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/ext-error_marker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/ext-error_marker.js
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/ext-spellcheck.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/ext/spellcheck",["require","exports","module","ace/lib/event","ace/editor","ace/config"],function(e,t,n){var r=e("../lib/event");t.contextMenuHandler=function(e){var t=e.target,n=t.textInput.getElement();if(!t.selection.isEmpty())return;var i=t.getCursorPosition(),s=t.session.getWordRange(i.row,i.column),o=t.session.getTextRange(s);t.session.tokenRe.lastIndex=0;if(!t.session.tokenRe.test(o))return;var u="",a=o+" "+u;n.value=a,n.setSelectionRange(o.length,o.length+1),n.setSelectionRange(0,0),n.setSelectionRange(0,o.length);var f=!1;r.addListener(n,"keydown",function l(){r.removeListener(n,"keydown",l),f=!0}),t.textInput.setInputHandler(function(e){console.log(e,a,n.selectionStart,n.selectionEnd);if(e==a)return"";if(e.lastIndexOf(a,0)===0)return e.slice(a.length);if(e.substr(n.selectionEnd)==a)return e.slice(0,-a.length);if(e.slice(-2)==u){var r=e.slice(0,-2);if(r.slice(-1)==" ")return f?r.substring(0,n.selectionEnd):(r=r.slice(0,-1),t.session.replace(s,r),"")}return e})};var i=e("../editor").Editor;e("../config").defineOptions(i.prototype,"editor",{spellcheck:{set:function(e){var n=this.textInput.getElement();n.spellcheck=!!e,e?this.on("nativecontextmenu",t.contextMenuHandler):this.removeListener("nativecontextmenu",t.contextMenuHandler)},value:!0}})})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/ext-statusbar.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/ext/statusbar",["require","exports","module","ace/lib/dom","ace/lib/lang"],function(e,t,n){var r=e("ace/lib/dom"),i=e("ace/lib/lang"),s=function(e,t){this.element=r.createElement("div"),this.element.className="ace_status-indicator",this.element.style.cssText="display: inline-block;",t.appendChild(this.element);var n=i.delayedCall(function(){this.updateStatus(e)}.bind(this));e.on("changeStatus",function(){n.schedule(100)}),e.on("changeSelection",function(){n.schedule(100)})};(function(){this.updateStatus=function(e){function n(e,n){e&&t.push(e,n||"|")}var t=[];e.$vimModeHandler?n(e.$vimModeHandler.getStatusText()):e.commands.recording&&n("REC");var r=e.selection.lead;n(r.row+":"+r.column," ");if(!e.selection.isEmpty()){var i=e.getSelectionRange();n("("+(i.end.row-i.start.row)+":"+(i.end.column-i.start.column)+")")}t.pop(),this.element.textContent=t.join("")}}).call(s.prototype),t.StatusBar=s})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/ext-themelist.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/ext/themelist",["require","exports","module"],function(e,t,n){var r=[["Chrome"],["Clouds"],["Crimson Editor"],["Dawn"],["Dreamweaver"],["Eclipse"],["GitHub"],["Solarized Light"],["TextMate"],["Tomorrow"],["XCode"],["Kuroir"],["KatzenMilch"],["Ambiance","ambiance","dark"],["Chaos","chaos","dark"],["Clouds Midnight","clouds_midnight","dark"],["Cobalt","cobalt","dark"],["idle Fingers","idle_fingers","dark"],["krTheme","kr_theme","dark"],["Merbivore","merbivore","dark"],["Merbivore Soft","merbivore_soft","dark"],["Mono Industrial","mono_industrial","dark"],["Monokai","monokai","dark"],["Pastel on dark","pastel_on_dark","dark"],["Solarized Dark","solarized_dark","dark"],["Terminal","terminal","dark"],["Tomorrow Night","tomorrow_night","dark"],["Tomorrow Night Blue","tomorrow_night_blue","dark"],["Tomorrow Night Bright","tomorrow_night_bright","dark"],["Tomorrow Night 80s","tomorrow_night_eighties","dark"],["Twilight","twilight","dark"],["Vibrant Ink","vibrant_ink","dark"]];t.themesByName={},t.themes=r.map(function(e){var n=e[1]||e[0].replace(/ /g,"_").toLowerCase(),r={caption:e[0],theme:"ace/theme/"+n,isDark:e[2]=="dark",name:n};return t.themesByName[n]=r,r})})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/mode-lucene.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/mode/lucene",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/lucene_highlight_rules"],function(e,t,n){var r=e("../lib/oop"),i=e("./text").Mode,s=e("../tokenizer").Tokenizer,o=e("./lucene_highlight_rules").LuceneHighlightRules,u=function(){this.$tokenizer=new s((new o).getRules())};r.inherits(u,i),t.Mode=u}),ace.define("ace/mode/lucene_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(e,t,n){var r=e("../lib/oop"),i=e("../lib/lang"),s=e("./text_highlight_rules").TextHighlightRules,o=function(){this.$rules={start:[{token:"constant.character.negation",regex:"[\\-]"},{token:"constant.character.interro",regex:"[\\?]"},{token:"constant.character.asterisk",regex:"[\\*]"},{token:"constant.character.proximity",regex:"~[0-9]+\\b"},{token:"keyword.operator",regex:"(?:AND|OR|NOT)\\b"},{token:"paren.lparen",regex:"[\\(]"},{token:"paren.rparen",regex:"[\\)]"},{token:"keyword",regex:"[\\S]+:"},{token:"string",regex:'".*?"'},{token:"text",regex:"\\s+"}]}};r.inherits(o,s),t.LuceneHighlightRules=o})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/mode-plain_text.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/mode/plain_text",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/text_highlight_rules","ace/mode/behaviour"],function(e,t,n){var r=e("../lib/oop"),i=e("./text").Mode,s=e("../tokenizer").Tokenizer,o=e("./text_highlight_rules").TextHighlightRules,u=e("./behaviour").Behaviour,a=function(){this.HighlightRules=o,this.$behaviour=new u};r.inherits(a,i),function(){this.type="text",this.getNextLineIndent=function(e,t,n){return""},this.$id="ace/mode/plain_text"}.call(a.prototype),t.Mode=a})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/mode-properties.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/mode/properties",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/properties_highlight_rules"],function(e,t,n){var r=e("../lib/oop"),i=e("./text").Mode,s=e("../tokenizer").Tokenizer,o=e("./properties_highlight_rules").PropertiesHighlightRules,u=function(){this.HighlightRules=o};r.inherits(u,i),t.Mode=u}),ace.define("ace/mode/properties_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(e,t,n){var r=e("../lib/oop"),i=e("./text_highlight_rules").TextHighlightRules,s=function(){var e=/\\u[0-9a-fA-F]{4}|\\/;this.$rules={start:[{token:"comment",regex:/[!#].*$/},{token:"keyword",regex:/[=:]$/},{token:"keyword",regex:/[=:]/,next:"value"},{token:"constant.language.escape",regex:e},{defaultToken:"variable"}],value:[{regex:/\\$/,token:"string",next:"value"},{regex:/$/,token:"string",next:"start"},{token:"constant.language.escape",regex:e},{defaultToken:"string"}]}};r.inherits(s,i),t.PropertiesHighlightRules=s})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/mode-text.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/mode-text.js
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/abap.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/abap",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="abap"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/ada.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/ada",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="ada"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/apache_conf.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/apache_conf",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="apache_conf"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/asciidoc.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/asciidoc",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="asciidoc"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/assembly_x86.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/assembly_x86",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="assembly_x86"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/autohotkey.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/autohotkey",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="autohotkey"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/batchfile.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/batchfile",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="batchfile"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/c9search.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/c9search",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="c9search"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/cobol.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/cobol",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="cobol"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/coldfusion.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/coldfusion",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="coldfusion"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/csharp.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/csharp",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="csharp"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/curly.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/curly",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="curly"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/d.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/d",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="d"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/dart.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/dart",["require","exports","module"],function(e,t,n){t.snippetText="snippet lib\n library ${1};\n ${2}\nsnippet im\n import '${1}';\n ${2}\nsnippet pa\n part '${1}';\n ${2}\nsnippet pao\n part of ${1};\n ${2}\nsnippet main\n void main() {\n ${1:/* code */}\n }\nsnippet st\n static ${1}\nsnippet fi\n final ${1}\nsnippet re\n return ${1}\nsnippet br\n break;\nsnippet th\n throw ${1}\nsnippet cl\n class ${1:`Filename(\"\", \"untitled\")`} ${2}\nsnippet imp\n implements ${1}\nsnippet ext\n extends ${1}\nsnippet if\n if (${1:true}) {\n ${2}\n }\nsnippet ife\n if (${1:true}) {\n ${2}\n } else {\n ${3}\n }\nsnippet el\n else\nsnippet sw\n switch (${1}) {\n ${2}\n }\nsnippet cs\n case ${1}:\n ${2}\nsnippet de\n default:\n ${1}\nsnippet for\n for (var ${2:i} = 0, len = ${1:things}.length; $2 < len; ${3:++}$2) {\n ${4:$1[$2]}\n }\nsnippet fore\n for (final ${2:item} in ${1:itemList}) {\n ${3:/* code */}\n }\nsnippet wh\n while (${1:/* condition */}) {\n ${2:/* code */}\n }\nsnippet dowh\n do {\n ${2:/* code */}\n } while (${1:/* condition */});\nsnippet as\n assert(${1:/* condition */});\nsnippet try\n try {\n ${2}\n } catch (${1:Exception e}) {\n }\nsnippet tryf\n try {\n ${2}\n } catch (${1:Exception e}) {\n } finally {\n }\n",t.scope="dart"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/diff.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/diff",["require","exports","module"],function(e,t,n){t.snippetText='# DEP-3 (http://dep.debian.net/deps/dep3/) style patch header\nsnippet header DEP-3 style header\n Description: ${1}\n Origin: ${2:vendor|upstream|other}, ${3:url of the original patch}\n Bug: ${4:url in upstream bugtracker}\n Forwarded: ${5:no|not-needed|url}\n Author: ${6:`g:snips_author`}\n Reviewed-by: ${7:name and email}\n Last-Update: ${8:`strftime("%Y-%m-%d")`}\n Applied-Upstream: ${9:upstream version|url|commit}\n\n',t.scope="diff"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/dot.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/dot",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="dot"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/ejs.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/ejs",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="ejs"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/forth.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/forth",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="forth"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/ftl.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/ftl",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="ftl"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/glsl.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/glsl",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="glsl"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/golang.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/golang",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="golang"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/groovy.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/groovy",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="groovy"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/haml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/haml",["require","exports","module"],function(e,t,n){t.snippetText="snippet t\n %table\n %tr\n %th\n ${1:headers}\n %tr\n %td\n ${2:headers}\nsnippet ul\n %ul\n %li\n ${1:item}\n %li\nsnippet =rp\n = render :partial => '${1:partial}'\nsnippet =rpl\n = render :partial => '${1:partial}', :locals => {}\nsnippet =rpc\n = render :partial => '${1:partial}', :collection => @$1\n\n",t.scope="haml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/handlebars.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/handlebars",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="handlebars"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/haxe.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/haxe",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="haxe"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/html_completions.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/html_completions",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="html_completions"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/html_ruby.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/html_ruby",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="html_ruby"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/ini.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/ini",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="ini"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/jack.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/jack",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="jack"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/jade.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/jade",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="jade"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/json.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/json",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="json"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/jsoniq.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/jsoniq",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="jsoniq"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/jsx.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/jsx",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="jsx"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/julia.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/julia",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="julia"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/latex.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/latex",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="latex"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/less.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/less",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="less"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/liquid.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/liquid",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="liquid"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/lisp.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/lisp",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="lisp"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/livescript.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/livescript",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="livescript"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/logiql.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/logiql",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="logiql"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/lua.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/lua",["require","exports","module"],function(e,t,n){t.snippetText="snippet #!\n #!/usr/bin/env lua\n $1\nsnippet local\n local ${1:x} = ${2:1}\nsnippet fun\n function ${1:fname}(${2:...})\n ${3:-- body}\n end\nsnippet for\n for ${1:i}=${2:1},${3:10} do\n ${4:print(i)}\n end\nsnippet forp\n for ${1:i},${2:v} in pairs(${3:table_name}) do\n ${4:-- body}\n end\nsnippet fori\n for ${1:i},${2:v} in ipairs(${3:table_name}) do\n ${4:-- body}\n end\n",t.scope="lua"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/luapage.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/luapage",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="luapage"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/lucene.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/lucene",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="lucene"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/makefile.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){t.snippetText="snippet ifeq\n ifeq (${1:cond0},${2:cond1})\n ${3:code}\n endif\n",t.scope="makefile"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/matlab.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/matlab",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="matlab"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/mel.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/mel",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="mel"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/mushcode.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/mushcode",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="mushcode"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/mushcode_high_rules.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/mushcode_high_rules",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="mushcode_high_rules"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/mysql.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/mysql",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="mysql"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/nix.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/nix",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="nix"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/objectivec.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/objectivec",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="objectivec"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/ocaml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/ocaml",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="ocaml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/pascal.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/pascal",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="pascal"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/pgsql.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/pgsql",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="pgsql"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/plain_text.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/plain_text",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="plain_text"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/powershell.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/powershell",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="powershell"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/prolog.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/prolog",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="prolog"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/properties.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/properties",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="properties"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/protobuf.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/protobuf",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="protobuf"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/rdoc.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/rdoc",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="rdoc"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/rhtml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/rhtml",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="rhtml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/rust.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/rust",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="rust"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/sass.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/sass",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="sass"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/scad.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/scad",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="scad"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/scala.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/scala",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="scala"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/scheme.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/scheme",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="scheme"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/scss.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/scss",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="scss"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/sjs.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/sjs",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="sjs"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/snippets.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/snippets",["require","exports","module"],function(e,t,n){t.snippetText="# snippets for making snippets :)\nsnippet snip\n snippet ${1:trigger}\n ${2}\nsnippet msnip\n snippet ${1:trigger} ${2:description}\n ${3}\nsnippet v\n {VISUAL}\n",t.scope="snippets"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/soy_template.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/soy_template",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="soy_template"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/space.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/space",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="space"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/sql.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/sql",["require","exports","module"],function(e,t,n){t.snippetText="snippet tbl\n create table ${1:table} (\n ${2:columns}\n );\nsnippet col\n ${1:name} ${2:type} ${3:default ''} ${4:not null}\nsnippet ccol\n ${1:name} varchar2(${2:size}) ${3:default ''} ${4:not null}\nsnippet ncol\n ${1:name} number ${3:default 0} ${4:not null}\nsnippet dcol\n ${1:name} date ${3:default sysdate} ${4:not null}\nsnippet ind\n create index ${3:$1_$2} on ${1:table}(${2:column});\nsnippet uind\n create unique index ${1:name} on ${2:table}(${3:column});\nsnippet tblcom\n comment on table ${1:table} is '${2:comment}';\nsnippet colcom\n comment on column ${1:table}.${2:column} is '${3:comment}';\nsnippet addcol\n alter table ${1:table} add (${2:column} ${3:type});\nsnippet seq\n create sequence ${1:name} start with ${2:1} increment by ${3:1} minvalue ${4:1};\nsnippet s*\n select * from ${1:table}\n",t.scope="sql"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/stylus.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/stylus",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="stylus"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/svg.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/svg",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="svg"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/text.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/text",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="text"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/textile.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/textile",["require","exports","module"],function(e,t,n){t.snippetText='# Jekyll post header\nsnippet header\n ---\n title: ${1:title}\n layout: post\n date: ${2:date} ${3:hour:minute:second} -05:00\n ---\n\n# Image\nsnippet img\n !${1:url}(${2:title}):${3:link}!\n\n# Table\nsnippet |\n |${1}|${2}\n\n# Link\nsnippet link\n "${1:link text}":${2:url}\n\n# Acronym\nsnippet (\n (${1:Expand acronym})${2}\n\n# Footnote\nsnippet fn\n [${1:ref number}] ${3}\n\n fn$1. ${2:footnote}\n \n',t.scope="textile"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/toml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/toml",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="toml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/twig.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/twig",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="twig"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/typescript.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/typescript",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="typescript"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/vbscript.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/vbscript",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="vbscript"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/velocity.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/velocity",["require","exports","module"],function(e,t,n){t.snippetText='# macro\nsnippet #macro\n #macro ( ${1:macroName} ${2:\\$var1, [\\$var2, ...]} )\n ${3:## macro code}\n #end\n# foreach\nsnippet #foreach\n #foreach ( ${1:\\$item} in ${2:\\$collection} )\n ${3:## foreach code}\n #end\n# if\nsnippet #if\n #if ( ${1:true} )\n ${0}\n #end\n# if ... else\nsnippet #ife\n #if ( ${1:true} )\n ${2}\n #else\n ${0}\n #end\n#import\nsnippet #import\n #import ( "${1:path/to/velocity/format}" )\n# set\nsnippet #set\n #set ( $${1:var} = ${0} )\n',t.scope="velocity",t.includeScopes=["html","javascript","css"]})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/verilog.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/verilog",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="verilog"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/vhdl.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/vhdl",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="vhdl"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/xml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/xml",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="xml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/xquery.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/xquery",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="xquery"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/ace-src-min-noconflict/snippets/yaml.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/snippets/yaml",["require","exports","module"],function(e,t,n){t.snippetText="",t.scope="yaml"})
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #ffffff;
30 | border-color: #D4D4D4;
31 | }
32 | .accordion .accordion-header {
33 | background: #F2F2F2;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #0081c2;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #fff;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #ffffff;
48 | }
49 | .combo {
50 | border-color: #D4D4D4;
51 | background-color: #ffffff;
52 | }
53 | .combo-arrow {
54 | background-color: #F2F2F2;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #e6e6e6;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-item-disabled {
8 | opacity: 0.5;
9 | filter: alpha(opacity=50);
10 | }
11 | .combobox-gitem {
12 | padding-left: 10px;
13 | }
14 | .combobox-group {
15 | font-weight: bold;
16 | }
17 | .combobox-item-hover {
18 | background-color: #e6e6e6;
19 | color: #00438a;
20 | }
21 | .combobox-item-selected {
22 | background-color: #0081c2;
23 | color: #fff;
24 | }
25 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #F5F5F5;
33 | }
34 | .datebox-button a {
35 | color: #444;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ccc;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #F5F5F5;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #e6e6e6;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #e6e6e6;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 5px 5px 5px 5px;
21 | -webkit-border-radius: 5px 5px 5px 5px;
22 | border-radius: 5px 5px 5px 5px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #ddd;
29 | background-color: #e6e6e6;
30 | color: #00438a;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #D4D4D4;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 5px 5px 5px 5px;
5 | -webkit-border-radius: 5px 5px 5px 5px;
6 | border-radius: 5px 5px 5px 5px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 5px 0 0 5px;
19 | -webkit-border-radius: 5px 0 0 5px;
20 | border-radius: 5px 0 0 5px;
21 | }
22 | .progressbar {
23 | border-color: #D4D4D4;
24 | }
25 | .progressbar-text {
26 | color: #333;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #0081c2;
31 | color: #fff;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #e6e6e6;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #F2F2F2;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #e6e6e6;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #F2F2F2;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .spinner .spinner-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .spinner-arrow {
26 | display: inline-block;
27 | overflow: hidden;
28 | vertical-align: top;
29 | margin: 0;
30 | padding: 0;
31 | }
32 | .spinner-arrow-up,
33 | .spinner-arrow-down {
34 | opacity: 0.6;
35 | filter: alpha(opacity=60);
36 | display: block;
37 | font-size: 1px;
38 | width: 18px;
39 | height: 10px;
40 | }
41 | .spinner-arrow-hover {
42 | opacity: 1.0;
43 | filter: alpha(opacity=100);
44 | }
45 | .spinner-arrow-up {
46 | background: url('images/spinner_arrows.png') no-repeat 1px center;
47 | }
48 | .spinner-arrow-down {
49 | background: url('images/spinner_arrows.png') no-repeat -15px center;
50 | }
51 | .spinner {
52 | border-color: #D4D4D4;
53 | }
54 | .spinner-arrow {
55 | background-color: #F2F2F2;
56 | }
57 | .spinner-arrow-hover {
58 | background-color: #e6e6e6;
59 | }
60 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 5px 5px 5px 5px;
25 | -webkit-border-radius: 5px 5px 5px 5px;
26 | border-radius: 5px 5px 5px 5px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #bbb;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #ddd;
41 | background-color: #e6e6e6;
42 | color: #00438a;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/bootstrap/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #000;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion{
2 | background:#fff;
3 | overflow:hidden;
4 | }
5 | .accordion .accordion-header{
6 | background:#d7ebf9 url('images/ui-bg_glass_80_d7ebf9_1x400.png') repeat-x 50% 50%;
7 | border-top-width:0;
8 | color:#2779AA;
9 | cursor:pointer;
10 | }
11 | .accordion .accordion-header .panel-title{
12 | font-weight:normal;
13 | }
14 | .accordion .accordion-header-selected .panel-title{
15 | font-weight:bold;
16 | }
17 | .accordion-noborder .accordion-header{
18 | border-width:0 0 1px;
19 | }
20 | .accordion-noborder .accordion-body{
21 | border-width:0px;
22 | }
23 | .accordion-collapse{
24 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat 0px -16px;
25 | }
26 | .accordion-expand{
27 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -65px -16px;
28 | }
29 | .accordion .panel-tool a:hover{
30 | background-color:#ffef8f;
31 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/combo.css:
--------------------------------------------------------------------------------
1 | .combo{
2 | display:inline-block;
3 | white-space:nowrap;
4 | font-size:12px;
5 | margin:0;
6 | padding:0;
7 | border:1px solid #AED0EA;
8 | background:#fff;
9 | overflow:hidden;
10 | vertical-align:middle;
11 | }
12 | .combo-text{
13 | font-size:12px;
14 | border:0px;
15 | line-height:20px;
16 | height:20px;
17 | padding:0px 2px;
18 | *margin-top:-1px;
19 | *height:18px;
20 | *line-height:18px;
21 | _height:18px;
22 | _line-height:18px;
23 | }
24 | .combo-arrow{
25 | background:#d7ebf9 url('images/ui-icons_2694e8_256x240.png') no-repeat -63px -14px;
26 | width:18px;
27 | height:20px;
28 | overflow:hidden;
29 | display:inline-block;
30 | vertical-align:top;
31 | cursor:pointer;
32 | }
33 | .combo-arrow-hover{
34 | background-color:#e4f1fb;
35 | }
36 | .combo-panel{
37 | background:#f2f5f7 url('images/ui-bg_highlight-hard_100_f2f5f7_1x100.png') repeat-x;
38 | overflow:auto;
39 | }
40 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item{
2 | padding:2px;
3 | font-size:12px;
4 | padding:3px;
5 | padding-right:0px;
6 | }
7 | .combobox-item-hover{
8 | background:#d7ebf9 url('images/ui-bg_glass_80_d7ebf9_1x400.png') repeat-x 50% 50%;
9 | }
10 | .combobox-item-selected{
11 | background:#3baae3 url('images/ui-bg_glass_50_3baae3_1x400.png') repeat-x 50% 50%;
12 | color:#fff;
13 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox .combo-arrow{
2 | background:url('images/datebox_arrow.png') no-repeat center center;
3 | }
4 | .datebox-calendar-inner{
5 | height:180px;
6 | }
7 | .datebox-button{
8 | height:18px;
9 | padding:2px 5px;
10 | font-size:12px;
11 | background-color:#d7ebf9;
12 | text-align:center;
13 | }
14 | .datebox-current,.datebox-close{
15 | float:left;
16 | color:#888;
17 | text-decoration:none;
18 | font-weight:bold;
19 | }
20 | .datebox-close{
21 | float:right;
22 | }
23 | .datebox-ok{
24 | color:#888;
25 | text-decoration:none;
26 | font-weight:bold;
27 | }
28 | .datebox-button-hover{
29 | color:#444;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content{
2 | overflow:auto;
3 | }
4 | .dialog-toolbar{
5 | background:#fafafa;
6 | padding:2px 5px;
7 | border-bottom:1px solid #eee;
8 | }
9 | .dialog-tool-separator{
10 | float:left;
11 | height:24px;
12 | border-left:1px solid #ccc;
13 | border-right:1px solid #fff;
14 | margin:2px 1px;
15 | }
16 | .dialog-button{
17 | border-top:1px solid #eee;
18 | background:#fafafa;
19 | padding:5px 5px;
20 | text-align:right;
21 | }
22 | .dialog-button .l-btn{
23 | margin-left:5px;
24 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_nextmonth.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_nextmonth.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_nextyear.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_nextyear.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_prevmonth.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_prevmonth.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_prevyear.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/calendar_prevyear.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datagrid_row_collapse.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datagrid_row_collapse.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datagrid_row_expand.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datagrid_row_expand.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_downarrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_downarrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_rightarrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_rightarrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_sep.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_sep.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_split_downarrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/menu_split_downarrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_error.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_error.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_info.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_info.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_question.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_question.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_warning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/messager_warning.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/pagination_loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/pagination_loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/panel_loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/panel_loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tabs_close.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tabs_close.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_arrows.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_arrows.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_0.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_1.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_checkbox_2.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_dnd_no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_dnd_no.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_dnd_yes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_dnd_yes.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_elbow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_elbow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_file.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_file.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_folder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_folder.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_folder_open.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_folder_open.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/tree_loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_2694e8_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_2694e8_256x240.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_3d80b3_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_3d80b3_256x240.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_72a7cf_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_72a7cf_256x240.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_ffffff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/ui-icons_ffffff_256x240.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_pointer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_pointer.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_pointer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_pointer.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow{
2 | display:inline-block;
3 | width:12px;
4 | line-height:14px;
5 | *line-height:15px;
6 | background:url('images/menu_downarrow.png') no-repeat 4px center;
7 | }
8 |
9 | a.m-btn-active{
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left{
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active{
16 | background:#e4f1fb url('images/ui-bg_glass_100_e4f1fb_1x400.png') repeat-x 50% 50%;
17 | border:1px solid #AED0EA;
18 | _padding:0px 5px 0px 0px;
19 | border-radius:3px;
20 | }
21 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body{
2 | padding:5px 10px;
3 | }
4 | .messager-button{
5 | text-align:center;
6 | padding-top:10px;
7 | }
8 | .messager-icon{
9 | float:left;
10 | width:32px;
11 | height:32px;
12 | margin:0 10px 10px 0;
13 | }
14 | .messager-error{
15 | background:url('images/messager_error.gif') no-repeat scroll left top;
16 | }
17 | .messager-info{
18 | background:url('images/messager_info.gif') no-repeat scroll left top;
19 | }
20 | .messager-question{
21 | background:url('images/messager_question.gif') no-repeat scroll left top;
22 | }
23 | .messager-warning{
24 | background:url('images/messager_warning.gif') no-repeat scroll left top;
25 | }
26 | .messager-input{
27 | width: 262px;
28 | border:1px solid #ccc;
29 | }
30 | .messager-progress{
31 | padding:10px;
32 | }
33 | .messager-p-msg{
34 | margin-bottom:5px;
35 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/pagination.css:
--------------------------------------------------------------------------------
1 | .pagination{
2 | zoom:1;
3 | }
4 | .pagination table{
5 | float:left;
6 | height:30px;
7 | }
8 | .pagination td{
9 | border:0;
10 | }
11 | .pagination-btn-separator{
12 | float:left;
13 | height:24px;
14 | border-left:1px solid #ccc;
15 | border-right:1px solid #fff;
16 | margin:3px 1px;
17 | }
18 | .pagination-num{
19 | border:1px solid #ccc;
20 | margin:0 2px;
21 | }
22 | .pagination-page-list{
23 | margin:0px 6px;
24 | }
25 | .pagination-info{
26 | float:right;
27 | padding-right:6px;
28 | padding-top:8px;
29 | font-size:12px;
30 | }
31 | .pagination span{
32 | font-size:12px;
33 | white-space:nowrap;
34 | }
35 | .pagination-first{
36 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -80px -160px;
37 | }
38 | .pagination-prev{
39 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -48px -160px;
40 | }
41 | .pagination-next{
42 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -32px -160px;
43 | }
44 | .pagination-last{
45 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -64px -160px;
46 | }
47 | .pagination-load{
48 | background:url('images/ui-icons_2694e8_256x240.png') no-repeat -64px -80px;
49 | }
50 | .pagination-loading{
51 | background:url('images/pagination_loading.gif') no-repeat;
52 | }
53 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar{
2 | border:1px solid #AED0EA;
3 | border-radius:5px;
4 | overflow:hidden;
5 | }
6 | .progressbar-text{
7 | text-align:center;
8 | color:#444;
9 | position:absolute;
10 | }
11 | .progressbar-value{
12 | background:#3baae3 url('images/ui-bg_glass_50_3baae3_1x400.png') repeat 50% 50%;
13 | border-radius:5px;
14 | border-top-right-radius:0px;
15 | border-bottom-right-radius:0px;
16 | width:0;
17 | }
18 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body,.propertygrid .datagrid-group{
2 | background:#f2f5f7;
3 | }
4 | .propertygrid .datagrid-group{
5 | height:21px;
6 | overflow:hidden;
7 | }
8 | .propertygrid .datagrid-view1 .datagrid-body td{
9 | border-color:#f2f5f7;
10 | }
11 | .propertygrid .datagrid-view1 .datagrid-row-over,.propertygrid .datagrid-view1 .datagrid-row-selected{
12 | background:#f2f5f7;
13 | }
14 | .propertygrid .datagrid-group span{
15 | color:#416AA3;
16 | font-weight:bold;
17 | padding-left:4px;
18 | }
19 | .propertygrid .datagrid-row-collapse,.propertygrid .datagrid-row-expand{
20 | background-position:3px center;
21 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/searchbox.css:
--------------------------------------------------------------------------------
1 | .searchbox{
2 | display:inline-block;
3 | white-space:nowrap;
4 | font-size:12px;
5 | margin:0;
6 | padding:0;
7 | border:1px solid #AED0EA;
8 | background:#fff;
9 | }
10 | .searchbox-text{
11 | font-size:12px;
12 | border:0px;
13 | line-height:20px;
14 | height:20px;
15 | padding:0px;
16 | *height:18px;
17 | *line-height:18px;
18 | _height:18px;
19 | _line-height:18px;
20 | }
21 | .searchbox-button{
22 | background:url('images/ui-icons_eb990f_256x240.png') no-repeat -160px -110px;
23 | width:18px;
24 | height:20px;
25 | overflow:hidden;
26 | display:inline-block;
27 | vertical-align:top;
28 | cursor:pointer;
29 | opacity:0.6;
30 | filter:alpha(opacity=60);
31 | }
32 | .searchbox-button-hover{
33 | opacity:1.0;
34 | filter:alpha(opacity=100);
35 | }
36 | .searchbox-prompt{
37 | font-size:12px;
38 | color:#ccc;
39 | }
40 | .searchbox a.l-btn-plain{
41 | background-color:#e4f1fb;
42 | border-radius: 0px;
43 | height:20px;
44 | border:0;
45 | padding:0 6px 0 0;
46 | vertical-align:top;
47 | }
48 | .searchbox a.l-btn .l-btn-left{
49 | padding:2px 0 2px 2px;
50 | }
51 | .searchbox a.l-btn-plain:hover{
52 | border-radius:0px;
53 | border:0;
54 | padding:0 6px 0 0;
55 | }
56 | .searchbox a.m-btn-plain-active{
57 | border-radius:0px;
58 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner{
2 | display:inline-block;
3 | white-space:nowrap;
4 | font-size:12px;
5 | margin:0;
6 | padding:0;
7 | border:1px solid #AED0EA;
8 | }
9 | .spinner-text{
10 | font-size:12px;
11 | border:0px;
12 | line-height:20px;
13 | height:20px;
14 | padding:0px;
15 | *height:18px;
16 | *line-height:18px;
17 | _height:18px;
18 | _line-height:18px;
19 | }
20 | .spinner-arrow{
21 | display:inline-block;
22 | vertical-align:top;
23 | margin:0;
24 | padding:0;
25 | }
26 | .spinner-arrow-up,.spinner-arrow-down{
27 | display:block;
28 | background:#d7ebf9 url('images/ui-icons_2694e8_256x240.png') no-repeat 2px -2px;
29 | font-size:1px;
30 | width:18px;
31 | height:10px;
32 | }
33 | .spinner-arrow-down{
34 | background:#d7ebf9 url('images/ui-icons_2694e8_256x240.png') no-repeat -63px -3px;
35 | }
36 | .spinner-arrow-hover{
37 | background-color:#e4f1fb;
38 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow{
2 | display:inline-block;
3 | width:16px;
4 | line-height:14px;
5 | *line-height:15px;
6 | background:url('images/menu_downarrow.png') no-repeat 9px center;
7 | }
8 |
9 | a.s-btn-active{
10 | background-position: bottom right;
11 | }
12 | a.s-btn-active span.l-btn-left{
13 | background-position: bottom left;
14 | }
15 | a.s-btn-active .s-btn-downarrow{
16 | background:url('images/menu_split_downarrow.png') no-repeat -12px center;
17 | }
18 | a:hover.l-btn .s-btn-downarrow{
19 | background:url('images/menu_split_downarrow.png') no-repeat -12px center;
20 | }
21 |
22 | a.s-btn-plain-active{
23 | background:#e4f1fb url('images/ui-bg_glass_100_e4f1fb_1x400.png') repeat-x 50% 50%;
24 | border:1px solid #AED0EA;
25 | _padding:0px 5px 0px 0px;
26 | border-radius:3px;
27 | }
28 | a.s-btn-plain-active .s-btn-downarrow{
29 | background:url('images/menu_split_downarrow.png') no-repeat -12px center;
30 | }
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/cupertino/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid{
2 | background:#FFFFEE url('images/validatebox_warning.png') no-repeat right 1px;
3 | }
4 | .validatebox-tip{
5 | position:absolute;
6 | width:200px;
7 | height:auto;
8 | display:none;
9 | z-index:9900000;
10 | }
11 | .validatebox-tip-content{
12 | display:inline-block;
13 | position:absolute;
14 | top:0px;
15 | left:10px;
16 | width:150px;
17 | padding:3px 5px;
18 | border:1px solid #CC9933;
19 | background:#FFFFCC;
20 | z-index:9900001;
21 | font-size:12px;
22 | }
23 | .validatebox-tip-pointer{
24 | background:url('images/validatebox_pointer.png') no-repeat left top;
25 | display:inline-block;
26 | width:10px;
27 | height:19px;
28 | position:absolute;
29 | left:1px;
30 | top:0px;
31 | z-index:9900002;
32 | }
33 | .validatebox-tip-left .validatebox-tip-content{
34 | left:auto;
35 | right:10px;
36 | }
37 | .validatebox-tip-left .validatebox-tip-pointer{
38 | background:url('images/validatebox_pointer.png') no-repeat left -19px;
39 | left:auto;
40 | right:1px;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #ffffff;
30 | border-color: #95B8E7;
31 | }
32 | .accordion .accordion-header {
33 | background: #E0ECFF;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #FBEC88;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #000000;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #ffffff;
48 | }
49 | .combo {
50 | border-color: #95B8E7;
51 | background-color: #ffffff;
52 | }
53 | .combo-arrow {
54 | background-color: #E0ECFF;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #eaf2ff;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-item-disabled {
8 | opacity: 0.5;
9 | filter: alpha(opacity=50);
10 | }
11 | .combobox-gitem {
12 | padding-left: 10px;
13 | }
14 | .combobox-group {
15 | font-weight: bold;
16 | }
17 | .combobox-item-hover {
18 | background-color: #eaf2ff;
19 | color: #000000;
20 | }
21 | .combobox-item-selected {
22 | background-color: #FBEC88;
23 | color: #000000;
24 | }
25 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #F4F4F4;
33 | }
34 | .datebox-button a {
35 | color: #444;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ccc;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #F4F4F4;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #dddddd;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #dddddd;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/default/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 5px 5px 5px 5px;
21 | -webkit-border-radius: 5px 5px 5px 5px;
22 | border-radius: 5px 5px 5px 5px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #b7d2ff;
29 | background-color: #eaf2ff;
30 | color: #000000;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #95B8E7;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 5px 5px 5px 5px;
5 | -webkit-border-radius: 5px 5px 5px 5px;
6 | border-radius: 5px 5px 5px 5px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 5px 0 0 5px;
19 | -webkit-border-radius: 5px 0 0 5px;
20 | border-radius: 5px 0 0 5px;
21 | }
22 | .progressbar {
23 | border-color: #95B8E7;
24 | }
25 | .progressbar-text {
26 | color: #000000;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #FBEC88;
31 | color: #000000;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #dddddd;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #E0ECFF;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #dddddd;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #E0ECFF;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .spinner .spinner-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .spinner-arrow {
26 | display: inline-block;
27 | overflow: hidden;
28 | vertical-align: top;
29 | margin: 0;
30 | padding: 0;
31 | }
32 | .spinner-arrow-up,
33 | .spinner-arrow-down {
34 | opacity: 0.6;
35 | filter: alpha(opacity=60);
36 | display: block;
37 | font-size: 1px;
38 | width: 18px;
39 | height: 10px;
40 | }
41 | .spinner-arrow-hover {
42 | opacity: 1.0;
43 | filter: alpha(opacity=100);
44 | }
45 | .spinner-arrow-up {
46 | background: url('images/spinner_arrows.png') no-repeat 1px center;
47 | }
48 | .spinner-arrow-down {
49 | background: url('images/spinner_arrows.png') no-repeat -15px center;
50 | }
51 | .spinner {
52 | border-color: #95B8E7;
53 | }
54 | .spinner-arrow {
55 | background-color: #E0ECFF;
56 | }
57 | .spinner-arrow-hover {
58 | background-color: #eaf2ff;
59 | }
60 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 5px 5px 5px 5px;
25 | -webkit-border-radius: 5px 5px 5px 5px;
26 | border-radius: 5px 5px 5px 5px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #aac5e7;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #b7d2ff;
41 | background-color: #eaf2ff;
42 | color: #000000;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/default/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #000;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #ffffff;
30 | border-color: #D3D3D3;
31 | }
32 | .accordion .accordion-header {
33 | background: #f3f3f3;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #0092DC;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #fff;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #ffffff;
48 | }
49 | .combo {
50 | border-color: #D3D3D3;
51 | background-color: #ffffff;
52 | }
53 | .combo-arrow {
54 | background-color: #f3f3f3;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #e2e2e2;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-item-disabled {
8 | opacity: 0.5;
9 | filter: alpha(opacity=50);
10 | }
11 | .combobox-gitem {
12 | padding-left: 10px;
13 | }
14 | .combobox-group {
15 | font-weight: bold;
16 | }
17 | .combobox-item-hover {
18 | background-color: #e2e2e2;
19 | color: #000000;
20 | }
21 | .combobox-item-selected {
22 | background-color: #0092DC;
23 | color: #fff;
24 | }
25 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #fafafa;
33 | }
34 | .datebox-button a {
35 | color: #444;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ccc;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #fafafa;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #ddd;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #ddd;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/gray/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 5px 5px 5px 5px;
21 | -webkit-border-radius: 5px 5px 5px 5px;
22 | border-radius: 5px 5px 5px 5px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #ccc;
29 | background-color: #e2e2e2;
30 | color: #000000;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #D3D3D3;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 5px 5px 5px 5px;
5 | -webkit-border-radius: 5px 5px 5px 5px;
6 | border-radius: 5px 5px 5px 5px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 5px 0 0 5px;
19 | -webkit-border-radius: 5px 0 0 5px;
20 | border-radius: 5px 0 0 5px;
21 | }
22 | .progressbar {
23 | border-color: #D3D3D3;
24 | }
25 | .progressbar-text {
26 | color: #000000;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #0092DC;
31 | color: #fff;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #ddd;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #f3f3f3;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #ddd;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #f3f3f3;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .spinner .spinner-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .spinner-arrow {
26 | display: inline-block;
27 | overflow: hidden;
28 | vertical-align: top;
29 | margin: 0;
30 | padding: 0;
31 | }
32 | .spinner-arrow-up,
33 | .spinner-arrow-down {
34 | opacity: 0.6;
35 | filter: alpha(opacity=60);
36 | display: block;
37 | font-size: 1px;
38 | width: 18px;
39 | height: 10px;
40 | }
41 | .spinner-arrow-hover {
42 | opacity: 1.0;
43 | filter: alpha(opacity=100);
44 | }
45 | .spinner-arrow-up {
46 | background: url('images/spinner_arrows.png') no-repeat 1px center;
47 | }
48 | .spinner-arrow-down {
49 | background: url('images/spinner_arrows.png') no-repeat -15px center;
50 | }
51 | .spinner {
52 | border-color: #D3D3D3;
53 | }
54 | .spinner-arrow {
55 | background-color: #f3f3f3;
56 | }
57 | .spinner-arrow-hover {
58 | background-color: #e2e2e2;
59 | }
60 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 5px 5px 5px 5px;
25 | -webkit-border-radius: 5px 5px 5px 5px;
26 | border-radius: 5px 5px 5px 5px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #bfbfbf;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #ccc;
41 | background-color: #e2e2e2;
42 | color: #000000;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/gray/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #000;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/back.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/cancel.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/cut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/cut.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/edit_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/edit_add.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/edit_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/edit_remove.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/filesave.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/filesave.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/filter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/filter.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/help.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/help.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_add.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_edit.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/mini_refresh.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/no.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/ok.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/ok.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/pencil.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/pencil.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/print.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/print.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/redo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/redo.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/reload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/reload.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/search.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/sum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/sum.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/tip.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/icons/undo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/icons/undo.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #fafafa;
30 | border-color: #c3d9e0;
31 | }
32 | .accordion .accordion-header {
33 | background: #daeef5;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #6caef5;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #fff;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #fafafa;
48 | }
49 | .combo {
50 | border-color: #c3d9e0;
51 | background-color: #fafafa;
52 | }
53 | .combo-arrow {
54 | background-color: #daeef5;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #9cc8f7;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-gitem {
8 | padding-left: 10px;
9 | }
10 | .combobox-group {
11 | font-weight: bold;
12 | }
13 | .combobox-item-hover {
14 | background-color: #9cc8f7;
15 | color: #404040;
16 | }
17 | .combobox-item-selected {
18 | background-color: #6caef5;
19 | color: #fff;
20 | }
21 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #f5f5f5;
33 | }
34 | .datebox-button a {
35 | color: #404040;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ddd;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #f5f5f5;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #dedede;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #dedede;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 0px 0px 0px 0px;
21 | -webkit-border-radius: 0px 0px 0px 0px;
22 | border-radius: 0px 0px 0px 0px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #9cc8f7;
29 | background-color: #9cc8f7;
30 | color: #404040;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #c3d9e0;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 0px 0px 0px 0px;
5 | -webkit-border-radius: 0px 0px 0px 0px;
6 | border-radius: 0px 0px 0px 0px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 0px 0 0 0px;
19 | -webkit-border-radius: 0px 0 0 0px;
20 | border-radius: 0px 0 0 0px;
21 | }
22 | .progressbar {
23 | border-color: #c3d9e0;
24 | }
25 | .progressbar-text {
26 | color: #404040;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #6caef5;
31 | color: #fff;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #dedede;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #daeef5;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #dedede;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #daeef5;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .spinner .spinner-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .spinner-arrow {
26 | display: inline-block;
27 | overflow: hidden;
28 | vertical-align: top;
29 | margin: 0;
30 | padding: 0;
31 | }
32 | .spinner-arrow-up,
33 | .spinner-arrow-down {
34 | opacity: 0.6;
35 | filter: alpha(opacity=60);
36 | display: block;
37 | font-size: 1px;
38 | width: 18px;
39 | height: 10px;
40 | }
41 | .spinner-arrow-hover {
42 | opacity: 1.0;
43 | filter: alpha(opacity=100);
44 | }
45 | .spinner-arrow-up {
46 | background: url('images/spinner_arrows.png') no-repeat 1px center;
47 | }
48 | .spinner-arrow-down {
49 | background: url('images/spinner_arrows.png') no-repeat -15px center;
50 | }
51 | .spinner {
52 | border-color: #c3d9e0;
53 | }
54 | .spinner-arrow {
55 | background-color: #daeef5;
56 | }
57 | .spinner-arrow-hover {
58 | background-color: #9cc8f7;
59 | }
60 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 0px 0px 0px 0px;
25 | -webkit-border-radius: 0px 0px 0px 0px;
26 | border-radius: 0px 0px 0px 0px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #1a7bc9;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #9cc8f7;
41 | background-color: #9cc8f7;
42 | color: #404040;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-blue/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #404040;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #fafafa;
30 | border-color: #abafb8;
31 | }
32 | .accordion .accordion-header {
33 | background: #c7ccd1;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #84909c;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #fff;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #fafafa;
48 | }
49 | .combo {
50 | border-color: #abafb8;
51 | background-color: #fafafa;
52 | }
53 | .combo-arrow {
54 | background-color: #c7ccd1;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #E6E6E6;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-gitem {
8 | padding-left: 10px;
9 | }
10 | .combobox-group {
11 | font-weight: bold;
12 | }
13 | .combobox-item-hover {
14 | background-color: #E6E6E6;
15 | color: #404040;
16 | }
17 | .combobox-item-selected {
18 | background-color: #84909c;
19 | color: #fff;
20 | }
21 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #f5f5f5;
33 | }
34 | .datebox-button a {
35 | color: #404040;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ddd;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #f5f5f5;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #dedede;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #dedede;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 0px 0px 0px 0px;
21 | -webkit-border-radius: 0px 0px 0px 0px;
22 | border-radius: 0px 0px 0px 0px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #E6E6E6;
29 | background-color: #E6E6E6;
30 | color: #404040;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #abafb8;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 0px 0px 0px 0px;
5 | -webkit-border-radius: 0px 0px 0px 0px;
6 | border-radius: 0px 0px 0px 0px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 0px 0 0 0px;
19 | -webkit-border-radius: 0px 0 0 0px;
20 | border-radius: 0px 0 0 0px;
21 | }
22 | .progressbar {
23 | border-color: #abafb8;
24 | }
25 | .progressbar-text {
26 | color: #404040;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #84909c;
31 | color: #fff;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #dedede;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #c7ccd1;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #dedede;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #c7ccd1;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 0px 0px 0px 0px;
25 | -webkit-border-radius: 0px 0px 0px 0px;
26 | border-radius: 0px 0px 0px 0px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #84909c;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #E6E6E6;
41 | background-color: #E6E6E6;
42 | color: #404040;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro-gray/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #404040;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/accordion.css:
--------------------------------------------------------------------------------
1 | .accordion {
2 | overflow: hidden;
3 | border-width: 1px;
4 | border-style: solid;
5 | }
6 | .accordion .accordion-header {
7 | border-width: 0 0 1px;
8 | cursor: pointer;
9 | }
10 | .accordion .accordion-body {
11 | border-width: 0 0 1px;
12 | }
13 | .accordion-noborder {
14 | border-width: 0;
15 | }
16 | .accordion-noborder .accordion-header {
17 | border-width: 0 0 1px;
18 | }
19 | .accordion-noborder .accordion-body {
20 | border-width: 0 0 1px;
21 | }
22 | .accordion-collapse {
23 | background: url('images/accordion_arrows.png') no-repeat 0 0;
24 | }
25 | .accordion-expand {
26 | background: url('images/accordion_arrows.png') no-repeat -16px 0;
27 | }
28 | .accordion {
29 | background: #fff;
30 | border-color: #ddd;
31 | }
32 | .accordion .accordion-header {
33 | background: #ffffff;
34 | filter: none;
35 | }
36 | .accordion .accordion-header-selected {
37 | background: #CCE6FF;
38 | }
39 | .accordion .accordion-header-selected .panel-title {
40 | color: #000;
41 | }
42 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/combo.css:
--------------------------------------------------------------------------------
1 | .combo {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .combo .combo-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0px 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .combo-arrow {
26 | width: 18px;
27 | height: 20px;
28 | overflow: hidden;
29 | display: inline-block;
30 | vertical-align: top;
31 | cursor: pointer;
32 | opacity: 0.6;
33 | filter: alpha(opacity=60);
34 | }
35 | .combo-arrow-hover {
36 | opacity: 1.0;
37 | filter: alpha(opacity=100);
38 | }
39 | .combo-panel {
40 | overflow: auto;
41 | }
42 | .combo-arrow {
43 | background: url('images/combo_arrow.png') no-repeat center center;
44 | }
45 | .combo,
46 | .combo-panel {
47 | background-color: #fff;
48 | }
49 | .combo {
50 | border-color: #ddd;
51 | background-color: #fff;
52 | }
53 | .combo-arrow {
54 | background-color: #ffffff;
55 | }
56 | .combo-arrow-hover {
57 | background-color: #E6E6E6;
58 | }
59 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/combobox.css:
--------------------------------------------------------------------------------
1 | .combobox-item,
2 | .combobox-group {
3 | font-size: 12px;
4 | padding: 3px;
5 | padding-right: 0px;
6 | }
7 | .combobox-item-disabled {
8 | opacity: 0.5;
9 | filter: alpha(opacity=50);
10 | }
11 | .combobox-gitem {
12 | padding-left: 10px;
13 | }
14 | .combobox-group {
15 | font-weight: bold;
16 | }
17 | .combobox-item-hover {
18 | background-color: #E6E6E6;
19 | color: #444;
20 | }
21 | .combobox-item-selected {
22 | background-color: #CCE6FF;
23 | color: #000;
24 | }
25 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/datebox.css:
--------------------------------------------------------------------------------
1 | .datebox-calendar-inner {
2 | height: 180px;
3 | }
4 | .datebox-button {
5 | height: 18px;
6 | padding: 2px 5px;
7 | text-align: center;
8 | }
9 | .datebox-button a {
10 | font-size: 12px;
11 | font-weight: bold;
12 | text-decoration: none;
13 | opacity: 0.6;
14 | filter: alpha(opacity=60);
15 | }
16 | .datebox-button a:hover {
17 | opacity: 1.0;
18 | filter: alpha(opacity=100);
19 | }
20 | .datebox-current,
21 | .datebox-close {
22 | float: left;
23 | }
24 | .datebox-close {
25 | float: right;
26 | }
27 | .datebox .combo-arrow {
28 | background-image: url('images/datebox_arrow.png');
29 | background-position: center center;
30 | }
31 | .datebox-button {
32 | background-color: #fff;
33 | }
34 | .datebox-button a {
35 | color: #777;
36 | }
37 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/dialog.css:
--------------------------------------------------------------------------------
1 | .dialog-content {
2 | overflow: auto;
3 | }
4 | .dialog-toolbar {
5 | padding: 2px 5px;
6 | }
7 | .dialog-tool-separator {
8 | float: left;
9 | height: 24px;
10 | border-left: 1px solid #ddd;
11 | border-right: 1px solid #fff;
12 | margin: 2px 1px;
13 | }
14 | .dialog-button {
15 | padding: 5px;
16 | text-align: right;
17 | }
18 | .dialog-button .l-btn {
19 | margin-left: 5px;
20 | }
21 | .dialog-toolbar,
22 | .dialog-button {
23 | background: #fff;
24 | }
25 | .dialog-toolbar {
26 | border-bottom: 1px solid #ddd;
27 | }
28 | .dialog-button {
29 | border-top: 1px solid #ddd;
30 | }
31 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/Thumbs.db
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/accordion_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/accordion_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/blank.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/calendar_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/calendar_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/combo_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/combo_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/datagrid_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/datagrid_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/datebox_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/datebox_arrow.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/layout_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/layout_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/linkbutton_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/linkbutton_bg.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/loading.gif
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/menu_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/menu_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/messager_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/messager_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/pagination_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/pagination_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/panel_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/panel_tools.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/searchbox_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/searchbox_button.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/slider_handle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/slider_handle.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/spinner_arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/spinner_arrows.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/tabs_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/tabs_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/tree_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/tree_icons.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/validatebox_warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/themes/metro/images/validatebox_warning.png
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/menubutton.css:
--------------------------------------------------------------------------------
1 | .m-btn-downarrow {
2 | display: inline-block;
3 | width: 16px;
4 | height: 16px;
5 | line-height: 16px;
6 | font-size: 12px;
7 | _vertical-align: middle;
8 | }
9 | a.m-btn-active {
10 | background-position: bottom right;
11 | }
12 | a.m-btn-active span.l-btn-left {
13 | background-position: bottom left;
14 | }
15 | a.m-btn-plain-active {
16 | background: transparent;
17 | padding: 0 5px 0 0;
18 | border-width: 1px;
19 | border-style: solid;
20 | -moz-border-radius: 0px 0px 0px 0px;
21 | -webkit-border-radius: 0px 0px 0px 0px;
22 | border-radius: 0px 0px 0px 0px;
23 | }
24 | .m-btn-downarrow {
25 | background: url('images/menu_arrows.png') no-repeat 2px center;
26 | }
27 | a.m-btn-plain-active {
28 | border-color: #ddd;
29 | background-color: #E6E6E6;
30 | color: #444;
31 | }
32 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/messager.css:
--------------------------------------------------------------------------------
1 | .messager-body {
2 | padding: 10px;
3 | overflow: hidden;
4 | }
5 | .messager-button {
6 | text-align: center;
7 | padding-top: 10px;
8 | }
9 | .messager-icon {
10 | float: left;
11 | width: 32px;
12 | height: 32px;
13 | margin: 0 10px 10px 0;
14 | }
15 | .messager-error {
16 | background: url('images/messager_icons.png') no-repeat scroll -64px 0;
17 | }
18 | .messager-info {
19 | background: url('images/messager_icons.png') no-repeat scroll 0 0;
20 | }
21 | .messager-question {
22 | background: url('images/messager_icons.png') no-repeat scroll -32px 0;
23 | }
24 | .messager-warning {
25 | background: url('images/messager_icons.png') no-repeat scroll -96px 0;
26 | }
27 | .messager-progress {
28 | padding: 10px;
29 | }
30 | .messager-p-msg {
31 | margin-bottom: 5px;
32 | }
33 | .messager-body .messager-input {
34 | width: 100%;
35 | padding: 1px 0;
36 | border: 1px solid #ddd;
37 | }
38 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/progressbar.css:
--------------------------------------------------------------------------------
1 | .progressbar {
2 | border-width: 1px;
3 | border-style: solid;
4 | -moz-border-radius: 0px 0px 0px 0px;
5 | -webkit-border-radius: 0px 0px 0px 0px;
6 | border-radius: 0px 0px 0px 0px;
7 | overflow: hidden;
8 | position: relative;
9 | }
10 | .progressbar-text {
11 | text-align: center;
12 | position: absolute;
13 | }
14 | .progressbar-value {
15 | position: relative;
16 | overflow: hidden;
17 | width: 0;
18 | -moz-border-radius: 0px 0 0 0px;
19 | -webkit-border-radius: 0px 0 0 0px;
20 | border-radius: 0px 0 0 0px;
21 | }
22 | .progressbar {
23 | border-color: #ddd;
24 | }
25 | .progressbar-text {
26 | color: #444;
27 | font-size: 12px;
28 | }
29 | .progressbar-value .progressbar-text {
30 | background-color: #CCE6FF;
31 | color: #000;
32 | }
33 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/propertygrid.css:
--------------------------------------------------------------------------------
1 | .propertygrid .datagrid-view1 .datagrid-body td {
2 | padding-bottom: 1px;
3 | border-width: 0 1px 0 0;
4 | }
5 | .propertygrid .datagrid-group {
6 | height: 21px;
7 | overflow: hidden;
8 | border-width: 0 0 1px 0;
9 | border-style: solid;
10 | }
11 | .propertygrid .datagrid-group span {
12 | font-weight: bold;
13 | }
14 | .propertygrid .datagrid-view1 .datagrid-body td {
15 | border-color: #ddd;
16 | }
17 | .propertygrid .datagrid-view1 .datagrid-group {
18 | border-color: #ffffff;
19 | }
20 | .propertygrid .datagrid-view2 .datagrid-group {
21 | border-color: #ddd;
22 | }
23 | .propertygrid .datagrid-group,
24 | .propertygrid .datagrid-view1 .datagrid-body,
25 | .propertygrid .datagrid-view1 .datagrid-row-over,
26 | .propertygrid .datagrid-view1 .datagrid-row-selected {
27 | background: #ffffff;
28 | }
29 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/spinner.css:
--------------------------------------------------------------------------------
1 | .spinner {
2 | display: inline-block;
3 | white-space: nowrap;
4 | margin: 0;
5 | padding: 0;
6 | border-width: 1px;
7 | border-style: solid;
8 | overflow: hidden;
9 | vertical-align: middle;
10 | }
11 | .spinner .spinner-text {
12 | font-size: 12px;
13 | border: 0px;
14 | line-height: 20px;
15 | height: 20px;
16 | margin: 0;
17 | padding: 0 2px;
18 | *margin-top: -1px;
19 | *height: 18px;
20 | *line-height: 18px;
21 | _height: 18px;
22 | _line-height: 18px;
23 | vertical-align: baseline;
24 | }
25 | .spinner-arrow {
26 | display: inline-block;
27 | overflow: hidden;
28 | vertical-align: top;
29 | margin: 0;
30 | padding: 0;
31 | }
32 | .spinner-arrow-up,
33 | .spinner-arrow-down {
34 | opacity: 0.6;
35 | filter: alpha(opacity=60);
36 | display: block;
37 | font-size: 1px;
38 | width: 18px;
39 | height: 10px;
40 | }
41 | .spinner-arrow-hover {
42 | opacity: 1.0;
43 | filter: alpha(opacity=100);
44 | }
45 | .spinner-arrow-up {
46 | background: url('images/spinner_arrows.png') no-repeat 1px center;
47 | }
48 | .spinner-arrow-down {
49 | background: url('images/spinner_arrows.png') no-repeat -15px center;
50 | }
51 | .spinner {
52 | border-color: #ddd;
53 | }
54 | .spinner-arrow {
55 | background-color: #ffffff;
56 | }
57 | .spinner-arrow-hover {
58 | background-color: #E6E6E6;
59 | }
60 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/splitbutton.css:
--------------------------------------------------------------------------------
1 | .s-btn-downarrow {
2 | display: inline-block;
3 | margin: 0 0 0 4px;
4 | padding: 0 0 0 1px;
5 | width: 14px;
6 | height: 16px;
7 | line-height: 16px;
8 | border-width: 0;
9 | border-style: solid;
10 | font-size: 12px;
11 | _vertical-align: middle;
12 | }
13 | a.s-btn-active {
14 | background-position: bottom right;
15 | }
16 | a.s-btn-active span.l-btn-left {
17 | background-position: bottom left;
18 | }
19 | a.s-btn-plain-active {
20 | background: transparent;
21 | padding: 0 5px 0 0;
22 | border-width: 1px;
23 | border-style: solid;
24 | -moz-border-radius: 0px 0px 0px 0px;
25 | -webkit-border-radius: 0px 0px 0px 0px;
26 | border-radius: 0px 0px 0px 0px;
27 | }
28 | .s-btn-downarrow {
29 | background: url('images/menu_arrows.png') no-repeat 2px center;
30 | border-color: #b3b3b3;
31 | }
32 | a:hover.l-btn .s-btn-downarrow,
33 | a.s-btn-active .s-btn-downarrow,
34 | a.s-btn-plain-active .s-btn-downarrow {
35 | background-position: 1px center;
36 | padding: 0;
37 | border-width: 0 0 0 1px;
38 | }
39 | a.s-btn-plain-active {
40 | border-color: #ddd;
41 | background-color: #E6E6E6;
42 | color: #444;
43 | }
44 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/themes/metro/validatebox.css:
--------------------------------------------------------------------------------
1 | .validatebox-invalid {
2 | background-image: url('images/validatebox_warning.png');
3 | background-repeat: no-repeat;
4 | background-position: right center;
5 | border-color: #ffa8a8;
6 | background-color: #fff3f3;
7 | color: #000;
8 | }
9 |
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dragos-constantin-stoica/designeditor/ccfae2e70622dcdb41495f610da3a548b9b33c6a/designeditor/editor/_attachments/vendor/couchapp/uikit/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/designeditor/editor/_attachments/vendor/couchapp/uikit/js/addons/cover.min.js:
--------------------------------------------------------------------------------
1 | /*! UIkit 2.9.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2 |
3 | !function(a){var b;jQuery&&jQuery.UIkit&&(b=a(jQuery,jQuery.UIkit)),"function"==typeof define&&define.amd&&define("uikit-cover",["uikit"],function(){return b||a(jQuery,jQuery.UIkit)})}(function(a,b){"use strict";b.component("cover",{defaults:{automute:!0},init:function(){if(this.parent=this.element.parent(),this.dimension={w:this.element.width(),h:this.element.height()},this.ratio=this.dimension.w/this.dimension.h,b.$win.on("load resize orientationchange",b.Utils.debounce(function(){this.check()}.bind(this),100)),this.check(),this.element.data("cover",this),this.element.is("iframe")&&this.options.automute){var a=this.element.attr("src");this.element.attr("src","").on("load",function(){this.contentWindow.postMessage('{ "event": "command", "func": "mute", "method":"setVolume", "value":0}',"*")}).attr("src",[a,a.indexOf("?")>-1?"&":"?","enablejsapi=1&api=1"].join(""))}},check:function(){var a,b,c=this.parent.width(),d=this.parent.height();c/this.ratiospan:first"},init:function(){var a=this;this.target=this.find(this.options.target),this.select=this.find("select"),this.select.on("change",function(){var b=a.select[0],c=function(){try{a.target.text(b.options[b.selectedIndex].text)}catch(d){}return c};return c()}()),this.element.data("formSelect",this)}}),b.ready(function(c){a("[data-uk-form-select]",c).each(function(){var c=a(this);if(!c.data("formSelect")){b.formSelect(c,b.Utils.options(c.attr("data-uk-form-select")))}})}),b.formSelect});
--------------------------------------------------------------------------------
/designeditor/editor/doc_attributes.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id": "_design/editor" ,
3 | "language":"javascript"
4 | }
--------------------------------------------------------------------------------
/designeditor/sample_scripts/delete_design_doc.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your database name here
4 | var database = "designeditor";
5 | //your design document name
6 | var designdoc = "_design/test";
7 |
8 | //open the _design doc
9 | //log the result to south area
10 | $.couch.db(database).openDoc(designdoc, {
11 | success: function(data) {
12 | $.couch.db(database).removeDoc(data, {
13 | success: function(data) {
14 | logAppend("Document: " + data.id + " deleted!");
15 | //console.log(data);
16 | }
17 | ,
18 | error: function(status) {
19 | logAppend("Error: "+JSON.stringify(status));
20 | //console.log(status);
21 | }
22 | });
23 | //console.log(data);
24 | }
25 | ,
26 | error: function(status) {
27 | logAppend("Error: "+JSON.stringify(status));
28 | console.log(status);
29 | }
30 | });
31 |
--------------------------------------------------------------------------------
/designeditor/sample_scripts/doc_attributes.json:
--------------------------------------------------------------------------------
1 | {
2 | "_id": "sample_scripts"
3 | }
--------------------------------------------------------------------------------
/designeditor/sample_scripts/new_design_doc.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your database name here
4 | var database = "designeditor";
5 | //your design document name
6 | var doc = {
7 | "_id":"_design/test"
8 | };
9 |
10 | //create the _design doc
11 | //log the result to south area
12 | $.couch.db(database).saveDoc(doc, {
13 | success: function(data) {
14 | logAppend("Document: " + doc._id + " created!");
15 | //console.log(data);
16 | },
17 | error: function(status) {
18 | logAppend("Error: "+JSON.stringify(status));
19 | //console.log(status);
20 | }
21 | });
22 |
--------------------------------------------------------------------------------
/designeditor/sample_scripts/replicate_design_docs.js:
--------------------------------------------------------------------------------
1 | //same origin policy
2 | $.couch.urlPrefix = "http://localhost:5984";
3 | //your databases (use complete address for different servers) name here
4 | var source_database = "designeditor";
5 | var destination_database ="test";
6 | //your design documents ids
7 | var docs = ["_design/test2"];
8 |
9 | //do the replication
10 | //log the result to south area
11 |
12 | $.couch.replicate(source_database, destination_database, {
13 | success: function(data) {
14 | logAppend("Replication result: " + JSON.stringify(data));
15 | //console.log(data);
16 | },
17 | error: function(status) {
18 | logAppend("Error: "+JSON.stringify(status));
19 | //console.log(status);
20 | }
21 | }, {
22 | doc_ids: docs,
23 | create_target: true //only if you want to create destination_database
24 | });
25 |
26 |
--------------------------------------------------------------------------------
/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "database":["designeditor"]
3 | }
--------------------------------------------------------------------------------
/oauth/test.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python2
2 | from oauth import oauth # pip install oauth
3 | import httplib
4 |
5 | URL = 'http://192.168.1.17:5984/_session'
6 | CONSUMER_KEY = 'key'
7 | CONSUMER_SECRET = 'cheiadeacces'
8 | TOKEN = 'token'
9 | SECRET = 'gajpentrucheie'
10 |
11 | consumer = oauth.OAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET)
12 | token = oauth.OAuthToken(TOKEN, SECRET)
13 | req = oauth.OAuthRequest.from_consumer_and_token(
14 | consumer,
15 | token=token,
16 | http_method='GET',
17 | http_url=URL,
18 | parameters={}
19 | )
20 | req.sign_request(oauth.OAuthSignatureMethod_HMAC_SHA1(), consumer,token)
21 |
22 | headers = req.to_header()
23 | headers['Accept'] = 'application/json'
24 |
25 | con = httplib.HTTPConnection('192.168.1.17', 5984)
26 | con.request('GET', URL, headers=headers)
27 | resp = con.getresponse()
28 | print resp.read()
29 |
--------------------------------------------------------------------------------