<div>I can confirm that I can now preview the web site again.<br></div><div><br></div><div>Thanks Pat and Ron for sorting it out.</div><div><br></div><div>Kind regards</div><div><br></div><div>Johnathan</div><br><div class="gmail_quote">
On 20 April 2012 18:22, Pat Lockley <span dir="ltr"><<a href="mailto:patrick.lockley@googlemail.com">patrick.lockley@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We need to work out some sort of versioning and release as two of the<br>
fixes I made are of bugs introduced from changes (shouldn't have been<br>
committed)<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Apr 20, 2012 at 5:58 PM, Ron Mitchell <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
> Thanks Pat that's great. I've uploaded your changes and the sharing now<br>
> appears to be working correctly without errors.<br>
><br>
> Tested switch and that's working too!<br>
><br>
> Cheers<br>
> Ron<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat Lockley<br>
> Sent: 20 April 2012 17:43<br>
> To: For Xerte technical developers<br>
> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
><br>
> Some one had made preview.php not work - changed a parameter to something it<br>
> wasn't supposed to be. Now fixed.<br>
><br>
> Also fixed switch.txt and modifed a lot of the file update code (including<br>
> some changes that aren't mine and broke stuff)<br>
><br>
> On Fri, Apr 20, 2012 at 3:52 PM, Ron Mitchell <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>><br>
> wrote:<br>
>> not in modules/xerte/preview.php but in preview.php in the root I can<br>
>> see there's a require to template_status.php where that function exists.<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 15:21<br>
>><br>
>><br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> Is there an is shares template? Function call<br>
>><br>
>> On 20 Apr 2012, at 15:09, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> extract<br>
>> //////////////////////////////////////////////////////////////////////<br>
>> /////////////////////<br>
>><br>
>> function show_preview_code($row, $row_username){<br>
>><br>
>><br>
>><br>
>>                global $xerte_toolkits_site;<br>
>><br>
>><br>
>><br>
>>                /*<br>
>><br>
>>                * Format the XML strings to provide data to the engine<br>
>><br>
>>                */<br>
>><br>
>><br>
>><br>
>>                if(!file_exists($xerte_toolkits_site->users_file_area_short<br>
> .<br>
>> $row['template_id'] . "-" . $row_username['username'] . "-" .<br>
>> $row['template_name'] . "/preview.xml")){<br>
>><br>
>><br>
>><br>
>>                               $buffer =<br>
>> file_get_contents($xerte_toolkits_site->users_file_area_short .<br>
>> $row['template_id'] . "-" . $row_username['username'] . "-" .<br>
>> $row['template_name'] . "/data.xml");<br>
>><br>
>><br>
>><br>
>>                               $fp =<br>
>> fopen($xerte_toolkits_site->users_file_area_short . $row['template_id'] .<br>
>> "-" . $row_username['username'] . "-" . $row['template_name'] .<br>
>> "/preview.xml","x");<br>
>><br>
>>                               fwrite($fp, $buffer);<br>
>><br>
>>                               fclose($fp);<br>
>><br>
>><br>
>><br>
>>                }<br>
>><br>
>><br>
>><br>
>>                $string_for_flash_xml =<br>
>> $xerte_toolkits_site->users_file_area_short . $row['template_id'] . "-" .<br>
>> $row_username['username'] . "-" . $row['template_name'] . "/preview.xml" .<br>
>> "?time=" . time();<br>
>><br>
>><br>
>><br>
>>                $string_for_flash =<br>
>> $xerte_toolkits_site->users_file_area_short . $row['template_id'] . "-" .<br>
>> $row_username['username'] . "-" . $row['template_name'] . "/";<br>
>><br>
>> extract<br>
>> //////////////////////////////////////////////////////////////////////<br>
>> /////////////////////<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 15:04<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> Not on pc<br>
>><br>
>><br>
>><br>
>> What is the path variable made from?<br>
>><br>
>> On 20 Apr 2012, at 14:58, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> Assuming that you mean modules/xerte/preview.php see attached.<br>
>><br>
>><br>
>><br>
>> Presumably somewhere $row_username['username'] get's passed the owner<br>
>> ID when it's a shared project?<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 14:47<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> No, what is in the code<br>
>><br>
>> On 20 Apr 2012, at 14:38, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> Do you mean what happens when clicking preview?<br>
>><br>
>> The error below<br>
>><br>
>><br>
>><br>
>> Warning:<br>
>> file_get_contents(USER-FILES/31-patrick.lockley@googlemail.com-Notting<br>
>> ham/da<br>
>> ta.xml): failed to open stream: No such file or directory in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 35 Warning:<br>
>><br>
> fopen(USER-FILES/31-patrick.lockley@googlemail.com-Nottingham/preview.xml):<br>
>> failed to open stream: No such file or directory in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 37 Warning:<br>
>> fwrite() expects parameter 1 to be resource, boolean given in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 38 Warning:<br>
>> fclose() expects parameter 1 to be resource, boolean given in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 39<br>
>><br>
>><br>
>><br>
>><br>
>> Followed by the preloader trying to load the xml but obviously not<br>
>> finding it.<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 14:21<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> What does modules/preview.php show<br>
>><br>
>> On 20 Apr 2012, at 14:08, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> You are user 10!<br>
>><br>
>><br>
>><br>
>> It seems like when the shared editor (in this case you) tries to<br>
>> preview the LO the code is looking in your user-files folder rather<br>
>> than the owner's e.g. mine.<br>
>><br>
>><br>
>><br>
>> Whereas in previous versions it correctly looks in the owner's folder.<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 13:52<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> No, that. Who is user 10?<br>
>><br>
>> On 20 Apr 2012, at 12:11, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> Do you mean the following?<br>
>><br>
>><br>
>><br>
>> Click here to add this user<br>
>><br>
>><br>
>><br>
>> javascript:share_this_template('31', '10')<br>
>><br>
>><br>
>><br>
>> or somewhere else?<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 11:55<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> Hover over the share link and note the parameters?<br>
>><br>
>> On 20 Apr 2012, at 11:42, "Ron Mitchell" <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>> wrote:<br>
>><br>
>> Hi Pat<br>
>><br>
>> apologies for the delayed response but I wanted to test this on a pre<br>
>> 1.8 install to verify what happens...<br>
>><br>
>><br>
>><br>
>> In a pre 1.8 installation if I share an LO with another user when that<br>
>> user clicks preview it loads preview.xml from my lo folder e.g.<br>
>> USER-FILES/31-ronm-Nottingham/preview.xml?time=1334918728<br>
>><br>
>><br>
>><br>
>> In this current 1.8 beta if I share an LO with your account and then<br>
>> you try to preview that LO it's looking at<br>
>> USER-FILES/31-patrick.lockley@googlemail.com-Nottingham/preview.xml?ti<br>
>> me=1334918794<br>
>><br>
>><br>
>><br>
>> So unless the way this works has changed (?) it seems like the preview<br>
>> code is looking in the wrong place e.g. the shared user account rather<br>
>> than the owner account. In the example below<br>
>> USER-FILES/31-ronm-Nottingham/preview.xml exists but<br>
>> USER-FILES/31-patrick.lockley@googlemail.com-Nottingham/preview.xml<br>
>> doesn't but I'm not sure it should? Is the wrong username being passed<br>
> somewhere?<br>
>><br>
>><br>
>><br>
>> Cheers<br>
>><br>
>> Ron<br>
>><br>
>><br>
>><br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 20 April 2012 09:44<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>><br>
>><br>
>> Is the file there?<br>
>><br>
>> On Friday, April 20, 2012, Ron Mitchell wrote:<br>
>><br>
>> Hi Pat<br>
>> it seems I spoke to soon when saying the sharing functionality is<br>
>> fixed :-( It is fixed in terms of owners are now able to share access<br>
>> with other users but it seems those other users get an error when trying<br>
> to preview the LO.<br>
>> I've shared a very simple LO with your account (just has a title page)<br>
>> and you'll see that when you try to preview you'll get the following<br>
> errors:<br>
>><br>
>> Warning:<br>
>> file_get_contents(USER-FILES/31-patrick.lockley@googlemail.com-Notting<br>
>> ham/da<br>
>> ta.xml): failed to open stream: No such file or directory in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 35 Warning:<br>
>><br>
> fopen(USER-FILES/31-patrick.lockley@googlemail.com-Nottingham/preview.xml):<br>
>> failed to open stream: No such file or directory in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 37 Warning:<br>
>> fwrite() expects parameter 1 to be resource, boolean given in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 38 Warning:<br>
>> fclose() expects parameter 1 to be resource, boolean given in<br>
>> /var/www/vle/xot/modules/xerte/preview.php on line 39<br>
>><br>
>> Jonathan also reported the same issue with an LO I shared with quite a<br>
>> few accounts and obviously this hasn't been a problem with previous<br>
>> versions. Is it another mangle as a result of the svn merge? Is there a<br>
> fix?<br>
>><br>
>> Cheers<br>
>> Ron<br>
>><br>
>> -----Original Message-----<br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ron<br>
>> Mitchell<br>
>> Sent: 19 April 2012 19:59<br>
>> To: 'For Xerte technical developers'<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>> Hi Pat<br>
>> thanks for the code updates and regarding convention with the fields<br>
>> feel free to change the category column or let me know what you feel<br>
>> they should be.<br>
>><br>
>> I've uploaded your code updates and the project sharing is definitely<br>
>> fixed now but I can't verify the management page fixes because the<br>
>> management.php page is now showing a blank screen? Any ideas on that?<br>
>><br>
>> Ron<br>
>><br>
>> -----Original Message-----<br>
>> From: <a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a><br>
>> [mailto:<a href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat<br>
>> Lockley<br>
>> Sent: 19 April 2012 19:18<br>
>> To: For Xerte technical developers<br>
>> Subject: [Xerte-dev] Re: testing and tracking issues with XOT 1.8 beta<br>
>><br>
>> Could we get some convention with the fields - some stuff is PHP, some<br>
>> stuff is referencing a page - it's a bit messed up.<br>
>><br>
>> On Thu, Apr 19, 2012 at 5:31 PM, Ron Mitchell<br>
>> <<a href="mailto:ronm@mitchellmedia.co.uk">ronm@mitchellmedia.co.uk</a>><br>
>> wrote:<br>
>>> Hi all<br>
>>> thanks to those who have been testing the XOT 1.8 beta via the JISC<br>
>>> Techdis installation and recording issues via the Google doc we have<br>
>>> set<br>
>> up.<br>
>>><br>
>>> The list of items in the Google doc has increased dramatically since<br>
>>> I shared that this morning but for obvious reasons please don't share<br>
>>> the link to that via this list. If anyone else on the dev list<br>
>>> reading this is keen to get involved in testing and better still<br>
>>> fixing please contact me off-list to send you details.<br>
>>><br>
>>> The Google doc is just an initial way of sharing test results and I<br>
>>> guess key bugs will be transferred to the google code issue tracker.<br>
>>><br>
>>> The categories of issues have grown but for me there are some<br>
>>> immediate issues categorised as php/website code issues e.g. can't<br>
>>> share a project, can't save anything via the management page and<br>
>>> lot's of errors on various management pages.<br>
>>><br>
>>> These and more are listed in the Google doc but I'm not sure when,<br>
>>> how and by whom the various issues will be fixed. There is a column<br>
>>> for who will fix what and some additions to that but it seems there's<br>
>>> quite a way to go before a 1.8 release is likely to be ready. However<br>
>>> I think the Google doc is working as a way of listing and commenting<br>
>>> on the issues so would be great if we can continue with that over the<br>
>>> next<br>
>> few days.<br>
>>><br>
>>> Cheers<br>
>>> Ron<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Xerte-dev mailing list<br>
>>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>>><br>
>>> This message and any attachment are intended solely for the addressee<br>
>>> and<br>
>> may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>>><br>
>>> This message has been checked for viruses but the contents of an<br>
>>> attachment may still contain software viruses which could damage your<br>
>> computer system:<br>
>>> you are advised to perform your own checks. Email communications with<br>
>>> the University of Nottingham may be monitored as permitted by UK<br>
>> legislation.<br>
>>><br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please s<br>
>><br>
>><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it. Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment. Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> <preview.txt><br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Xerte-dev mailing list<br>
>> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
>> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
>><br>
>> This message and any attachment are intended solely for the addressee<br>
>> and may contain confidential information. If you have received this<br>
>> message in error, please send it back to me, and immediately delete<br>
>> it.   Please do not use, copy or disclose the information contained in<br>
>> this message or in any attachment.  Any views or opinions expressed by<br>
>> the author of this email do not necessarily reflect the views of the<br>
> University of Nottingham.<br>
>><br>
>> This message has been checked for viruses but the contents of an<br>
>> attachment may still contain software viruses which could damage your<br>
> computer system:<br>
>> you are advised to perform your own checks. Email communications with<br>
>> the University of Nottingham may be monitored as permitted by UK<br>
> legislation.<br>
>><br>
>><br>
><br>
> _______________________________________________<br>
> Xerte-dev mailing list<br>
> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
><br>
><br>
> _______________________________________________<br>
> Xerte-dev mailing list<br>
> <a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
</div></div></blockquote></div><br>