backlog 0.37.2 → 0.41.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/History.txt +128 -0
- data/README.txt +4 -2
- data/bin/backlog +1 -1
- data/lib/array_helper.rb +4 -4
- data/{vendor/plugins → lib}/backlog_jira/README +0 -0
- data/{vendor/plugins → lib}/backlog_jira/Rakefile +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/backlog_jira/backlog_jira_generator.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/backlog_jira/templates/migration.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/history_model/history_model_generator.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/fixtures.yml +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/functional_test.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/model.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/unit_test.rb +0 -0
- data/lib/backlog_jira/init.rb +66 -0
- data/{vendor/plugins → lib}/backlog_jira/install.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/lib/backlog_jira.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/lib/tasks/backlog_jira_tasks.rake +0 -0
- data/{vendor/plugins → lib}/backlog_jira/test/backlog_jira_test.rb +0 -0
- data/{vendor/plugins → lib}/backlog_jira/uninstall.rb +0 -0
- data/lib/big_decimal_yaml_fix.rb +16 -25
- data/lib/tasks/backup.rake +18 -18
- data/lib/time_extras.rb +6 -6
- data/lib/user_system.rb +41 -38
- data/lib/version_from_history.rb +2 -2
- metadata +196 -749
- data/Capfile +0 -2
- data/Gemfile +0 -34
- data/Gemfile.lock +0 -139
- data/MODIFICATIONS.txt +0 -13
- data/Manifest.txt +0 -0
- data/README_LOGIN_SUGAR +0 -194
- data/Rakefile +0 -73
- data/Rakefile~ +0 -73
- data/Screenshot.png +0 -0
- data/app/controllers/absences_controller.rb +0 -67
- data/app/controllers/application_controller.rb +0 -185
- data/app/controllers/application_controller.rb.rails2 +0 -186
- data/app/controllers/customers_controller.rb +0 -51
- data/app/controllers/dashboard_controller.rb +0 -17
- data/app/controllers/estimates_controller.rb +0 -49
- data/app/controllers/groups_controller.rb +0 -65
- data/app/controllers/parties_controller.rb +0 -33
- data/app/controllers/periods_controller.rb +0 -242
- data/app/controllers/projects_controller.rb +0 -185
- data/app/controllers/public_holidays_controller.rb +0 -70
- data/app/controllers/search_controller.rb +0 -15
- data/app/controllers/task_files_controller.rb +0 -19
- data/app/controllers/tasks_controller.rb +0 -305
- data/app/controllers/user_controller.rb +0 -251
- data/app/controllers/welcome_controller.rb +0 -29
- data/app/controllers/work_locks_controller.rb +0 -88
- data/app/controllers/works_controller.rb +0 -383
- data/app/helpers/absences_helper.rb +0 -2
- data/app/helpers/application_helper.rb +0 -119
- data/app/helpers/application_helper.rb.rails2 +0 -118
- data/app/helpers/customers_helper.rb +0 -2
- data/app/helpers/dashboard_helper.rb +0 -2
- data/app/helpers/estimates_helper.rb +0 -2
- data/app/helpers/groups_helper.rb +0 -2
- data/app/helpers/parties_helper.rb +0 -2
- data/app/helpers/periods_helper.rb +0 -57
- data/app/helpers/projects_helper.rb +0 -74
- data/app/helpers/public_holidays_helper.rb +0 -2
- data/app/helpers/search_helper.rb +0 -2
- data/app/helpers/task_files_helper.rb +0 -2
- data/app/helpers/tasks_helper.rb +0 -2
- data/app/helpers/user_helper.rb +0 -53
- data/app/helpers/welcome_helper.rb +0 -2
- data/app/helpers/work_locks_helper.rb +0 -2
- data/app/helpers/works_helper.rb +0 -5
- data/app/mailers/user_notify.rb +0 -76
- data/app/models/absence.rb +0 -27
- data/app/models/chart.rb +0 -5
- data/app/models/clock.rb +0 -14
- data/app/models/configuration.rb +0 -2
- data/app/models/customer.rb +0 -2
- data/app/models/estimate.rb +0 -17
- data/app/models/group.rb +0 -16
- data/app/models/party.rb +0 -27
- data/app/models/period.rb +0 -251
- data/app/models/project.rb +0 -49
- data/app/models/public_holiday.rb +0 -13
- data/app/models/report_filter.rb +0 -29
- data/app/models/search_result.rb +0 -8
- data/app/models/sidebar.rb +0 -41
- data/app/models/task.rb +0 -425
- data/app/models/task_file.rb +0 -7
- data/app/models/task_notify.rb +0 -27
- data/app/models/user.rb +0 -146
- data/app/models/work.rb +0 -191
- data/app/models/work_lock.rb +0 -11
- data/app/models/work_lock_nagger.rb +0 -60
- data/app/models/work_lock_notify.rb +0 -43
- data/app/models/works_report_filter.rb +0 -27
- data/app/views/absences/_form.rhtml +0 -10
- data/app/views/absences/edit.rhtml +0 -9
- data/app/views/absences/list.rhtml +0 -25
- data/app/views/absences/new.rhtml +0 -8
- data/app/views/absences/show.rhtml +0 -8
- data/app/views/customers/_form.rhtml +0 -7
- data/app/views/customers/_name_list.rhtml +0 -5
- data/app/views/customers/edit.rhtml +0 -9
- data/app/views/customers/list.rhtml +0 -28
- data/app/views/customers/new.rhtml +0 -8
- data/app/views/customers/show.rhtml +0 -8
- data/app/views/dashboard/show.rhtml +0 -24
- data/app/views/display_notice.rjs +0 -1
- data/app/views/groups/_form.rhtml +0 -7
- data/app/views/groups/edit.rhtml +0 -57
- data/app/views/groups/list.rhtml +0 -26
- data/app/views/groups/new.rhtml +0 -7
- data/app/views/groups/set_member.rjs +0 -1
- data/app/views/layouts/_headers.rhtml +0 -24
- data/app/views/layouts/_left_top.rhtml +0 -33
- data/app/views/layouts/_notice.rhtml +0 -12
- data/app/views/layouts/_shortcuts.rhtml +0 -22
- data/app/views/layouts/_shortcuts_js.rhtml +0 -19
- data/app/views/layouts/mwrt002.html.erb +0 -44
- data/app/views/layouts/wide.rhtml +0 -23
- data/app/views/periods/_burn_down_chart.rhtml +0 -9
- data/app/views/periods/_form.rhtml +0 -74
- data/app/views/periods/_link.rhtml +0 -3
- data/app/views/periods/_show_active.rhtml +0 -61
- data/app/views/periods/_sidebar_block.rhtml +0 -11
- data/app/views/periods/_title.rhtml +0 -18
- data/app/views/periods/edit.rhtml +0 -10
- data/app/views/periods/finish_task.rjs +0 -4
- data/app/views/periods/move_task_to_period.rjs +0 -4
- data/app/views/periods/new.rhtml +0 -9
- data/app/views/periods/order.rjs +0 -0
- data/app/views/periods/reopen_task.rjs +0 -6
- data/app/views/periods/show.rhtml +0 -56
- data/app/views/projects/_buttons.rhtml +0 -4
- data/app/views/projects/_form.rhtml +0 -44
- data/app/views/projects/_name_list.rhtml +0 -5
- data/app/views/projects/edit.rhtml +0 -14
- data/app/views/projects/finish_task.rjs +0 -3
- data/app/views/projects/list.rhtml +0 -16
- data/app/views/projects/move_task_to_period.rjs +0 -3
- data/app/views/projects/new.rhtml +0 -11
- data/app/views/projects/reopen_task.rjs +0 -3
- data/app/views/projects/show.rhtml +0 -39
- data/app/views/public_holidays/_form.rhtml +0 -7
- data/app/views/public_holidays/edit.rhtml +0 -9
- data/app/views/public_holidays/list.rhtml +0 -25
- data/app/views/public_holidays/new.rhtml +0 -8
- data/app/views/public_holidays/show.rhtml +0 -8
- data/app/views/redirect.rjs +0 -1
- data/app/views/search/results.rhtml +0 -40
- data/app/views/task_notify/invite.en.html.erb +0 -13
- data/app/views/task_notify/invite.no.html.erb +0 -13
- data/app/views/tasks/_backlog_header.rhtml +0 -17
- data/app/views/tasks/_completed.rhtml +0 -18
- data/app/views/tasks/_fields_header.rhtml +0 -13
- data/app/views/tasks/_form.rhtml +0 -125
- data/app/views/tasks/_invite.rjs +0 -1
- data/app/views/tasks/_period_header.rhtml +0 -1
- data/app/views/tasks/_task.rhtml +0 -116
- data/app/views/tasks/_update.rjs +0 -2
- data/app/views/tasks/edit.rhtml +0 -81
- data/app/views/tasks/grab.rhtml +0 -9
- data/app/views/tasks/invite.rhtml +0 -9
- data/app/views/tasks/list.rhtml +0 -77
- data/app/views/tasks/list_started.rhtml +0 -62
- data/app/views/tasks/new.rhtml +0 -10
- data/app/views/tasks/notes.rhtml +0 -12
- data/app/views/tasks/start_work.rjs +0 -1
- data/app/views/tasks/update_estimate.rjs +0 -3
- data/app/views/user/_edit.rhtml +0 -31
- data/app/views/user/_password.rhtml +0 -21
- data/app/views/user/change_password.rhtml +0 -19
- data/app/views/user/delete.rhtml +0 -14
- data/app/views/user/edit.rhtml +0 -154
- data/app/views/user/forgot_password.rhtml +0 -19
- data/app/views/user/login.rhtml +0 -33
- data/app/views/user/logout.rhtml +0 -8
- data/app/views/user/set_group.rjs +0 -1
- data/app/views/user/signup.rhtml +0 -15
- data/app/views/user/toggle_work_lock_monitoring.rjs +0 -2
- data/app/views/user/welcome.rhtml +0 -8
- data/app/views/user_notify/change_password.en.html.erb +0 -10
- data/app/views/user_notify/change_password.no.html.erb +0 -10
- data/app/views/user_notify/forgot_password.en.html.erb +0 -11
- data/app/views/user_notify/forgot_password.no.html.erb +0 -11
- data/app/views/user_notify/monitoring.en.html.erb +0 -3
- data/app/views/user_notify/monitoring.no.html.erb +0 -3
- data/app/views/user_notify/monitoring_invitation.en.html.erb +0 -7
- data/app/views/user_notify/monitoring_invitation.no.html.erb +0 -7
- data/app/views/user_notify/signup.en.html.erb +0 -12
- data/app/views/user_notify/signup.no.html.erb +0 -12
- data/app/views/work_lock_notify/lock.en.html.erb +0 -7
- data/app/views/work_lock_notify/lock.no.html.erb +0 -7
- data/app/views/work_lock_notify/nag.en.html.erb +0 -6
- data/app/views/work_lock_notify/nag.no.html.erb +0 -7
- data/app/views/work_locks/_form.rhtml +0 -10
- data/app/views/work_locks/edit.rhtml +0 -9
- data/app/views/work_locks/list.rhtml +0 -25
- data/app/views/work_locks/new.rhtml +0 -8
- data/app/views/work_locks/show.rhtml +0 -8
- data/app/views/works/_buttons.rhtml +0 -2
- data/app/views/works/_description_list.rhtml +0 -5
- data/app/views/works/_form.rhtml +0 -107
- data/app/views/works/_new_row.rhtml +0 -141
- data/app/views/works/_row.rhtml +0 -115
- data/app/views/works/_row_field.rhtml +0 -17
- data/app/views/works/_task_id_list.rhtml +0 -5
- data/app/views/works/_weekly_work_sheet_buttons.rhtml +0 -22
- data/app/views/works/daily_work_sheet.rhtml +0 -108
- data/app/views/works/edit.rhtml +0 -11
- data/app/views/works/list.rhtml +0 -148
- data/app/views/works/list_excel.rhtml +0 -114
- data/app/views/works/new.rhtml +0 -12
- data/app/views/works/show.rhtml +0 -10
- data/app/views/works/timeliste.rhtml +0 -884
- data/app/views/works/update_new_row.rjs +0 -28
- data/app/views/works/update_row.rjs +0 -18
- data/app/views/works/update_time.rjs +0 -3
- data/app/views/works/weekly_work_sheet.rhtml +0 -64
- data/app/views/works/weekly_work_sheet_details.rhtml +0 -102
- data/backlog.gemspec +0 -44
- data/config.ru +0 -4
- data/config/application.rb +0 -11
- data/config/boot.rb +0 -13
- data/config/database.yml +0 -15
- data/config/database.yml~ +0 -17
- data/config/environment.rb +0 -100
- data/config/environments/development.rb +0 -30
- data/config/environments/development.rb.rails2 +0 -26
- data/config/environments/production.rb +0 -33
- data/config/environments/test.rb +0 -24
- data/config/environments/user_environment.rb +0 -21
- data/config/initializers/backtrace_silencers.rb +0 -7
- data/config/initializers/inflections.rb +0 -10
- data/config/initializers/jdbc.rb +0 -7
- data/config/initializers/mime_types.rb +0 -5
- data/config/initializers/secret_token.rb +0 -7
- data/config/initializers/session_store.rb +0 -8
- data/config/locales/en.yml +0 -200
- data/config/locales/no.yml +0 -193
- data/config/mime_types.yaml +0 -1
- data/config/routes.rb +0 -5
- data/config/war.rb +0 -27
- data/config/warble.rb +0 -84
- data/cruise_build.sh +0 -14
- data/cruise_config.rb +0 -5
- data/db/migrate/001_create_tasks.rb +0 -22
- data/db/migrate/003_add_estimation_points.rb +0 -16
- data/db/migrate/004_add_period.rb +0 -63
- data/db/migrate/005_add_field_work_started_at.rb +0 -9
- data/db/migrate/006_works_data_fix.rb +0 -13
- data/db/migrate/007_add_task_created_at.rb +0 -23
- data/db/migrate/008_add_backlog_options.rb +0 -13
- data/db/migrate/009_add_subtasks.rb +0 -29
- data/db/migrate/010_add_work_start.rb +0 -9
- data/db/migrate/011_login_sugar.rb +0 -21
- data/db/migrate/012_add_resolution.rb +0 -12
- data/db/migrate/013_create_estimates.rb +0 -20
- data/db/migrate/014_add_customer_option.rb +0 -11
- data/db/migrate/015_add_user_option.rb +0 -33
- data/db/migrate/016_add_invoicable_flag.rb +0 -11
- data/db/migrate/017_increase_backlog_name_limit.rb +0 -10
- data/db/migrate/018_create_groups.rb +0 -118
- data/db/migrate/019_remove_unique_index_for_period_position.rb +0 -9
- data/db/migrate/020_create_task_files.rb +0 -17
- data/db/migrate/021_create_work_accounts.rb +0 -111
- data/db/migrate/022_remove_track_done_flag.rb +0 -9
- data/db/migrate/023_add_indices_for_burn_down_chart.rb +0 -13
- data/db/migrate/024_add_sprint_option.rb +0 -10
- data/db/migrate/025_add_simple_auditing_of_tasks.rb +0 -11
- data/db/migrate/026_add_users_to_tasks.rb +0 -14
- data/db/migrate/027_create_work_locks.rb +0 -25
- data/db/migrate/028_create_absences.rb +0 -34
- data/db/migrate/029_add_work_comments.rb +0 -9
- data/db/migrate/030_create_public_holidays.rb +0 -11
- data/db/migrate/031_expand_work_done_precision.rb +0 -9
- data/db/migrate/20100720124707_merge_work_account_into_backlog.rb +0 -74
- data/db/migrate/20101006092700_rename_backlogs_to_projects.rb +0 -22
- data/db/migrate/20101006092700_rename_backlogs_to_projects.rb~ +0 -22
- data/db/schema.rb +0 -159
- data/db/seeds.rb +0 -7
- data/db/test.db +0 -0
- data/etc/backlog.conf +0 -32
- data/ext/mkrf_conf.rb +0 -26
- data/lib/class_table_inheritance.rb +0 -224
- data/lib/postgresql-8.2-504.jdbc4.jar +0 -0
- data/lib/tasks/jdbc.rake +0 -8
- data/lib/url_for_fix.rb +0 -30
- data/nbproject/private/config.properties +0 -0
- data/nbproject/private/private.properties +0 -1
- data/nbproject/private/private.xml +0 -4
- data/nbproject/private/rake-t.txt +0 -95
- data/nbproject/project.properties +0 -4
- data/nbproject/project.xml +0 -9
- data/public/404.html +0 -26
- data/public/422.html +0 -26
- data/public/500.html +0 -26
- data/public/Frav/303/246rsskjema.xls +0 -0
- data/public/applets/bsf.jar +0 -0
- data/public/applets/jruby.jar +0 -0
- data/public/favicon.ico +0 -0
- data/public/images/add.png +0 -0
- data/public/images/add.svg +0 -70
- data/public/images/ajax-loading.gif +0 -0
- data/public/images/appunti_architetto_franc_01.svg +0 -92
- data/public/images/arrow-down.gif +0 -0
- data/public/images/arrow-up.gif +0 -0
- data/public/images/arrow07_2.png +0 -0
- data/public/images/arrow07_4.png +0 -0
- data/public/images/arrow_down.png +0 -0
- data/public/images/arrow_down.svg +0 -59
- data/public/images/arrow_left.png +0 -0
- data/public/images/arrow_left.svg +0 -59
- data/public/images/arrow_right.png +0 -0
- data/public/images/arrow_right.svg +0 -59
- data/public/images/arrow_up.png +0 -0
- data/public/images/arrow_up.svg +0 -59
- data/public/images/black-70.png +0 -0
- data/public/images/black.png +0 -0
- data/public/images/blank.jpg +0 -0
- data/public/images/blank.png +0 -0
- data/public/images/cestino_pieno_architetto_01.svg +0 -470
- data/public/images/checkmark.png +0 -0
- data/public/images/checkmark_org.png +0 -0
- data/public/images/clipboard.png +0 -0
- data/public/images/clipboard.svg +0 -62
- data/public/images/construction_hammer_jon__01.svg +0 -116
- data/public/images/delete.png +0 -0
- data/public/images/email.png +0 -0
- data/public/images/email_grey.png +0 -0
- data/public/images/eraser.png +0 -0
- data/public/images/eraser_org.png +0 -0
- data/public/images/ernes_stop.png +0 -0
- data/public/images/ernes_stop_org.png +0 -0
- data/public/images/flag_red.png +0 -0
- data/public/images/flag_yellow.png +0 -0
- data/public/images/grab.png +0 -0
- data/public/images/grab_gray.png +0 -0
- data/public/images/group.png +0 -0
- data/public/images/hammer.png +0 -0
- data/public/images/header.jpg +0 -0
- data/public/images/nextlabel.gif +0 -0
- data/public/images/pagebak.jpg +0 -0
- data/public/images/paper3.svg +0 -54
- data/public/images/period.png +0 -0
- data/public/images/period_org.png +0 -0
- data/public/images/person.org.png +0 -0
- data/public/images/prevlabel.gif +0 -0
- data/public/images/question.svg +0 -56
- data/public/images/rails.png +0 -0
- data/public/images/refresh.png +0 -0
- data/public/images/rmagick.gif +0 -0
- data/public/images/rmagick_270.gif +0 -0
- data/public/images/tabella_architetto_franc_01.svg +0 -105
- data/public/images/task.png +0 -0
- data/public/images/text-x-generic.png +0 -0
- data/public/images/user group.png +0 -0
- data/public/images/user.png +0 -0
- data/public/images/view_fullscreen.png +0 -0
- data/public/images/work_account.png +0 -0
- data/public/javascripts/application.js +0 -2
- data/public/javascripts/builder.js +0 -136
- data/public/javascripts/controls.js +0 -965
- data/public/javascripts/dragdrop.js +0 -974
- data/public/javascripts/effects.js +0 -1123
- data/public/javascripts/lightwindow.js +0 -1921
- data/public/javascripts/prototype.js +0 -6001
- data/public/javascripts/rails.js +0 -175
- data/public/javascripts/ruby.js +0 -46
- data/public/javascripts/scriptaculous.js +0 -58
- data/public/javascripts/slider.js +0 -275
- data/public/javascripts/sound.js +0 -55
- data/public/javascripts/unittest.js +0 -568
- data/public/javascripts/zapatec/utils/transport.js +0 -2217
- data/public/javascripts/zapatec/utils/utils.js +0 -1799
- data/public/javascripts/zapatec/utils/zapatec.js +0 -90
- data/public/javascripts/zapatec/utils/zpeventdriven.js +0 -212
- data/public/javascripts/zapatec/utils/zpwidget.js +0 -729
- data/public/javascripts/zapatec/zpcal/lang/calendar-no.js +0 -124
- data/public/javascripts/zapatec/zpcal/src/calendar-core.js +0 -2878
- data/public/javascripts/zapatec/zpcal/src/calendar-date-core.js +0 -348
- data/public/javascripts/zapatec/zpcal/src/calendar-setup.js +0 -360
- data/public/javascripts/zapatec/zpcal/src/calendar.js +0 -35
- data/public/robots.txt +0 -5
- data/public/stylesheets/backlog.css +0 -135
- data/public/stylesheets/lightwindow.css +0 -376
- data/public/stylesheets/mwrt002.css +0 -54
- data/public/stylesheets/mwrt002MAC.css +0 -3
- data/public/stylesheets/mwrt002NN.css +0 -3
- data/public/stylesheets/scaffold.css +0 -74
- data/public/stylesheets/user.css +0 -74
- data/public/stylesheets/zpcal/themes/green.css +0 -153
- data/public/stylesheets/zpcal/themes/layouts/layout-2d.css +0 -134
- data/public/stylesheets/zpcal/themes/layouts/layout-common.css +0 -74
- data/public/stylesheets/zpcal/themes/menuarrow.gif +0 -0
- data/public/stylesheets/zpcal/themes/scroller-down.gif +0 -0
- data/public/stylesheets/zpcal/themes/scroller-up.gif +0 -0
- data/script/rails +0 -6
- data/test/client/login.rb +0 -23
- data/test/client/login_test.rb +0 -64
- data/test/client/setup.rb +0 -25
- data/test/fixtures/absences.yml +0 -11
- data/test/fixtures/configurations.yml +0 -5
- data/test/fixtures/customers.yml +0 -7
- data/test/fixtures/estimates.yml +0 -10
- data/test/fixtures/groups.yml +0 -6
- data/test/fixtures/groups_users.yml +0 -3
- data/test/fixtures/parties.yml +0 -32
- data/test/fixtures/periods.yml +0 -24
- data/test/fixtures/projects.yml +0 -8
- data/test/fixtures/public_holidays.yml +0 -7
- data/test/fixtures/task_files.yml +0 -13
- data/test/fixtures/tasks.yml +0 -82
- data/test/fixtures/users.yml +0 -59
- data/test/fixtures/work_lock_subscriptions.yml +0 -7
- data/test/fixtures/work_locks.yml +0 -11
- data/test/fixtures/works.yml +0 -47
- data/test/functional/absences_controller_test.rb +0 -93
- data/test/functional/customers_controller_test.rb +0 -93
- data/test/functional/dashboard_controller_test.rb +0 -18
- data/test/functional/estimates_controller_test.rb +0 -40
- data/test/functional/groups_controller_test.rb +0 -120
- data/test/functional/parties_controller_test.rb +0 -35
- data/test/functional/periods_controller_test.rb +0 -297
- data/test/functional/projects_controller_test.rb +0 -152
- data/test/functional/public_holidays_controller_test.rb +0 -93
- data/test/functional/search_controller_test.rb +0 -24
- data/test/functional/task_files_controller_test.rb +0 -29
- data/test/functional/tasks_controller_test.rb +0 -229
- data/test/functional/user_controller_test.rb +0 -261
- data/test/functional/welcome_controller_test.rb +0 -62
- data/test/functional/work_locks_controller_test.rb +0 -93
- data/test/functional/works_controller_test.rb +0 -220
- data/test/integration/user_system_test.rb +0 -95
- data/test/mocks/test/clock.rb +0 -14
- data/test/performance/browsing_test.rb +0 -9
- data/test/performance/common.rb +0 -91
- data/test/performance/jetty_test.rb +0 -15
- data/test/performance/server_test.rb +0 -17
- data/test/test_helper.rb +0 -119
- data/test/test_helper.rb~ +0 -121
- data/test/unit/absence_test.rb +0 -29
- data/test/unit/big_decimal_yaml_fix_test.rb +0 -15
- data/test/unit/configuration_test.rb +0 -10
- data/test/unit/customer_test.rb +0 -10
- data/test/unit/estimate_test.rb +0 -10
- data/test/unit/group_test.rb +0 -10
- data/test/unit/party_test.rb +0 -10
- data/test/unit/period_test.rb +0 -9
- data/test/unit/public_holiday_test.rb +0 -10
- data/test/unit/task_file_test.rb +0 -10
- data/test/unit/task_test.rb +0 -73
- data/test/unit/time_of_day_test.rb +0 -23
- data/test/unit/user_test.rb +0 -148
- data/test/unit/work_lock_subscription_test.rb +0 -10
- data/test/unit/work_lock_test.rb +0 -10
- data/test/unit/work_test.rb +0 -81
- data/vendor/plugins/acts_as_list/README +0 -23
- data/vendor/plugins/acts_as_list/init.rb +0 -3
- data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +0 -256
- data/vendor/plugins/acts_as_list/test/list_test.rb +0 -332
- data/vendor/plugins/acts_as_tree/README +0 -26
- data/vendor/plugins/acts_as_tree/Rakefile +0 -22
- data/vendor/plugins/acts_as_tree/init.rb +0 -1
- data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +0 -96
- data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +0 -219
- data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
- data/vendor/plugins/assert_cookie/MIT-LICENSE +0 -7
- data/vendor/plugins/assert_cookie/README +0 -6
- data/vendor/plugins/assert_cookie/Rakefile +0 -21
- data/vendor/plugins/assert_cookie/init.rb +0 -1
- data/vendor/plugins/assert_cookie/lib/assert_cookie.rb +0 -73
- data/vendor/plugins/assert_cookie/meta.yml +0 -7
- data/vendor/plugins/assert_cookie/test/test_assert_cookie.rb +0 -124
- data/vendor/plugins/assert_cookie/test/test_helper.rb +0 -31
- data/vendor/plugins/auto_complete/README +0 -23
- data/vendor/plugins/auto_complete/Rakefile +0 -22
- data/vendor/plugins/auto_complete/init.rb +0 -2
- data/vendor/plugins/auto_complete/lib/auto_complete.rb +0 -47
- data/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb +0 -143
- data/vendor/plugins/auto_complete/test/auto_complete_test.rb +0 -67
- data/vendor/plugins/backlog_jira/init.rb +0 -66
- data/vendor/plugins/dynamic_form/MIT-LICENSE +0 -20
- data/vendor/plugins/dynamic_form/README +0 -13
- data/vendor/plugins/dynamic_form/Rakefile +0 -10
- data/vendor/plugins/dynamic_form/dynamic_form.gemspec +0 -12
- data/vendor/plugins/dynamic_form/init.rb +0 -1
- data/vendor/plugins/dynamic_form/lib/action_view/helpers/dynamic_form.rb +0 -300
- data/vendor/plugins/dynamic_form/lib/action_view/locale/en.yml +0 -8
- data/vendor/plugins/dynamic_form/lib/dynamic_form.rb +0 -5
- data/vendor/plugins/dynamic_form/test/dynamic_form_i18n_test.rb +0 -42
- data/vendor/plugins/dynamic_form/test/dynamic_form_test.rb +0 -370
- data/vendor/plugins/dynamic_form/test/test_helper.rb +0 -9
- data/vendor/plugins/has_history/README +0 -12
- data/vendor/plugins/has_history/Rakefile +0 -22
- data/vendor/plugins/has_history/generators/history_migration/history_migration_generator.rb +0 -30
- data/vendor/plugins/has_history/generators/history_migration/templates/migration.rb +0 -14
- data/vendor/plugins/has_history/generators/history_model/history_model_generator.rb +0 -39
- data/vendor/plugins/has_history/generators/history_model/templates/fixtures.yml +0 -17
- data/vendor/plugins/has_history/generators/history_model/templates/functional_test.rb +0 -129
- data/vendor/plugins/has_history/generators/history_model/templates/migration.rb +0 -14
- data/vendor/plugins/has_history/generators/history_model/templates/model.rb +0 -4
- data/vendor/plugins/has_history/generators/history_model/templates/unit_test.rb +0 -75
- data/vendor/plugins/has_history/init.rb +0 -5
- data/vendor/plugins/has_history/install.rb +0 -1
- data/vendor/plugins/has_history/lib/has_history.rb +0 -178
- data/vendor/plugins/has_history/lib/tasks/has_history_tasks.rake +0 -4
- data/vendor/plugins/has_history/test/has_history_test.rb +0 -31
- data/vendor/plugins/has_history/test/ignorant_master.rb +0 -3
- data/vendor/plugins/has_history/test/ignorant_master_history.rb +0 -4
- data/vendor/plugins/has_history/test/lone_master.rb +0 -42
- data/vendor/plugins/has_history/test/paired_master.rb +0 -5
- data/vendor/plugins/has_history/test/paired_master_history.rb +0 -5
- data/vendor/plugins/has_history/test/test_helper.rb +0 -154
- data/vendor/plugins/has_history/uninstall.rb +0 -1
- data/vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb +0 -432
- data/vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb +0 -297
- data/vendor/plugins/rails_time/MIT-LICENSE +0 -20
- data/vendor/plugins/rails_time/README +0 -28
- data/vendor/plugins/rails_time/init.rb +0 -2
- data/vendor/plugins/rails_time/lib/activerecord_time_extension.rb +0 -28
- data/vendor/plugins/rails_time/lib/time_of_day.rb +0 -88
- data/vendor/plugins/rails_time/test/database.yml +0 -18
- data/vendor/plugins/rails_time/test/debug.log +0 -1
- data/vendor/plugins/rails_time/test/rails_time_test.rb +0 -122
- data/vendor/plugins/rails_time/test/schema.rb +0 -10
- data/vendor/plugins/rails_time/test/test_helper.rb +0 -17
- data/vendor/plugins/verification/MIT-LICENSE +0 -20
- data/vendor/plugins/verification/README +0 -34
- data/vendor/plugins/verification/Rakefile +0 -22
- data/vendor/plugins/verification/init.rb +0 -3
- data/vendor/plugins/verification/lib/action_controller/verification.rb +0 -132
- data/vendor/plugins/verification/test/test_helper.rb +0 -18
- data/vendor/plugins/verification/test/verification_test.rb +0 -270
- data/vendor/plugins/will_paginate/LICENSE +0 -18
- data/vendor/plugins/will_paginate/README +0 -138
- data/vendor/plugins/will_paginate/Rakefile +0 -27
- data/vendor/plugins/will_paginate/init.rb +0 -4
- data/vendor/plugins/will_paginate/lib/will_paginate.rb +0 -61
- data/vendor/plugins/will_paginate/lib/will_paginate/collection.rb +0 -132
- data/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb +0 -80
- data/vendor/plugins/will_paginate/lib/will_paginate/finder.rb +0 -181
- data/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb +0 -206
- data/vendor/plugins/will_paginate/test/array_pagination_test.rb +0 -131
- data/vendor/plugins/will_paginate/test/boot.rb +0 -23
- data/vendor/plugins/will_paginate/test/console +0 -9
- data/vendor/plugins/will_paginate/test/finder_test.rb +0 -290
- data/vendor/plugins/will_paginate/test/fixtures/admin.rb +0 -3
- data/vendor/plugins/will_paginate/test/fixtures/developer.rb +0 -11
- data/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml +0 -13
- data/vendor/plugins/will_paginate/test/fixtures/project.rb +0 -15
- data/vendor/plugins/will_paginate/test/fixtures/projects.yml +0 -7
- data/vendor/plugins/will_paginate/test/fixtures/replies.yml +0 -34
- data/vendor/plugins/will_paginate/test/fixtures/reply.rb +0 -5
- data/vendor/plugins/will_paginate/test/fixtures/schema.rb +0 -38
- data/vendor/plugins/will_paginate/test/fixtures/topic.rb +0 -4
- data/vendor/plugins/will_paginate/test/fixtures/topics.yml +0 -30
- data/vendor/plugins/will_paginate/test/fixtures/user.rb +0 -2
- data/vendor/plugins/will_paginate/test/fixtures/users.yml +0 -35
- data/vendor/plugins/will_paginate/test/helper.rb +0 -25
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb +0 -23
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb +0 -67
- data/vendor/plugins/will_paginate/test/lib/load_fixtures.rb +0 -13
- data/vendor/plugins/will_paginate/test/pagination_test.rb +0 -240
Binary file
|
data/lib/tasks/jdbc.rake
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
# This file was generated by the "jdbc" generator, which is provided
|
2
|
-
# by the activerecord-jdbc-adapter gem.
|
3
|
-
#
|
4
|
-
# This file allows you to use Rails' various db:* tasks with JDBC.
|
5
|
-
if defined?(JRUBY_VERSION)
|
6
|
-
require 'arjdbc'
|
7
|
-
require 'arjdbc/jdbc/rake_tasks'
|
8
|
-
end
|
data/lib/url_for_fix.rb
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
module UrlForFix
|
2
|
-
# TODO (uwe): Can be removed when using EdgeRails or Rails >= 1.3
|
3
|
-
def url_for(org_options = {}, *parameters_for_method_reference)
|
4
|
-
return super(org_options, *parameters_for_method_reference) if org_options.nil? || org_options.is_a?(String)
|
5
|
-
new_options = {}
|
6
|
-
org_options.each do |param, value|
|
7
|
-
add_option(new_options, param, value)
|
8
|
-
end
|
9
|
-
url = super new_options, *parameters_for_method_reference
|
10
|
-
url = CGI::unescape(url) if url && org_options[:escape] == false
|
11
|
-
url
|
12
|
-
end
|
13
|
-
|
14
|
-
# Used with AplicationHelper::url_for
|
15
|
-
def add_option(options, param, value)
|
16
|
-
case value
|
17
|
-
when Hash:
|
18
|
-
value.each do |key, v|
|
19
|
-
add_option(options, "#{param}[#{key}]", v)
|
20
|
-
end
|
21
|
-
when Array:
|
22
|
-
value.each do |v|
|
23
|
-
add_option(options, "#{param}[]", v)
|
24
|
-
end
|
25
|
-
else
|
26
|
-
options[param] = value
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
end
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
rails.port=3000
|
@@ -1,95 +0,0 @@
|
|
1
|
-
(in /home/uwe/workspace/intern/backlog)
|
2
|
-
rake announce # Generate email announcement file and post to rubyforge.
|
3
|
-
rake audit # Run ZenTest against the package
|
4
|
-
rake check_manifest # Verify the manifest
|
5
|
-
rake clean # Clean up all the extras
|
6
|
-
rake clobber_docs # Remove rdoc products
|
7
|
-
rake clobber_package # Remove package products
|
8
|
-
rake config_hoe # Create a fresh ~/.hoerc file
|
9
|
-
rake db:backup:set_sequences # Set postgresql sequence currval to highest id for each table
|
10
|
-
rake db:backup:write # Dump entire db.
|
11
|
-
rake db:fixtures:load # Load fixtures into the current environment's database. Load specific fixtures using FIXTURES=x,y
|
12
|
-
rake db:migrate # Migrate the database through scripts in db/migrate. Target specific version with VERSION=x
|
13
|
-
rake db:schema:dump # Create a db/schema.rb file that can be portably used against any DB supported by AR
|
14
|
-
rake db:schema:load # Load a schema.rb file into the database
|
15
|
-
rake db:sessions:clear # Clear the sessions table
|
16
|
-
rake db:sessions:create # Creates a sessions table for use with CGI::Session::ActiveRecordStore
|
17
|
-
rake db:structure:dump # Dump the database structure to a SQL file
|
18
|
-
rake db:test:clone # Recreate the test database from the current environment's database schema
|
19
|
-
rake db:test:clone_structure # Recreate the test databases from the development structure
|
20
|
-
rake db:test:prepare # Prepare the test database and load the schema
|
21
|
-
rake db:test:purge # Empty the test database
|
22
|
-
rake debug_gem # Show information about the gem.
|
23
|
-
rake default # Run the default tasks
|
24
|
-
rake deploy # Push the latest revision into production (delegates to remote:deploy)
|
25
|
-
rake doc:app # Build the app HTML Files
|
26
|
-
rake doc:clobber_app # Remove rdoc products
|
27
|
-
rake doc:clobber_plugins # Remove plugin documentation
|
28
|
-
rake doc:clobber_rails # Remove rdoc products
|
29
|
-
rake doc:plugins # Generate documation for all installed plugins
|
30
|
-
rake doc:rails # Build the rails HTML Files
|
31
|
-
rake doc:reapp # Force a rebuild of the RDOC files
|
32
|
-
rake doc:rerails # Force a rebuild of the RDOC files
|
33
|
-
rake docs # Build the docs HTML Files
|
34
|
-
rake email # Generate email announcement file.
|
35
|
-
rake gem # Build the gem file backlog-0.10.9.gem
|
36
|
-
rake generate_key # Generate a key for signing your gems.
|
37
|
-
rake install # Install the package. Uses PREFIX and RUBYLIB
|
38
|
-
rake install_gem # Install the package as a gem
|
39
|
-
rake log:clear # Truncates all *.log files in log/ to zero bytes
|
40
|
-
rake multi # Run the test suite using multiruby
|
41
|
-
rake package # Build all the packages
|
42
|
-
rake post_blog # Post announcement to blog.
|
43
|
-
rake post_news # Post announcement to rubyforge.
|
44
|
-
rake publish_docs # Publish RDoc to RubyForge
|
45
|
-
rake rails:freeze:edge # Lock to latest Edge Rails or a specific revision with REVISION=X (ex: REVISION=4021) or a tag with TAG=Y (ex: TAG=rel_1-1-0)
|
46
|
-
rake rails:freeze:gems # Lock this application to the current gems (by unpacking them into vendor/rails)
|
47
|
-
rake rails:unfreeze # Unlock this application from freeze of gems or edge and return to a fluid use of system gems
|
48
|
-
rake rails:update # Update both configs, scripts and public/javascripts from Rails
|
49
|
-
rake rails:update:configs # Update config/boot.rb from your current rails install
|
50
|
-
rake rails:update:javascripts # Update your javascripts from your current rails install
|
51
|
-
rake rails:update:scripts # Add new scripts to the application script/ directory
|
52
|
-
rake redocs # Force a rebuild of the RDOC files
|
53
|
-
rake release # Package and upload the release to rubyforge.
|
54
|
-
rake remote:cleanup # Removes unused releases from the releases directory.
|
55
|
-
rake remote:cold_deploy # Used only for deploying when the spinner isn't running.
|
56
|
-
rake remote:deploy # A macro-task that updates the code, fixes the symlink, and restarts the application servers.
|
57
|
-
rake remote:deploy_with_migrations # Similar to deploy, but it runs the migrate task on the new release before updating the symlink.
|
58
|
-
rake remote:diff_from_last_deploy # Displays the diff between HEAD and what was last deployed.
|
59
|
-
rake remote:disable_web # Disable the web server by writing a "maintenance.html" file to the web servers.
|
60
|
-
rake remote:enable_web # Re-enable the web server by deleting any "maintenance.html" file.
|
61
|
-
rake remote:exec # Execute a specific action using capistrano
|
62
|
-
rake remote:invoke # A simple task for performing one-off commands that may not require a full task to be written for them.
|
63
|
-
rake remote:migrate # Run the migrate rake task.
|
64
|
-
rake remote:restart # Restart the FCGI processes on the app server.
|
65
|
-
rake remote:rollback # A macro-task that rolls back the code and restarts the application servers.
|
66
|
-
rake remote:rollback_code # Rollback the latest checked-out version to the previous one by fixing the symlinks and deleting the current release from all servers.
|
67
|
-
rake remote:setup # Set up the expected application directory structure on all boxes
|
68
|
-
rake remote:show_tasks # Enumerate and describe every available task.
|
69
|
-
rake remote:spinner # Start the spinner daemon for the application (requires script/spin).
|
70
|
-
rake remote:symlink # Update the 'current' symlink to point to the latest version of the application's code.
|
71
|
-
rake remote:update_code # Update all servers with the latest release of the source code.
|
72
|
-
rake remote:update_current # Update the currently released version of the software directly via an SCM update operation
|
73
|
-
rake repackage # Force a rebuild of the package files
|
74
|
-
rake ridocs # Generate ri locally for testing
|
75
|
-
rake rollback # Rollback to the release before the current release in production (delegates to remote:rollback)
|
76
|
-
rake stats # Report code statistics (KLOCs, etc) from the application
|
77
|
-
rake test # Test all units and functionals / Run the test suite. Use FILTER to add to the command line.
|
78
|
-
rake test:functionals # Run the functional tests in test/functional
|
79
|
-
rake test:integration # Run the integration tests in test/integration
|
80
|
-
rake test:plugins # Run the plugin tests in vendor/plugins/**/test (or specify with PLUGIN=name)
|
81
|
-
rake test:recent # Test recent changes
|
82
|
-
rake test:uncommitted # Test changes since last checkin (only Subversion)
|
83
|
-
rake test:units # Run the unit tests in test/unit
|
84
|
-
rake test_deps # Show which test files fail when run alone.
|
85
|
-
rake tmp:cache:clear # Clears all files and directories in tmp/cache
|
86
|
-
rake tmp:clear # Clear session, cache, and socket files from tmp/
|
87
|
-
rake tmp:create # Creates tmp directories for sessions, cache, and sockets
|
88
|
-
rake tmp:pids:clear # Clears all files in tmp/pids
|
89
|
-
rake tmp:sessions:clear # Clears all files in tmp/sessions
|
90
|
-
rake tmp:sockets:clear # Clears all files in tmp/sockets
|
91
|
-
rake tmp:war:clear # Clears all files used in the creation of a war
|
92
|
-
rake uninstall # Uninstall the package.
|
93
|
-
rake war:shared:create # Create a war for use on a Java server where JRuby is available
|
94
|
-
rake war:standalone:create # Create a self-contained Java war
|
95
|
-
rake war:standalone:run # Run the webapp in Jetty
|
data/nbproject/project.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project xmlns="http://www.netbeans.org/ns/project/1">
|
3
|
-
<type>org.netbeans.modules.ruby.railsprojects</type>
|
4
|
-
<configuration>
|
5
|
-
<data xmlns="http://www.netbeans.org/ns/rails-project/1">
|
6
|
-
<name>backlog</name>
|
7
|
-
</data>
|
8
|
-
</configuration>
|
9
|
-
</project>
|
data/public/404.html
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
-
<style type="text/css">
|
6
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
-
div.dialog {
|
8
|
-
width: 25em;
|
9
|
-
padding: 0 4em;
|
10
|
-
margin: 4em auto 0 auto;
|
11
|
-
border: 1px solid #ccc;
|
12
|
-
border-right-color: #999;
|
13
|
-
border-bottom-color: #999;
|
14
|
-
}
|
15
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
-
</style>
|
17
|
-
</head>
|
18
|
-
|
19
|
-
<body>
|
20
|
-
<!-- This file lives in public/404.html -->
|
21
|
-
<div class="dialog">
|
22
|
-
<h1>The page you were looking for doesn't exist.</h1>
|
23
|
-
<p>You may have mistyped the address or the page may have moved.</p>
|
24
|
-
</div>
|
25
|
-
</body>
|
26
|
-
</html>
|
data/public/422.html
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The change you wanted was rejected (422)</title>
|
5
|
-
<style type="text/css">
|
6
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
-
div.dialog {
|
8
|
-
width: 25em;
|
9
|
-
padding: 0 4em;
|
10
|
-
margin: 4em auto 0 auto;
|
11
|
-
border: 1px solid #ccc;
|
12
|
-
border-right-color: #999;
|
13
|
-
border-bottom-color: #999;
|
14
|
-
}
|
15
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
-
</style>
|
17
|
-
</head>
|
18
|
-
|
19
|
-
<body>
|
20
|
-
<!-- This file lives in public/422.html -->
|
21
|
-
<div class="dialog">
|
22
|
-
<h1>The change you wanted was rejected.</h1>
|
23
|
-
<p>Maybe you tried to change something you didn't have access to.</p>
|
24
|
-
</div>
|
25
|
-
</body>
|
26
|
-
</html>
|
data/public/500.html
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>We're sorry, but something went wrong (500)</title>
|
5
|
-
<style type="text/css">
|
6
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
-
div.dialog {
|
8
|
-
width: 25em;
|
9
|
-
padding: 0 4em;
|
10
|
-
margin: 4em auto 0 auto;
|
11
|
-
border: 1px solid #ccc;
|
12
|
-
border-right-color: #999;
|
13
|
-
border-bottom-color: #999;
|
14
|
-
}
|
15
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
-
</style>
|
17
|
-
</head>
|
18
|
-
|
19
|
-
<body>
|
20
|
-
<!-- This file lives in public/500.html -->
|
21
|
-
<div class="dialog">
|
22
|
-
<h1>We're sorry, but something went wrong.</h1>
|
23
|
-
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
|
24
|
-
</div>
|
25
|
-
</body>
|
26
|
-
</html>
|
Binary file
|
data/public/applets/bsf.jar
DELETED
Binary file
|
data/public/applets/jruby.jar
DELETED
Binary file
|
data/public/favicon.ico
DELETED
Binary file
|
data/public/images/add.png
DELETED
Binary file
|
data/public/images/add.svg
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
3
|
-
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
4
|
-
<svg height="202.683" id="svg1" inkscape:version="0.40" sodipodi:docbase="/mnt/donnees/09-Mes_images/Travaux/Travaux vectoriel/pictogrammes/sécu SVG/Sauvetage et secours" sodipodi:docname="PremiersSecours.svg" sodipodi:version="0.32" width="163.286" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
5
|
-
<metadata>
|
6
|
-
<rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
|
-
<cc:Work rdf:about="">
|
8
|
-
<dc:title>premiers secours</dc:title>
|
9
|
-
<dc:description>sauvetage</dc:description>
|
10
|
-
<dc:subject>
|
11
|
-
<rdf:Bag>
|
12
|
-
<rdf:li></rdf:li>
|
13
|
-
<rdf:li>symbol</rdf:li>
|
14
|
-
<rdf:li>signs_and_symbols</rdf:li>
|
15
|
-
</rdf:Bag>
|
16
|
-
</dc:subject>
|
17
|
-
<dc:publisher>
|
18
|
-
<cc:Agent rdf:about="http://www.openclipart.org">
|
19
|
-
<dc:title>yves GUILLOU</dc:title>
|
20
|
-
</cc:Agent>
|
21
|
-
</dc:publisher>
|
22
|
-
<dc:creator>
|
23
|
-
<cc:Agent>
|
24
|
-
<dc:title>yves GUILLOU</dc:title>
|
25
|
-
</cc:Agent>
|
26
|
-
</dc:creator>
|
27
|
-
<dc:rights>
|
28
|
-
<cc:Agent>
|
29
|
-
<dc:title>yves GUILLOU</dc:title>
|
30
|
-
</cc:Agent>
|
31
|
-
</dc:rights>
|
32
|
-
<dc:date></dc:date>
|
33
|
-
<dc:format>image/svg+xml</dc:format>
|
34
|
-
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
35
|
-
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
|
36
|
-
<dc:language>en</dc:language>
|
37
|
-
</cc:Work>
|
38
|
-
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
|
39
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
|
40
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
|
41
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
|
42
|
-
</cc:License>
|
43
|
-
</rdf:RDF>
|
44
|
-
</metadata>
|
45
|
-
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="svg1" inkscape:cx="65.314400" inkscape:cy="81.073199" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1121" inkscape:window-width="1590" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="5.8157320" pagecolor="#ffffff"/>
|
46
|
-
<defs id="defs2">
|
47
|
-
<marker id="ArrowEnd" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="0" refY="5" viewBox="0 0 10 10">
|
48
|
-
<path d="M 0 0 L 10 5 L 0 10 z" id="path4"/>
|
49
|
-
</marker>
|
50
|
-
<marker id="ArrowStart" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="10" refY="5" viewBox="0 0 10 10">
|
51
|
-
<path d="M 10 0 L 0 5 L 10 10 z" id="path6"/>
|
52
|
-
</marker>
|
53
|
-
</defs>
|
54
|
-
<g id="g7">
|
55
|
-
<path d="M 152.37700,152.39400 L 152.37700,10.990400 L 10.974200,10.990400 L 10.974200,152.39400 L 152.37700,152.39400 z " id="path8" style="fill:#000000;stroke:none"/>
|
56
|
-
<path d="M 148.18600,148.18600 L 148.18600,15.099900 L 15.099900,15.099900 L 15.099900,148.18600 L 148.18600,148.18600 z " id="path9" style="fill:#00b200;stroke:#ffffff;stroke-width:2.8812001"/>
|
57
|
-
</g>
|
58
|
-
<g id="g10">
|
59
|
-
<path d="M 100.448 133.744L 100.448 29.5883L 63.634 29.5883L 63.634 133.744L 100.448 133.744z" id="path11" style="stroke:none; fill:#ffffff"/>
|
60
|
-
<path d="M 133.92 63.9177L 29.7635 63.9177L 29.7635 100.732L 133.92 100.732L 133.92 63.9177z" id="path12" style="stroke:none; fill:#ffffff"/>
|
61
|
-
</g>
|
62
|
-
<g id="g13">
|
63
|
-
<path d="M 76.7449 187.865C 76.7449 187.865 78.8234 191.607 77.1606 193.269L 52.2187 193.269L 33.9279 193.269C 32.2651 191.607 34.3436 187.865 34.3436 187.865L 51.3873 187.865L 51.3873 176.641L 58.8699 176.641L 58.8699 187.865L 76.7449 187.865z" id="path14" style="stroke:none; fill:#ffffff"/>
|
64
|
-
<path d="M 38.7778 202.51C 40.2606 201.97 41.0251 200.331 40.4854 198.848C 39.9458 197.365 38.3062 196.601 36.8235 197.14C 35.3408 197.68 34.5763 199.32 35.1159 200.802C 35.6555 202.285 37.2951 203.05 38.7778 202.51z" id="path15" style="stroke:none; fill:#ffffff"/>
|
65
|
-
<path d="M 47.4594 202.51C 48.9422 201.97 49.7068 200.331 49.1671 198.848C 48.6275 197.365 46.9879 196.601 45.5051 197.14C 44.0224 197.68 43.258 199.32 43.7976 200.802C 44.3372 202.285 45.9768 203.05 47.4594 202.51z" id="path16" style="stroke:none; fill:#ffffff"/>
|
66
|
-
<path d="M 56.437 202.51C 57.9198 201.97 58.6843 200.331 58.1446 198.848C 57.605 197.365 55.9654 196.601 54.4826 197.14C 53 197.68 52.2355 199.32 52.7751 200.802C 53.3147 202.285 54.9543 203.05 56.437 202.51z" id="path17" style="stroke:none; fill:#ffffff"/>
|
67
|
-
<path d="M 71.7857 202.51C 70.3029 201.97 69.5383 200.331 70.078 198.848C 70.6176 197.365 72.2572 196.601 73.74 197.14C 75.2227 197.68 75.9871 199.32 75.4475 200.802C 74.9079 202.285 73.2683 203.05 71.7857 202.51z" id="path18" style="stroke:none; fill:#ffffff"/>
|
68
|
-
<path d="M 63.104 202.51C 61.6212 201.97 60.8567 200.331 61.3964 198.848C 61.936 197.365 63.5756 196.601 65.0584 197.14C 66.541 197.68 67.3055 199.32 66.7659 200.802C 66.2263 202.285 64.5867 203.05 63.104 202.51z" id="path19" style="stroke:none; fill:#ffffff"/>
|
69
|
-
</g>
|
70
|
-
</svg>
|
Binary file
|
@@ -1,92 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) --><svg height="137.092" id="Layer_1" inkscape:version="0.42" sodipodi:docbase="F:\openclip\svg da inviare" sodipodi:docname="appunti.svg" sodipodi:version="0.32" space="preserve" style="overflow:visible;enable-background:new 0 0 107.855 137.092;" version="1.1" viewBox="0 0 107.855 137.092" width="107.855" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg">
|
3
|
-
<metadata>
|
4
|
-
<rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
5
|
-
<cc:Work rdf:about="">
|
6
|
-
<dc:title>Appunti</dc:title>
|
7
|
-
<dc:description></dc:description>
|
8
|
-
<dc:subject>
|
9
|
-
<rdf:Bag>
|
10
|
-
<rdf:li>office</rdf:li>
|
11
|
-
</rdf:Bag>
|
12
|
-
</dc:subject>
|
13
|
-
<dc:publisher>
|
14
|
-
<cc:Agent rdf:about="http://www.openclipart.org/">
|
15
|
-
<dc:title>Open Clip Art Library</dc:title>
|
16
|
-
</cc:Agent>
|
17
|
-
</dc:publisher>
|
18
|
-
<dc:creator>
|
19
|
-
<cc:Agent>
|
20
|
-
<dc:title>Architetto Francesco Rollandin</dc:title>
|
21
|
-
</cc:Agent>
|
22
|
-
</dc:creator>
|
23
|
-
<dc:rights>
|
24
|
-
<cc:Agent>
|
25
|
-
<dc:title>Architetto Francesco Rollandin</dc:title>
|
26
|
-
</cc:Agent>
|
27
|
-
</dc:rights>
|
28
|
-
<dc:date></dc:date>
|
29
|
-
<dc:format>image/svg+xml</dc:format>
|
30
|
-
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
31
|
-
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
|
32
|
-
<dc:language>en</dc:language>
|
33
|
-
</cc:Work>
|
34
|
-
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
|
35
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
|
36
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
|
37
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
|
38
|
-
</cc:License>
|
39
|
-
</rdf:RDF>
|
40
|
-
</metadata>
|
41
|
-
<defs id="defs79"/>
|
42
|
-
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="Layer_1" inkscape:cx="53.927502" inkscape:cy="68.545998" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="510" inkscape:window-width="787" inkscape:window-x="142" inkscape:window-y="193" inkscape:zoom="2.6259739" pagecolor="#ffffff"/>
|
43
|
-
<g id="g3">
|
44
|
-
<path d="M96.784,17.913c11.017,0,10.113,11.317,10.113,18.878c0,11.226,0,22.454,0,33.679 c0,18.08,1.765,37.134,0,55.144c0,11.381-12.143,10.113-19.856,10.113c-11.83,0-23.662,0-35.491,0c-11.228,0-22.454,0-33.68,0 c-7.441,0-16.913-0.126-16.913-10.417c0-16.696,0-33.389,0-50.082c0-15.476-1.502-31.785,0-47.202 c0-10.099,9.696-10.113,16.913-10.113c9.647,0,19.296,0,28.946,0C63.471,17.913,80.128,17.913,96.784,17.913" id="path5" style="fill:#C68526;"/>
|
45
|
-
<linearGradient gradientTransform="matrix(0 193.9982 193.9982 0 -88794.9063 48602.5977)" gradientUnits="userSpaceOnUse" id="XMLID_8_" x1="-251.5845" x2="-249.6777" y1="457.9868" y2="457.9868">
|
46
|
-
<stop id="stop8" offset="0" style="stop-color:#FFFA5F"/>
|
47
|
-
<stop id="stop10" offset="1" style="stop-color:#B53A00"/>
|
48
|
-
</linearGradient>
|
49
|
-
<path d="M11.073,134.788c-10.648,0-9.173-11.808-9.173-18.919c0-11.429,0-22.855,0-34.282 c0-12.367,0-24.736,0-37.104c0-5.798-1.109-12.825,0.243-18.555c2.158-9.146,13.904-7.076,20.866-7.076c12.154,0,24.308,0,36.462,0 c10.743,0,21.484,0,32.227,0c7.151,0,14.242,1.28,14.242,10.366c0,17.457,0,34.912,0,52.368c0,10.364,0,20.729,0,31.095 c0,4.717,0.854,10.363-0.241,15.031c-1.909,8.123-10.345,7.075-16.644,7.075c-9.86,0-19.724,0-29.584,0 C43.337,134.788,27.206,134.788,11.073,134.788 M96.784,16.952c-19.219,0-38.438,0-57.658,0c-8.903,0-17.808,0-26.712,0 C3.517,16.952,0,23.316,0,31.235c0,22.391,0,44.781,0,67.173c0,8.532,0,17.063,0,25.596c0,8.746,5.954,12.682,14.013,12.682 c20.183,0,40.366,0,60.549,0c12.989,0,33.293,4.184,33.293-14.28c0-19.907,0-39.815,0-59.723c0-9.521,0-19.042,0-28.565 C107.855,26.5,107.072,16.952,96.784,16.952" id="path12" style="fill:url(#XMLID_8_);"/>
|
50
|
-
<path d="M3.421,30.528c0,18.34,0,36.682,0,55.022c0,10.657,0,21.315,0,31.974 c0,8.819,2.252,15.785,12.987,15.354c-10.928,0-9.771-11.571-9.771-18.993c0-12.09,0-24.179,0-36.271c0-12.279,0-24.56,0-36.838 c0-7.571-1.517-20.021,9.771-20.021C10.109,20.503,3.421,23.083,3.421,30.528" id="path14" style="fill:#FFB600;"/>
|
51
|
-
<path d="M94.631,19.614c-16.486,0-32.974,0-49.461,0c-9.194,0-18.39,0-27.584,0 c-8.589,0-14.687,3.064-14.29,12.988c0-10.459,10.611-9.772,17.852-9.772c10.635,0,21.272,0,31.908,0c10.825,0,21.65,0,32.474,0 c7.405,0,18.873-1.103,18.873,9.772C104.655,26.302,102.077,19.614,94.631,19.614" id="path16" style="fill:#FFB600;"/>
|
52
|
-
<path d="M104.518,123.115c0-18.344,0-36.685,0-55.029c0-10.659,0-21.319,0-31.978 c0-8.818-2.256-15.787-12.989-15.356c10.928,0,9.772,11.575,9.772,18.997c0,12.092,0,24.182,0,36.274c0,12.28,0,24.562,0,36.841 c0,7.57,1.517,20.023-9.772,20.023C97.825,133.138,104.518,130.555,104.518,123.115" id="path18" style="fill:#FFB600;"/>
|
53
|
-
<linearGradient gradientTransform="matrix(5.5178 42.6377 42.6377 -5.5178 -17020.9238 13258.4805)" gradientUnits="userSpaceOnUse" id="XMLID_9_" x1="-253.3481" x2="-251.4461" y1="433.1294" y2="433.1294">
|
54
|
-
<stop id="stop21" offset="0" style="stop-color:#7B1500"/>
|
55
|
-
<stop id="stop23" offset="0.0056" style="stop-color:#7B1500"/>
|
56
|
-
<stop id="stop25" offset="1" style="stop-color:#C68526"/>
|
57
|
-
</linearGradient>
|
58
|
-
<path d="M54.751,72.881c-24.096,0-35.76,22.383-42.048,42.957c-2.309,7.556-2.963,10.575,5.72,12.896 c17.358,4.638,36.879,4.292,54.637,2.934c4.365-0.334,27.282-0.769,27.391-7.979c0.086-5.536-0.33-11.066-1.504-16.484 C94.189,85.231,77.054,72.879,54.751,72.881" id="path27" style="fill:url(#XMLID_9_);"/>
|
59
|
-
<path d="M95.9,74.6c0-9.24,0.616-18.488,1.354-27.696c0.377-4.709,2.468-11.875,0.575-16.509 c-2.761-6.767-17.098-4.45-22.783-4.45c-12.517,0-25.034,0-37.55,0c-6.574,0-20.548-2.182-24.652,4.45 c-2.179,3.517-0.24,9.764,0.072,13.504c0.945,11.284,1.367,22.628,1.129,33.946c-0.208,9.921-0.867,19.83-1.783,29.71 c-0.526,5.679-2.212,11.889,3.614,15.62c6.772,4.335,20.743,2.635,28.309,3.144c5.746,0.386,11.492,0.77,17.237,1.156 c2.546,0.171,5.88,1.009,8.398,0.226c9.7-3.027,20.709-12.905,26.785-20.818c2.099-2.729,1.703-3.94,1.177-7.079 C96.389,91.493,95.9,83.019,95.9,74.6" id="path29" style="fill:#FFFFFF;"/>
|
60
|
-
<linearGradient gradientTransform="matrix(153.1966 279.9271 279.9271 -153.1966 -90320.0859 141450.6719)" gradientUnits="userSpaceOnUse" id="XMLID_10_" x1="-253.6689" x2="-251.7563" y1="461.1362" y2="461.1362">
|
61
|
-
<stop id="stop32" offset="0" style="stop-color:#FF8B3F"/>
|
62
|
-
<stop id="stop34" offset="1" style="stop-color:#000000"/>
|
63
|
-
</linearGradient>
|
64
|
-
<path d="M68.477,128.725c4.254,0,9.429-4.552,12.637-6.874c5.593-4.048,11.276-8.554,15.629-13.961 c2.674-3.321,2.408-4.847,1.78-8.735c-1.541-9.568-1.957-19.324-1.735-29.004c0.203-8.995,0.843-17.983,1.614-26.949 c0.408-4.759,2.495-12.054-1.671-15.763c-5.045-4.496-18.392-2.266-24.433-2.266c-12.463,0-24.927,0-37.39,0 c-7.187,0-23.863-2.162-23.852,8.754c2.195,16.286,2.609,33.005,1.987,49.401c-0.345,9.1-1.007,18.191-1.901,27.252 c-0.645,6.506,0.204,13.232,8.108,14.777C35.042,128.444,52.417,127.646,68.477,128.725 M22.981,26.721c19.747,0,39.495,0,59.243,0 c8.045,0,16.086-0.399,15.064,10.247C95.518,55.469,94.005,74.262,96,92.807c0.305,2.841,2.598,8.821,1.281,11.562 c-2.512,5.223-8.507,9.53-12.876,13.077c-7.95,6.448-13.042,9.921-22.94,9.258c-11.703-0.784-23.407-1.571-35.109-2.355 c-3.532-0.239-7.669-0.004-10.617-2.229c-5.219-3.942-2.94-11.038-2.457-16.505c1.552-17.612,2.105-35.251,1.088-52.914 C13.825,43.269,8.061,26.721,22.981,26.721" id="path36" style="fill:url(#XMLID_10_);"/>
|
65
|
-
<path d="M90.012,74.078c0-8.937,0.601-17.876,1.31-26.779c0.316-3.955,2.261-10.908-0.643-14.36 c-4.15-4.934-19.676-2.313-25.055-2.313c-11.119,0-22.237,0-33.355,0c-3.316,0-6.824-0.293-9.868,1.304 c-5.562,2.919-3.276,9.679-2.878,14.645c1.601,20.008,1.07,40.055-0.611,60.038c-1.104,13.132,9.944,12.366,19.83,13.111 c4.23,0.319,24.222,4.669,25.19-0.5c1.137-6.059,0.699-12.927,3.889-18.429c3.922-6.762,18.761-3.334,24.353-1.141 C90.432,91.295,90.012,82.589,90.012,74.078" id="path38" style="fill:#F4F2F2;"/>
|
66
|
-
<path d="M67.197,127.34c12.361-1.244,23.77-14.102,31.338-22.826c-7.036-2.406-19.226-6.73-26.136-2.332 C66.432,105.979,67.496,121.113,67.197,127.34" id="path40" style="fill:#BFBFBF;"/>
|
67
|
-
<path d="M62.811,121.536c0.094-6.565,0.118-16.723,5.041-21.709c5.208-5.273,18.075-1.679,24.321-0.173 c-7.048-1.689-22.05-6.546-28.516-1.877C57.782,102.019,61.438,115.776,62.811,121.536" id="path42" style="fill:#CFCFCF;"/>
|
68
|
-
<linearGradient gradientUnits="userSpaceOnUse" id="XMLID_11_" x1="37.6685" x2="84.8968" y1="16.2412" y2="40.2231">
|
69
|
-
<stop id="stop45" offset="0" style="stop-color:#E5E4E4"/>
|
70
|
-
<stop id="stop47" offset="1" style="stop-color:#7F7F7F"/>
|
71
|
-
</linearGradient>
|
72
|
-
<path d="M76.096,18.36c-1.818-0.949-4.346-0.76-6.307-1.332c-4.078-1.185-3.3-3.732-4.097-7.25 C63.962,2.153,54.909-0.992,48.028,2.12c-6.78,3.068-3.367,12.563-8.861,14.678c-6.909,2.655-14.693,5.493-16.075,14.009 c-0.966,5.957,7.497,5.059,11.395,5.063c10.639,0.007,21.237-0.487,31.88-0.152c5.321,0.169,14.675,2.017,19.488-1.12 C92.223,30.447,79.068,19.915,76.096,18.36 M53.958,13.667c-5.818,0-5.82-8.386,0-8.386C59.779,5.281,59.777,13.667,53.958,13.667" id="path49" style="fill:url(#XMLID_11_);"/>
|
73
|
-
<linearGradient gradientTransform="matrix(-0.5 95.4984 95.4984 0.5 -43112.1172 23679.4707)" gradientUnits="userSpaceOnUse" id="XMLID_12_" x1="-251.0186" x2="-249.0809" y1="450.7046" y2="450.7046">
|
74
|
-
<stop id="stop52" offset="0" style="stop-color:#FFFFFF"/>
|
75
|
-
<stop id="stop54" offset="1" style="stop-color:#000000"/>
|
76
|
-
</linearGradient>
|
77
|
-
<path d="M44.718,3.234c-2.89,2.808-3.781,7.037-3.781,10.923c0,2.053-5.599,2.796-7.146,3.294 c-4.379,1.411-18.299,14.971-9.115,18.366c10.099,3.735,24.395,0.509,35.254,0.735c7.308,0.149,14.892,0.974,22.147,0.101 c10.509-1.263,4.154-12.253-1.184-16.372c-3.415-2.631-5.697-3.018-9.749-3.9c-5.596-1.218-3.539-5.885-5.69-10.089 C61.901-0.654,50.216-2.11,44.718,3.234 M24.219,33.404c-5.012-4.847,9.257-13.594,12.077-14.764 c4.656-1.192,6.131-2.146,6.674-6.9c0.455-3.981,2.351-7.785,6.377-9.113c7.321-2.416,14.769,1.343,15.715,9.079 c1.008,8.248,11.372,6.503,16.772,11.922c1.491,1.497,6.184,7.623,3.816,9.924c-2.111,2.044-7.215,1.463-9.814,1.452 c-6.212-0.025-12.434-0.282-18.646-0.41c-4.037-0.084-8.076,0.064-12.113,0.132C40.132,34.812,28.156,37.237,24.219,33.404" id="path56" style="fill:url(#XMLID_12_);"/>
|
78
|
-
<linearGradient gradientTransform="matrix(0 -28.4325 -28.4325 0 14646.2637 -7191.937)" gradientUnits="userSpaceOnUse" id="XMLID_13_" x1="-254.1416" x2="-252.2852" y1="513.2261" y2="513.2261">
|
79
|
-
<stop id="stop59" offset="0" style="stop-color:#FFFFFF"/>
|
80
|
-
<stop id="stop61" offset="1" style="stop-color:#000000"/>
|
81
|
-
</linearGradient>
|
82
|
-
<path d="M48.45,9.472c0,6.692,11.017,6.692,11.017,0C59.466,2.785,48.45,2.785,48.45,9.472 M50.352,9.472c0-4.238,7.213-4.238,7.213,0C57.565,13.715,50.352,13.715,50.352,9.472" id="path63" style="fill:url(#XMLID_13_);"/>
|
83
|
-
<path d="M59.003,7.186c0-3.659-10.301-3.023-10.301,0.238C48.702,2.963,59.003,2.347,59.003,7.186" id="path65" style="fill:#EAEAEA;"/>
|
84
|
-
<path d="M83.722,33.968c0,0.72-55.384,0.72-55.384,0S83.722,33.248,83.722,33.968" id="path67" style="fill:#EAEAEA;"/>
|
85
|
-
<radialGradient cx="54.106" cy="26.6313" gradientUnits="userSpaceOnUse" id="XMLID_14_" r="27.7131">
|
86
|
-
<stop id="stop70" offset="0" style="stop-color:#E5E4E4"/>
|
87
|
-
<stop id="stop72" offset="1" style="stop-color:#7F7F7F"/>
|
88
|
-
</radialGradient>
|
89
|
-
<path d="M83.722,30.403c0,0.741-56.81,0.691-56.81,0c0-6.722,18.914-9.698,22.693-10.009 c8.53-0.702,17.061,0.447,24.868,4.046C75.761,25.036,83.722,28.468,83.722,30.403" id="path74" style="fill:url(#XMLID_14_);"/>
|
90
|
-
<path d="M78.257,25.014c0-3.657-18.587-5.564-20.474-5.646c-2.105-0.091-26.275,0.869-26.275,5.015 c0-4.751,21.063-6.169,23.46-6.169C57.581,18.213,78.257,20.003,78.257,25.014" id="path76" style="fill:#F7F7F7;"/>
|
91
|
-
</g>
|
92
|
-
</svg>
|
Binary file
|
data/public/images/arrow-up.gif
DELETED
Binary file
|
data/public/images/arrow07_2.png
DELETED
Binary file
|
data/public/images/arrow07_4.png
DELETED
Binary file
|
Binary file
|
@@ -1,59 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
3
|
-
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
4
|
-
<svg height="163.286" id="svg1" inkscape:version="0.40" sodipodi:docbase="/mnt/donnees/09-Mes_images/Travaux/Travaux vectoriel/pictogrammes/sécu SVG/Sauvetage et secours" sodipodi:docname="DirectionsASuivre1.svg" sodipodi:version="0.32" width="163.286" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
5
|
-
<metadata>
|
6
|
-
<rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
|
-
<cc:Work rdf:about="">
|
8
|
-
<dc:title>direction a suivre 1</dc:title>
|
9
|
-
<dc:description>sauvetage</dc:description>
|
10
|
-
<dc:subject>
|
11
|
-
<rdf:Bag>
|
12
|
-
<rdf:li>symbol</rdf:li>
|
13
|
-
</rdf:Bag>
|
14
|
-
</dc:subject>
|
15
|
-
<dc:publisher>
|
16
|
-
<cc:Agent rdf:about="http://www.openclipart.org">
|
17
|
-
<dc:title>yves GUILLOU</dc:title>
|
18
|
-
</cc:Agent>
|
19
|
-
</dc:publisher>
|
20
|
-
<dc:creator>
|
21
|
-
<cc:Agent>
|
22
|
-
<dc:title>yves GUILLOU</dc:title>
|
23
|
-
</cc:Agent>
|
24
|
-
</dc:creator>
|
25
|
-
<dc:rights>
|
26
|
-
<cc:Agent>
|
27
|
-
<dc:title>yves GUILLOU</dc:title>
|
28
|
-
</cc:Agent>
|
29
|
-
</dc:rights>
|
30
|
-
<dc:date></dc:date>
|
31
|
-
<dc:format>image/svg+xml</dc:format>
|
32
|
-
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
33
|
-
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
|
34
|
-
<dc:language>en</dc:language>
|
35
|
-
</cc:Work>
|
36
|
-
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
|
37
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
|
38
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
|
39
|
-
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
|
40
|
-
</cc:License>
|
41
|
-
</rdf:RDF>
|
42
|
-
</metadata>
|
43
|
-
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="svg1" inkscape:cx="65.314398" inkscape:cy="65.314398" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1121" inkscape:window-width="1590" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="7.2189290" pagecolor="#ffffff"/>
|
44
|
-
<defs id="defs2">
|
45
|
-
<marker id="ArrowEnd" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="0" refY="5" viewBox="0 0 10 10">
|
46
|
-
<path d="M 0 0 L 10 5 L 0 10 z" id="path4"/>
|
47
|
-
</marker>
|
48
|
-
<marker id="ArrowStart" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="10" refY="5" viewBox="0 0 10 10">
|
49
|
-
<path d="M 10 0 L 0 5 L 10 10 z" id="path6"/>
|
50
|
-
</marker>
|
51
|
-
</defs>
|
52
|
-
<g id="g7">
|
53
|
-
<g id="g8">
|
54
|
-
<path d="M 152.37700,152.39400 L 152.37700,10.990500 L 10.974200,10.990500 L 10.974200,152.39400 L 152.37700,152.39400 z " id="path9" style="fill:#000000;stroke:none"/>
|
55
|
-
<path d="M 148.18600,148.18600 L 148.18600,15.099900 L 15.099900,15.099900 L 15.099900,148.18600 L 148.18600,148.18600 z " id="path10" style="fill:#00b200;stroke:#ffffff;stroke-width:2.8812001"/>
|
56
|
-
</g>
|
57
|
-
<path d="M 81.215000,23.728500 L 94.429800,23.728500 L 94.429800,97.714100 L 122.32700,71.284800 L 122.32700,103.58700 L 81.949200,144.70000 L 41.570900,103.58700 L 41.570900,71.284800 L 69.468600,97.714100 L 69.468600,23.728500 L 82.683300,23.728500 L 81.215000,23.728500 z " id="path11" style="fill:#ffffff;stroke:none"/>
|
58
|
-
</g>
|
59
|
-
</svg>
|