From a46d2942a62e9e640fe0447e52d6387362d8c7a2 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 9 Jan 2010 16:50:00 +0000 Subject: [PATCH] Removing spurious files. --- lib/smarty/demo/.svn/all-wcprops | 11 -- lib/smarty/demo/.svn/entries | 71 ---------- .../demo/.svn/text-base/index.php.svn-base | 25 ---- lib/smarty/demo/configs/.svn/all-wcprops | 11 -- lib/smarty/demo/configs/.svn/entries | 62 --------- .../configs/.svn/text-base/test.conf.svn-base | 5 - lib/smarty/demo/configs/test.conf | 5 - lib/smarty/demo/index.php | 25 ---- lib/smarty/demo/templates/.svn/all-wcprops | 23 ---- lib/smarty/demo/templates/.svn/entries | 130 ------------------ .../.svn/text-base/footer.tpl.svn-base | 2 - .../.svn/text-base/header.tpl.svn-base | 6 - .../.svn/text-base/index.tpl.svn-base | 83 ----------- lib/smarty/demo/templates/footer.tpl | 2 - lib/smarty/demo/templates/header.tpl | 6 - lib/smarty/demo/templates/index.tpl | 81 ----------- lib/smarty/demo/templates_c/.svn/all-wcprops | 5 - lib/smarty/demo/templates_c/.svn/entries | 28 ---- lib/smarty/misc/.svn/all-wcprops | 17 --- lib/smarty/misc/.svn/entries | 96 ------------- .../.svn/prop-base/smarty_icon.gif.svn-base | 5 - .../text-base/smarty_icon.README.svn-base | 6 - .../.svn/text-base/smarty_icon.gif.svn-base | Bin 1102 -> 0 bytes lib/smarty/misc/smarty_icon.README | 6 - lib/smarty/misc/smarty_icon.gif | Bin 1102 -> 0 bytes 25 files changed, 711 deletions(-) delete mode 100644 lib/smarty/demo/.svn/all-wcprops delete mode 100644 lib/smarty/demo/.svn/entries delete mode 100644 lib/smarty/demo/.svn/text-base/index.php.svn-base delete mode 100644 lib/smarty/demo/configs/.svn/all-wcprops delete mode 100644 lib/smarty/demo/configs/.svn/entries delete mode 100644 lib/smarty/demo/configs/.svn/text-base/test.conf.svn-base delete mode 100644 lib/smarty/demo/configs/test.conf delete mode 100644 lib/smarty/demo/index.php delete mode 100644 lib/smarty/demo/templates/.svn/all-wcprops delete mode 100644 lib/smarty/demo/templates/.svn/entries delete mode 100644 lib/smarty/demo/templates/.svn/text-base/footer.tpl.svn-base delete mode 100644 lib/smarty/demo/templates/.svn/text-base/header.tpl.svn-base delete mode 100644 lib/smarty/demo/templates/.svn/text-base/index.tpl.svn-base delete mode 100644 lib/smarty/demo/templates/footer.tpl delete mode 100644 lib/smarty/demo/templates/header.tpl delete mode 100644 lib/smarty/demo/templates/index.tpl delete mode 100644 lib/smarty/demo/templates_c/.svn/all-wcprops delete mode 100644 lib/smarty/demo/templates_c/.svn/entries delete mode 100644 lib/smarty/misc/.svn/all-wcprops delete mode 100644 lib/smarty/misc/.svn/entries delete mode 100644 lib/smarty/misc/.svn/prop-base/smarty_icon.gif.svn-base delete mode 100644 lib/smarty/misc/.svn/text-base/smarty_icon.README.svn-base delete mode 100644 lib/smarty/misc/.svn/text-base/smarty_icon.gif.svn-base delete mode 100644 lib/smarty/misc/smarty_icon.README delete mode 100644 lib/smarty/misc/smarty_icon.gif diff --git a/lib/smarty/demo/.svn/all-wcprops b/lib/smarty/demo/.svn/all-wcprops deleted file mode 100644 index a9f556a..0000000 --- a/lib/smarty/demo/.svn/all-wcprops +++ /dev/null @@ -1,11 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 37 -/svn/!svn/ver/2/trunk/lib/smarty/demo -END -index.php -K 25 -svn:wc:ra_dav:version-url -V 47 -/svn/!svn/ver/2/trunk/lib/smarty/demo/index.php -END diff --git a/lib/smarty/demo/.svn/entries b/lib/smarty/demo/.svn/entries deleted file mode 100644 index 33c8a0a..0000000 --- a/lib/smarty/demo/.svn/entries +++ /dev/null @@ -1,71 +0,0 @@ -10 - -dir -31 -https://neompc.googlecode.com/svn/trunk/lib/smarty/demo -https://neompc.googlecode.com/svn - - - -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - -3182664f-f819-0410-8fcb-9f4c312bcbac - -templates_c -dir - -configs -dir - -index.php -file - - - - -2010-01-09T16:14:29.000000Z -2e485e1b32262c35974c079dd7701d32 -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -883 - -templates -dir - diff --git a/lib/smarty/demo/.svn/text-base/index.php.svn-base b/lib/smarty/demo/.svn/text-base/index.php.svn-base deleted file mode 100644 index fee202f..0000000 --- a/lib/smarty/demo/.svn/text-base/index.php.svn-base +++ /dev/null @@ -1,25 +0,0 @@ -compile_check = true; -$smarty->debugging = true; - -$smarty->assign("Name","Fred Irving Johnathan Bradley Peppergill"); -$smarty->assign("FirstName",array("John","Mary","James","Henry")); -$smarty->assign("LastName",array("Doe","Smith","Johnson","Case")); -$smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"), - array("I", "J", "K", "L"), array("M", "N", "O", "P"))); - -$smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" => "3"), - array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234"))); - -$smarty->assign("option_values", array("NY","NE","KS","IA","OK","TX")); -$smarty->assign("option_output", array("New York","Nebraska","Kansas","Iowa","Oklahoma","Texas")); -$smarty->assign("option_selected", "NE"); - -$smarty->display('index.tpl'); - -?> diff --git a/lib/smarty/demo/configs/.svn/all-wcprops b/lib/smarty/demo/configs/.svn/all-wcprops deleted file mode 100644 index f925399..0000000 --- a/lib/smarty/demo/configs/.svn/all-wcprops +++ /dev/null @@ -1,11 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 45 -/svn/!svn/ver/2/trunk/lib/smarty/demo/configs -END -test.conf -K 25 -svn:wc:ra_dav:version-url -V 55 -/svn/!svn/ver/2/trunk/lib/smarty/demo/configs/test.conf -END diff --git a/lib/smarty/demo/configs/.svn/entries b/lib/smarty/demo/configs/.svn/entries deleted file mode 100644 index b4e34d6..0000000 --- a/lib/smarty/demo/configs/.svn/entries +++ /dev/null @@ -1,62 +0,0 @@ -10 - -dir -31 -https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/configs -https://neompc.googlecode.com/svn - - - -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - -3182664f-f819-0410-8fcb-9f4c312bcbac - -test.conf -file - - - - -2010-01-09T16:14:29.000000Z -2f99e2310b1dd4a254c594c49549d9d2 -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -65 - diff --git a/lib/smarty/demo/configs/.svn/text-base/test.conf.svn-base b/lib/smarty/demo/configs/.svn/text-base/test.conf.svn-base deleted file mode 100644 index 5eac748..0000000 --- a/lib/smarty/demo/configs/.svn/text-base/test.conf.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -title = Welcome to Smarty! -cutoff_size = 40 - -[setup] -bold = true diff --git a/lib/smarty/demo/configs/test.conf b/lib/smarty/demo/configs/test.conf deleted file mode 100644 index 5eac748..0000000 --- a/lib/smarty/demo/configs/test.conf +++ /dev/null @@ -1,5 +0,0 @@ -title = Welcome to Smarty! -cutoff_size = 40 - -[setup] -bold = true diff --git a/lib/smarty/demo/index.php b/lib/smarty/demo/index.php deleted file mode 100644 index fee202f..0000000 --- a/lib/smarty/demo/index.php +++ /dev/null @@ -1,25 +0,0 @@ -compile_check = true; -$smarty->debugging = true; - -$smarty->assign("Name","Fred Irving Johnathan Bradley Peppergill"); -$smarty->assign("FirstName",array("John","Mary","James","Henry")); -$smarty->assign("LastName",array("Doe","Smith","Johnson","Case")); -$smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"), - array("I", "J", "K", "L"), array("M", "N", "O", "P"))); - -$smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" => "3"), - array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234"))); - -$smarty->assign("option_values", array("NY","NE","KS","IA","OK","TX")); -$smarty->assign("option_output", array("New York","Nebraska","Kansas","Iowa","Oklahoma","Texas")); -$smarty->assign("option_selected", "NE"); - -$smarty->display('index.tpl'); - -?> diff --git a/lib/smarty/demo/templates/.svn/all-wcprops b/lib/smarty/demo/templates/.svn/all-wcprops deleted file mode 100644 index cd23d48..0000000 --- a/lib/smarty/demo/templates/.svn/all-wcprops +++ /dev/null @@ -1,23 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 47 -/svn/!svn/ver/2/trunk/lib/smarty/demo/templates -END -index.tpl -K 25 -svn:wc:ra_dav:version-url -V 57 -/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/index.tpl -END -header.tpl -K 25 -svn:wc:ra_dav:version-url -V 58 -/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/header.tpl -END -footer.tpl -K 25 -svn:wc:ra_dav:version-url -V 58 -/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/footer.tpl -END diff --git a/lib/smarty/demo/templates/.svn/entries b/lib/smarty/demo/templates/.svn/entries deleted file mode 100644 index b04e097..0000000 --- a/lib/smarty/demo/templates/.svn/entries +++ /dev/null @@ -1,130 +0,0 @@ -10 - -dir -31 -https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/templates -https://neompc.googlecode.com/svn - - - -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - -3182664f-f819-0410-8fcb-9f4c312bcbac - -index.tpl -file - - - - -2009-07-01T07:29:51.000000Z -b96330fb670aecc84cbb7bf5f9982626 -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -2183 - -header.tpl -file - - - - -2010-01-09T16:14:29.000000Z -78bae299a2434e0608e3cbfc80604fd3 -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -124 - -footer.tpl -file - - - - -2010-01-09T16:14:29.000000Z -c1fc795345486008cd84355ff82fc63e -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -16 - diff --git a/lib/smarty/demo/templates/.svn/text-base/footer.tpl.svn-base b/lib/smarty/demo/templates/.svn/text-base/footer.tpl.svn-base deleted file mode 100644 index e04310f..0000000 --- a/lib/smarty/demo/templates/.svn/text-base/footer.tpl.svn-base +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/lib/smarty/demo/templates/.svn/text-base/header.tpl.svn-base b/lib/smarty/demo/templates/.svn/text-base/header.tpl.svn-base deleted file mode 100644 index af8f613..0000000 --- a/lib/smarty/demo/templates/.svn/text-base/header.tpl.svn-base +++ /dev/null @@ -1,6 +0,0 @@ - - -{popup_init src="/javascripts/overlib.js"} -{$title} - {$Name} - - diff --git a/lib/smarty/demo/templates/.svn/text-base/index.tpl.svn-base b/lib/smarty/demo/templates/.svn/text-base/index.tpl.svn-base deleted file mode 100644 index c4d5eee..0000000 --- a/lib/smarty/demo/templates/.svn/text-base/index.tpl.svn-base +++ /dev/null @@ -1,83 +0,0 @@ -{config_load file=test.conf section="setup"} -{include file="header.tpl" title=foo} - -
-
-{* bold and title are read from the config file *}
-{if #bold#}{/if}
-{* capitalize the first letters of each word of the title *}
-Title: {#title#|capitalize}
-{if #bold#}{/if}
-
-The current date and time is {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}
-
-Tooltip example: Move your mouse over the Help link to see an example of a tooltip using Smarty's popup function.
-
-The value of global assigned variable $SCRIPT_NAME is {$SCRIPT_NAME}
-
-Example of accessing server environment variable SERVER_NAME: {$smarty.server.SERVER_NAME}
-
-The value of {ldelim}$Name{rdelim} is {$Name}
-
-variable modifier example of {ldelim}$Name|upper{rdelim}
-
-{$Name|upper}
-
-
-An example of a section loop:
-
-{section name=outer loop=$FirstName}
-{if %outer.index% is odd by 2}
-	{%outer.rownum%} . {$FirstName[outer]} {$LastName[outer]}
-{else}
-	{%outer.rownum%} * {$FirstName[outer]} {$LastName[outer]}
-{/if}
-{sectionelse}
-	none
-{/section}
-
-An example of section looped key values:
-
-{section name=sec1 loop=$contacts}
-	phone: {$contacts[sec1].phone}
- fax: {$contacts[sec1].fax}
- cell: {$contacts[sec1].cell}
-{/section} -

- -testing strip tags -{strip} - - - - -
- - This is a test - -
-{/strip} - -

- -This is an example of the html_select_date function: - -
-{html_select_date start_year=1998 end_year=2010} -
- -This is an example of the html_select_time function: - -
-{html_select_time use_24_hours=false} -
- -This is an example of the html_options function: - -
- -
- -{include file="footer.tpl"} diff --git a/lib/smarty/demo/templates/footer.tpl b/lib/smarty/demo/templates/footer.tpl deleted file mode 100644 index e04310f..0000000 --- a/lib/smarty/demo/templates/footer.tpl +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/lib/smarty/demo/templates/header.tpl b/lib/smarty/demo/templates/header.tpl deleted file mode 100644 index af8f613..0000000 --- a/lib/smarty/demo/templates/header.tpl +++ /dev/null @@ -1,6 +0,0 @@ - - -{popup_init src="/javascripts/overlib.js"} -{$title} - {$Name} - - diff --git a/lib/smarty/demo/templates/index.tpl b/lib/smarty/demo/templates/index.tpl deleted file mode 100644 index f274cc5..0000000 --- a/lib/smarty/demo/templates/index.tpl +++ /dev/null @@ -1,81 +0,0 @@ -{config_load file=test.conf section="setup"} -{include file="header.tpl" title=foo} - -
-
-{* bold and title are read from the config file *}
-{if #bold#}{/if}
-{* capitalize the first letters of each word of the title *}
-Title: {#title#|capitalize}
-{if #bold#}{/if}
-
-The current date and time is {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}
-
-The value of global assigned variable $SCRIPT_NAME is {$SCRIPT_NAME}
-
-Example of accessing server environment variable SERVER_NAME: {$smarty.server.SERVER_NAME}
-
-The value of {ldelim}$Name{rdelim} is {$Name}
-
-variable modifier example of {ldelim}$Name|upper{rdelim}
-
-{$Name|upper}
-
-
-An example of a section loop:
-
-{section name=outer loop=$FirstName}
-{if $smarty.section.outer.index is odd by 2}
-	{$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
-{else}
-	{$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
-{/if}
-{sectionelse}
-	none
-{/section}
-
-An example of section looped key values:
-
-{section name=sec1 loop=$contacts}
-	phone: {$contacts[sec1].phone}
- fax: {$contacts[sec1].fax}
- cell: {$contacts[sec1].cell}
-{/section} -

- -testing strip tags -{strip} - - - - -
- - This is a test - -
-{/strip} - -

- -This is an example of the html_select_date function: - -
-{html_select_date start_year=1998 end_year=2010} -
- -This is an example of the html_select_time function: - -
-{html_select_time use_24_hours=false} -
- -This is an example of the html_options function: - -
- -
- -{include file="footer.tpl"} diff --git a/lib/smarty/demo/templates_c/.svn/all-wcprops b/lib/smarty/demo/templates_c/.svn/all-wcprops deleted file mode 100644 index cc7bbc0..0000000 --- a/lib/smarty/demo/templates_c/.svn/all-wcprops +++ /dev/null @@ -1,5 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 49 -/svn/!svn/ver/2/trunk/lib/smarty/demo/templates_c -END diff --git a/lib/smarty/demo/templates_c/.svn/entries b/lib/smarty/demo/templates_c/.svn/entries deleted file mode 100644 index 73ebd7b..0000000 --- a/lib/smarty/demo/templates_c/.svn/entries +++ /dev/null @@ -1,28 +0,0 @@ -10 - -dir -31 -https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/templates_c -https://neompc.googlecode.com/svn - - - -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - -3182664f-f819-0410-8fcb-9f4c312bcbac - diff --git a/lib/smarty/misc/.svn/all-wcprops b/lib/smarty/misc/.svn/all-wcprops deleted file mode 100644 index 298506e..0000000 --- a/lib/smarty/misc/.svn/all-wcprops +++ /dev/null @@ -1,17 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 37 -/svn/!svn/ver/2/trunk/lib/smarty/misc -END -smarty_icon.README -K 25 -svn:wc:ra_dav:version-url -V 56 -/svn/!svn/ver/2/trunk/lib/smarty/misc/smarty_icon.README -END -smarty_icon.gif -K 25 -svn:wc:ra_dav:version-url -V 53 -/svn/!svn/ver/2/trunk/lib/smarty/misc/smarty_icon.gif -END diff --git a/lib/smarty/misc/.svn/entries b/lib/smarty/misc/.svn/entries deleted file mode 100644 index 372b11f..0000000 --- a/lib/smarty/misc/.svn/entries +++ /dev/null @@ -1,96 +0,0 @@ -10 - -dir -31 -https://neompc.googlecode.com/svn/trunk/lib/smarty/misc -https://neompc.googlecode.com/svn -delete - - -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - -3182664f-f819-0410-8fcb-9f4c312bcbac - -smarty_icon.README -file - - - -delete -2009-07-01T07:29:59.000000Z -f718ebc5293aa0fcffe7c04af2d1a757 -2006-08-02T09:03:37.194556Z -2 -danbee - - - - - - - - - - - - - - - - - - - - - -233 - -smarty_icon.gif -file - - - -delete -2009-07-01T07:29:59.000000Z -3c85036451eaea0037f5343f28dc4d74 -2006-08-02T09:03:37.194556Z -2 -danbee -has-props - - - - - - - - - - - - - - - - - - - - -1102 - diff --git a/lib/smarty/misc/.svn/prop-base/smarty_icon.gif.svn-base b/lib/smarty/misc/.svn/prop-base/smarty_icon.gif.svn-base deleted file mode 100644 index 5e9587e..0000000 --- a/lib/smarty/misc/.svn/prop-base/smarty_icon.gif.svn-base +++ /dev/null @@ -1,5 +0,0 @@ -K 13 -svn:mime-type -V 24 -application/octet-stream -END diff --git a/lib/smarty/misc/.svn/text-base/smarty_icon.README.svn-base b/lib/smarty/misc/.svn/text-base/smarty_icon.README.svn-base deleted file mode 100644 index a5b4d05..0000000 --- a/lib/smarty/misc/.svn/text-base/smarty_icon.README.svn-base +++ /dev/null @@ -1,6 +0,0 @@ -Feel free to put the smarty icon on your site. -You can cut-and-paste the following code, be sure -to adjust the path to the image: - - - diff --git a/lib/smarty/misc/.svn/text-base/smarty_icon.gif.svn-base b/lib/smarty/misc/.svn/text-base/smarty_icon.gif.svn-base deleted file mode 100644 index 5d5196995c01db0c78f6ff1b3191f6dbd8225460..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcmV-U1hM-^Nk%w1VORhk0K@K%8hp3>uF}*>IK+LDJ02ToY6b{k0s;mR5gTJw1d(D=iHT)q372PX8&;7YW1W>|5f>sC2BMag zT7g8WWf2Y&6Axer2B1z44gn4iVFtVp3kVLs5qSX*1ep;A$G%S+!oLf|3mPH=#lytj zHbaSwj1LD26%z*sV9g&37a9c~1sWF*00Z&^0|oUL{R#}oa3z2~dIB9F2%w>%z6=uP z(HkJ4VM7W1Gzu{Ycrk>?BAOySADAW}z&yjwnQxVF+ONUw zj!(rl0GFGU$~y@_fd&*%pum9R4H3!zA|E|~fdwR0aKHk&s5C-9E&y)(7H2AY+Ull&6Xl=U5QjaE`Ee(01Ht=uZJ=4SAeDT(vck zkr@n$Rssevv`qw1c8E#?1$tyC>JoO3D5-qq4b0lZ7diGC!Uzm zX(ExB0f{7`f*R@|nTGlSWskv`K#VhfS7S#}n8Xi1nM48zC~Z9QK?8RD!3HS63hT!j zy-H=DbzBly;CBhq8iQR596$lf9aChx1_AV4kU=Vdd{>Wnn^&i zoXe56^wt{)2l(cz@4o!@>+in+2Q09^B6MJ|3?0Ofu)zz%a4^FOe{itE3PWr$#Scd; zvBMHK>@dRxL)`Jg43E6=!zO1;^2!!pEb_@CXZ%9LEq4%d$tBMm@y;Kc{PD^^*Q_zh zFn4S;&pLzbfy*k>d@{~5L(Q_#EFXO|$yV2Vv&tBw{PNQ&Pn>kkT^l_!$3&04HPvjl U?e^Pnzum&zbk}Y7+#vt}JGB - diff --git a/lib/smarty/misc/smarty_icon.gif b/lib/smarty/misc/smarty_icon.gif deleted file mode 100644 index 5d5196995c01db0c78f6ff1b3191f6dbd8225460..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcmV-U1hM-^Nk%w1VORhk0K@K%8hp3>uF}*>IK+LDJ02ToY6b{k0s;mR5gTJw1d(D=iHT)q372PX8&;7YW1W>|5f>sC2BMag zT7g8WWf2Y&6Axer2B1z44gn4iVFtVp3kVLs5qSX*1ep;A$G%S+!oLf|3mPH=#lytj zHbaSwj1LD26%z*sV9g&37a9c~1sWF*00Z&^0|oUL{R#}oa3z2~dIB9F2%w>%z6=uP z(HkJ4VM7W1Gzu{Ycrk>?BAOySADAW}z&yjwnQxVF+ONUw zj!(rl0GFGU$~y@_fd&*%pum9R4H3!zA|E|~fdwR0aKHk&s5C-9E&y)(7H2AY+Ull&6Xl=U5QjaE`Ee(01Ht=uZJ=4SAeDT(vck zkr@n$Rssevv`qw1c8E#?1$tyC>JoO3D5-qq4b0lZ7diGC!Uzm zX(ExB0f{7`f*R@|nTGlSWskv`K#VhfS7S#}n8Xi1nM48zC~Z9QK?8RD!3HS63hT!j zy-H=DbzBly;CBhq8iQR596$lf9aChx1_AV4kU=Vdd{>Wnn^&i zoXe56^wt{)2l(cz@4o!@>+in+2Q09^B6MJ|3?0Ofu)zz%a4^FOe{itE3PWr$#Scd; zvBMHK>@dRxL)`Jg43E6=!zO1;^2!!pEb_@CXZ%9LEq4%d$tBMm@y;Kc{PD^^*Q_zh zFn4S;&pLzbfy*k>d@{~5L(Q_#EFXO|$yV2Vv&tBw{PNQ&Pn>kkT^l_!$3&04HPvjl U?e^Pnzum&zbk}Y7+#vt}JGB