alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!--
|
3
|
+
Copyright (C) 2004-2005 Laurent Sansonetti
|
4
|
+
|
5
|
+
Alexandria is free software; you can redistribute it and/or
|
6
|
+
modify it under the terms of the GNU General Public License as
|
7
|
+
published by the Free Software Foundation; either version 2 of the
|
8
|
+
License, or (at your option) any later version.
|
9
|
+
|
10
|
+
Alexandria is distributed in the hope that it will be useful,
|
11
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
General Public License for more details.
|
14
|
+
|
15
|
+
You should have received a copy of the GNU General Public
|
16
|
+
License along with Alexandria; see the file COPYING. If not,
|
17
|
+
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
18
|
+
Boston, MA 02111-1307, USA.
|
19
|
+
-->
|
20
|
+
|
21
|
+
<ui>
|
22
|
+
<menubar name="MainMenubar">
|
23
|
+
<menu action="LibraryMenu">
|
24
|
+
<menuitem action="New"/>
|
25
|
+
<menuitem action="NewSmart"/>
|
26
|
+
<separator/>
|
27
|
+
<menuitem action="AddBook"/>
|
28
|
+
<menuitem action="AddBookManual"/>
|
29
|
+
<separator/>
|
30
|
+
<menuitem action="Import"/>
|
31
|
+
<menuitem action="Export"/>
|
32
|
+
<menuitem action="Acquire"/>
|
33
|
+
<separator/>
|
34
|
+
<menuitem action="Properties"/>
|
35
|
+
<separator/>
|
36
|
+
<menuitem action="Quit"/>
|
37
|
+
</menu>
|
38
|
+
<menu action="EditMenu">
|
39
|
+
<menuitem action="Undo"/>
|
40
|
+
<menuitem action="Redo"/>
|
41
|
+
<separator/>
|
42
|
+
<menuitem action="SelectAll"/>
|
43
|
+
<menuitem action="DeselectAll"/>
|
44
|
+
<separator/>
|
45
|
+
<menu action="SetRating">
|
46
|
+
<menuitem action="SetRating0"/>
|
47
|
+
<menuitem action="SetRating1"/>
|
48
|
+
<menuitem action="SetRating2"/>
|
49
|
+
<menuitem action="SetRating3"/>
|
50
|
+
<menuitem action="SetRating4"/>
|
51
|
+
<menuitem action="SetRating5"/>
|
52
|
+
</menu>
|
53
|
+
<menu action="Move"/>
|
54
|
+
<separator/>
|
55
|
+
<menuitem action="Delete"/>
|
56
|
+
<separator/>
|
57
|
+
<menuitem action="Search"/>
|
58
|
+
<menuitem action="ClearSearchResult"/>
|
59
|
+
<separator/>
|
60
|
+
<menuitem action="Preferences"/>
|
61
|
+
</menu>
|
62
|
+
<menu action="ViewMenu">
|
63
|
+
<menuitem action="Sidepane"/>
|
64
|
+
<menuitem action="Toolbar"/>
|
65
|
+
<menuitem action="Statusbar"/>
|
66
|
+
<separator/>
|
67
|
+
<menu action="ArrangeIcons">
|
68
|
+
<menuitem action="ByTitle"/>
|
69
|
+
<menuitem action="ByAuthors"/>
|
70
|
+
<menuitem action="ByISBN"/>
|
71
|
+
<menuitem action="ByPublisher"/>
|
72
|
+
<menuitem action="ByEdition"/>
|
73
|
+
<menuitem action="ByRating"/>
|
74
|
+
<separator/>
|
75
|
+
<menuitem action="ReversedOrder"/>
|
76
|
+
</menu>
|
77
|
+
<separator/>
|
78
|
+
<menu action="OnlineInformation"/>
|
79
|
+
<separator/>
|
80
|
+
<menuitem action="AsIcons"/>
|
81
|
+
<menuitem action="AsList"/>
|
82
|
+
</menu>
|
83
|
+
<menu action="HelpMenu">
|
84
|
+
<menuitem action="Help"/>
|
85
|
+
<separator/>
|
86
|
+
<menuitem action="SubmitBugReport"/>
|
87
|
+
<separator/>
|
88
|
+
<menuitem action="About"/>
|
89
|
+
</menu>
|
90
|
+
</menubar>
|
91
|
+
</ui>
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!--
|
3
|
+
Copyright (C) 2004-2005 Laurent Sansonetti
|
4
|
+
|
5
|
+
Alexandria is free software; you can redistribute it and/or
|
6
|
+
modify it under the terms of the GNU General Public License as
|
7
|
+
published by the Free Software Foundation; either version 2 of the
|
8
|
+
License, or (at your option) any later version.
|
9
|
+
|
10
|
+
Alexandria is distributed in the hope that it will be useful,
|
11
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
General Public License for more details.
|
14
|
+
|
15
|
+
You should have received a copy of the GNU General Public
|
16
|
+
License along with Alexandria; see the file COPYING. If not,
|
17
|
+
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
18
|
+
Boston, MA 02111-1307, USA.
|
19
|
+
-->
|
20
|
+
|
21
|
+
<ui>
|
22
|
+
<popup name="NoLibraryPopup">
|
23
|
+
<menuitem action="New"/>
|
24
|
+
<menuitem action="NewSmart"/>
|
25
|
+
</popup>
|
26
|
+
<popup name="SmartLibraryPopup">
|
27
|
+
<menuitem action="Properties"/>
|
28
|
+
<menuitem action="Rename"/>
|
29
|
+
<menuitem action="Export"/>
|
30
|
+
<menuitem action="Delete"/>
|
31
|
+
</popup>
|
32
|
+
<popup name="LibraryPopup">
|
33
|
+
<menuitem action="Rename"/>
|
34
|
+
<menuitem action="Export"/>
|
35
|
+
<menuitem action="Delete"/>
|
36
|
+
</popup>
|
37
|
+
<popup name="BookPopup">
|
38
|
+
<menuitem action="Properties"/>
|
39
|
+
<menu action="OnlineInformation"/>
|
40
|
+
<separator/>
|
41
|
+
<menu action="SetRating">
|
42
|
+
<menuitem action="SetRating0"/>
|
43
|
+
<menuitem action="SetRating1"/>
|
44
|
+
<menuitem action="SetRating2"/>
|
45
|
+
<menuitem action="SetRating3"/>
|
46
|
+
<menuitem action="SetRating4"/>
|
47
|
+
<menuitem action="SetRating5"/>
|
48
|
+
</menu>
|
49
|
+
<menu action="Move"/>
|
50
|
+
<separator/>
|
51
|
+
<menuitem action="SelectAll"/>
|
52
|
+
<menuitem action="DeselectAll"/>
|
53
|
+
<separator/>
|
54
|
+
<menu action="ArrangeIcons">
|
55
|
+
<menuitem action="ByTitle"/>
|
56
|
+
<menuitem action="ByAuthors"/>
|
57
|
+
<menuitem action="ByISBN"/>
|
58
|
+
<menuitem action="ByPublisher"/>
|
59
|
+
<menuitem action="ByEdition"/>
|
60
|
+
<menuitem action="ByRating"/>
|
61
|
+
<separator/>
|
62
|
+
<menuitem action="ReversedOrder"/>
|
63
|
+
</menu>
|
64
|
+
<separator/>
|
65
|
+
<menuitem action="AsIcons"/>
|
66
|
+
<menuitem action="AsList"/>
|
67
|
+
<separator/>
|
68
|
+
<menuitem action="Delete"/>
|
69
|
+
</popup>
|
70
|
+
<popup name="NoBookPopup">
|
71
|
+
<menuitem action="AddBook"/>
|
72
|
+
<menuitem action="AddBookManual"/>
|
73
|
+
<separator/>
|
74
|
+
<menuitem action="SelectAll"/>
|
75
|
+
<menuitem action="DeselectAll"/>
|
76
|
+
<separator/>
|
77
|
+
<menu action="ArrangeIcons">
|
78
|
+
<menuitem action="ByTitle"/>
|
79
|
+
<menuitem action="ByAuthors"/>
|
80
|
+
<menuitem action="ByISBN"/>
|
81
|
+
<menuitem action="ByPublisher"/>
|
82
|
+
<menuitem action="ByEdition"/>
|
83
|
+
<menuitem action="ByRating"/>
|
84
|
+
<separator/>
|
85
|
+
<menuitem action="ReversedOrder"/>
|
86
|
+
</menu>
|
87
|
+
<separator/>
|
88
|
+
<menuitem action="AsIcons"/>
|
89
|
+
<menuitem action="AsList"/>
|
90
|
+
</popup>
|
91
|
+
</ui>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (C) 2005 Laurent Sansonetti
|
3
|
+
*
|
4
|
+
* Alexandria is free software; you can redistribute it and/or
|
5
|
+
* modify it under the terms of the GNU General Public License as
|
6
|
+
* published by the Free Software Foundation; either version 2 of the
|
7
|
+
* License, or (at your option) any later version.
|
8
|
+
*
|
9
|
+
* Alexandria is distributed in the hope that it will be useful,
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
+
* General Public License for more details.
|
13
|
+
*
|
14
|
+
* You should have received a copy of the GNU General Public
|
15
|
+
* License along with Alexandria; see the file COPYING. If not,
|
16
|
+
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
17
|
+
* Boston, MA 02111-1307, USA.
|
18
|
+
*/
|
19
|
+
|
20
|
+
body {
|
21
|
+
background: #FFFFFF;
|
22
|
+
color: #000000;
|
23
|
+
margin-left: 10px;
|
24
|
+
margin-right: 10px;
|
25
|
+
font-family: helvetica, arial, sans-serif;
|
26
|
+
}
|
27
|
+
|
28
|
+
.library_name {
|
29
|
+
text-align: center;
|
30
|
+
}
|
31
|
+
|
32
|
+
.book {
|
33
|
+
float: left;
|
34
|
+
border: 1px solid #D2D2D2;
|
35
|
+
display: block;
|
36
|
+
width: 100%;
|
37
|
+
margin-bottom: 10px;
|
38
|
+
}
|
39
|
+
|
40
|
+
.book_isbn {
|
41
|
+
float: right;
|
42
|
+
font-family: monospace;
|
43
|
+
padding-left: 20px;
|
44
|
+
padding-right: 10px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.book_cover {
|
48
|
+
float: left;
|
49
|
+
padding: 5px 20px 5px 5px;
|
50
|
+
}
|
51
|
+
|
52
|
+
.no_book_cover {
|
53
|
+
/* do nothing */
|
54
|
+
}
|
55
|
+
|
56
|
+
.book_title {
|
57
|
+
padding-left: 10px;
|
58
|
+
font-weight: bold;
|
59
|
+
}
|
60
|
+
|
61
|
+
.book_authors {
|
62
|
+
list-style-type: none;
|
63
|
+
}
|
64
|
+
|
65
|
+
.book_author {
|
66
|
+
font-size: 90%;
|
67
|
+
font-style: italic;
|
68
|
+
padding-left: 20px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.book_binding {
|
72
|
+
padding-left: 10px;
|
73
|
+
font-size: 90%;
|
74
|
+
}
|
75
|
+
|
76
|
+
.book_publisher {
|
77
|
+
padding-left: 10px;
|
78
|
+
font-size: 90%;
|
79
|
+
}
|
80
|
+
|
81
|
+
.copyright {
|
82
|
+
clear: both;
|
83
|
+
font-size: 80%;
|
84
|
+
text-align: right;
|
85
|
+
}
|
Binary file
|
@@ -0,0 +1,105 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (C) 2005 Laurent Sansonetti
|
3
|
+
* Copyright (C) 2008 Cathal Mc Ginley
|
4
|
+
*
|
5
|
+
* Alexandria is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2 of the
|
8
|
+
* License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* Alexandria is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU General Public
|
16
|
+
* License along with Alexandria; see the file COPYING. If not,
|
17
|
+
* write to the Free Software Foundation, Inc., 51 Franklin Street,
|
18
|
+
* Fifth Floor, Boston, MA 02110-1301 USA.
|
19
|
+
*/
|
20
|
+
|
21
|
+
body {
|
22
|
+
background: #FFF;
|
23
|
+
color: #000;
|
24
|
+
margin: 2px 2px 2px 5px;
|
25
|
+
font-family: helvetica, arial, sans-serif;
|
26
|
+
}
|
27
|
+
|
28
|
+
h1.library_name {
|
29
|
+
font-size: 12pt;
|
30
|
+
font-weight: bold;
|
31
|
+
text-align: left;
|
32
|
+
border-bottom: 2px solid black;
|
33
|
+
margin: 0 0 2px 0;
|
34
|
+
padding-bottom: 2px;
|
35
|
+
}
|
36
|
+
|
37
|
+
div.book {
|
38
|
+
width: 100%;
|
39
|
+
margin: 5px 0;
|
40
|
+
}
|
41
|
+
|
42
|
+
.book_isbn {
|
43
|
+
float: right;
|
44
|
+
font-family: monospace;
|
45
|
+
}
|
46
|
+
.book_isbn:before { font-style: italic; color: #888; content: "ISBN-13: "; }
|
47
|
+
|
48
|
+
img.book_cover {
|
49
|
+
display: none;
|
50
|
+
}
|
51
|
+
|
52
|
+
.no_book_cover {
|
53
|
+
/* do nothing */
|
54
|
+
}
|
55
|
+
|
56
|
+
p {
|
57
|
+
margin: 0;
|
58
|
+
}
|
59
|
+
|
60
|
+
.book_title {
|
61
|
+
/* no extra style */
|
62
|
+
}
|
63
|
+
|
64
|
+
ul.book_authors {
|
65
|
+
display: block;
|
66
|
+
margin: 0;
|
67
|
+
padding: 0;
|
68
|
+
}
|
69
|
+
|
70
|
+
li.book_author {
|
71
|
+
display: inline;
|
72
|
+
font-size: 90%;
|
73
|
+
font-style: italic;
|
74
|
+
padding: 2px 4px 2px 10px;
|
75
|
+
border-left: 1px solid #888;
|
76
|
+
}
|
77
|
+
|
78
|
+
.book_author:first-child {
|
79
|
+
border-left: none;
|
80
|
+
padding-left: 0;
|
81
|
+
}
|
82
|
+
|
83
|
+
.book_binding {
|
84
|
+
display: none;
|
85
|
+
}
|
86
|
+
|
87
|
+
.book_publisher {
|
88
|
+
display: none;
|
89
|
+
}
|
90
|
+
|
91
|
+
.copyright {
|
92
|
+
position: absolute;
|
93
|
+
top: 0;
|
94
|
+
right: 0;
|
95
|
+
padding-right: 10px;
|
96
|
+
font-size: 80%;
|
97
|
+
text-align: right;
|
98
|
+
color: #AAA;
|
99
|
+
}
|
100
|
+
|
101
|
+
.copyright a {
|
102
|
+
color: #555;
|
103
|
+
font-style: italic;
|
104
|
+
text-decoration: none;
|
105
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,263 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://web.resource.org/cc/"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="16"
|
13
|
+
height="16"
|
14
|
+
id="svg4908"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.44+devel"
|
17
|
+
version="1.0"
|
18
|
+
sodipodi:docbase="/home/andreas/project/application icons/16x16"
|
19
|
+
sodipodi:docname="alexandria.svg"
|
20
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
21
|
+
inkscape:export-filename="/home/andreas/project/application icons/16x16/alexandria.png"
|
22
|
+
inkscape:export-xdpi="90"
|
23
|
+
inkscape:export-ydpi="90"
|
24
|
+
sodipodi:modified="true">
|
25
|
+
<defs
|
26
|
+
id="defs4910">
|
27
|
+
<linearGradient
|
28
|
+
inkscape:collect="always"
|
29
|
+
id="linearGradient5941">
|
30
|
+
<stop
|
31
|
+
style="stop-color:#7d4e01;stop-opacity:1"
|
32
|
+
offset="0"
|
33
|
+
id="stop5943" />
|
34
|
+
<stop
|
35
|
+
style="stop-color:#a96801;stop-opacity:1"
|
36
|
+
offset="1"
|
37
|
+
id="stop5945" />
|
38
|
+
</linearGradient>
|
39
|
+
<linearGradient
|
40
|
+
inkscape:collect="always"
|
41
|
+
xlink:href="#linearGradient5941"
|
42
|
+
id="linearGradient5947"
|
43
|
+
x1="9.9384851"
|
44
|
+
y1="11.43926"
|
45
|
+
x2="9.9843884"
|
46
|
+
y2="1.4955717"
|
47
|
+
gradientUnits="userSpaceOnUse"
|
48
|
+
gradientTransform="matrix(0.7344111,0,0,0.7933885,-8.6604676e-2,-0.6900828)" />
|
49
|
+
</defs>
|
50
|
+
<sodipodi:namedview
|
51
|
+
id="base"
|
52
|
+
pagecolor="#ffffff"
|
53
|
+
bordercolor="#666666"
|
54
|
+
borderopacity="1.0"
|
55
|
+
inkscape:pageopacity="0.0"
|
56
|
+
inkscape:pageshadow="2"
|
57
|
+
inkscape:zoom="16"
|
58
|
+
inkscape:cx="4.7899043"
|
59
|
+
inkscape:cy="10.670643"
|
60
|
+
inkscape:current-layer="layer1"
|
61
|
+
showgrid="false"
|
62
|
+
inkscape:grid-bbox="true"
|
63
|
+
inkscape:document-units="px"
|
64
|
+
width="16px"
|
65
|
+
height="16px"
|
66
|
+
inkscape:window-width="1680"
|
67
|
+
inkscape:window-height="973"
|
68
|
+
inkscape:window-x="3"
|
69
|
+
inkscape:window-y="51" />
|
70
|
+
<metadata
|
71
|
+
id="metadata4913">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
</cc:Work>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<g
|
82
|
+
id="layer1"
|
83
|
+
inkscape:label="Layer 1"
|
84
|
+
inkscape:groupmode="layer">
|
85
|
+
<rect
|
86
|
+
style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#6c4200;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
87
|
+
id="rect4945"
|
88
|
+
width="13"
|
89
|
+
height="15.000001"
|
90
|
+
x="1.5"
|
91
|
+
y="0.5"
|
92
|
+
rx="0"
|
93
|
+
ry="0" />
|
94
|
+
<rect
|
95
|
+
style="opacity:1;fill:#653d00;fill-opacity:1;stroke:#8f5902;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
96
|
+
id="rect5949"
|
97
|
+
width="9"
|
98
|
+
height="4"
|
99
|
+
x="3.5"
|
100
|
+
y="9.5" />
|
101
|
+
<rect
|
102
|
+
style="opacity:1;fill:#653d00;fill-opacity:1;stroke:#8f5902;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
103
|
+
id="rect5916"
|
104
|
+
width="8.999999"
|
105
|
+
height="4"
|
106
|
+
x="3.5"
|
107
|
+
y="3.5" />
|
108
|
+
<rect
|
109
|
+
style="opacity:0.26630435;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
110
|
+
id="rect5918"
|
111
|
+
width="11"
|
112
|
+
height="13.000001"
|
113
|
+
x="2.5"
|
114
|
+
y="1.5" />
|
115
|
+
<rect
|
116
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
117
|
+
id="rect4951"
|
118
|
+
width="1"
|
119
|
+
height="3.03125"
|
120
|
+
x="6"
|
121
|
+
y="3.96875" />
|
122
|
+
<rect
|
123
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
124
|
+
id="rect5922"
|
125
|
+
width="1"
|
126
|
+
height="3.03125"
|
127
|
+
x="5"
|
128
|
+
y="3.96875" />
|
129
|
+
<rect
|
130
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
131
|
+
id="rect5924"
|
132
|
+
width="1"
|
133
|
+
height="3.03125"
|
134
|
+
x="7"
|
135
|
+
y="3.96875" />
|
136
|
+
<rect
|
137
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
138
|
+
id="rect5926"
|
139
|
+
width="1"
|
140
|
+
height="3.03125"
|
141
|
+
x="8"
|
142
|
+
y="3.96875" />
|
143
|
+
<rect
|
144
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
145
|
+
id="rect5928"
|
146
|
+
width="1"
|
147
|
+
height="3.03125"
|
148
|
+
x="9"
|
149
|
+
y="3.96875" />
|
150
|
+
<rect
|
151
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
152
|
+
id="rect5930"
|
153
|
+
width="1"
|
154
|
+
height="3.03125"
|
155
|
+
x="10"
|
156
|
+
y="3.96875" />
|
157
|
+
<rect
|
158
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
159
|
+
id="rect5952"
|
160
|
+
width="1"
|
161
|
+
height="3.03125"
|
162
|
+
x="4"
|
163
|
+
y="3.96875" />
|
164
|
+
<rect
|
165
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
166
|
+
id="rect6323"
|
167
|
+
width="1"
|
168
|
+
height="3.03125"
|
169
|
+
x="11"
|
170
|
+
y="4" />
|
171
|
+
<rect
|
172
|
+
style="opacity:0.18478262;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
173
|
+
id="rect5954"
|
174
|
+
width="8"
|
175
|
+
height="1.03125"
|
176
|
+
x="4"
|
177
|
+
y="3.96875" />
|
178
|
+
<rect
|
179
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
180
|
+
id="rect6325"
|
181
|
+
width="1"
|
182
|
+
height="2.9693878"
|
183
|
+
x="6"
|
184
|
+
y="10" />
|
185
|
+
<rect
|
186
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
187
|
+
id="rect6327"
|
188
|
+
width="1"
|
189
|
+
height="2.9693878"
|
190
|
+
x="5"
|
191
|
+
y="10" />
|
192
|
+
<rect
|
193
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
194
|
+
id="rect6329"
|
195
|
+
width="1"
|
196
|
+
height="2.9693878"
|
197
|
+
x="7"
|
198
|
+
y="10" />
|
199
|
+
<rect
|
200
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
201
|
+
id="rect6331"
|
202
|
+
width="1"
|
203
|
+
height="2.9693878"
|
204
|
+
x="8"
|
205
|
+
y="10" />
|
206
|
+
<rect
|
207
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
208
|
+
id="rect6333"
|
209
|
+
width="1"
|
210
|
+
height="2.9693878"
|
211
|
+
x="9"
|
212
|
+
y="10" />
|
213
|
+
<rect
|
214
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
215
|
+
id="rect6335"
|
216
|
+
width="1"
|
217
|
+
height="2.9693878"
|
218
|
+
x="10"
|
219
|
+
y="10" />
|
220
|
+
<rect
|
221
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
222
|
+
id="rect6337"
|
223
|
+
width="1"
|
224
|
+
height="2.9693878"
|
225
|
+
x="4"
|
226
|
+
y="10" />
|
227
|
+
<rect
|
228
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
229
|
+
id="rect6339"
|
230
|
+
width="1"
|
231
|
+
height="2.9693878"
|
232
|
+
x="11"
|
233
|
+
y="10.030612" />
|
234
|
+
<rect
|
235
|
+
style="opacity:0.18478262;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
236
|
+
id="rect6341"
|
237
|
+
width="8"
|
238
|
+
height="1.0102041"
|
239
|
+
x="4"
|
240
|
+
y="10.030612" />
|
241
|
+
<rect
|
242
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
243
|
+
id="rect6343"
|
244
|
+
width="6.0000005"
|
245
|
+
height="4.9375005"
|
246
|
+
x="9.5"
|
247
|
+
y="10.5" />
|
248
|
+
<rect
|
249
|
+
style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
250
|
+
id="rect6345"
|
251
|
+
width="4"
|
252
|
+
height="4"
|
253
|
+
x="10.5"
|
254
|
+
y="10.5" />
|
255
|
+
<rect
|
256
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
257
|
+
id="rect6347"
|
258
|
+
width="1"
|
259
|
+
height="3"
|
260
|
+
x="12"
|
261
|
+
y="11" />
|
262
|
+
</g>
|
263
|
+
</svg>
|