Sindbad~EG File Manager
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Recorder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="dist/grabar/recstyle.css">
</head>
<body>
<h1>Grabar Comentario</h1>
<div id="controls">
<button id="recordButton">Grabar</button>
<button id="pauseButton" disabled>Pausa</button>
<button id="stopButton" disabled>Stop</button>
<button onclick= "window.close();"class="button salirButton">Cerrar<br>Volver al Visor</button>
<script>
function openWin() {
window.open("https://www.proyectosupua.es/visor_mapa_heim/foto2.html", "_self");
}
</script>
<button onclick= "openWin();"class= "button fotoButton">Tomar<br>FotografĂa</button>
</div>
<div id="formats"></div>
<p><strong>Grabaciones:</strong></p>
<ol id="recordingsList"></ol>
<!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
<script src="dist/grabar/recorder.js"></script>
<script src="dist/grabar/recapp.js"></script>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists