25.10.2012 Views

Guenter Hilmer - Phd Thesis - Glamorgan Dspace - University of ...

Guenter Hilmer - Phd Thesis - Glamorgan Dspace - University of ...

Guenter Hilmer - Phd Thesis - Glamorgan Dspace - University of ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

A.5 XSL-Documents A APPENDICES<br />

//no navigation is done, only a alert is displayed<br />

if(actualPosition=="theory")<br />

{<br />

alert("You are at the starting position");<br />

}<br />

else<br />

{<br />

//second case, the user is at the pro<strong>of</strong> element<br />

//the position will be set to the example element and the example content displayed<br />

if(actualPosition=="pro<strong>of</strong>")<br />

{<br />

displayContent(theory);<br />

actualPosition="theory";<br />

}<br />

else<br />

{<br />

//third case, the user is at the example element<br />

//the position will be set to the pro<strong>of</strong> element and the pro<strong>of</strong> content displayed<br />

if(actualPosition=="example")<br />

{<br />

displayContent(pro<strong>of</strong>);<br />

actualPosition="pro<strong>of</strong>";<br />

}<br />

}<br />

}<br />

}<br />

}<br />

]]><br />

<br />

272

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!