Version Description
Download this release
Release Info
Developer | willmot |
Plugin | BackUpWordPress |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3 to 2.3.1
- admin/backups.php +11 -4
- admin/schedule-form-excludes.php +1 -1
- admin/schedule.php +15 -4
- assets/colorbox/README.md +0 -456
- assets/colorbox/colorbox.ai +3 -1814
- assets/colorbox/colorbox.jquery.json +0 -29
- assets/colorbox/component.json +0 -8
- assets/colorbox/content/ajax.html +0 -11
- assets/colorbox/content/daisy.jpg +0 -0
- assets/colorbox/content/daisy@2x.jpg +0 -0
- assets/colorbox/content/homer.jpg +0 -0
- assets/colorbox/content/marylou.jpg +0 -0
- assets/colorbox/content/ohoopee1.jpg +0 -0
- assets/colorbox/content/ohoopee2.jpg +0 -0
- assets/colorbox/content/ohoopee3.jpg +0 -0
- assets/colorbox/example1/colorbox.css +0 -69
- assets/colorbox/example1/images/border.png +0 -0
- assets/colorbox/example1/images/controls.png +0 -0
- assets/colorbox/example1/images/loading.gif +0 -0
- assets/colorbox/example1/images/loading_background.png +0 -0
- assets/colorbox/example1/images/overlay.png +0 -0
- assets/colorbox/example1/index.html +0 -95
- assets/colorbox/example2/colorbox.css +0 -49
- assets/colorbox/example2/images/controls.png +0 -0
- assets/colorbox/example2/images/loading.gif +0 -0
- assets/colorbox/example2/index.html +0 -95
- assets/colorbox/example3/colorbox.css +0 -44
- assets/colorbox/example3/images/controls.png +0 -0
- assets/colorbox/example3/images/loading.gif +0 -0
- assets/colorbox/example3/index.html +0 -95
- assets/colorbox/example4/colorbox.css +0 -65
- assets/colorbox/example4/images/border1.png +0 -0
- assets/colorbox/example4/images/border2.png +0 -0
- assets/colorbox/example4/images/loading.gif +0 -0
- assets/colorbox/example4/index.html +0 -95
- assets/colorbox/example5/colorbox.css +0 -57
- assets/colorbox/example5/images/border.png +0 -0
- assets/colorbox/example5/images/controls.png +0 -0
- assets/colorbox/example5/images/loading.gif +0 -0
- assets/colorbox/example5/images/loading_background.png +0 -0
- assets/colorbox/example5/index.html +0 -95
- assets/colorbox/i18n/jquery.colorbox-ar.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-cs.js +0 -14
- assets/colorbox/i18n/jquery.colorbox-da.js +0 -16
- assets/colorbox/i18n/jquery.colorbox-de.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-es.js +0 -13
- assets/colorbox/i18n/jquery.colorbox-fa.js +0 -18
- assets/colorbox/i18n/jquery.colorbox-fi.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-fr.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-hr.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-hu.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-it.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-ja.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-kr.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-lv.js +0 -16
- assets/colorbox/i18n/jquery.colorbox-nl.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-no.js +0 -16
- assets/colorbox/i18n/jquery.colorbox-pl.js +0 -16
- assets/colorbox/i18n/jquery.colorbox-pt-br.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-ro.js +0 -15
- assets/colorbox/i18n/jquery.colorbox-ru.js +0 -16
- assets/colorbox/i18n/jquery.colorbox-sk.js +0 -13
- assets/colorbox/i18n/jquery.colorbox-tr.js +0 -19
- assets/colorbox/i18n/jquery.colorbox-zh-CN.js +0 -15
- assets/colorbox/jquery.colorbox.js +0 -1026
- assets/hmbkp.js +1 -1
- backupwordpress.php +32 -8
- classes/email.php +3 -3
- classes/schedule.php +44 -6
- classes/schedules.php +12 -1
- classes/services.php +1 -1
- classes/wp-cli.php +1 -1
- functions/core.php +4 -28
- languages/hmbkp-cs_CZ.mo +0 -0
- languages/hmbkp-cs_CZ.po +6 -6
- languages/hmbkp-da_DK.mo +0 -0
- languages/hmbkp-da_DK.po +1 -1
- languages/hmbkp-de_DE.mo +0 -0
- languages/hmbkp-de_DE.po +1 -1
- languages/hmbkp-es_ES.mo +0 -0
- languages/hmbkp-es_ES.po +1 -1
- languages/hmbkp-fr_FR.mo +0 -0
- languages/hmbkp-fr_FR.po +8 -8
- languages/hmbkp-he_IL.po +1 -1
- languages/hmbkp-it_IT.mo +0 -0
- languages/hmbkp-it_IT.po +1 -1
- languages/hmbkp-lt_LT.po +131 -127
- languages/hmbkp-lv_LV.mo +0 -0
- languages/hmbkp-lv_LV.po +636 -0
- languages/hmbkp-nl_NL.po +1 -1
- languages/hmbkp-pl_PL.mo +0 -0
- languages/hmbkp-pl_PL.po +1 -1
- languages/hmbkp-pt_BR.mo +0 -0
- languages/hmbkp-ru_RU.mo +0 -0
- languages/hmbkp-ru_RU.po +156 -152
- languages/hmbkp-sk_SK.mo +0 -0
- languages/hmbkp-sk_SK.po +1 -1
- languages/hmbkp-zh_CN.po +632 -0
- readme.txt +14 -1
- uninstall.php +2 -2
admin/backups.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php $schedules =
|
2 |
|
3 |
<div>
|
4 |
|
@@ -14,11 +14,18 @@
|
|
14 |
|
15 |
</ul>
|
16 |
|
17 |
-
<?php
|
|
|
|
|
18 |
$schedule = new HMBKP_Scheduled_Backup( sanitize_text_field( $_GET['hmbkp_schedule_id'] ) );
|
19 |
|
20 |
-
else
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
if ( ! $schedule )
|
24 |
return; ?>
|
1 |
+
<?php $schedules = HMBKP_Schedules::get_instance(); ?>
|
2 |
|
3 |
<div>
|
4 |
|
14 |
|
15 |
</ul>
|
16 |
|
17 |
+
<?php
|
18 |
+
|
19 |
+
if ( ! empty( $_GET['hmbkp_schedule_id'] ) )
|
20 |
$schedule = new HMBKP_Scheduled_Backup( sanitize_text_field( $_GET['hmbkp_schedule_id'] ) );
|
21 |
|
22 |
+
else {
|
23 |
+
|
24 |
+
$schedules = $schedules->get_schedules();
|
25 |
+
|
26 |
+
$schedule = reset( $schedules );
|
27 |
+
|
28 |
+
}
|
29 |
|
30 |
if ( ! $schedule )
|
31 |
return; ?>
|
admin/schedule-form-excludes.php
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
|
40 |
<span class="code"><?php esc_attr_e( str_ireplace( untrailingslashit( $schedule->get_root() ), '', $exclude ) ); ?></span>
|
41 |
|
42 |
-
<?php if ( $schedule->get_path() === untrailingslashit( $exclude ) ) : ?>
|
43 |
|
44 |
<span class="reason"><?php _e( 'default', 'hmbkp' ); ?></span>
|
45 |
|
39 |
|
40 |
<span class="code"><?php esc_attr_e( str_ireplace( untrailingslashit( $schedule->get_root() ), '', $exclude ) ); ?></span>
|
41 |
|
42 |
+
<?php if ( ( $schedule->get_path() === untrailingslashit( $exclude ) ) || ( in_array( $exclude, $schedule->default_excludes() ) ) ) : ?>
|
43 |
|
44 |
<span class="reason"><?php _e( 'default', 'hmbkp' ); ?></span>
|
45 |
|
admin/schedule.php
CHANGED
@@ -91,13 +91,24 @@ switch ( $schedule->get_max_backups() ) :
|
|
91 |
|
92 |
endswitch;
|
93 |
|
94 |
-
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
<div class="hmbkp-schedule-sentence<?php if ( $schedule->get_status() ) { ?> hmbkp-running<?php } ?>">
|
98 |
|
99 |
-
<?php printf( __( 'Backup my %1$s %2$s %3$s, %4$s. %5$s', 'hmbkp' ), $filesize, '<span>' . $type . '</span>', $reoccurrence, $backup_to_keep, implode( '
|
100 |
|
101 |
<?php hmbkp_schedule_actions( $schedule ); ?>
|
102 |
|
103 |
-
</div>
|
91 |
|
92 |
endswitch;
|
93 |
|
94 |
+
$email_msg = '';
|
95 |
+
|
96 |
+
foreach ( HMBKP_Services::get_services( $schedule ) as $file => $service ) {
|
97 |
+
|
98 |
+
if ( 'Email' == $service->name ) {
|
99 |
+
$email_msg = $service->display();
|
100 |
+
} else {
|
101 |
+
$services[] = $service->display();
|
102 |
+
}
|
103 |
+
|
104 |
+
|
105 |
+
}
|
106 |
+
?>
|
107 |
|
108 |
<div class="hmbkp-schedule-sentence<?php if ( $schedule->get_status() ) { ?> hmbkp-running<?php } ?>">
|
109 |
|
110 |
+
<?php printf( __( 'Backup my %1$s %2$s %3$s, %4$s. %5$s Send a copy of each backup to: %6$s', 'hmbkp' ), $filesize, '<span>' . $type . '</span>', $reoccurrence, $backup_to_keep, $email_msg, ( ! empty( $services ) )? implode( ', ', array_filter( $services ) ) : '' ); ?>
|
111 |
|
112 |
<?php hmbkp_schedule_actions( $schedule ); ?>
|
113 |
|
114 |
+
</div>
|
assets/colorbox/README.md
DELETED
@@ -1,456 +0,0 @@
|
|
1 |
-
## About Colorbox:
|
2 |
-
A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
|
3 |
-
|
4 |
-
## Translations Welcome
|
5 |
-
Send me your language configuration files. See /i18n/jquery.colorbox-de.js as an example.
|
6 |
-
|
7 |
-
## Changelog:
|
8 |
-
|
9 |
-
### Version 1.4.15 - 2013/4/22
|
10 |
-
|
11 |
-
* Added .webp to list of recognized image extensions
|
12 |
-
|
13 |
-
### Version 1.4.14 - 2013/4/16
|
14 |
-
|
15 |
-
* Added fadeOut property to control the closing fadeOut speed.
|
16 |
-
* Removed longdesc attribute for now.
|
17 |
-
|
18 |
-
### Version 1.4.13 - 2013/4/11
|
19 |
-
|
20 |
-
* Fixed an error involving IE7/IE8 and legacy versions of jQuery
|
21 |
-
|
22 |
-
### Version 1.4.12 - 2013/4/9
|
23 |
-
|
24 |
-
* Fixed a potential conflict with Twitter Bootstrap default img styles.
|
25 |
-
|
26 |
-
### Version 1.4.11 - 2013/4/9
|
27 |
-
|
28 |
-
* Added `type='button'` to buttons to prevent accidental form submission
|
29 |
-
* Added alt and longdesc attributes to photo content if they are present on the calling element.
|
30 |
-
|
31 |
-
### Version 1.4.10 - 2013/4/2
|
32 |
-
|
33 |
-
* Better 'old IE' feature detection that fixes an error with jQuery 2.0.0pre.
|
34 |
-
|
35 |
-
### Version 1.4.9 - 2013/4/2
|
36 |
-
|
37 |
-
* Fixes bug introduced in previous version.
|
38 |
-
|
39 |
-
### Version 1.4.8 - 2013/4/2
|
40 |
-
|
41 |
-
* Dropped IE6 support.
|
42 |
-
* Fixed other issues with $.colorbox.remove.
|
43 |
-
|
44 |
-
### Version 1.4.7 - 2013/4/1
|
45 |
-
|
46 |
-
* Prevented an error if $.colorbox.remove is called during the transition.
|
47 |
-
|
48 |
-
### Version 1.4.6 - 2013/3/19
|
49 |
-
|
50 |
-
* Minor change to work around a jQuery 1.4.2 bug for legacy users.
|
51 |
-
|
52 |
-
### Version 1.4.5 - 2013/3/10
|
53 |
-
|
54 |
-
* Minor change to apply the close and className properties sooner.
|
55 |
-
|
56 |
-
### Version 1.4.4 - 2013/3/10
|
57 |
-
|
58 |
-
* Fixed an issue with percent-based heights in iOS
|
59 |
-
* Fixed an issue with ajax requests being applied at the wrong time.
|
60 |
-
|
61 |
-
### Version 1.4.3 - 2013/2/18
|
62 |
-
|
63 |
-
* Made image preloading aware of retina settings.
|
64 |
-
|
65 |
-
### Version 1.4.2 - 2013/2/18
|
66 |
-
|
67 |
-
* Removed $.contains for compatibility with jQuery 1.3.x
|
68 |
-
|
69 |
-
### Version 1.4.1 - 2013/2/14
|
70 |
-
|
71 |
-
* Ignored left and right arrow keypresses if combined with the alt key.
|
72 |
-
|
73 |
-
### Version 1.4.0 - 2013/2/12
|
74 |
-
|
75 |
-
* Better accessibility:
|
76 |
-
* Replaced div controls with buttons
|
77 |
-
* Tabbed navigation confined to modal window
|
78 |
-
* Added aria role
|
79 |
-
|
80 |
-
### Version 1.3.34 - 2013/2/4
|
81 |
-
|
82 |
-
* Updated manifest for plugins.jquery.com
|
83 |
-
|
84 |
-
### Version 1.3.33 - 2013/2/4
|
85 |
-
|
86 |
-
* Added retina display properties: retinaImage, retinaUrl, retinaSuffix
|
87 |
-
* Fixed iframe scrolling on iOS devices.
|
88 |
-
|
89 |
-
### Version 1.3.32 - 2013/1/31
|
90 |
-
|
91 |
-
* Improved internal event subscribing & fixed event bug introduced in v1.3.21
|
92 |
-
|
93 |
-
### Version 1.3.31 - 2013/1/28
|
94 |
-
|
95 |
-
* Fixed a size-calculation bug introduced in the previous commit.
|
96 |
-
|
97 |
-
### Version 1.3.30 - 2013/1/25
|
98 |
-
|
99 |
-
* Delayed border-width calculations until after opening, to avoid a bug in FF when using Colorbox in a hidden iframe.
|
100 |
-
|
101 |
-
### Version 1.3.29 - 2013/1/24
|
102 |
-
|
103 |
-
* Fixes bug with bubbling delegated events, introduced in the previous commit.
|
104 |
-
|
105 |
-
### Version 1.3.28 - 2013/1/24
|
106 |
-
|
107 |
-
* Fixed compatibility issue with old versions of jQuery (1.3.2-1.4.2)
|
108 |
-
|
109 |
-
### Version 1.3.27 - 2013/1/23
|
110 |
-
|
111 |
-
* Added className property.
|
112 |
-
|
113 |
-
### Version 1.3.26 - 2013/1/23
|
114 |
-
|
115 |
-
* Minor bugfix: clear the onload event handler after photo has loaded.
|
116 |
-
|
117 |
-
### Version 1.3.25 - 2013/1/23
|
118 |
-
|
119 |
-
* Removed grunt file & added Bower component.json.
|
120 |
-
|
121 |
-
### Version 1.3.24 - 2013/1/22
|
122 |
-
|
123 |
-
* Added generated files (jquery.colorbox.js / jquery.colorbox-min.js) back to the repository.
|
124 |
-
|
125 |
-
### Version 1.3.23 - 2013/1/18
|
126 |
-
|
127 |
-
* Minor bugfix for calling Colorbox on empty jQuery collections without a selector.
|
128 |
-
|
129 |
-
### Version 1.3.22 - 2013/1/17
|
130 |
-
|
131 |
-
* Recommit for plugins.jquery.com
|
132 |
-
|
133 |
-
### Version 1.3.21 - 2013/1/15
|
134 |
-
Files Changed: *.js
|
135 |
-
|
136 |
-
* Fixed compatability issues with jQuery 1.9
|
137 |
-
|
138 |
-
### Version 1.3.20 - August 15 2012
|
139 |
-
Files Changed:jquery.colorbox.js
|
140 |
-
|
141 |
-
* Added temporary workaround for jQuery-UI 1.8 bug (http://bugs.jquery.com/ticket/12273)
|
142 |
-
* Added *.jpe extension to the list of image types.
|
143 |
-
|
144 |
-
### Version 1.3.19 - December 08 2011
|
145 |
-
Files Changed:jquery.colorbox.js, colorbox.css (all)
|
146 |
-
|
147 |
-
* Fixed bug related to using the 'fixed' property.
|
148 |
-
* Optimized the setup procedure to be more efficient.
|
149 |
-
* Removed $.colorbox.init() as it will no longer be needed (will self-init when called).
|
150 |
-
* Removed use of $.browser.
|
151 |
-
|
152 |
-
### Version 1.3.18 - October 07 2011
|
153 |
-
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 1's controls.png
|
154 |
-
|
155 |
-
* Fixed a regression where Flash content displayed in Colorbox would be reloaded if the browser window was resized.
|
156 |
-
* Added safety check to make sure that Colorbox's markup is only added to the DOM a single time, even if $.colorbox.init() is called multiple times. This will allow site owners to manually initialize Colorbox if they need it before the DOM has finished loading.
|
157 |
-
* Updated the example index.html files to be HTML5 compliant.
|
158 |
-
* Changed the slideshow behavior so that it immediately moves to the next slide when the slideshow is started.
|
159 |
-
* Minor regex bugfix to allow automatic detection of image URLs that include fragments.
|
160 |
-
|
161 |
-
### Version 1.3.17 - May 11 2011
|
162 |
-
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js
|
163 |
-
|
164 |
-
* Added properties "top", "bottom", "left" and "right" to specify a position relative to the viewport, rather than using the default centering.
|
165 |
-
* Added property "data" to specify GET or POST data when using Ajax. Colorbox's ajax functionality is handled by jQuery's .load() method, so the data property works the same way as it does with .load().
|
166 |
-
* Added property "fixed" which can provide fixed positioning for Colorbox, rather than absolute positioning. This will allow Colorbox to remain in a fixed position within the visitors viewport, despite scrolling. IE6 support for this was not added, it will continue to use the default absolute positioning.
|
167 |
-
* Fixed ClearType problem with IE7.
|
168 |
-
* Minor fixes.
|
169 |
-
|
170 |
-
### Version 1.3.16 - March 01 2011
|
171 |
-
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 4 background png files
|
172 |
-
|
173 |
-
* Better IE related transparency workarounds. IE7 and up now uses the same background image sprite as other browsers.
|
174 |
-
* Added error handling for broken image links. A message will be displayed telling the user that the image could not be loaded.
|
175 |
-
* Added new property: 'fastIframe' and set it to true by default. Setting to fastIframe:false will delay the loading graphic removal and onComplete event until iframe has completely loaded.
|
176 |
-
* Ability to redefine $.colorbox.close (or prev, or next) at any time.
|
177 |
-
|
178 |
-
### Version 1.3.15 - October 27 2010
|
179 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
180 |
-
|
181 |
-
* Minor fixes for specific cases.
|
182 |
-
|
183 |
-
### Version 1.3.14 - October 27 2010
|
184 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
185 |
-
|
186 |
-
* In IE6, closing an iframe when using HTTPS no longer generates a security warning.
|
187 |
-
|
188 |
-
### Version 1.3.13 - October 22 2010
|
189 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
190 |
-
|
191 |
-
* Changed the index.html example files to use YouTube's new embedded link format.
|
192 |
-
* By default, Colorbox returns focus to the element it was launched from once it closes. This can now be disabled by setting the 'returnFocus' property to false. Focus was causing problems for some users who had their anchor elements inside animated containers.
|
193 |
-
* Minor bug fix involved in using a combination of slideshow and non-slideshow content.
|
194 |
-
|
195 |
-
### Version 1.3.12 - October 20 2010
|
196 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
197 |
-
|
198 |
-
* Minor bug fix involved in preloading images when using a function as a value for the href property.
|
199 |
-
|
200 |
-
### Version 1.3.11 - October 19 2010
|
201 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
202 |
-
|
203 |
-
* Fixed the slideshow functionality that broke with 1.3.10
|
204 |
-
* The slideshow now respects the loop property.
|
205 |
-
|
206 |
-
### Version 1.3.10 - October 16 2010
|
207 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
208 |
-
|
209 |
-
* Fixed compatibility with jQuery 1.4.3
|
210 |
-
* The 'open' property now accepts a function as a value, like all of the other properties.
|
211 |
-
* Preloading now loads the correct href for images when using a dynamic (function) value for the href property.
|
212 |
-
* Fixed bug in Safari 3 for Win where Colorbox centered on the document, rather than the visitor's viewport.
|
213 |
-
* May have fixed an issue in Opera 10.6+ where Colorbox would rarely/randomly freeze up while switching between photos in a group.
|
214 |
-
* Some functionality better encapsulated & minor performance improvements.
|
215 |
-
|
216 |
-
### Version 1.3.9 - July 7 2010
|
217 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/ all colorbox.css (the core styles)
|
218 |
-
|
219 |
-
* Fixed a problem where iframed youtube videos would cause a security alert in IE.
|
220 |
-
* More code is event driven now, making the source easier to grasp.
|
221 |
-
* Removed some unnecessary style from the core CSS.
|
222 |
-
|
223 |
-
### Version 1.3.8 - June 21 2010
|
224 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
225 |
-
|
226 |
-
* Fixed a bug in Chrome where it would sometimes render photos at 0 by 0 width and height (behavior introduced in recent update to Chrome).
|
227 |
-
* Fixed a bug where the onClosed callback would fire twice (only affected 1.3.7).
|
228 |
-
* Fixed a bug in IE7 that existed with some iframed websites that use JS to reposition the viewport caused Colorbox to move out of position.
|
229 |
-
* Abstracted the identifiers (HTML ids & classes, and JS plugin name, method, and events) so that the plugin can be easily rebranded.
|
230 |
-
* Small changes to improve either code readability or compression.
|
231 |
-
|
232 |
-
### Version 1.3.7 - June 13 2010
|
233 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/index.html
|
234 |
-
|
235 |
-
* $.colorbox can now be used for direct calls and accessing public methods. Example: $.colorbox.close();
|
236 |
-
* Resize now accepts 'width', 'innerWidth', 'height' and 'innerHeight'. Example: $.colorbox.resize({width:"100%"})
|
237 |
-
* Added option (loop:false) to disable looping in a group.
|
238 |
-
* Added options (escKey:false, arrowKey:false) to disable esc-key and arrow-key bindings.
|
239 |
-
* Added method for removing Colorbox from a document: $.colorbox.remove();
|
240 |
-
* Fixed a bug where iframed URLs would be truncated if they contained an unencoded apostrophe.
|
241 |
-
* Now uses the exact href specified on an anchor, rather than the version returned by 'this.href'. This was causing "#example" to be normalized to "http://domain/#example" which interfered with how some users were setting up links to inline content.
|
242 |
-
* Changed example documents over to HTML5.
|
243 |
-
|
244 |
-
### Version 1.3.6 - Jan 13 2010
|
245 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
246 |
-
|
247 |
-
* Small change to make Colorbox compatible with jQuery 1.4
|
248 |
-
|
249 |
-
### Version 1.3.5 - December 15 2009
|
250 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
251 |
-
|
252 |
-
* Fixed a bug introduced in 1.3.4 with IE7's display of example 2 and 3, and auto-width in Opera.
|
253 |
-
* Fixed a bug introduced in 1.3.4 where colorbox could not be launched by triggering an element's click event through JavaScript.
|
254 |
-
* Minor refinements.
|
255 |
-
|
256 |
-
### Version 1.3.4 - December 5 2009
|
257 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
258 |
-
|
259 |
-
* Event delegation is now used for elements that Colorbox is assigned to, rather than individual click events.
|
260 |
-
* Additional callbacks have been added to represent other stages of Colorbox's lifecycle. Available callbacks, in order of their execution: onOpen, onLoad, onComplete, onCleanup, onClosed These take place at the same time as the event hooks, but will be better suited than the hooks for targeting specific instances of Colorbox.
|
261 |
-
* Ajax content is now immediately added to the DOM to be more compatible if that content contains script tags.
|
262 |
-
* Focus is now returned to the calling element on closing.
|
263 |
-
* Fixed a bug where maxHeight and maxWidth did not work for non-photo content.
|
264 |
-
* Direct calls no longer need 'open:true', it is assumed. Example: `$.colorbox({html:'<p>Hi</p>'});`
|
265 |
-
|
266 |
-
### Version 1.3.3 - November 7 2009
|
267 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
268 |
-
|
269 |
-
* Changed $.colorbox.element() to return a jQuery object rather the DOM element.
|
270 |
-
* jQuery.colorbox-min.js is compressed with Google's Closure Compiler rather than YUI Compressor.
|
271 |
-
|
272 |
-
### Version 1.3.2 - October 27 2009
|
273 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
274 |
-
|
275 |
-
* Added 'innerWidth' and 'innerHeight' options to allow people to easily set the size dimensions for Colorbox, without having to anticipate the size of the borders and buttons.
|
276 |
-
* Renamed 'scrollbars' option to 'scrolling' to be in keeping with the existing HTML attribute. The option now also applies to iframes.
|
277 |
-
* Bug fix: In Safari, positioning occassionally incorrect when using '100%' dimensions.
|
278 |
-
* Bug fix: In IE6, the background overlay is briefly not full size when first viewing.
|
279 |
-
* Bug fix: In Firefox, opening Colorbox causes a split second shift with a small minority of webpage layouts.
|
280 |
-
* Simplified code in a few areas.
|
281 |
-
|
282 |
-
### Version 1.3.1 - September 16 2009
|
283 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css/colorbox-ie.css(removed)
|
284 |
-
|
285 |
-
* Removed the IE-only stylesheets and conditional comments for example styles 1 & 4. All CSS is handled by a single CSS file for all examples.
|
286 |
-
* Removed user-agent sniffing from the js and replaced it with feature detection. This will allow correct rendering for visitors masking their agent type.
|
287 |
-
|
288 |
-
### Version 1.3.0 - September 15 2009
|
289 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css
|
290 |
-
|
291 |
-
* Added $.colorbox.resize() method to allow Colorbox to resize it's height if it's contents change.
|
292 |
-
* Added 'scrollbars' option to allow users to turn off scrollbars when using the resize() method.
|
293 |
-
* Renamed the 'resize' option to be less ambiguous. It's now 'scalePhotos'.
|
294 |
-
* Renamed the 'cbox_close' event to be less ambiguous. It's now 'cbox_cleanup'. It is the first thing to happen in the close method while the 'cbox_closed' event is the last to happen.
|
295 |
-
* Fixed a bug with the slideshow mouseover graphics that appeared after Colorbox is opened a 2nd time.
|
296 |
-
* Fixed a bug where ClearType may not work in IE6&7 if using the fade transition.
|
297 |
-
* Minor code optimizations to increase compression.
|
298 |
-
|
299 |
-
### Version 1.2.9 - August 7 2009
|
300 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
301 |
-
|
302 |
-
* Minor change to enable use with $.getScript();
|
303 |
-
* Minor change to the timing of the 'cbox_load' event so that it is more useful.
|
304 |
-
* Added a direct link to a YouTube video to the examples.
|
305 |
-
|
306 |
-
### Version 1.2.8 - August 5 2009
|
307 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
308 |
-
|
309 |
-
* Fixed a bug with the overlay in IE6
|
310 |
-
* Fixed a bug where left & right keypress events might be prematurely unbound.
|
311 |
-
|
312 |
-
### Version 1.2.7 - July 31 2009
|
313 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js, example stylesheets and background images (core styles have not changed and the updates will not affect existing user themes / old example themes)
|
314 |
-
|
315 |
-
* Code cleanup and reduction, better organization and documentation in the full source.
|
316 |
-
* Added ability to use functions in place of static values for Colorbox's options (thanks Ken!).
|
317 |
-
* Added an option for straight HTML. Example: `$.colorbox({html:'<p>Howdy</p>', open:true})`
|
318 |
-
* Added an event for the beginning of the closing process. This is in addition to the event that already existed for when Colorbox had completely closed. 'cbox_close' and 'cbox_closed' respectively.
|
319 |
-
* Fixed a minor bug in IE6 that would cause a brief content shift in the parent document when opening Colorbox.
|
320 |
-
* Fixed a minor bug in IE6 that would reveal select elements that had a hidden visibility after closing Colorbox.
|
321 |
-
* The 'esc' key is unbound now when Colorbox is not open, to avoid any potential conflicts.
|
322 |
-
* Used background sprites for examples 1 & 4. Put IE-only (non-sprite) background images in a separate folder.
|
323 |
-
* Example themes 1, 3, & 4 received slight visual tweaks.
|
324 |
-
* Optimized pngs for smaller file size.
|
325 |
-
* Added slices, grid, and correct sizing to the Adobe Illustrator file, all theme files are now export ready!
|
326 |
-
|
327 |
-
### Version 1.2.6 - July 15 2009
|
328 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
329 |
-
|
330 |
-
* Fixed a bug with fixed width/height images in Opera 9.64.
|
331 |
-
* Fixed a bug with trying to set a value for rel during a direct call to Colorbox. Example: `$.colorbox({rel:'foo', open:true});`
|
332 |
-
* Changed how href/rel/title settings are determined to avoid users having to manually update Colorbox settings if they use JavaScript to update any of those attributes, after Colorbox has been defined.
|
333 |
-
* Fixed a FF3 bug where the back button was disabled after closing an iframe.
|
334 |
-
|
335 |
-
### Version 1.2.5 - June 23 2009
|
336 |
-
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
|
337 |
-
|
338 |
-
* Changed the point at which iframe srcs are set (to eliminate the need to refresh the iframe once it has been added to the DOM).
|
339 |
-
* Removed unnecessary return values for a very slight code reduction.
|
340 |
-
|
341 |
-
### Version 1.2.4 - June 9 2009
|
342 |
-
Files Changed: jquery.colorbox.js, jquery.colorbox-min.js
|
343 |
-
|
344 |
-
* Fixed an issue where Colorbox may not close completely if it is closed during a transition animation.
|
345 |
-
* Minor code reduction.
|
346 |
-
|
347 |
-
### Version 1.2.3 - June 4 2009
|
348 |
-
* Fixed a png transparency stacking issue in IE.
|
349 |
-
* More accurate Ajax auto-sizing if the user was depending on the #cboxLoadedContent ID for CSS styling.
|
350 |
-
* Added a public function for returning the current html element that Colorbox is associated with. Example use: var that = $.colorbox.element();
|
351 |
-
* Added bicubic scaling for resized images in the original IE7.
|
352 |
-
* Removed the IE6 stylesheet and png files from Example 3. It now uses the same png file for the controls that the rest of the browsers use (an alpha transparency PNG8). This example now only has 2 graphics files and 1 stylesheet.
|
353 |
-
|
354 |
-
### Version 1.2.2 - May 28 2009
|
355 |
-
* Fixed an issue with the 'resize' option.
|
356 |
-
|
357 |
-
### Version 1.2.1 - May 28 2009
|
358 |
-
* Note: If you are upgrading, update your jquery.colorbox.js and colorbox.css files.
|
359 |
-
* Added photo resizing.
|
360 |
-
* Added a maximum width and maximum height. Example: {height:800, maxHeight:'100%'}, would allow the box to be a maximum potential height of 800px, instead of a fixed height of 800px. With maxHeight of 100% the height of Colorbox cannot exceed the height of the browser window.
|
361 |
-
* Added 'rel' setting to add the ability to set an alternative rel for any Colorbox call. This allows the user to group any combination of elements together for a gallery, or to override an existing rel. attribute so those element are not grouped together, without having to alter their rel in the HTML.
|
362 |
-
* Added a 'photo' setting to force Colorbox to display a link as a photo. Use this when automatic photo detection fails (such as using a url like 'photo.php' instead of 'photo.jpg', 'photo.jpg#1', or 'photo.jpg?pic=1')
|
363 |
-
* Removed the need to ever create disposable elements to call colorbox on. Colorbox can now be called directly, without being associated with any existing element, by using the following format:
|
364 |
-
`$.colorbox({open:true, href:'yourLink.xxx'});`
|
365 |
-
* Colorbox settings are now persistent and unique for each element. This allows for extremely flexible options for individual elements. You could use this to create a gallery in which each page in the gallery has different settings. One could be a photo with a fade transition, next could be an inline element with an elastic transition with a set width and height, etc.
|
366 |
-
* For user callbacks, 'this' now refers to the element colorbox was opened from.
|
367 |
-
* Fixed a minor grouping issue with IE6, when transition type is set to 'none'.
|
368 |
-
* Added an Adobe Illustrator file that contains the borders and buttons used in the various examples.
|
369 |
-
|
370 |
-
### Version 1.2 - May 13 2009
|
371 |
-
* Added a slideshow feature.
|
372 |
-
* Added re-positioning on browser resize. If the browser is resized, Colorbox will recenter itself onscreen.
|
373 |
-
* Added hooks for key events: cbox_open, cbox_load, cbox_complete, cbox_closed.
|
374 |
-
* Fixed an IE transparency-stacking problem, where transparent PNGs would show through to the background overlay.
|
375 |
-
* Fixed an IE iframe issue where the ifame might shift up and to the left under certain circumstances.
|
376 |
-
* Fixed an IE6 bug where the loading overlay was not at full height.
|
377 |
-
* Removed the delay in switching between same-sized gallery content when using transitions.
|
378 |
-
* Changed how iframes are loaded to make it more compatible with iframed pages that use DOM dependent JavaScript.
|
379 |
-
* Changed how the JS is structured to be better organized and increase compression. Increased documentation.
|
380 |
-
* Changed CSS :hover states to a .hover class. This sidesteps a minor IE8 bug with css hover states and allows easier access to hover state user styles from the JavaScript.
|
381 |
-
* Changed: elements added to the DOM have new ID's. The naming is more consistent and less likely to cause conflicts with existing website stylesheets. All stylesheets have been updated.
|
382 |
-
* Changed the behavior for prev/next links so that Colorbox does not get hung up on broken links. A visitor can now skip through broken or long-loading links by clicking prev/next buttons.
|
383 |
-
* Changed the naming of variables in the parameter map to be more concise and intuitive.
|
384 |
-
* Removed colorbox.css. Combined the colorbox.css styles with jquery.colorbox.js: the css file was not large enough to warrant being a separate file.
|
385 |
-
|
386 |
-
### Version 1.1.6 - April 28 2009
|
387 |
-
* Prevented the default action of the next & previous anchors and the left and right keys for gallery mode.
|
388 |
-
* Fixed a bug where the title element was being added back to the DOM when closing Colorbox while using inline content.
|
389 |
-
* Fixed a bug where IE7 would crash for example 2.
|
390 |
-
* Smaller filesize: removed a small amount of unused code and rewrote the HTML injection with less syntax.
|
391 |
-
* Added a public method for closing Colorbox: $.colorbox.close(). This will allow iframe users to add an event to close Colorbox without having to create an additional function.
|
392 |
-
|
393 |
-
### Version 1.1.5 - April 11 2009
|
394 |
-
* Fixed minor issues with exiting Colorbox.
|
395 |
-
|
396 |
-
### Version 1.1.4 - April 08 2009
|
397 |
-
* Fixed a bug in the fade transition where Colorbox not close completely if instructed to close during the fade-in portion of the transition.
|
398 |
-
|
399 |
-
### Version 1.1.3 - April 06 2009
|
400 |
-
* Fixed an IE6&7 issue with using Colorbox to display animated GIFs.
|
401 |
-
|
402 |
-
### Version 1.1.2 - April 05 2009
|
403 |
-
* Added ability to change content when Colorbox is already open.
|
404 |
-
* Added vertical photo centering now works for all browsers (this feature previously excluded IE6&7).
|
405 |
-
* Added namespacing to the esc-key keydown event for people who want to disable it: "keydown.colorClose"
|
406 |
-
* Added 'title' setting to add the ability to set an alternative title for any Colorbox call.
|
407 |
-
* Fixed rollover navigation issue with IE8. (Added JS-based rollover state due to a browser-bug.)
|
408 |
-
* Fixed an overflow issue for when the fixed width/height is smaller than the size of a photo.
|
409 |
-
* Fixed a bug in the fade transition where the border would still come up if Colorbox was closed mid-transition.
|
410 |
-
* Switch from JSMin to Yui Compressor for minification. Minified code now under 7KB.
|
411 |
-
|
412 |
-
### Version 1.1.1 - March 31 2009
|
413 |
-
* More robust image detection regex. Now detects image file types with url fragments and/or query strings.
|
414 |
-
* Added 'nofollow' exception to rel grouping.
|
415 |
-
* Changed how images are loaded into the DOM to prevent premature size calculation by Colorbox.
|
416 |
-
* Added timestamp to iframe name to prevent caching - this was a problem in some browsers if the user had multiple iframes and the visitor left the page and came back, or if they refreshed the page.
|
417 |
-
|
418 |
-
### Version 1.1.0 - March 21 2009
|
419 |
-
* Animation is now much smoother and less resource intensive.
|
420 |
-
* Added support for % sizing.
|
421 |
-
* Callback option added.
|
422 |
-
* Inline content now preserves JavaScript events, and changes made while Colorbox is open are also preserved.
|
423 |
-
* Added 'href' setting to add the ability to set an alternative href for any anchor, or to assign the Colorbox event to non-anchors.
|
424 |
-
Example: $('button').colorbox({'href':'process.php'})
|
425 |
-
Example: $('a[href='http://msn.com']).colorbox({'href':'http://google.com', iframe:true});
|
426 |
-
* Photos are now horizontally centered if they are smaller than the lightbox size. Also vertically centered for browsers newer than IE7.
|
427 |
-
* Buttons in the examples are now included in the 'protected zone'. The lightbox will never expand it's borders or buttons beyond an accessible area of the screen.
|
428 |
-
* Keypress events don't queue up by holding down the arrow keys.
|
429 |
-
* Added option to close Colorbox by clicking on the background overlay.
|
430 |
-
* Added 'none' transition setting.
|
431 |
-
* Changed 'contentIframe' and 'contentInline' to 'inline' and 'iframe'. Removed 'contentAjax' because it is automatically assumed for non-image file types.
|
432 |
-
* Changed 'contentWidth' and 'contentHeight' to 'fixedWidth' and 'fixedHeight'. These sizes now reflect the total size of the lightbox, not just the inner content. This is so users can accurately anticipate % sizes without fear of creating scrollbars.
|
433 |
-
* Clicking on a photo will now switch to the next photo in a set.
|
434 |
-
* Loading.gif is more stable in it's position.
|
435 |
-
* Added a minified version.
|
436 |
-
* Code passes JSLint.
|
437 |
-
|
438 |
-
### Version 1.0.5 - March 11 2009
|
439 |
-
* Redo: Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions.
|
440 |
-
|
441 |
-
### Version 1.0.4 - March 10 2009
|
442 |
-
* Added an option to allow users to automatically open the lightbox. Example usage: $(".colorbox").colorbox({open:true});
|
443 |
-
* Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions.
|
444 |
-
|
445 |
-
### Version 1.0.3 - March 09 2009
|
446 |
-
* Fixed vertical centering for Safari 3.0.x.
|
447 |
-
|
448 |
-
### Version 1.0.2 - March 06 2009
|
449 |
-
* Corrected a typo.
|
450 |
-
* Changed the content-type check so that it does not assume all links to photos should actually display photos. This allows for Ajax/inline/and iframe calls on anchors linking to picture file types.
|
451 |
-
|
452 |
-
### Version 1.0.1 - March 05 2009
|
453 |
-
* Fixed keydown events (esc, left arrow, right arrow) for Webkit browsers.
|
454 |
-
|
455 |
-
### Version 1.0 - March 03 2009
|
456 |
-
* First release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/colorbox/colorbox.ai
DELETED
@@ -1,1811 +0,0 @@
|
|
1 |
-
%PDF-1.4
|
2 |
-
1 0 obj
|
3 |
-
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
4 |
-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.2-c063 53.351735, 2008/07/22-18:11:12 ">
|
5 |
-
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
6 |
-
<rdf:Description rdf:about=""
|
7 |
-
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
8 |
-
<dc:format>application/vnd.adobe.illustrator</dc:format>
|
9 |
-
<dc:title>
|
10 |
-
<rdf:Alt>
|
11 |
-
<rdf:li xml:lang="x-default">colorbox</rdf:li>
|
12 |
-
</rdf:Alt>
|
13 |
-
</dc:title>
|
14 |
-
</rdf:Description>
|
15 |
-
<rdf:Description rdf:about=""
|
16 |
-
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
|
17 |
-
xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/">
|
18 |
-
<xmp:CreatorTool>Adobe Illustrator CS4</xmp:CreatorTool>
|
19 |
-
<xmp:CreateDate>2009-05-27T04:22:39-04:00</xmp:CreateDate>
|
20 |
-
<xmp:ModifyDate>2009-07-30T21:43:35-05:00</xmp:ModifyDate>
|
21 |
-
<xmp:MetadataDate>2009-07-30T21:43:35-05:00</xmp:MetadataDate>
|
22 |
-
<xmp:Thumbnails>
|
23 |
-
<rdf:Alt>
|
24 |
-
<rdf:li rdf:parseType="Resource">
|
25 |
-
<xmpGImg:width>208</xmpGImg:width>
|
26 |
-
<xmpGImg:height>256</xmpGImg:height>
|
27 |
-
<xmpGImg:format>JPEG</xmpGImg:format>
|
28 |
-
<xmpGImg:image>/9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA
AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAADQAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXnn5b+fNd85T6us6W9jHpkiRL6KOzOzl9zzagACdMVZt9U1D/lt/5Jr/AFxV
gf5ZfmZrHmfzJrei39vBGNIaSNbiEODIYpjFUqzNStK4q9JxV2KuxV2KuxV2KuxV2KuxV2KvG/Pf
5jfmBY/mDL5Z8twpdMyRNb2/pKzktEHf4jTYbmpxVQ/xJ/zkV/1Y1/4G3/6qYqh9G/ND8zYvPml+
WvMdtHZSXcsXqwtEgYwyEjkjKSCDQioPXFXueKvBB+aX5r6n5k1HSdAtI717OSX4EiT4Y0fiCzOV
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
VfRv/OPmm+ffKv5QeePN1gq6dLEgvbFb+BnjuYtPhlkn+Csb7g8UcNTlXFV7f85FfnGvkL/GBuNH
+r8liFl9RufW9RpjHUn1eAi4rX1a0LfB9rFW/wDnI7SPPnmL8qfJPmbUE/SVwVa61L6hAVhthfQx
yRfADJJxAXizs1OVOlaYq+br+XX3sbS2vvrP1HT1eOyilDiOISyGVwgIoOTsSfHFX6h4q7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqhNI0nT9I0y10vToEtrGzjWG3gjAVVRBQA
AUGKq91bW91bS2tzGs1vOjRTROKq6OOLKw7gg0xV45H/AM4lflEmofWfT1BrblU6cbtvq5Tlz9I/
D6vDlvTnir2SCCG3gjggRYoYlCRRoAqqqiiqoHQAYqhtY0jTtZ0q70rUoFubC9iaC5gcAqyOKEb/
AIYqjMVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs
VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV
dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVd
irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdi
rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs
VdirsVdirsVdirqitO/hirsVcSBudsVdirSujEhWBI60NaYq3irsVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVdirsVdiq2WP1Inj5MnNSvNDRlqKVB33GKpL5U8sy6DbzwyahPf8ArSM49diQlXZv
hBrQtyq57nfFVlj5WmtvM9zrbalczJPHwWzd6otWZuO/7CcvgHY1xVT82eU5tdmtJI7sWwtg/JeD
MJQzI3pycXSsZ4bjFU21vTm1LSLuwWT0muomiEtK8eQpWm3TFVawtTaWUFqZpLgwoqGeU8pH4inJ
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
dsVf/9k=</xmpGImg:image>
|
29 |
-
</rdf:li>
|
30 |
-
</rdf:Alt>
|
31 |
-
</xmp:Thumbnails>
|
32 |
-
</rdf:Description>
|
33 |
-
<rdf:Description rdf:about=""
|
34 |
-
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
|
35 |
-
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
|
36 |
-
xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#">
|
37 |
-
<xmpMM:RenditionClass>default</xmpMM:RenditionClass>
|
38 |
-
<xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID>
|
39 |
-
<xmpMM:DocumentID>xmp.did:8BC7D877974ADE11BCECCFF09938C3CC</xmpMM:DocumentID>
|
40 |
-
<xmpMM:InstanceID>uuid:30267148-672c-4d34-8534-e8cce420f815</xmpMM:InstanceID>
|
41 |
-
<xmpMM:History>
|
42 |
-
<rdf:Seq>
|
43 |
-
<rdf:li rdf:parseType="Resource">
|
44 |
-
<stEvt:action>converted</stEvt:action>
|
45 |
-
<stEvt:params>from application/pdf to <unknown></stEvt:params>
|
46 |
-
</rdf:li>
|
47 |
-
<rdf:li rdf:parseType="Resource">
|
48 |
-
<stEvt:action>saved</stEvt:action>
|
49 |
-
<stEvt:instanceID>xmp.iid:D47F11740720681191099C3B601C4548</stEvt:instanceID>
|
50 |
-
<stEvt:when>2008-04-17T14:19:21+05:30</stEvt:when>
|
51 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
52 |
-
<stEvt:changed>
|
53 |
-
<rdf:Bag>
|
54 |
-
<rdf:li>/</rdf:li>
|
55 |
-
</rdf:Bag>
|
56 |
-
</stEvt:changed>
|
57 |
-
</rdf:li>
|
58 |
-
<rdf:li rdf:parseType="Resource">
|
59 |
-
<stEvt:action>converted</stEvt:action>
|
60 |
-
<stEvt:params>from application/pdf to <unknown></stEvt:params>
|
61 |
-
</rdf:li>
|
62 |
-
<rdf:li rdf:parseType="Resource">
|
63 |
-
<stEvt:action>converted</stEvt:action>
|
64 |
-
<stEvt:params>from application/pdf to <unknown></stEvt:params>
|
65 |
-
</rdf:li>
|
66 |
-
<rdf:li rdf:parseType="Resource">
|
67 |
-
<stEvt:action>saved</stEvt:action>
|
68 |
-
<stEvt:instanceID>xmp.iid:FD7F11740720681197C1BF14D1759E83</stEvt:instanceID>
|
69 |
-
<stEvt:when>2008-05-16T17:01:20-07:00</stEvt:when>
|
70 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
71 |
-
<stEvt:changed>
|
72 |
-
<rdf:Bag>
|
73 |
-
<rdf:li>/</rdf:li>
|
74 |
-
</rdf:Bag>
|
75 |
-
</stEvt:changed>
|
76 |
-
</rdf:li>
|
77 |
-
<rdf:li rdf:parseType="Resource">
|
78 |
-
<stEvt:action>saved</stEvt:action>
|
79 |
-
<stEvt:instanceID>xmp.iid:F77F117407206811BC18AC99CBA78E83</stEvt:instanceID>
|
80 |
-
<stEvt:when>2008-05-19T18:10:15-07:00</stEvt:when>
|
81 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
82 |
-
<stEvt:changed>
|
83 |
-
<rdf:Bag>
|
84 |
-
<rdf:li>/</rdf:li>
|
85 |
-
</rdf:Bag>
|
86 |
-
</stEvt:changed>
|
87 |
-
</rdf:li>
|
88 |
-
<rdf:li rdf:parseType="Resource">
|
89 |
-
<stEvt:action>converted</stEvt:action>
|
90 |
-
<stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params>
|
91 |
-
</rdf:li>
|
92 |
-
<rdf:li rdf:parseType="Resource">
|
93 |
-
<stEvt:action>saved</stEvt:action>
|
94 |
-
<stEvt:instanceID>xmp.iid:FB7F117407206811B628E3BF27C8C41B</stEvt:instanceID>
|
95 |
-
<stEvt:when>2008-05-22T14:26:44-07:00</stEvt:when>
|
96 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
97 |
-
<stEvt:changed>
|
98 |
-
<rdf:Bag>
|
99 |
-
<rdf:li>/</rdf:li>
|
100 |
-
</rdf:Bag>
|
101 |
-
</stEvt:changed>
|
102 |
-
</rdf:li>
|
103 |
-
<rdf:li rdf:parseType="Resource">
|
104 |
-
<stEvt:action>converted</stEvt:action>
|
105 |
-
<stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params>
|
106 |
-
</rdf:li>
|
107 |
-
<rdf:li rdf:parseType="Resource">
|
108 |
-
<stEvt:action>saved</stEvt:action>
|
109 |
-
<stEvt:instanceID>xmp.iid:08C3BD25102DDD1181B594070CEB88D9</stEvt:instanceID>
|
110 |
-
<stEvt:when>2008-05-28T16:51:46-07:00</stEvt:when>
|
111 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
112 |
-
<stEvt:changed>
|
113 |
-
<rdf:Bag>
|
114 |
-
<rdf:li>/</rdf:li>
|
115 |
-
</rdf:Bag>
|
116 |
-
</stEvt:changed>
|
117 |
-
</rdf:li>
|
118 |
-
<rdf:li rdf:parseType="Resource">
|
119 |
-
<stEvt:action>converted</stEvt:action>
|
120 |
-
<stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params>
|
121 |
-
</rdf:li>
|
122 |
-
<rdf:li rdf:parseType="Resource">
|
123 |
-
<stEvt:action>saved</stEvt:action>
|
124 |
-
<stEvt:instanceID>xmp.iid:F77F11740720681192B0DFFC927805D7</stEvt:instanceID>
|
125 |
-
<stEvt:when>2008-05-30T21:26:38-07:00</stEvt:when>
|
126 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
127 |
-
<stEvt:changed>
|
128 |
-
<rdf:Bag>
|
129 |
-
<rdf:li>/</rdf:li>
|
130 |
-
</rdf:Bag>
|
131 |
-
</stEvt:changed>
|
132 |
-
</rdf:li>
|
133 |
-
<rdf:li rdf:parseType="Resource">
|
134 |
-
<stEvt:action>converted</stEvt:action>
|
135 |
-
<stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params>
|
136 |
-
</rdf:li>
|
137 |
-
<rdf:li rdf:parseType="Resource">
|
138 |
-
<stEvt:action>saved</stEvt:action>
|
139 |
-
<stEvt:instanceID>xmp.iid:F87F11740720681192B0DFFC927805D7</stEvt:instanceID>
|
140 |
-
<stEvt:when>2008-05-30T21:27-07:00</stEvt:when>
|
141 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
142 |
-
<stEvt:changed>
|
143 |
-
<rdf:Bag>
|
144 |
-
<rdf:li>/</rdf:li>
|
145 |
-
</rdf:Bag>
|
146 |
-
</stEvt:changed>
|
147 |
-
</rdf:li>
|
148 |
-
<rdf:li rdf:parseType="Resource">
|
149 |
-
<stEvt:action>converted</stEvt:action>
|
150 |
-
<stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params>
|
151 |
-
</rdf:li>
|
152 |
-
<rdf:li rdf:parseType="Resource">
|
153 |
-
<stEvt:action>saved</stEvt:action>
|
154 |
-
<stEvt:instanceID>xmp.iid:F97F1174072068119098B097FDA39BEF</stEvt:instanceID>
|
155 |
-
<stEvt:when>2008-06-02T13:26:10-07:00</stEvt:when>
|
156 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
157 |
-
<stEvt:changed>
|
158 |
-
<rdf:Bag>
|
159 |
-
<rdf:li>/</rdf:li>
|
160 |
-
</rdf:Bag>
|
161 |
-
</stEvt:changed>
|
162 |
-
</rdf:li>
|
163 |
-
<rdf:li rdf:parseType="Resource">
|
164 |
-
<stEvt:action>saved</stEvt:action>
|
165 |
-
<stEvt:instanceID>xmp.iid:8BC7D877974ADE11BCECCFF09938C3CC</stEvt:instanceID>
|
166 |
-
<stEvt:when>2009-05-27T04:22:07-04:00</stEvt:when>
|
167 |
-
<stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent>
|
168 |
-
<stEvt:changed>/</stEvt:changed>
|
169 |
-
</rdf:li>
|
170 |
-
</rdf:Seq>
|
171 |
-
</xmpMM:History>
|
172 |
-
<xmpMM:DerivedFrom rdf:parseType="Resource">
|
173 |
-
<stRef:instanceID>uuid:32300939-b1c4-8440-b812-b255b7b0d326</stRef:instanceID>
|
174 |
-
<stRef:documentID>xmp.did:F97F1174072068119098B097FDA39BEF</stRef:documentID>
|
175 |
-
<stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID>
|
176 |
-
<stRef:renditionClass>proof:pdf</stRef:renditionClass>
|
177 |
-
</xmpMM:DerivedFrom>
|
178 |
-
</rdf:Description>
|
179 |
-
<rdf:Description rdf:about=""
|
180 |
-
xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
|
181 |
-
<illustrator:StartupProfile>Web</illustrator:StartupProfile>
|
182 |
-
<illustrator:Type>Document</illustrator:Type>
|
183 |
-
</rdf:Description>
|
184 |
-
<rdf:Description rdf:about=""
|
185 |
-
xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
|
186 |
-
xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
|
187 |
-
xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/">
|
188 |
-
<xmpTPg:NPages>1</xmpTPg:NPages>
|
189 |
-
<xmpTPg:HasVisibleTransparency>True</xmpTPg:HasVisibleTransparency>
|
190 |
-
<xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint>
|
191 |
-
<xmpTPg:MaxPageSize rdf:parseType="Resource">
|
192 |
-
<stDim:w>1024.000000</stDim:w>
|
193 |
-
<stDim:h>768.000000</stDim:h>
|
194 |
-
<stDim:unit>Pixels</stDim:unit>
|
195 |
-
</xmpTPg:MaxPageSize>
|
196 |
-
<xmpTPg:PlateNames>
|
197 |
-
<rdf:Seq>
|
198 |
-
<rdf:li>Cyan</rdf:li>
|
199 |
-
<rdf:li>Magenta</rdf:li>
|
200 |
-
<rdf:li>Yellow</rdf:li>
|
201 |
-
<rdf:li>Black</rdf:li>
|
202 |
-
</rdf:Seq>
|
203 |
-
</xmpTPg:PlateNames>
|
204 |
-
<xmpTPg:SwatchGroups>
|
205 |
-
<rdf:Seq>
|
206 |
-
<rdf:li rdf:parseType="Resource">
|
207 |
-
<xmpG:groupName>Default Swatch Group</xmpG:groupName>
|
208 |
-
<xmpG:groupType>0</xmpG:groupType>
|
209 |
-
<xmpG:Colorants>
|
210 |
-
<rdf:Seq>
|
211 |
-
<rdf:li rdf:parseType="Resource">
|
212 |
-
<xmpG:swatchName>White</xmpG:swatchName>
|
213 |
-
<xmpG:mode>RGB</xmpG:mode>
|
214 |
-
<xmpG:type>PROCESS</xmpG:type>
|
215 |
-
<xmpG:red>255</xmpG:red>
|
216 |
-
<xmpG:green>255</xmpG:green>
|
217 |
-
<xmpG:blue>255</xmpG:blue>
|
218 |
-
</rdf:li>
|
219 |
-
<rdf:li rdf:parseType="Resource">
|
220 |
-
<xmpG:swatchName>Black</xmpG:swatchName>
|
221 |
-
<xmpG:mode>RGB</xmpG:mode>
|
222 |
-
<xmpG:type>PROCESS</xmpG:type>
|
223 |
-
<xmpG:red>0</xmpG:red>
|
224 |
-
<xmpG:green>0</xmpG:green>
|
225 |
-
<xmpG:blue>0</xmpG:blue>
|
226 |
-
</rdf:li>
|
227 |
-
<rdf:li rdf:parseType="Resource">
|
228 |
-
<xmpG:swatchName>RGB Red</xmpG:swatchName>
|
229 |
-
<xmpG:mode>RGB</xmpG:mode>
|
230 |
-
<xmpG:type>PROCESS</xmpG:type>
|
231 |
-
<xmpG:red>255</xmpG:red>
|
232 |
-
<xmpG:green>0</xmpG:green>
|
233 |
-
<xmpG:blue>0</xmpG:blue>
|
234 |
-
</rdf:li>
|
235 |
-
<rdf:li rdf:parseType="Resource">
|
236 |
-
<xmpG:swatchName>RGB Yellow</xmpG:swatchName>
|
237 |
-
<xmpG:mode>RGB</xmpG:mode>
|
238 |
-
<xmpG:type>PROCESS</xmpG:type>
|
239 |
-
<xmpG:red>255</xmpG:red>
|
240 |
-
<xmpG:green>255</xmpG:green>
|
241 |
-
<xmpG:blue>0</xmpG:blue>
|
242 |
-
</rdf:li>
|
243 |
-
<rdf:li rdf:parseType="Resource">
|
244 |
-
<xmpG:swatchName>RGB Green</xmpG:swatchName>
|
245 |
-
<xmpG:mode>RGB</xmpG:mode>
|
246 |
-
<xmpG:type>PROCESS</xmpG:type>
|
247 |
-
<xmpG:red>0</xmpG:red>
|
248 |
-
<xmpG:green>255</xmpG:green>
|
249 |
-
<xmpG:blue>0</xmpG:blue>
|
250 |
-
</rdf:li>
|
251 |
-
<rdf:li rdf:parseType="Resource">
|
252 |
-
<xmpG:swatchName>RGB Cyan</xmpG:swatchName>
|
253 |
-
<xmpG:mode>RGB</xmpG:mode>
|
254 |
-
<xmpG:type>PROCESS</xmpG:type>
|
255 |
-
<xmpG:red>0</xmpG:red>
|
256 |
-
<xmpG:green>255</xmpG:green>
|
257 |
-
<xmpG:blue>255</xmpG:blue>
|
258 |
-
</rdf:li>
|
259 |
-
<rdf:li rdf:parseType="Resource">
|
260 |
-
<xmpG:swatchName>RGB Blue</xmpG:swatchName>
|
261 |
-
<xmpG:mode>RGB</xmpG:mode>
|
262 |
-
<xmpG:type>PROCESS</xmpG:type>
|
263 |
-
<xmpG:red>0</xmpG:red>
|
264 |
-
<xmpG:green>0</xmpG:green>
|
265 |
-
<xmpG:blue>255</xmpG:blue>
|
266 |
-
</rdf:li>
|
267 |
-
<rdf:li rdf:parseType="Resource">
|
268 |
-
<xmpG:swatchName>RGB Magenta</xmpG:swatchName>
|
269 |
-
<xmpG:mode>RGB</xmpG:mode>
|
270 |
-
<xmpG:type>PROCESS</xmpG:type>
|
271 |
-
<xmpG:red>255</xmpG:red>
|
272 |
-
<xmpG:green>0</xmpG:green>
|
273 |
-
<xmpG:blue>255</xmpG:blue>
|
274 |
-
</rdf:li>
|
275 |
-
<rdf:li rdf:parseType="Resource">
|
276 |
-
<xmpG:swatchName>R=193 G=39 B=45</xmpG:swatchName>
|
277 |
-
<xmpG:mode>RGB</xmpG:mode>
|
278 |
-
<xmpG:type>PROCESS</xmpG:type>
|
279 |
-
<xmpG:red>193</xmpG:red>
|
280 |
-
<xmpG:green>39</xmpG:green>
|
281 |
-
<xmpG:blue>45</xmpG:blue>
|
282 |
-
</rdf:li>
|
283 |
-
<rdf:li rdf:parseType="Resource">
|
284 |
-
<xmpG:swatchName>R=237 G=28 B=36</xmpG:swatchName>
|
285 |
-
<xmpG:mode>RGB</xmpG:mode>
|
286 |
-
<xmpG:type>PROCESS</xmpG:type>
|
287 |
-
<xmpG:red>237</xmpG:red>
|
288 |
-
<xmpG:green>28</xmpG:green>
|
289 |
-
<xmpG:blue>36</xmpG:blue>
|
290 |
-
</rdf:li>
|
291 |
-
<rdf:li rdf:parseType="Resource">
|
292 |
-
<xmpG:swatchName>R=241 G=90 B=36</xmpG:swatchName>
|
293 |
-
<xmpG:mode>RGB</xmpG:mode>
|
294 |
-
<xmpG:type>PROCESS</xmpG:type>
|
295 |
-
<xmpG:red>241</xmpG:red>
|
296 |
-
<xmpG:green>90</xmpG:green>
|
297 |
-
<xmpG:blue>36</xmpG:blue>
|
298 |
-
</rdf:li>
|
299 |
-
<rdf:li rdf:parseType="Resource">
|
300 |
-
<xmpG:swatchName>R=247 G=147 B=30</xmpG:swatchName>
|
301 |
-
<xmpG:mode>RGB</xmpG:mode>
|
302 |
-
<xmpG:type>PROCESS</xmpG:type>
|
303 |
-
<xmpG:red>247</xmpG:red>
|
304 |
-
<xmpG:green>147</xmpG:green>
|
305 |
-
<xmpG:blue>30</xmpG:blue>
|
306 |
-
</rdf:li>
|
307 |
-
<rdf:li rdf:parseType="Resource">
|
308 |
-
<xmpG:swatchName>R=251 G=176 B=59</xmpG:swatchName>
|
309 |
-
<xmpG:mode>RGB</xmpG:mode>
|
310 |
-
<xmpG:type>PROCESS</xmpG:type>
|
311 |
-
<xmpG:red>251</xmpG:red>
|
312 |
-
<xmpG:green>176</xmpG:green>
|
313 |
-
<xmpG:blue>59</xmpG:blue>
|
314 |
-
</rdf:li>
|
315 |
-
<rdf:li rdf:parseType="Resource">
|
316 |
-
<xmpG:swatchName>R=252 G=238 B=33</xmpG:swatchName>
|
317 |
-
<xmpG:mode>RGB</xmpG:mode>
|
318 |
-
<xmpG:type>PROCESS</xmpG:type>
|
319 |
-
<xmpG:red>252</xmpG:red>
|
320 |
-
<xmpG:green>238</xmpG:green>
|
321 |
-
<xmpG:blue>33</xmpG:blue>
|
322 |
-
</rdf:li>
|
323 |
-
<rdf:li rdf:parseType="Resource">
|
324 |
-
<xmpG:swatchName>R=217 G=224 B=33</xmpG:swatchName>
|
325 |
-
<xmpG:mode>RGB</xmpG:mode>
|
326 |
-
<xmpG:type>PROCESS</xmpG:type>
|
327 |
-
<xmpG:red>217</xmpG:red>
|
328 |
-
<xmpG:green>224</xmpG:green>
|
329 |
-
<xmpG:blue>33</xmpG:blue>
|
330 |
-
</rdf:li>
|
331 |
-
<rdf:li rdf:parseType="Resource">
|
332 |
-
<xmpG:swatchName>R=140 G=198 B=63</xmpG:swatchName>
|
333 |
-
<xmpG:mode>RGB</xmpG:mode>
|
334 |
-
<xmpG:type>PROCESS</xmpG:type>
|
335 |
-
<xmpG:red>140</xmpG:red>
|
336 |
-
<xmpG:green>198</xmpG:green>
|
337 |
-
<xmpG:blue>63</xmpG:blue>
|
338 |
-
</rdf:li>
|
339 |
-
<rdf:li rdf:parseType="Resource">
|
340 |
-
<xmpG:swatchName>R=57 G=181 B=74</xmpG:swatchName>
|
341 |
-
<xmpG:mode>RGB</xmpG:mode>
|
342 |
-
<xmpG:type>PROCESS</xmpG:type>
|
343 |
-
<xmpG:red>57</xmpG:red>
|
344 |
-
<xmpG:green>181</xmpG:green>
|
345 |
-
<xmpG:blue>74</xmpG:blue>
|
346 |
-
</rdf:li>
|
347 |
-
<rdf:li rdf:parseType="Resource">
|
348 |
-
<xmpG:swatchName>R=0 G=146 B=69</xmpG:swatchName>
|
349 |
-
<xmpG:mode>RGB</xmpG:mode>
|
350 |
-
<xmpG:type>PROCESS</xmpG:type>
|
351 |
-
<xmpG:red>0</xmpG:red>
|
352 |
-
<xmpG:green>146</xmpG:green>
|
353 |
-
<xmpG:blue>69</xmpG:blue>
|
354 |
-
</rdf:li>
|
355 |
-
<rdf:li rdf:parseType="Resource">
|
356 |
-
<xmpG:swatchName>R=0 G=104 B=55</xmpG:swatchName>
|
357 |
-
<xmpG:mode>RGB</xmpG:mode>
|
358 |
-
<xmpG:type>PROCESS</xmpG:type>
|
359 |
-
<xmpG:red>0</xmpG:red>
|
360 |
-
<xmpG:green>104</xmpG:green>
|
361 |
-
<xmpG:blue>55</xmpG:blue>
|
362 |
-
</rdf:li>
|
363 |
-
<rdf:li rdf:parseType="Resource">
|
364 |
-
<xmpG:swatchName>R=34 G=181 B=115</xmpG:swatchName>
|
365 |
-
<xmpG:mode>RGB</xmpG:mode>
|
366 |
-
<xmpG:type>PROCESS</xmpG:type>
|
367 |
-
<xmpG:red>34</xmpG:red>
|
368 |
-
<xmpG:green>181</xmpG:green>
|
369 |
-
<xmpG:blue>115</xmpG:blue>
|
370 |
-
</rdf:li>
|
371 |
-
<rdf:li rdf:parseType="Resource">
|
372 |
-
<xmpG:swatchName>R=0 G=169 B=157</xmpG:swatchName>
|
373 |
-
<xmpG:mode>RGB</xmpG:mode>
|
374 |
-
<xmpG:type>PROCESS</xmpG:type>
|
375 |
-
<xmpG:red>0</xmpG:red>
|
376 |
-
<xmpG:green>169</xmpG:green>
|
377 |
-
<xmpG:blue>157</xmpG:blue>
|
378 |
-
</rdf:li>
|
379 |
-
<rdf:li rdf:parseType="Resource">
|
380 |
-
<xmpG:swatchName>R=41 G=171 B=226</xmpG:swatchName>
|
381 |
-
<xmpG:mode>RGB</xmpG:mode>
|
382 |
-
<xmpG:type>PROCESS</xmpG:type>
|
383 |
-
<xmpG:red>41</xmpG:red>
|
384 |
-
<xmpG:green>171</xmpG:green>
|
385 |
-
<xmpG:blue>226</xmpG:blue>
|
386 |
-
</rdf:li>
|
387 |
-
<rdf:li rdf:parseType="Resource">
|
388 |
-
<xmpG:swatchName>R=0 G=113 B=188</xmpG:swatchName>
|
389 |
-
<xmpG:mode>RGB</xmpG:mode>
|
390 |
-
<xmpG:type>PROCESS</xmpG:type>
|
391 |
-
<xmpG:red>0</xmpG:red>
|
392 |
-
<xmpG:green>113</xmpG:green>
|
393 |
-
<xmpG:blue>188</xmpG:blue>
|
394 |
-
</rdf:li>
|
395 |
-
<rdf:li rdf:parseType="Resource">
|
396 |
-
<xmpG:swatchName>R=46 G=49 B=146</xmpG:swatchName>
|
397 |
-
<xmpG:mode>RGB</xmpG:mode>
|
398 |
-
<xmpG:type>PROCESS</xmpG:type>
|
399 |
-
<xmpG:red>46</xmpG:red>
|
400 |
-
<xmpG:green>49</xmpG:green>
|
401 |
-
<xmpG:blue>146</xmpG:blue>
|
402 |
-
</rdf:li>
|
403 |
-
<rdf:li rdf:parseType="Resource">
|
404 |
-
<xmpG:swatchName>R=27 G=20 B=100</xmpG:swatchName>
|
405 |
-
<xmpG:mode>RGB</xmpG:mode>
|
406 |
-
<xmpG:type>PROCESS</xmpG:type>
|
407 |
-
<xmpG:red>27</xmpG:red>
|
408 |
-
<xmpG:green>20</xmpG:green>
|
409 |
-
<xmpG:blue>100</xmpG:blue>
|
410 |
-
</rdf:li>
|
411 |
-
<rdf:li rdf:parseType="Resource">
|
412 |
-
<xmpG:swatchName>R=102 G=45 B=145</xmpG:swatchName>
|
413 |
-
<xmpG:mode>RGB</xmpG:mode>
|
414 |
-
<xmpG:type>PROCESS</xmpG:type>
|
415 |
-
<xmpG:red>102</xmpG:red>
|
416 |
-
<xmpG:green>45</xmpG:green>
|
417 |
-
<xmpG:blue>145</xmpG:blue>
|
418 |
-
</rdf:li>
|
419 |
-
<rdf:li rdf:parseType="Resource">
|
420 |
-
<xmpG:swatchName>R=147 G=39 B=143</xmpG:swatchName>
|
421 |
-
<xmpG:mode>RGB</xmpG:mode>
|
422 |
-
<xmpG:type>PROCESS</xmpG:type>
|
423 |
-
<xmpG:red>147</xmpG:red>
|
424 |
-
<xmpG:green>39</xmpG:green>
|
425 |
-
<xmpG:blue>143</xmpG:blue>
|
426 |
-
</rdf:li>
|
427 |
-
<rdf:li rdf:parseType="Resource">
|
428 |
-
<xmpG:swatchName>R=158 G=0 B=93</xmpG:swatchName>
|
429 |
-
<xmpG:mode>RGB</xmpG:mode>
|
430 |
-
<xmpG:type>PROCESS</xmpG:type>
|
431 |
-
<xmpG:red>158</xmpG:red>
|
432 |
-
<xmpG:green>0</xmpG:green>
|
433 |
-
<xmpG:blue>93</xmpG:blue>
|
434 |
-
</rdf:li>
|
435 |
-
<rdf:li rdf:parseType="Resource">
|
436 |
-
<xmpG:swatchName>R=212 G=20 B=90</xmpG:swatchName>
|
437 |
-
<xmpG:mode>RGB</xmpG:mode>
|
438 |
-
<xmpG:type>PROCESS</xmpG:type>
|
439 |
-
<xmpG:red>212</xmpG:red>
|
440 |
-
<xmpG:green>20</xmpG:green>
|
441 |
-
<xmpG:blue>90</xmpG:blue>
|
442 |
-
</rdf:li>
|
443 |
-
<rdf:li rdf:parseType="Resource">
|
444 |
-
<xmpG:swatchName>R=237 G=30 B=121</xmpG:swatchName>
|
445 |
-
<xmpG:mode>RGB</xmpG:mode>
|
446 |
-
<xmpG:type>PROCESS</xmpG:type>
|
447 |
-
<xmpG:red>237</xmpG:red>
|
448 |
-
<xmpG:green>30</xmpG:green>
|
449 |
-
<xmpG:blue>121</xmpG:blue>
|
450 |
-
</rdf:li>
|
451 |
-
<rdf:li rdf:parseType="Resource">
|
452 |
-
<xmpG:swatchName>R=199 G=178 B=153</xmpG:swatchName>
|
453 |
-
<xmpG:mode>RGB</xmpG:mode>
|
454 |
-
<xmpG:type>PROCESS</xmpG:type>
|
455 |
-
<xmpG:red>199</xmpG:red>
|
456 |
-
<xmpG:green>178</xmpG:green>
|
457 |
-
<xmpG:blue>153</xmpG:blue>
|
458 |
-
</rdf:li>
|
459 |
-
<rdf:li rdf:parseType="Resource">
|
460 |
-
<xmpG:swatchName>R=153 G=134 B=117</xmpG:swatchName>
|
461 |
-
<xmpG:mode>RGB</xmpG:mode>
|
462 |
-
<xmpG:type>PROCESS</xmpG:type>
|
463 |
-
<xmpG:red>153</xmpG:red>
|
464 |
-
<xmpG:green>134</xmpG:green>
|
465 |
-
<xmpG:blue>117</xmpG:blue>
|
466 |
-
</rdf:li>
|
467 |
-
<rdf:li rdf:parseType="Resource">
|
468 |
-
<xmpG:swatchName>R=115 G=99 B=87</xmpG:swatchName>
|
469 |
-
<xmpG:mode>RGB</xmpG:mode>
|
470 |
-
<xmpG:type>PROCESS</xmpG:type>
|
471 |
-
<xmpG:red>115</xmpG:red>
|
472 |
-
<xmpG:green>99</xmpG:green>
|
473 |
-
<xmpG:blue>87</xmpG:blue>
|
474 |
-
</rdf:li>
|
475 |
-
<rdf:li rdf:parseType="Resource">
|
476 |
-
<xmpG:swatchName>R=83 G=71 B=65</xmpG:swatchName>
|
477 |
-
<xmpG:mode>RGB</xmpG:mode>
|
478 |
-
<xmpG:type>PROCESS</xmpG:type>
|
479 |
-
<xmpG:red>83</xmpG:red>
|
480 |
-
<xmpG:green>71</xmpG:green>
|
481 |
-
<xmpG:blue>65</xmpG:blue>
|
482 |
-
</rdf:li>
|
483 |
-
<rdf:li rdf:parseType="Resource">
|
484 |
-
<xmpG:swatchName>R=198 G=156 B=109</xmpG:swatchName>
|
485 |
-
<xmpG:mode>RGB</xmpG:mode>
|
486 |
-
<xmpG:type>PROCESS</xmpG:type>
|
487 |
-
<xmpG:red>198</xmpG:red>
|
488 |
-
<xmpG:green>156</xmpG:green>
|
489 |
-
<xmpG:blue>109</xmpG:blue>
|
490 |
-
</rdf:li>
|
491 |
-
<rdf:li rdf:parseType="Resource">
|
492 |
-
<xmpG:swatchName>R=166 G=124 B=82</xmpG:swatchName>
|
493 |
-
<xmpG:mode>RGB</xmpG:mode>
|
494 |
-
<xmpG:type>PROCESS</xmpG:type>
|
495 |
-
<xmpG:red>166</xmpG:red>
|
496 |
-
<xmpG:green>124</xmpG:green>
|
497 |
-
<xmpG:blue>82</xmpG:blue>
|
498 |
-
</rdf:li>
|
499 |
-
<rdf:li rdf:parseType="Resource">
|
500 |
-
<xmpG:swatchName>R=140 G=98 B=57</xmpG:swatchName>
|
501 |
-
<xmpG:mode>RGB</xmpG:mode>
|
502 |
-
<xmpG:type>PROCESS</xmpG:type>
|
503 |
-
<xmpG:red>140</xmpG:red>
|
504 |
-
<xmpG:green>98</xmpG:green>
|
505 |
-
<xmpG:blue>57</xmpG:blue>
|
506 |
-
</rdf:li>
|
507 |
-
<rdf:li rdf:parseType="Resource">
|
508 |
-
<xmpG:swatchName>R=117 G=76 B=36</xmpG:swatchName>
|
509 |
-
<xmpG:mode>RGB</xmpG:mode>
|
510 |
-
<xmpG:type>PROCESS</xmpG:type>
|
511 |
-
<xmpG:red>117</xmpG:red>
|
512 |
-
<xmpG:green>76</xmpG:green>
|
513 |
-
<xmpG:blue>36</xmpG:blue>
|
514 |
-
</rdf:li>
|
515 |
-
<rdf:li rdf:parseType="Resource">
|
516 |
-
<xmpG:swatchName>R=96 G=56 B=19</xmpG:swatchName>
|
517 |
-
<xmpG:mode>RGB</xmpG:mode>
|
518 |
-
<xmpG:type>PROCESS</xmpG:type>
|
519 |
-
<xmpG:red>96</xmpG:red>
|
520 |
-
<xmpG:green>56</xmpG:green>
|
521 |
-
<xmpG:blue>19</xmpG:blue>
|
522 |
-
</rdf:li>
|
523 |
-
<rdf:li rdf:parseType="Resource">
|
524 |
-
<xmpG:swatchName>R=66 G=33 B=11</xmpG:swatchName>
|
525 |
-
<xmpG:mode>RGB</xmpG:mode>
|
526 |
-
<xmpG:type>PROCESS</xmpG:type>
|
527 |
-
<xmpG:red>66</xmpG:red>
|
528 |
-
<xmpG:green>33</xmpG:green>
|
529 |
-
<xmpG:blue>11</xmpG:blue>
|
530 |
-
</rdf:li>
|
531 |
-
<rdf:li rdf:parseType="Resource">
|
532 |
-
<xmpG:swatchName>R=0 G=0 B=0</xmpG:swatchName>
|
533 |
-
<xmpG:mode>RGB</xmpG:mode>
|
534 |
-
<xmpG:type>PROCESS</xmpG:type>
|
535 |
-
<xmpG:red>0</xmpG:red>
|
536 |
-
<xmpG:green>0</xmpG:green>
|
537 |
-
<xmpG:blue>0</xmpG:blue>
|
538 |
-
</rdf:li>
|
539 |
-
<rdf:li rdf:parseType="Resource">
|
540 |
-
<xmpG:swatchName>R=26 G=26 B=26</xmpG:swatchName>
|
541 |
-
<xmpG:mode>RGB</xmpG:mode>
|
542 |
-
<xmpG:type>PROCESS</xmpG:type>
|
543 |
-
<xmpG:red>26</xmpG:red>
|
544 |
-
<xmpG:green>26</xmpG:green>
|
545 |
-
<xmpG:blue>26</xmpG:blue>
|
546 |
-
</rdf:li>
|
547 |
-
<rdf:li rdf:parseType="Resource">
|
548 |
-
<xmpG:swatchName>R=51 G=51 B=51</xmpG:swatchName>
|
549 |
-
<xmpG:mode>RGB</xmpG:mode>
|
550 |
-
<xmpG:type>PROCESS</xmpG:type>
|
551 |
-
<xmpG:red>51</xmpG:red>
|
552 |
-
<xmpG:green>51</xmpG:green>
|
553 |
-
<xmpG:blue>51</xmpG:blue>
|
554 |
-
</rdf:li>
|
555 |
-
<rdf:li rdf:parseType="Resource">
|
556 |
-
<xmpG:swatchName>R=77 G=77 B=77</xmpG:swatchName>
|
557 |
-
<xmpG:mode>RGB</xmpG:mode>
|
558 |
-
<xmpG:type>PROCESS</xmpG:type>
|
559 |
-
<xmpG:red>77</xmpG:red>
|
560 |
-
<xmpG:green>77</xmpG:green>
|
561 |
-
<xmpG:blue>77</xmpG:blue>
|
562 |
-
</rdf:li>
|
563 |
-
<rdf:li rdf:parseType="Resource">
|
564 |
-
<xmpG:swatchName>R=102 G=102 B=102</xmpG:swatchName>
|
565 |
-
<xmpG:mode>RGB</xmpG:mode>
|
566 |
-
<xmpG:type>PROCESS</xmpG:type>
|
567 |
-
<xmpG:red>102</xmpG:red>
|
568 |
-
<xmpG:green>102</xmpG:green>
|
569 |
-
<xmpG:blue>102</xmpG:blue>
|
570 |
-
</rdf:li>
|
571 |
-
<rdf:li rdf:parseType="Resource">
|
572 |
-
<xmpG:swatchName>R=128 G=128 B=128</xmpG:swatchName>
|
573 |
-
<xmpG:mode>RGB</xmpG:mode>
|
574 |
-
<xmpG:type>PROCESS</xmpG:type>
|
575 |
-
<xmpG:red>128</xmpG:red>
|
576 |
-
<xmpG:green>128</xmpG:green>
|
577 |
-
<xmpG:blue>128</xmpG:blue>
|
578 |
-
</rdf:li>
|
579 |
-
<rdf:li rdf:parseType="Resource">
|
580 |
-
<xmpG:swatchName>R=153 G=153 B=153</xmpG:swatchName>
|
581 |
-
<xmpG:mode>RGB</xmpG:mode>
|
582 |
-
<xmpG:type>PROCESS</xmpG:type>
|
583 |
-
<xmpG:red>153</xmpG:red>
|
584 |
-
<xmpG:green>153</xmpG:green>
|
585 |
-
<xmpG:blue>153</xmpG:blue>
|
586 |
-
</rdf:li>
|
587 |
-
<rdf:li rdf:parseType="Resource">
|
588 |
-
<xmpG:swatchName>R=179 G=179 B=179</xmpG:swatchName>
|
589 |
-
<xmpG:mode>RGB</xmpG:mode>
|
590 |
-
<xmpG:type>PROCESS</xmpG:type>
|
591 |
-
<xmpG:red>179</xmpG:red>
|
592 |
-
<xmpG:green>179</xmpG:green>
|
593 |
-
<xmpG:blue>179</xmpG:blue>
|
594 |
-
</rdf:li>
|
595 |
-
<rdf:li rdf:parseType="Resource">
|
596 |
-
<xmpG:swatchName>R=204 G=204 B=204</xmpG:swatchName>
|
597 |
-
<xmpG:mode>RGB</xmpG:mode>
|
598 |
-
<xmpG:type>PROCESS</xmpG:type>
|
599 |
-
<xmpG:red>204</xmpG:red>
|
600 |
-
<xmpG:green>204</xmpG:green>
|
601 |
-
<xmpG:blue>204</xmpG:blue>
|
602 |
-
</rdf:li>
|
603 |
-
<rdf:li rdf:parseType="Resource">
|
604 |
-
<xmpG:swatchName>R=230 G=230 B=230</xmpG:swatchName>
|
605 |
-
<xmpG:mode>RGB</xmpG:mode>
|
606 |
-
<xmpG:type>PROCESS</xmpG:type>
|
607 |
-
<xmpG:red>230</xmpG:red>
|
608 |
-
<xmpG:green>230</xmpG:green>
|
609 |
-
<xmpG:blue>230</xmpG:blue>
|
610 |
-
</rdf:li>
|
611 |
-
<rdf:li rdf:parseType="Resource">
|
612 |
-
<xmpG:swatchName>R=242 G=242 B=242</xmpG:swatchName>
|
613 |
-
<xmpG:mode>RGB</xmpG:mode>
|
614 |
-
<xmpG:type>PROCESS</xmpG:type>
|
615 |
-
<xmpG:red>242</xmpG:red>
|
616 |
-
<xmpG:green>242</xmpG:green>
|
617 |
-
<xmpG:blue>242</xmpG:blue>
|
618 |
-
</rdf:li>
|
619 |
-
<rdf:li rdf:parseType="Resource">
|
620 |
-
<xmpG:swatchName>R=63 G=169 B=245</xmpG:swatchName>
|
621 |
-
<xmpG:mode>RGB</xmpG:mode>
|
622 |
-
<xmpG:type>PROCESS</xmpG:type>
|
623 |
-
<xmpG:red>63</xmpG:red>
|
624 |
-
<xmpG:green>169</xmpG:green>
|
625 |
-
<xmpG:blue>245</xmpG:blue>
|
626 |
-
</rdf:li>
|
627 |
-
<rdf:li rdf:parseType="Resource">
|
628 |
-
<xmpG:swatchName>R=122 G=201 B=67</xmpG:swatchName>
|
629 |
-
<xmpG:mode>RGB</xmpG:mode>
|
630 |
-
<xmpG:type>PROCESS</xmpG:type>
|
631 |
-
<xmpG:red>122</xmpG:red>
|
632 |
-
<xmpG:green>201</xmpG:green>
|
633 |
-
<xmpG:blue>67</xmpG:blue>
|
634 |
-
</rdf:li>
|
635 |
-
<rdf:li rdf:parseType="Resource">
|
636 |
-
<xmpG:swatchName>R=255 G=147 B=30</xmpG:swatchName>
|
637 |
-
<xmpG:mode>RGB</xmpG:mode>
|
638 |
-
<xmpG:type>PROCESS</xmpG:type>
|
639 |
-
<xmpG:red>255</xmpG:red>
|
640 |
-
<xmpG:green>147</xmpG:green>
|
641 |
-
<xmpG:blue>30</xmpG:blue>
|
642 |
-
</rdf:li>
|
643 |
-
<rdf:li rdf:parseType="Resource">
|
644 |
-
<xmpG:swatchName>R=255 G=29 B=37</xmpG:swatchName>
|
645 |
-
<xmpG:mode>RGB</xmpG:mode>
|
646 |
-
<xmpG:type>PROCESS</xmpG:type>
|
647 |
-
<xmpG:red>255</xmpG:red>
|
648 |
-
<xmpG:green>29</xmpG:green>
|
649 |
-
<xmpG:blue>37</xmpG:blue>
|
650 |
-
</rdf:li>
|
651 |
-
<rdf:li rdf:parseType="Resource">
|
652 |
-
<xmpG:swatchName>R=255 G=123 B=172</xmpG:swatchName>
|
653 |
-
<xmpG:mode>RGB</xmpG:mode>
|
654 |
-
<xmpG:type>PROCESS</xmpG:type>
|
655 |
-
<xmpG:red>255</xmpG:red>
|
656 |
-
<xmpG:green>123</xmpG:green>
|
657 |
-
<xmpG:blue>172</xmpG:blue>
|
658 |
-
</rdf:li>
|
659 |
-
<rdf:li rdf:parseType="Resource">
|
660 |
-
<xmpG:swatchName>R=189 G=204 B=212</xmpG:swatchName>
|
661 |
-
<xmpG:mode>RGB</xmpG:mode>
|
662 |
-
<xmpG:type>PROCESS</xmpG:type>
|
663 |
-
<xmpG:red>189</xmpG:red>
|
664 |
-
<xmpG:green>204</xmpG:green>
|
665 |
-
<xmpG:blue>212</xmpG:blue>
|
666 |
-
</rdf:li>
|
667 |
-
<rdf:li rdf:parseType="Resource">
|
668 |
-
<xmpG:swatchName>R=138 G=138 B=138 1</xmpG:swatchName>
|
669 |
-
<xmpG:mode>RGB</xmpG:mode>
|
670 |
-
<xmpG:type>PROCESS</xmpG:type>
|
671 |
-
<xmpG:red>138</xmpG:red>
|
672 |
-
<xmpG:green>138</xmpG:green>
|
673 |
-
<xmpG:blue>138</xmpG:blue>
|
674 |
-
</rdf:li>
|
675 |
-
</rdf:Seq>
|
676 |
-
</xmpG:Colorants>
|
677 |
-
</rdf:li>
|
678 |
-
</rdf:Seq>
|
679 |
-
</xmpTPg:SwatchGroups>
|
680 |
-
</rdf:Description>
|
681 |
-
<rdf:Description rdf:about=""
|
682 |
-
xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
|
683 |
-
<pdf:Producer>Adobe PDF library 9.00</pdf:Producer>
|
684 |
-
</rdf:Description>
|
685 |
-
</rdf:RDF>
|
686 |
-
</x:xmpmeta>
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
<?xpacket end="w"?>
|
709 |
-
endstream
|
710 |
-
H���-�0�a�S����' �Ƌv��������,$���<�=��FC�b����8A��-��F�{�(V(�\E���3>�����IGIykF���S><H�朗7)d��5�?�L��3������` 5�S�
|
711 |
-
endstream
|
712 |
-
8;Z\ui<k5l%"j!.(Yn<rGVB89DS9W38A;imV+n")c,d,Cr$jiKcnTe_@#q%%4(.C8
|
713 |
-
HN;BSQ0K3*YFS=EP`>nRqnec:hag&4%a](-!f93L:A4D\h\gZ/n@lX;HcTPGfEHCj
|
714 |
-
Q%6lr1C^ia9#<W0(GV,aU!d`IC%Y0XNP6><b7'6om5]6K!.0N/D61*)F/P7m\Pl,G
|
715 |
-
gpGL0adN#/Z594=1XIk%(grE!EB@RojEgmQOd52KE0$6o\NS1_@3+<#Mt:Yj;B;Fb
|
716 |
-
IK^@:(iq@&!<@UeLT(~>
|
717 |
-
endstream
|
718 |
-
8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
|
719 |
-
b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
|
720 |
-
E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
|
721 |
-
6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
|
722 |
-
VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
|
723 |
-
PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
|
724 |
-
l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
|
725 |
-
endstream
|
726 |
-
BT
|
727 |
-
/CS0 cs 0 0 0 scn
|
728 |
-
/GS0 gs
|
729 |
-
/T1_0 1 Tf
|
730 |
-
0 Tc 0 Tw 0 Ts 100 Tz 0 Tr 12 0 0 -12 -103.0967 -61.2773 Tm
|
731 |
-
[(T)7(his is an A)12(dobe\256 I)-10(llustr)5(a)4(t)6(or\256 F)26(ile tha)4(t w)4(as)]TJ
|
732 |
-
0 -1.2 TD
|
733 |
-
[(sa)8(v)10(ed without PDF C)11(on)4(t)6(en)4(t)3(.)]TJ
|
734 |
-
0 -1.2 TD
|
735 |
-
[(T)71(o P)5(lac)6(e or open this \037le in other)]TJ
|
736 |
-
0 -1.2 TD
|
737 |
-
[(applica)4(tions)11(, it should be r)10(e)-28(-sa)8(v)10(ed fr)10(om)]TJ
|
738 |
-
0 -1.2 TD
|
739 |
-
[(A)12(dobe I)-10(llustr)5(a)4(t)6(or with the ")3(C)3(r)10(ea)4(t)6(e PDF)]TJ
|
740 |
-
0 -1.2 TD
|
741 |
-
[(C)11(ompa)4(tible F)26(ile" option tur)-4(ned on. )41(T)7(his)]TJ
|
742 |
-
T*
|
743 |
-
[(option is in the I)-10(llustr)5(a)4(t)6(or Na)4(tiv)10(e F)31(or)-4(ma)4(t)]TJ
|
744 |
-
0 -1.2 TD
|
745 |
-
[(Options dialog bo)14(x, which appears when)]TJ
|
746 |
-
0 -1.2 TD
|
747 |
-
[(sa)8(ving an A)12(dobe I)-10(llustr)5(a)4(t)6(or \037le using the)]TJ
|
748 |
-
0 -1.2 TD
|
749 |
-
[(S)-3(a)8(v)10(e A)6(s c)6(ommand)10(.)]TJ
|
750 |
-
ET
|
751 |
-
|
752 |
-
endstream
|
753 |
-
H�|TyPw�ffz �$��D���#hD�[-�o!b(/�a��@e0��E
|
754 |
-
D%"�g�C �Ed=��
|
755 |
-
1�M�}�?�l[[��������{�}�����q|�����W��<�U�
|
756 |
-
ou�������@�1�r���l!��
|
757 |
-
٣����{������g�|6c����O��߫Z�c�he�˗;��Ӵt��9,]�tZ:��(���2�C�2B#�)�RGG��J��lMx�lB#S+5Ju�����U���,���·��ّ|�:'g'[�ev��v/SidJ�6D��� �*����N�T(#�a�(c�o���ӎL)�d~�*���Y`�b �5]E�U���%||E+e�d
|
758 |
-
�~�g�0��4��0����/1l� �c��!�R?�a6F=1o,��ʰ���
|
759 |
-
� 5X���qWA�e�1��>��0Ι�<ȤR�n�v������ݻ��D
|
760 |
-
x��m��o�Kh��#��v܃:y�<������1�E[l�!/UXFV#���m � >dY�
|
761 |
-
�Y�E~��>�h�
|
762 |
-
L��U�~O�F�]^>g/(Irq,��>��gi�^C���k ����Bc!�fvYT p�l�졉�5�-Z����ZΜ��/oȿN���sWH���+c�Vd&]ߴ������,�L��&!R���j�.
|
763 |
-
��i{~)�$!x63���'(&}�����hg�1̅��H ����_�r�
|
764 |
-
endstream
|
765 |
-
H���yTSw�oɞ����c
|
766 |
-
2y�.-;!���K�Z� ���^�i�"L��0���-��
|
767 |
-
�V��)g�B�0�i�W��8#�8wթ��8_�٥ʨQ����Q�j@�&�A)/��g�>'K�� �t�;\��
|
768 |
-
�x������- �����[��� 0����}��y)7ta�����>j���T�7���@���tܛ�`q�2��ʀ��&���6�Z�L�Ą?�_��yxg)˔z���çL�U���*�u�Sk�Se�O4?�c����.� � �� R�
|
769 |
-
�ꇆ��n���Q�t�}MA�0�al������S�x ��k�&�^���>�0|>_�'��,�G!"F$H:R��!z��F�Qd?r9�\A&�G���rQ��h������E��]�a�4z�Bg�����E#H �*B=��0H�I��p�p�0MxJ$�D1��D, V���ĭ����KĻ�Y�dE�"E��I2���E�B�G��t�4MzN�����r!YK� ���?%_&�#���(��0J:EAi��Q�(�()ӔWT6U@���P+���!�~��m���D�e�Դ�!��h�Ӧh/��']B/����ҏӿ�?a0n�hF!��X���8����܌k�c&5S�����6�l��Ia�2c�K�M�A�!�E�#��ƒ�d�V��(�k��e���l
|
770 |
-
N'��)�].�u�J�r�
|
771 |
-
��w�G� xR^���[�oƜch�g�`>b���$���*~� �:����E���b��~���,m,�-��ݖ,�Y��¬�*�6X�[ݱF�=�3�뭷Y��~dó ���t���i�z�f�6�~`{�v���.�Ng����#{�}�}��������j������c1X6���fm���;'_9 �r�:�8�q�:��˜�O:ϸ8������u��Jq���nv=���M����m����R 4 �
|
772 |
-
n�3ܣ�k�Gݯz=��[=��=�<�=G</z�^�^j��^�� ޡ�Z�Q�B�0FX'�+������t���<�u�-���{���_�_�ߘ�-G�,�}���/���Hh8�m�W�2p[����AiA��N�#8$X�?�A�KHI�{!7�<q��W�y(!46�-���a�a���a�W�� ��@�@�`l���YĎ��H,�$����(�(Y�h�7��ъ���b<b*b��<�����~�L&Y&9��%�u�M�s�s��NpJP%�M�IJlN<�DHJIڐtCj'�KwKg�C��%�N��d��|�ꙪO=��%�mL���u�v�x:H��oL��!Ȩ��C&13#s$�/Y����������=�Osbs�rn��sO�1��v�=ˏ��ϟ\�h٢���#��¼����oZ<]T�Ut}�`IÒsK��V-���Y,+>TB(�/�S�,]6*�-���W:#��7�*���e��^YDY�}U�j��AyT�`�#�D=���"�b{ų���+�ʯ:�!kJ4G�m��t�}uC�%���K7YV��fF���Y�.�=b��?S��ƕƩ�Ⱥ����y���
|
773 |
-
�����z���p���g���_���X���Q���K���F���Aǿ�=ȼ�:ɹ�8ʷ�6˶�5̵�5͵�6ζ�7ϸ�9к�<Ѿ�?���D���I���N���U���\���d���l���v��ۀ�܊�ݖ�ޢ�)߯�6��D���S���c���s����
|
774 |
-
endstream
|
775 |
-
|