You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2012/03/31 00:25:01 UTC

svn commit: r1307642 [1/40] - in /incubator/airavata/trunk/scratch/xbaya-web: ./ components/ components/calculator/ components/logic/ core/ css/ data/ dynamic_components/ js/ js/jquery/ js/jquery/css/ js/jquery/css/ui-lightness/ js/jquery/css/ui-lightn...

Author: samindaw
Date: Fri Mar 30 22:24:45 2012
New Revision: 1307642

URL: http://svn.apache.org/viewvc?rev=1307642&view=rev
Log:
initial dump of xbaya-web poc

Added:
    incubator/airavata/trunk/scratch/xbaya-web/components/
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/calculator/components_calculator.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/componentPanels.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/AndController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/AndFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/AndUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NAndController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NAndFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NAndUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NotController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NotFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/NotUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/OrController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/OrFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/OrUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XNORController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XNORFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XNORUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XORController.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XORFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/XORUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/and_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/components_logic.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/nand_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/nor_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/not_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/or_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/xnor_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/components/logic/xor_gate.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/core/
    incubator/airavata/trunk/scratch/xbaya-web/core/category.php
    incubator/airavata/trunk/scratch/xbaya-web/core/component.php
    incubator/airavata/trunk/scratch/xbaya-web/css/
    incubator/airavata/trunk/scratch/xbaya-web/css/main.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/data/
    incubator/airavata/trunk/scratch/xbaya-web/data/profiles.db
    incubator/airavata/trunk/scratch/xbaya-web/dynamic_components/
    incubator/airavata/trunk/scratch/xbaya-web/dynamic_components/WSDLComponent.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/dynamic_components/WSDLComponentFactoryUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/dynamic_components/WSDLComponentUI.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/css/ui-lightness/jquery-ui-1.8.18.custom.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/AUTHORS.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/GPL-LICENSE.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/MIT-LICENSE.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/collapsible.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/custom-icons.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/fillspace.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/hoverintent.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/mouseover.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/no-auto-height.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/accordion/sortable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/addClass/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/addClass/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/addClass/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/animate/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/animate/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/animate/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/categories.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/combobox.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/custom-data.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/folding.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/jquery_32x32.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/jqueryui_32x32.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/transparent_1x1.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/london.xml   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/maxheight.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/multiple-remote.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/multiple.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/remote-jsonp.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/remote-with-cache.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/remote.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/search.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/autocomplete/xml.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/checkbox.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/icons.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/radio.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/splitbutton.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/button/toolbar.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/alt-field.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/animation.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/buttonbar.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/date-formats.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/date-range.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/dropdown-month-year.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/icon-trigger.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/images/calendar.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/inline.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/localization.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/min-max.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/multiple-calendars.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/other-months.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/datepicker/show-week.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/demos.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/animated.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/modal-confirmation.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/modal-form.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/modal-message.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/dialog/modal.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/constrain-movement.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/cursor-style.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/delay-start.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/events.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/handle.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/revert.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/scroll.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/snap-to.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/sortable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/draggable/visual-feedback.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/accepted-elements.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras2.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras2_min.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras3.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras3_min.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras4.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras4_min.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/images/high_tatras_min.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/photo-manager.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/propagation.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/revert.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/shopping-cart.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/droppable/visual-feedback.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/effect/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/effect/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/effect/easing.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/effect/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/hide/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/hide/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/hide/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/calendar.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/demo-config-on-tile.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/demo-config-on.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/demo-spindown-closed.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/demo-spindown-open.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/icon-docs-info.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/images/pbar-ani.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/cycler.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/images/earth.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/images/flight.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/images/rocket.jpg   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/position/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/animated.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/images/pbar-ani.gif   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/progressbar/resize.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/removeClass/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/removeClass/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/removeClass/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/animate.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/aspect-ratio.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/constrain-area.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/delay-start.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/helper.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/max-min.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/snap-to-grid.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/synchronous-resize.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/textarea.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/resizable/visual-feedback.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/selectable/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/selectable/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/selectable/display-grid.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/selectable/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/selectable/serialize.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/show/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/show/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/show/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/colorpicker.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/hotelrooms.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/multiple-vertical.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/range-vertical.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/range.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/rangemax.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/rangemin.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/side-scroll.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/slider-vertical.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/steps.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/slider/tabs.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/connect-lists-through-tabs.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/connect-lists.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/delay-start.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/display-grid.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/empty-lists.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/items.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/placeholder.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/sortable/portlets.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/switchClass/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/switchClass/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/switchClass/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax/content1.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax/content2.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax/content3-slow.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/ajax/content4-broken.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/bottom.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/collapsible.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/cookie.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/manipulation.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/mouseover.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/sortable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/tabs/vertical.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggle/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggle/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggle/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggleClass/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggleClass/default.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/demos/toggleClass/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/accordion.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/addClass.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/animate.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/autocomplete.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/button.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/datepicker.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/dialog.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/draggable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/droppable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/effect.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/hide.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/position.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/progressbar.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/removeClass.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/resizable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/selectable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/show.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/slider.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/sortable.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/switchClass.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/tabs.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/toggle.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/docs/toggleClass.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/jquery.bgiframe-2.1.2.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/jquery.cookie.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/jquery.metadata.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/qunit.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/external/qunit.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/jquery-1.7.1.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-icons_222222_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-icons_454545_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-icons_888888_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.accordion.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.all.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.autocomplete.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.base.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.button.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.core.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.datepicker.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.dialog.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.progressbar.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.resizable.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.selectable.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.slider.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.tabs.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/base/jquery.ui.theme.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery-ui-1.8.18.custom.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.accordion.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.all.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.base.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.button.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.core.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.dialog.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.resizable.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.selectable.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.slider.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.tabs.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/themes/ui-lightness/jquery.ui.theme.css   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery-ui-i18n.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-af.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-az.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-da.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-de.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-el.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-es.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-et.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-he.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-id.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-is.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-it.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-km.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-no.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-th.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery-ui-1.8.18.custom.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.blind.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.bounce.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.clip.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.core.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.drop.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.explode.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.fade.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.fold.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.highlight.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.pulsate.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.scale.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.shake.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.slide.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.effects.transfer.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.accordion.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.autocomplete.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.button.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.core.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.datepicker.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.dialog.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.draggable.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.droppable.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.mouse.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.position.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.progressbar.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.resizable.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.selectable.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.slider.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.sortable.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.tabs.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/jquery.ui.widget.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.blind.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.bounce.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.clip.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.core.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.drop.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.explode.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.fade.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.fold.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.highlight.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.pulsate.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.scale.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.shake.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.slide.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.effects.transfer.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.accordion.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.autocomplete.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.button.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.core.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.datepicker.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.dialog.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.draggable.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.droppable.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.mouse.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.position.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.progressbar.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.resizable.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.selectable.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.slider.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.sortable.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.tabs.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/ui/minified/jquery.ui.widget.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/development-bundle/version.txt   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/index.html   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/jquery-1.7.1.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/jquery.jsPlumb-1.3.6-all.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/js/
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/js/jquery-1.7.1.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/jquery/js/jquery-ui-1.8.18.custom.min.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/js/workspace.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/
    incubator/airavata/trunk/scratch/xbaya-web/test/Calculator.wsdl   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/jquery.js   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/test2.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/test3.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/test4.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/test5.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/test/test6.php
    incubator/airavata/trunk/scratch/xbaya-web/utils/
    incubator/airavata/trunk/scratch/xbaya-web/utils/fileutils.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/utils/persistanceutils.php
    incubator/airavata/trunk/scratch/xbaya-web/utils/urlutils.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/utils/wsdlparser.php   (with props)
    incubator/airavata/trunk/scratch/xbaya-web/workfloweditor.php   (with props)

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,60 @@
+<?php
+	include '../../utils/urlutils.php';
+	$id=$_GET["id"];
+	$ui_url=attachToCurrentURLInPath("AdderUI.php");
+	$ui_factory_url=attachToCurrentURLInPath("AdderFactoryUI.php");
+?>
+<script>
+	
+	function AdderComponent(id, type){
+		var objSelf = this;
+		this.id=id;
+		this.uicomponent=null;
+		this.type=type;
+		this.parent=null;
+		this.ui_url="<?php echo $ui_url?>";
+		this.getInputs=function(){
+			parameters={};
+			parameters["number1"]={type:"int"};
+			parameters["number2"]={type:"int"};
+			return parameters;
+			};
+		this.getOutputs=function(){
+			parameters={};
+			parameters["sum"]={type:"int"};
+			return parameters;
+			};
+		this.draw=function(parent, x, y){
+			$.get(objSelf.ui_url,  { id: objSelf.id}, function(data) {
+					objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getInputs(),0,false);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getOutputs(),1,true);
+				});
+			};
+		this.serialize=function(){
+			return null;
+			};
+	}
+	function AdderComponentFactory(type){
+		var objSelf = this;
+		this.ui_factory_url="<?php echo $ui_factory_url?>";
+		this.type=type;
+		this.uicomponent=null;
+		this.createComponent=function(id){
+			component=new AdderComponent(id,objSelf.type);
+			return component;
+			};
+		this.getLabel=function(){
+			return "Add";
+			};
+		this.getDescription=function(){
+			return "My Component description";
+			};
+		this.draw=function(parent,x,y){
+			$.get(objSelf.ui_factory_url,  { type: objSelf.type}, function(data) {
+				objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+				});
+			};
+	}
+	workspace.addComponentFactory(new AdderComponentFactory("<?php echo $id ?>"));
+</script>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderController.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,15 @@
+<?php
+	$type=$_GET["type"];
+?>
+<style>
+.component_factory_style_<?php echo $type?>{
+	height:80%;
+	width:80%;
+	text-align:center;
+	font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
+}
+</style>
+<div class="component_factory_style_<?php echo $type?>">
+<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/v/k/7/C/B/W/list-add-md.png">
+Add
+</div>
\ No newline at end of file

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderFactoryUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,36 @@
+<?php 
+	$id=$_GET["id"];
+	$x=0;
+	$y=0;
+// 	$x=$_GET["x"];
+// 	$y=$_GET["y"];
+	$x=($x==null)? 0:$x;
+	$y=($y==null)? 0:$y;
+?>
+<style>
+#<?php echo $id ?> {
+	width: 150px;
+	height: 100px;
+	left: <?php echo $x?>px;
+	top: <?php echo $y?>px; 
+	padding: 0.5em;
+}
+#<?php echo $id ?>_icon{
+	height: 80%;
+	text-align: center;
+	float:none;
+	vertical-align: middle;
+}
+</style>
+
+<div id="<?php echo $id ?>" class="ui-widget-content window smallWindow" style="position: absolute; text-align: center;">
+	<div style="height: 80%; width:100%; vertical-align: middle; text-align: center;">
+		<img id="<?php echo $id ?>_icon" src="http://www.clker.com/cliparts/v/k/7/C/B/W/list-add-md.png" />
+		<!-- <p class="windowtitle"><?php echo $id ?></p>-->
+	</div>
+	
+	<div style="height:100%:position:relative; text-align: right;vertical-align: bottom; padding:0em;">
+		<a id="<?php echo $id ?>_configure" href="#" onclick="workspace.showDialog('Configure <?php echo $id ?>','Setting blah blah');" class="componentConfiguration"><img src="http://www.clker.com/cliparts/3/e/e/d/1194994517471096801configure.svg.med.png" style="width:12px;height:12px"></img>Configure</a>
+		<a id="<?php echo $id ?>_delete" onclick="workspace.removeComponent('<?php echo $id ?>')" href="#" class="componentConfiguration"><img src="http://cdn1.iconfinder.com/data/icons/softwaredemo/PNG/128x128/DeleteRed.png" style="width:12px;height:12px"></img>Delete</a>
+	</div>
+</div>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/AdderUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,60 @@
+<?php
+	include '../../utils/urlutils.php';
+	$id=$_GET["id"];
+	$ui_url=attachToCurrentURLInPath("DivideUI.php");
+	$ui_factory_url=attachToCurrentURLInPath("DivideFactoryUI.php");
+?>
+<script>
+	
+	function DivideComponent(id, type){
+		var objSelf = this;
+		this.id=id;
+		this.uicomponent=null;
+		this.type=type;
+		this.parent=null;
+		this.ui_url="<?php echo $ui_url?>";
+		this.getInputs=function(){
+			parameters={};
+			parameters["number1"]={type:"int"};
+			parameters["number2"]={type:"int"};
+			return parameters;
+			};
+		this.getOutputs=function(){
+			parameters={};
+			parameters["multiplication"]={type:"int"};
+			return parameters;
+			};
+		this.draw=function(parent, x, y){
+			$.get(objSelf.ui_url,  { id: objSelf.id}, function(data) {
+					objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getInputs(),0,false);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getOutputs(),1,true);
+				});
+			};
+		this.serialize=function(){
+			return null;
+			};
+	}
+	function DivideComponentFactory(type){
+		var objSelf = this;
+		this.ui_factory_url="<?php echo $ui_factory_url?>";
+		this.type=type;
+		this.uicomponent=null;
+		this.createComponent=function(id){
+			component=new DivideComponent(id,objSelf.type);
+			return component;
+			};
+		this.getLabel=function(){
+			return "Divide";
+			};
+		this.getDescription=function(){
+			return "My Component description";
+			};
+		this.draw=function(parent,x,y){
+			$.get(objSelf.ui_factory_url,  { type: objSelf.type}, function(data) {
+				objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+				});
+			};
+	}
+	workspace.addComponentFactory(new DivideComponentFactory("<?php echo $id ?>"));
+</script>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideController.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,15 @@
+<?php
+	$type=$_GET["type"];
+?>
+<style>
+.component_factory_style_<?php echo $type?>{
+	height:80%;
+	width:80%;
+	text-align:center;
+	font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
+}
+</style>
+<div class="component_factory_style_<?php echo $type?>">
+<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/c/d/3/8/12517962891101078571Symbol_divide_vote.svg.med.png">
+Divide
+</div>
\ No newline at end of file

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideFactoryUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,36 @@
+<?php 
+	$id=$_GET["id"];
+	$x=0;
+	$y=0;
+// 	$x=$_GET["x"];
+// 	$y=$_GET["y"];
+	$x=($x==null)? 0:$x;
+	$y=($y==null)? 0:$y;
+?>
+<style>
+#<?php echo $id ?> {
+	width: 150px;
+	height: 100px;
+	left: <?php echo $x?>px;
+	top: <?php echo $y?>px; 
+	padding: 0.5em;
+}
+#<?php echo $id ?>_icon{
+	height: 80%;
+	text-align: center;
+	float:none;
+	vertical-align: middle;
+}
+</style>
+
+<div id="<?php echo $id ?>" class="ui-widget-content window smallWindow" style="position: absolute; text-align: center;">
+	<div style="height: 80%; width:100%; vertical-align: middle; text-align: center;">
+		<img id="<?php echo $id ?>_icon" src="http://www.clker.com/cliparts/c/d/3/8/12517962891101078571Symbol_divide_vote.svg.med.png" />
+		<!-- <p class="windowtitle"><?php echo $id ?></p>-->
+	</div>
+	
+	<div style="height:100%:position:relative; text-align: right;vertical-align: bottom; padding:0em;">
+		<a id="<?php echo $id ?>_configure" href="#" onclick="workspace.showDialog('Configure <?php echo $id ?>','Setting blah blah');" class="componentConfiguration"><img src="http://www.clker.com/cliparts/3/e/e/d/1194994517471096801configure.svg.med.png" style="width:12px;height:12px"></img>Configure</a>
+		<a id="<?php echo $id ?>_delete" onclick="workspace.removeComponent('<?php echo $id ?>')" href="#" class="componentConfiguration"><img src="http://cdn1.iconfinder.com/data/icons/softwaredemo/PNG/128x128/DeleteRed.png" style="width:12px;height:12px"></img>Delete</a>
+	</div>
+</div>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/DivideUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,57 @@
+<?php
+	include '../../utils/urlutils.php';
+	$id=$_GET["id"];
+	$ui_url=attachToCurrentURLInPath("InputUI.php");
+	$ui_factory_url=attachToCurrentURLInPath("InputFactoryUI.php");
+?>
+<script>
+	function InputComponent(id, type){
+		var objSelf = this;
+		this.id=id;
+		this.uicomponent=null;
+		this.type=type;
+		this.parent=null;
+		this.ui_url="<?php echo $ui_url?>";
+		this.getInputs=function(){
+			parameters={};
+			return parameters;
+			};
+		this.getOutputs=function(){
+			parameters={};
+			parameters["number"]={type:"int"};
+			return parameters;
+			};
+		this.draw=function(parent, x, y){
+			$.get(objSelf.ui_url,  { id: objSelf.id}, function(data) {
+					objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+					//workspace.addPorts(objSelf.uicomponent,objSelf.getInputs(),0,false);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getOutputs(),1,true);
+				});
+			};
+		this.serialize=function(){
+			return null;
+			}
+	}
+	function InputComponentFactory(type){
+		var objSelf = this;
+		this.ui_factory_url="<?php echo $ui_factory_url?>";
+		this.type=type;
+		this.uicomponent=null;
+		this.createComponent=function(id){
+			component=new InputComponent(id,objSelf.type);
+			return component;
+			};
+		this.getLabel=function(){
+			return "Input";
+			};
+		this.getDescription=function(){
+			return "Input description";
+			};
+		this.draw=function(parent,x,y){
+			$.get(objSelf.ui_factory_url,  { type: objSelf.type}, function(data) {
+				objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+				});
+			};
+	}
+	workspace.addComponentFactory(new InputComponentFactory("<?php echo $id ?>"));
+</script>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputController.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,14 @@
+<?php
+	$type=$_GET["type"];
+?>
+<style>
+.component_factory_style_<?php echo $type?>{
+height:80%;
+width:80%;
+text-align:center;
+}
+</style>
+<div class="component_factory_style_<?php echo $type?>">
+<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/2/6/9/f/12422392611935626017Circle-n.svg.med.png">
+Input
+</div>
\ No newline at end of file

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputFactoryUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,30 @@
+<?php 
+	$id=$_GET["id"];
+	$x=0;
+	$y=0;
+// 	$x=$_GET["x"];
+// 	$y=$_GET["y"];
+	$x=($x==null)? 0:$x;
+	$y=($y==null)? 0:$y;
+?>
+<style>
+#<?php echo $id ?> {
+	width: 100px;
+	height: 30px;
+	left: <?php echo $x?>px;
+	top: <?php echo $y?>px; 
+	padding: 0.5em;
+}
+#<?php echo $id ?>_icon{
+	height: 80%;
+	float:right;
+}
+</style>
+
+<div id="<?php echo $id ?>" class="ui-widget-content" style="position: absolute;">
+	<img id="<?php echo $id ?>_icon" src="http://www.clker.com/cliparts/2/6/9/f/12422392611935626017Circle-n.svg.med.png">
+	<div style="height:100%:position:relative; float: left;text-align: left;vertical-align: bottom; padding:0em;">
+		<a id="<?php echo $id ?>_configure" href="#" onclick="workspace.showDialog('Configure <?php echo $id ?>','Setting blah blah');" class="componentConfiguration"><img src="http://www.clker.com/cliparts/3/e/e/d/1194994517471096801configure.svg.med.png" style="width:12px;height:12px"></img>Configure</a><br/>
+		<a id="<?php echo $id ?>_delete" onclick="workspace.removeComponent('<?php echo $id ?>')" href="#" class="componentConfiguration"><img src="http://cdn1.iconfinder.com/data/icons/softwaredemo/PNG/128x128/DeleteRed.png" style="width:12px;height:12px"></img>Delete</a>
+	</div>
+</div>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/InputUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,60 @@
+<?php
+	include '../../utils/urlutils.php';
+	$id=$_GET["id"];
+	$ui_url=attachToCurrentURLInPath("MultiplyUI.php");
+	$ui_factory_url=attachToCurrentURLInPath("MultiplyFactoryUI.php");
+?>
+<script>
+	
+	function MultiplyComponent(id, type){
+		var objSelf = this;
+		this.id=id;
+		this.uicomponent=null;
+		this.type=type;
+		this.parent=null;
+		this.ui_url="<?php echo $ui_url?>";
+		this.getInputs=function(){
+			parameters={};
+			parameters["number1"]={type:"int"};
+			parameters["number2"]={type:"int"};
+			return parameters;
+			};
+		this.getOutputs=function(){
+			parameters={};
+			parameters["multiplication"]={type:"int"};
+			return parameters;
+			};
+		this.draw=function(parent, x, y){
+			$.get(objSelf.ui_url,  { id: objSelf.id}, function(data) {
+					objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getInputs(),0,false);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getOutputs(),1,true);
+				});
+			};
+		this.serialize=function(){
+			return null;
+			};
+	}
+	function MultiplyComponentFactory(type){
+		var objSelf = this;
+		this.ui_factory_url="<?php echo $ui_factory_url?>";
+		this.type=type;
+		this.uicomponent=null;
+		this.createComponent=function(id){
+			component=new MultiplyComponent(id,objSelf.type);
+			return component;
+			};
+		this.getLabel=function(){
+			return "Multiply";
+			};
+		this.getDescription=function(){
+			return "My Component description";
+			};
+		this.draw=function(parent,x,y){
+			$.get(objSelf.ui_factory_url,  { type: objSelf.type}, function(data) {
+				objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+				});
+			};
+	}
+	workspace.addComponentFactory(new MultiplyComponentFactory("<?php echo $id ?>"));
+</script>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyController.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,15 @@
+<?php
+	$type=$_GET["type"];
+?>
+<style>
+.component_factory_style_<?php echo $type?>{
+	height:80%;
+	width:80%;
+	text-align:center;
+	font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
+}
+</style>
+<div class="component_factory_style_<?php echo $type?>">
+<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/8/3/3/4/1195445190322000997molumen_red_round_error_warning_icon.svg.med.png">
+Multiply
+</div>
\ No newline at end of file

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyFactoryUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,36 @@
+<?php 
+	$id=$_GET["id"];
+	$x=0;
+	$y=0;
+// 	$x=$_GET["x"];
+// 	$y=$_GET["y"];
+	$x=($x==null)? 0:$x;
+	$y=($y==null)? 0:$y;
+?>
+<style>
+#<?php echo $id ?> {
+	width: 150px;
+	height: 100px;
+	left: <?php echo $x?>px;
+	top: <?php echo $y?>px; 
+	padding: 0.5em;
+}
+#<?php echo $id ?>_icon{
+	height: 80%;
+	text-align: center;
+	float:none;
+	vertical-align: middle;
+}
+</style>
+
+<div id="<?php echo $id ?>" class="ui-widget-content window smallWindow" style="position: absolute; text-align: center;">
+	<div style="height: 80%; width:100%; vertical-align: middle; text-align: center;">
+		<img id="<?php echo $id ?>_icon" src="http://www.clker.com/cliparts/8/3/3/4/1195445190322000997molumen_red_round_error_warning_icon.svg.med.png" />
+		<!-- <p class="windowtitle"><?php echo $id ?></p>-->
+	</div>
+	
+	<div style="height:100%:position:relative; text-align: right;vertical-align: bottom; padding:0em;">
+		<a id="<?php echo $id ?>_configure" href="#" onclick="workspace.showDialog('Configure <?php echo $id ?>','Setting blah blah');" class="componentConfiguration"><img src="http://www.clker.com/cliparts/3/e/e/d/1194994517471096801configure.svg.med.png" style="width:12px;height:12px"></img>Configure</a>
+		<a id="<?php echo $id ?>_delete" onclick="workspace.removeComponent('<?php echo $id ?>')" href="#" class="componentConfiguration"><img src="http://cdn1.iconfinder.com/data/icons/softwaredemo/PNG/128x128/DeleteRed.png" style="width:12px;height:12px"></img>Delete</a>
+	</div>
+</div>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/MultiplyUI.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,59 @@
+<?php
+	include '../../utils/urlutils.php';
+	$id=$_GET["id"];
+	$ui_url=attachToCurrentURLInPath("SubtractUI.php");
+	$ui_factory_url=attachToCurrentURLInPath("SubtractFactoryUI.php");
+?>
+<script>
+	function SubtractComponent(id, type){
+		var objSelf = this;
+		this.id=id;
+		this.uicomponent=null;
+		this.type=type;
+		this.parent=null;
+		this.ui_url="<?php echo $ui_url?>";
+		this.getInputs=function(){
+			parameters={};
+			parameters["number1"]={type:"int"};
+			parameters["number2"]={type:"int"};
+			return parameters;
+			};
+		this.getOutputs=function(){
+			parameters={};
+			parameters["difference"]={type:"int"};
+			return parameters;
+			};
+		this.draw=function(parent, x, y){
+			$.get(objSelf.ui_url,  { id: objSelf.id}, function(data) {
+					objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getInputs(),0,false);
+					workspace.addPorts(objSelf.uicomponent,objSelf.getOutputs(),1,true);
+				});
+			};
+		this.serialize=function(){
+			return null;
+			}
+	}
+	function SubtractComponentFactory(type){
+		var objSelf = this;
+		this.ui_factory_url="<?php echo $ui_factory_url?>";
+		this.type=type;
+		this.uicomponent=null;
+		this.createComponent=function(id){
+			component=new SubtractComponent(id,objSelf.type);
+			return component;
+			};
+		this.getLabel=function(){
+			return "Subtract";
+			};
+		this.getDescription=function(){
+			return "My Component description";
+			};
+		this.draw=function(parent,x,y){
+			$.get(objSelf.ui_factory_url,  { type: objSelf.type}, function(data) {
+				objSelf.uicomponent=workspace.insertUIElementsToPage(parent,x,y,data);
+				});
+			};
+	}
+	workspace.addComponentFactory(new SubtractComponentFactory("<?php echo $id ?>"));
+</script>

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractController.php
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php?rev=1307642&view=auto
==============================================================================
--- incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php (added)
+++ incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php Fri Mar 30 22:24:45 2012
@@ -0,0 +1,15 @@
+<?php
+	$type=$_GET["type"];
+?>
+<style>
+.component_factory_style_<?php echo $type?>{
+	height:80%;
+	width:80%;
+	text-align:center;
+	font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
+}
+</style>
+<div class="component_factory_style_<?php echo $type?>">
+<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/P/c/b/w/q/E/minus-button-md.png">
+Subtract
+</div>
\ No newline at end of file

Propchange: incubator/airavata/trunk/scratch/xbaya-web/components/calculator/SubtractFactoryUI.php
------------------------------------------------------------------------------
    svn:executable = *