Sindbad~EG File Manager
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toolbar Test</title>
<style>
#myForm {
display: flex;
flex-direction: column;
align-items: center;
}
</style>
</head>
<body>
<div class="toolbar" id="toolbar" style="display: flex; flex-direction: column; align-items: center;">
<form id="myForm" method="post" action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>">
<input type="hidden" name="action" id="formAction" value="">
<input type="hidden" name="selectedRectangleField" id="selectedRectangleField" value="">
<input type="hidden" name="mouseFunctionField" id="mouseFunctionField" value="">
<input type="image" name="draw" id="draw" src="draw89.bmp" alt="Draw" width="60" height="36">
<input type="image" name="horizontalzoomout" src="" alt="HZoom Out" width="60" height="20">
<input type="image" name="verticalzoomout" src="" alt="VZoom Out" width="60" height="20">
<input type="image" name="horizontalzoomin" src="shadowODE2Input1ID.svg" alt="HZoom In" width="60" height="20">
<?php if (!file_exists('shadowODE2Input1ID.svg')) { echo '<p>Error: shadowODE2Input1ID.svg not found!</p>'; } ?>
<input type="image" name="verticalzoomin" src="" alt="VZoom In" width="60" height="20">
<input type="image" name="doublezoomin" src="" alt="Zoom In" width="60" height="20">
<input type="image" name="doublezoomout" src="" alt="Zoom Out" width="60" height="20">
<input type="image" name="directionfield" src="" alt="Dir Field" width="60" height="20">
</form>
<button onclick="turnOnMouseScroll()">Scroll Graph</button>
<button onclick="turnOnSelectRectangle()">Select Rect</button>
<button onclick="turnOnSelectCenteredRectangle()">Centered</button>
<button onclick="turnOnPointSlope()">Point Slope</button>
<button onclick="showAssumptions()">Assumptions</button>
<button onclick="showSingularities()">Singularities</button>
<button onclick="showJumps()">Jumps</button>
<button onclick="displayAuthorCommentary(400)">Remarks</button>
<!-- 400 is the maximum width of split SVG lines -->
</div>
<!-- Test with a simple image tag to check if the SVG loads correctly -->
<img src="shadowODE2Input1ID.svg" alt="HZoom In Test" width="60" height="20">
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists