<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Also, the Interactivity menu is too long now (it goes over the
preview)<br>
<br>
Put the preview (menuHint) on the other side?<br>
<br>
<img src="cid:part1.08060308.00070609@tor.nl" alt=""><br>
<br>
Op 28-5-2012 22:43, Tom Reijnders schreef:
<blockquote cite="mid:4FC3E355.80903@tor.nl" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
Julian,<br>
<br>
It's because you push i (the newnode name) on the sortArray. A bit
surprising that the sortOn is working, as there is no attribute
menuItem to sort on.<br>
<br>
Then you insert the menu's in the order of there newNodes names,
and that causes some anomalies.<br>
<br>
Also, the orginal code had a provision for that case when the
menuItem attribute was not set, and that will not work with your
original code. Don't know whether that will ever happen, but I
changed that part too:<br>
var sortArray = new Array();<br>
<tt> for (var i in wizard.nfoObject.wizard[nodeType].newNodes){<br>
if (wizard.nfoObject.wizard[i].menuItem != undefined){<br>
sortArray.push({menuItem:wizard.nfoObject.wizard[i].menuItem,
node:i});<br>
}<br>
else<br>
{<br>
sortArray.push({menuItem:i, node:i});<br>
}<br>
}<br>
sortArray.sortOn("menuItem", Array.CASEINSENSITIVE);<br>
// dump array<br>
//var str="";<br>
//for (var n = 0; n < sortArray.length; n++){<br>
// i = sortArray[n].node;<br>
// str += i + ", " + wizard.nfoObject.wizard[i].menuItem
+ "\n";<br>
//}<br>
mdm.Prompt(str);<br>
for (var n = 0; n < sortArray.length; n++){<br>
i = sortArray[n].node;<br>
//for (var i in
wizard.nfoObject.wizard[nodeType].newNodes){<br>
if (wizard.nfoObject.wizard[i].menu != undefined){<br>
insertMenu[wizard.nfoObject.wizard[i].menu].addMenuItem({label:wizard.nfoObject.wizard[i].menuItem
!= undefined ? wizard.nfoObject.wizard[i].menuItem : i,
icon:wizard.nfoObject.wizard[i].icon, data: i, thumb:
wizard.nfoObject.wizard[i].thumb, hint:
wizard.nfoObject.wizard[i].hint});<br>
} else {<br>
insertMenu.addMenuItem({label:wizard.nfoObject.wizard[i].menuItem
!= undefined ? wizard.nfoObject.wizard[i].menuItem : i,
icon:wizard.nfoObject.wizard[i].icon, data: i, thumb:
wizard.nfoObject.wizard[i].thumb, hint:
wizard.nfoObject.wizard[i].hint});<br>
}<br>
}</tt><br>
<br>
Op 28-5-2012 17:53, Julian Tenney schreef:
<blockquote
cite="mid:12C67A1EEC419342AF5E59DA31562C3F0BF5CCB98A@EXCHANGE1.ad.nottingham.ac.uk"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
<style><!--
/* Font Definitions */
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:"\@SimSun";
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
{font-family:"Times New Roman \, serif";
panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
color:black;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p
{mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:black;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
color:black;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;
color:black;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
span.EmailStyle22
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.EmailStyle23
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.EmailStyle24
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.EmailStyle25
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Not sure what
I’m doing wrong here, and I’ve spent all afternoon trying
to figure it out: this approach, building an array of
ovbjects first,t then sorting them, then looping over it
to drive the menu building more or less works, but a few
items don’t appear in a-z order, and I have no idea why
not. I’ve checked the code in for now, take
a look by all means, but I’ll have another look tomorrow,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D">var sortArray = new Array();<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> for (var i in
wizard.nfoObject.wizard[nodeType].newNodes[0]){<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> <o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> if
(wizard.nfoObject.wizard[i].menuItem != undefined){<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D">
sortArray.push(i);<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> }<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> }<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D">
sortArray.sortOn('menuItem' );<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"><o:p> </o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> for (var n = 0; n <
sortArray.length; n++){<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> <o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> i = sortArray[n];<o:p></o:p></span></b></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> //for (var i in
wizard.nfoObject.wizard[nodeType].newNodes){<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> if
(wizard.nfoObject.wizard[i].menu != undefined){<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D">
insertMenu[wizard.nfoObject.wizard[i].menu].addMenuItem({label:wizard.nfoObject.wizard[i].menuItem
!= undefined ? wizard.nfoObject.wizard[i].menuItem : i,
icon:wizard.nfoObject.wizard[i].icon, data: i, thumb:
wizard.nfoObject.wizard[i].thumb, hint:
wizard.nfoObject.wizard[i].hint});<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> } else {<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D">
insertMenu.addMenuItem({label:wizard.nfoObject.wizard[i].menuItem
!= undefined ? wizard.nfoObject.wizard[i].menuItem : i,
icon:wizard.nfoObject.wizard[i].icon, data: i, thumb:
wizard.nfoObject.wizard[i].thumb, hint:
wizard.nfoObject.wizard[i].hint});<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> }<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:8.0pt;font-family:"Courier
New";color:#1F497D"> }<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:36.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US"> <a moz-do-not-send="true"
class="moz-txt-link-abbreviated"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>]
<b>On Behalf Of </b>Tom Reijnders<br>
<b>Sent:</b> 28 May 2012 13:34<br>
<b>To:</b> For Xerte technical developers<br>
<b>Subject:</b> [Xerte-dev] Re: google doc + page type
order<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt">I don't do
that, you did in the wizard (at least that's how I
understand the code, makeInsertMenu(nodeType)) or am I
looking in the wrong place? I didn't touch that code.<br>
<br>
Op 28-5-2012 14:30, Julian Tenney schreef: <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="color:#1F497D">You’re building it off the order of
the nodes in the xwd?</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="color:#1F497D">I don’t know either, but they do
come out reversed.</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="color:#1F497D"> </span><o:p></o:p></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:72.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US"> <a moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>]
<b>On Behalf Of </b>Tom Reijnders<br>
<b>Sent:</b> 28 May 2012 13:29<br>
<b>To:</b> For Xerte technical developers<br>
<b>Subject:</b> [Xerte-dev] Re: google doc + page type
order</span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:72.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:72.0pt">I thought I
did that (or at least in the order of the newNodes, which
strictly speaking is not alphabetical but close (the name of
the xwd is not the name of the menu)<br>
<br>
However, even doing that, the meu comes out in reverse
order, and I like to understand why before fixing things.<br>
<br>
<br>
Op 28-5-2012 14:25, Julian Tenney schreef: <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span
style="color:#1F497D">The insert menu is fine like that,
can we sort the child menus to be A-Z?</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:72.0pt"><span
style="color:#1F497D"> </span><o:p></o:p></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:108.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US"> <a moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>
[<a moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>]
<b>On Behalf Of </b>Tom Reijnders<br>
<b>Sent:</b> 28 May 2012 12:27<br>
<b>To:</b> For Xerte technical developers<br>
<b>Subject:</b> [Xerte-dev] Re: google doc + page type
order</span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:108.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">The page
order is determined by the order in which the newNodes
appear in the data.xwd (template.xwd). The builder (at the
moment) does that in the order it encounters the files on
disk. I tried to order on the xwds but somehow the menu is
still not ordered the way I would expect.<br>
<br>
Not sure what to do about it.<br>
<br>
And yes the builder is ready, we use it all the time.<br>
<br>
Tom<br>
<br>
Op 28-5-2012 13:10, Ron Mitchell schreef: <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Hi all<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">a quick
update re the issues listed in the Google doc<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Jonathan -
thanks for updating the Google doc. I've moved all the
issues that you've indicated as closed to the fixed sheet. I
know you've committed some updated files to the Xerte svn so
I assume you'll be updating the XOT svn with the same files
at some point? I'll watch the rss feed for any updates and
update the test install when those updates are notified by
the feed.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">All - at the
moment there are 4 issues remaining in the tests and issues
sheet. I think most of these are minor but can't recall if
we've discussed the order of page types in each category and
if there's a change needed? e.g. at the moment the order of
page types within each category doesn't appear to be
alphabetical or in the same order as previous versions. I
seem to recall the consensus was that the category order is
fine now e.g. Text then Media then Navigators etc but for
instance at the moment the media category looks like this:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"><img
id="Picture_x0020_1"
src="cid:part8.02090207.09090309@tor.nl" width="217"
border="0" height="322"><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Which doesn't
appear to be alphabetical but can it be?<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Also a
related question for Tom I guess - is your xwd builder code
ready for this release? Would be great to test that and I
think would be especially useful if we can document how
admins might add or remove page types and then re-run the
builder direct in XOT.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Cheers<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt">Ron<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"><span
style="font-size:12.0pt"> </span><o:p></o:p></p>
<p style="margin-left:108.0pt">This message and any attachment
are intended solely for the addressee and may contain
confidential information. If you have received this message
in error, please send it back to me, and immediately delete
it. Please do not use, copy or disclose the information
contained in this message or in any attachment. Any views or
opinions expressed by the author of this email do not
necessarily reflect the views of the University of
Nottingham. <o:p></o:p></p>
<p style="margin-left:108.0pt">This message has been checked
for viruses but the contents of an attachment may still
contain software viruses which could damage your computer
system: you are advised to perform your own checks. Email
communications with the University of Nottingham may be
monitored as permitted by UK legislation. <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:108.0pt"><span
style="font-size:12.0pt"><br>
<br>
<br>
<br>
<br>
</span><o:p></o:p></p>
<pre style="margin-left:108.0pt">_______________________________________________<o:p></o:p></pre>
<pre style="margin-left:108.0pt">Xerte-dev mailing list<o:p></o:p></pre>
<pre style="margin-left:108.0pt"><a moz-do-not-send="true" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><o:p></o:p></pre>
<pre style="margin-left:108.0pt"><a moz-do-not-send="true" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><o:p></o:p></pre>
<pre style="margin-left:108.0pt"> <o:p></o:p></pre>
<pre style="margin-left:108.0pt">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<o:p></o:p></pre>
<pre style="margin-left:108.0pt"> <o:p></o:p></pre>
<pre style="margin-left:108.0pt">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
<pre style="margin-left:108.0pt">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
<pre style="margin-left:108.0pt">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
<pre style="margin-left:108.0pt">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
<pre style="margin-left:108.0pt"> <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:108.0pt"><span
style="font-size:12.0pt"><br>
<br>
<br>
<br>
</span><o:p></o:p></p>
<pre style="margin-left:108.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:108.0pt">--<o:p></o:p></pre>
<pre style="margin-left:108.0pt"> <o:p></o:p></pre>
<pre style="margin-left:108.0pt">Tom Reijnders<o:p></o:p></pre>
<pre style="margin-left:108.0pt">TOR Informatica<o:p></o:p></pre>
<pre style="margin-left:108.0pt">Chopinlaan 27<o:p></o:p></pre>
<pre style="margin-left:108.0pt">5242HM Rosmalen<o:p></o:p></pre>
<pre style="margin-left:108.0pt">Tel: 073 5226191<o:p></o:p></pre>
<pre style="margin-left:108.0pt">Fax: 073 5226196<o:p></o:p></pre>
<pre style="margin-left:108.0pt"> <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:72.0pt"><span
style="font-size:12.0pt;font-family:"Times New Roman
, serif","serif""><br>
<br>
<br>
<br>
</span><o:p></o:p></p>
<pre style="margin-left:72.0pt">_______________________________________________<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Xerte-dev mailing list<o:p></o:p></pre>
<pre style="margin-left:72.0pt"><a moz-do-not-send="true" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><o:p></o:p></pre>
<pre style="margin-left:72.0pt"><a moz-do-not-send="true" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<pre style="margin-left:72.0pt">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<pre style="margin-left:72.0pt">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
<pre style="margin-left:72.0pt">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
<pre style="margin-left:72.0pt">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
<pre style="margin-left:72.0pt">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:72.0pt"><span
style="font-size:12.0pt;font-family:"Times New Roman
, serif","serif""><br>
<br>
<br>
</span><o:p></o:p></p>
<pre style="margin-left:72.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:72.0pt">--<o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<pre style="margin-left:72.0pt">Tom Reijnders<o:p></o:p></pre>
<pre style="margin-left:72.0pt">TOR Informatica<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Chopinlaan 27<o:p></o:p></pre>
<pre style="margin-left:72.0pt">5242HM Rosmalen<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Tel: 073 5226191<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Fax: 073 5226196<o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif""><br>
<br>
<br>
<o:p></o:p></span></p>
<pre style="margin-left:36.0pt">_______________________________________________<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Xerte-dev mailing list<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><a moz-do-not-send="true" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt"><a moz-do-not-send="true" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
<pre style="margin-left:36.0pt">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
<pre style="margin-left:36.0pt">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
<pre style="margin-left:36.0pt">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif""><br>
<br>
<o:p></o:p></span></p>
<pre style="margin-left:36.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:36.0pt">--<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">Tom Reijnders<o:p></o:p></pre>
<pre style="margin-left:36.0pt">TOR Informatica<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Chopinlaan 27<o:p></o:p></pre>
<pre style="margin-left:36.0pt">5242HM Rosmalen<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Tel: 073 5226191<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Fax: 073 5226196<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Xerte-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
--
Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Xerte-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
--
Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196
</pre>
</body>
</html>