Download pappal Free Java Code

Description

Browsable database for palaeographic samples.

Icons

pappal

Source Files

The download file pappal-master.zip has the following entries.


.gitignore//  www  . j  av a2s .  c  o m
LICENSE
README.md
app/.htaccess
app/AppCache.php
app/AppKernel.php
app/Resources/FOSUserBundle/views/layout.html.twig
app/Resources/views/base.html.twig
app/autoload.php
app/check.php
app/config/config.yml
app/config/config_dev.yml
app/config/config_prod.yml
app/config/config_test.yml
app/config/parameters.ini.dist
app/config/routing.yml
app/config/routing_dev.yml
app/config/security.yml
app/console
app/phpunit.xml.dist
bin/.htaccess
bin/vendors
deps
deps.lock
src/.htaccess
src/Acme/DemoBundle/AcmeDemoBundle.php
src/Acme/DemoBundle/Controller/DemoController.php
src/Acme/DemoBundle/Controller/SecuredController.php
src/Acme/DemoBundle/Controller/WelcomeController.php
src/Acme/DemoBundle/ControllerListener.php
src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php
src/Acme/DemoBundle/Form/ContactType.php
src/Acme/DemoBundle/Resources/config/services.xml
src/Acme/DemoBundle/Resources/public/css/demo.css
src/Acme/DemoBundle/Resources/public/images/blue-arrow.png
src/Acme/DemoBundle/Resources/public/images/field-background.gif
src/Acme/DemoBundle/Resources/public/images/logo.gif
src/Acme/DemoBundle/Resources/public/images/search.png
src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif
src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif
src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif
src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
src/Acme/DemoBundle/Resources/views/Demo/index.html.twig
src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig
src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig
src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
src/Acme/DemoBundle/Resources/views/Secured/login.html.twig
src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig
src/Acme/DemoBundle/Resources/views/layout.html.twig
src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
src/Acme/DemoBundle/Twig/Extension/DemoExtension.php
src/Papyrillio/PapPalBundle/Command/Update/update.sh
src/Papyrillio/PapPalBundle/Command/Update/update.xql
src/Papyrillio/PapPalBundle/Controller/DefaultController.php
src/Papyrillio/PapPalBundle/Controller/ImageController.php
src/Papyrillio/PapPalBundle/Controller/PapPalController.php
src/Papyrillio/PapPalBundle/Controller/SampleAdminController.php
src/Papyrillio/PapPalBundle/Controller/SampleController.php
src/Papyrillio/PapPalBundle/Controller/ThumbnailController.php
src/Papyrillio/PapPalBundle/DependencyInjection/Configuration.php
src/Papyrillio/PapPalBundle/DependencyInjection/PapyrillioPapPalExtension.php
src/Papyrillio/PapPalBundle/Entity/Comment.php
src/Papyrillio/PapPalBundle/Entity/Comment.php~
src/Papyrillio/PapPalBundle/Entity/Sample.php
src/Papyrillio/PapPalBundle/Entity/Sample.php~
src/Papyrillio/PapPalBundle/Entity/Thumbnail.php
src/Papyrillio/PapPalBundle/Entity/Thumbnail.php~
src/Papyrillio/PapPalBundle/Form/Type/SampleType.php
src/Papyrillio/PapPalBundle/Form/Type/ThumbnailType.php
src/Papyrillio/PapPalBundle/PapyrillioPapPalBundle.php
src/Papyrillio/PapPalBundle/Resources/config/doctrine/Comment.orm.yml
src/Papyrillio/PapPalBundle/Resources/config/doctrine/Sample.orm.yml
src/Papyrillio/PapPalBundle/Resources/config/doctrine/Thumbnail.orm.yml
src/Papyrillio/PapPalBundle/Resources/config/routing.yml
src/Papyrillio/PapPalBundle/Resources/config/services.yml
src/Papyrillio/PapPalBundle/Resources/doc/index.rst
src/Papyrillio/PapPalBundle/Resources/translations/messages.fr.xliff
src/Papyrillio/PapPalBundle/Resources/views/Default/about.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Default/browsingTips.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Default/contact.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Default/hgvChanges.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Default/home.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Default/index.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Image/crop.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Sample/filterForm.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Sample/notFound.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Sample/show.html.twig
src/Papyrillio/PapPalBundle/Resources/views/SampleAdmin/create.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Thumbnail/gallery.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Thumbnail/list.html.twig
src/Papyrillio/PapPalBundle/Resources/views/Thumbnail/searchForm.html.twig
src/Papyrillio/PapPalBundle/Service/Image.php
src/Papyrillio/PapPalBundle/Service/ImageCrawler.php
src/Papyrillio/PapPalBundle/Service/ImageCropper.php
src/Papyrillio/PapPalBundle/Service/ImagePeer.php
src/Papyrillio/PapPalBundle/Service/ImagePuncher.php
src/Papyrillio/PapPalBundle/Service/ImageRotator.php
src/Papyrillio/PapPalBundle/Service/ImageUntiffer.php
src/Papyrillio/PapPalBundle/Service/RegExp.php
src/Papyrillio/PapPalBundle/Tests/Controller/DefaultControllerTest.php
src/Papyrillio/PapPalBundle/Twig/PapyrillioExtension.php
src/Papyrillio/UserBundle/Controller/DefaultController.php
src/Papyrillio/UserBundle/DependencyInjection/Configuration.php
src/Papyrillio/UserBundle/DependencyInjection/PapyrillioUserExtension.php
src/Papyrillio/UserBundle/Entity/User.php
src/Papyrillio/UserBundle/Entity/User.php~
src/Papyrillio/UserBundle/PapyrillioUserBundle.php
src/Papyrillio/UserBundle/Resources/config/routing.yml
src/Papyrillio/UserBundle/Resources/config/services.yml
src/Papyrillio/UserBundle/Resources/doc/index.rst
src/Papyrillio/UserBundle/Resources/translations/messages.fr.xliff
src/Papyrillio/UserBundle/Resources/views/Default/index.html.twig
src/Papyrillio/UserBundle/Tests/Controller/DefaultControllerTest.php
web/.htaccess
web/app.php
web/app_dev.php
web/apple-touch-icon.png
web/config.php
web/css/960/960.css
web/css/960/reset.css
web/css/960/text.css
web/css/dev.css
web/css/gallery.css
web/css/jquery/Jcrop.gif
web/css/jquery/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png
web/css/jquery/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png
web/css/jquery/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
web/css/jquery/dark-hive/images/ui-bg_highlight-hard_20_e25818_1x100.png
web/css/jquery/dark-hive/images/ui-bg_highlight-soft_33_b34700_1x100.png
web/css/jquery/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
web/css/jquery/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
web/css/jquery/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
web/css/jquery/dark-hive/images/ui-bg_loop_25_000000_21x21.png
web/css/jquery/dark-hive/images/ui-icons_222222_256x240.png
web/css/jquery/dark-hive/images/ui-icons_4b8e0b_256x240.png
web/css/jquery/dark-hive/images/ui-icons_a83300_256x240.png
web/css/jquery/dark-hive/images/ui-icons_cccccc_256x240.png
web/css/jquery/dark-hive/images/ui-icons_ffffff_256x240.png
web/css/jquery/dark-hive/jquery-ui-1.8.21.custom.css
web/css/jquery/jcrop.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/AUTHORS.txt
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/GPL-LICENSE.txt
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/MIT-LICENSE.txt
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/collapsible.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/custom-icons.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/fillspace.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/hoverintent.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/mouseover.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/no-auto-height.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/accordion/sortable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/addClass/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/addClass/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/animate/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/animate/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/categories.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/combobox.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/custom-data.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/folding.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/london.xml
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/maxheight.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/multiple-remote.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/multiple.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/remote-jsonp.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/remote-with-cache.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/remote.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/search.php
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/autocomplete/xml.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/checkbox.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/icons.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/radio.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/splitbutton.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/button/toolbar.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/alt-field.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/animation.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/buttonbar.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/date-formats.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/date-range.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/dropdown-month-year.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/icon-trigger.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/images/calendar.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/inline.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/localization.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/min-max.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/multiple-calendars.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/other-months.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/datepicker/show-week.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/demos.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/animated.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/modal-confirmation.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/modal-form.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/modal-message.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/dialog/modal.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/constrain-movement.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/cursor-style.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/delay-start.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/events.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/handle.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/revert.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/scroll.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/snap-to.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/sortable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/draggable/visual-feedback.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/accepted-elements.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras2.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras3.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras4.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/photo-manager.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/propagation.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/revert.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/shopping-cart.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/droppable/visual-feedback.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/effect/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/effect/easing.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/effect/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/hide/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/hide/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/calendar.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/demo-config-on-tile.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/demo-config-on.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/demo-spindown-closed.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/demo-spindown-open.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/icon-docs-info.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/images/pbar-ani.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/cycler.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/images/earth.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/images/flight.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/images/rocket.jpg
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/position/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/progressbar/animated.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/progressbar/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/progressbar/images/pbar-ani.gif
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/progressbar/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/progressbar/resize.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/removeClass/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/removeClass/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/animate.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/aspect-ratio.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/constrain-area.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/delay-start.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/helper.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/max-min.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/snap-to-grid.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/synchronous-resize.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/textarea.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/resizable/visual-feedback.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/selectable/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/selectable/display-grid.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/selectable/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/selectable/serialize.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/show/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/show/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/colorpicker.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/hotelrooms.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/multiple-vertical.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/range-vertical.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/range.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/rangemax.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/rangemin.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/side-scroll.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/slider-vertical.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/steps.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/slider/tabs.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/connect-lists.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/delay-start.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/display-grid.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/empty-lists.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/items.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/placeholder.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/sortable/portlets.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/switchClass/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/switchClass/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/ajax.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/ajax/content1.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/ajax/content2.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/ajax/content3-slow.php
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/ajax/content4-broken.php
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/bottom.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/collapsible.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/cookie.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/manipulation.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/mouseover.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/sortable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/tabs/vertical.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/toggle/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/toggle/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/toggleClass/default.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/demos/toggleClass/index.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/accordion.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/addClass.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/animate.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/autocomplete.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/button.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/datepicker.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/dialog.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/draggable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/droppable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/effect.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/hide.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/position.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/progressbar.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/removeClass.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/resizable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/selectable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/show.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/slider.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/sortable.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/switchClass.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/tabs.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/toggle.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/docs/toggleClass.html
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/external/jquery.bgiframe-2.1.2.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/external/jquery.cookie.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/external/jquery.metadata.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/external/qunit.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/external/qunit.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/jquery-1.7.2.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/package.json
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.accordion.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.all.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.autocomplete.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.base.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.button.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.core.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.datepicker.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.dialog.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.progressbar.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.resizable.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.selectable.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.slider.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.tabs.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/base/jquery.ui.theme.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_flat_30_cccccc_40x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_flat_50_5c5c5c_40x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_glass_40_ffc73d_1x400.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_highlight-hard_20_e25818_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_33_b34700_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_35_222222_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_44_444444_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-bg_loop_25_000000_21x21.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-icons_222222_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-icons_4b8e0b_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-icons_a83300_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-icons_cccccc_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/images/ui-icons_ffffff_256x240.png
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery-ui-1.8.21.custom.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.accordion.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.all.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.autocomplete.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.base.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.button.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.core.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.datepicker.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.dialog.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.progressbar.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.resizable.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.selectable.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.slider.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.tabs.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/themes/custom-theme/jquery.ui.theme.css
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery-ui-i18n.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery-ui-1.8.21.custom.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.blind.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.bounce.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.clip.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.core.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.drop.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.explode.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.fade.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.fold.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.highlight.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.pulsate.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.scale.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.shake.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.slide.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.effects.transfer.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.accordion.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.autocomplete.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.button.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.core.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.datepicker.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.dialog.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.draggable.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.droppable.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.mouse.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.position.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.progressbar.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.resizable.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.selectable.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.slider.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.sortable.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.tabs.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/jquery.ui.widget.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.blind.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.bounce.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.clip.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.core.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.drop.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.explode.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.fade.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.fold.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.highlight.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.pulsate.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.scale.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.slide.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.effects.transfer.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.button.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.core.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.position.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.slider.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js
web/css/jquery/jquery-ui-1.8.21.custom/development-bundle/ui/minified/jquery.ui.widget.min.js
web/css/jquery/jquery-ui-1.8.21.custom/index.html
web/css/jquery/jquery-ui-1.8.21.custom/js/jquery-1.7.2.min.js
web/css/jquery/jquery-ui-1.8.21.custom/js/jquery-ui-1.8.21.custom.min.js
web/css/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
web/css/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
web/css/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
web/css/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
web/css/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png
web/css/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
web/css/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
web/css/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
web/css/jquery/smoothness/images/ui-icons_222222_256x240.png
web/css/jquery/smoothness/images/ui-icons_2e83ff_256x240.png
web/css/jquery/smoothness/images/ui-icons_454545_256x240.png
web/css/jquery/smoothness/images/ui-icons_888888_256x240.png
web/css/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png
web/css/jquery/smoothness/jquery-ui-1.8.23.custom.css
web/css/jquery/tipTip.css
web/css/jquery/ui.jqgrid.css
web/css/main.css
web/css/print.css
web/favicon.ico
web/images/PageAbout.png
web/images/PageBrowsingTips.png
web/images/PageContact.png
web/images/PagePapPal.png
web/images/PapPal.png
web/images/PapPalHand.png
web/images/PapPalPapPal.png
web/images/arrowL.png
web/images/arrowR.png
web/images/dev.png
web/images/eo/directlink.png
web/images/eo/favicon.png
web/images/eo/left.png
web/images/eo/loadingAnimation.gif
web/images/eo/logo.gif
web/images/eo/pause.png
web/images/eo/play.png
web/images/eo/playred.png
web/images/eo/right.png
web/images/eo/vide.gif
web/images/eo/vide.png
web/images/link.png
web/images/link_big.png
web/images/mtk.png
web/js/gallery.js
web/js/imageCrop.js
web/js/jquery/i18n/grid.locale-ar.js
web/js/jquery/i18n/grid.locale-bg.js
web/js/jquery/i18n/grid.locale-bg1251.js
web/js/jquery/i18n/grid.locale-cat.js
web/js/jquery/i18n/grid.locale-cn.js
web/js/jquery/i18n/grid.locale-cs.js
web/js/jquery/i18n/grid.locale-da.js
web/js/jquery/i18n/grid.locale-de.js
web/js/jquery/i18n/grid.locale-el.js
web/js/jquery/i18n/grid.locale-en.js
web/js/jquery/i18n/grid.locale-es.js
web/js/jquery/i18n/grid.locale-fa.js
web/js/jquery/i18n/grid.locale-fi.js
web/js/jquery/i18n/grid.locale-fr.js
web/js/jquery/i18n/grid.locale-gl.js
web/js/jquery/i18n/grid.locale-he.js
web/js/jquery/i18n/grid.locale-hr.js
web/js/jquery/i18n/grid.locale-hr1250.js
web/js/jquery/i18n/grid.locale-hu.js
web/js/jquery/i18n/grid.locale-is.js
web/js/jquery/i18n/grid.locale-it.js
web/js/jquery/i18n/grid.locale-ja.js
web/js/jquery/i18n/grid.locale-lt.js
web/js/jquery/i18n/grid.locale-mne.js
web/js/jquery/i18n/grid.locale-nl.js
web/js/jquery/i18n/grid.locale-no.js
web/js/jquery/i18n/grid.locale-pl.js
web/js/jquery/i18n/grid.locale-pt-br.js
web/js/jquery/i18n/grid.locale-pt.js
web/js/jquery/i18n/grid.locale-ro.js
web/js/jquery/i18n/grid.locale-ru.js
web/js/jquery/i18n/grid.locale-sk.js
web/js/jquery/i18n/grid.locale-sr-latin.js
web/js/jquery/i18n/grid.locale-sr.js
web/js/jquery/i18n/grid.locale-sv.js
web/js/jquery/i18n/grid.locale-th.js
web/js/jquery/i18n/grid.locale-tr.js
web/js/jquery/i18n/grid.locale-ua.js
web/js/jquery/jquery-1.7.1.min.js
web/js/jquery/jquery-jcrop.min.js
web/js/jquery/jquery-jeditable.min.js
web/js/jquery/jquery-jqGrid.min.js
web/js/jquery/jquery-lazyload.min.js
web/js/jquery/jquery-specialedit.hacked.js
web/js/jquery/jquery-tipTip.min.js
web/js/jquery/jquery-ui-1.8.17.custom.min.js
web/js/jquery/tipTipv13/jquery.tipTip.js
web/js/main.js
web/js/sample.js
web/js/sampleFilterForm.js
web/js/sampleShow.js
web/robots.txt

Download

Click the following link to download pappal-master.zip.

pappal-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL