■<!--
////////////////////////////////////////////////////////////////////////////////
//
// THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.
// Copyright (c) 2009 Microsoft Corporation. All rights reserved.
//
////////////////////////////////////////////////////////////////////////////////
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="MSThemeCompatible" content="yes" />
<meta http-equiv="Content-Type" content="text/html; charset=Unicode" />
<title>Bildpuzzleeinstellung</title>
<script src="js/settings.js" type="text/javascript" language="javascript"></script>
<link href="css/settings.css" rel="stylesheet" type="text/css" />
</head>
<body onload="loadSettings()">
<table dir="ltr" cellspacing="0" cellpadding="0">
<tr>
<td id="topLeft" nowrap></td>
<td id="topMiddle"></td>
<td id="topRight" nowrap></td>
</tr>
<tr id="settingsRow">
<td id="settingsLeft" nowrap></td>
<td id="settingsMiddle"><img id="imgTheme" /></td>
<td id="settingsRight" nowrap></td>
</tr>
<tr id="dividerRow">
<td id="dividerLeft" nowrap></td>
<td id="dividerMiddle"></td>
<td id="dividerRight" nowrap></td>
</tr>
<tr id="buttonsRow">
<td id="buttonsLeft" nowrap></td>
<td id="buttonsMiddle">
<table id="buttonTable" cellspacing="0" cellpadding="0">
<tr>
<td id="buttonLeftCell"><a href="javascript:void(0)" id="buttonLeftAnchor" onkeydown="buttonBack()"><img id="buttonLeft" src="images/settings_left_rest.png" onmousedown="buttonBack()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td>
<td id="currentIndex"></td>
<td id="L_OF" style="padding: 0px 5px 0px 4px;"> von </td>
<td id="maxIndex"></td>
<td id="buttonRightCell"><a href="javascript:void(0)" id="buttonRightAnchor" onkeydown="buttonForward()"><img id="buttonRight" src="images/settings_right_rest.png" onmousedown="buttonForward()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td>
</tr>
</table>
</td>
<td id="buttonsRight" nowrap></td>
</tr>
<tr id="bottomRow">
<td id="bottomLeft" nowrap></td>
<td id="bottomMiddle"></td>
<td id="bottomRight" nowrap></td>
</tr>
</table>
</body>
</html>