File: /home/austral3d/fourdplan.com/presupuesto/visor_assembly.html
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Fourdplan</title>
<link rel="stylesheet" href="css/tableStyle.css"></link>
<link rel="stylesheet" href="css/displayStyle.css"></link>
<link rel="stylesheet" href="css/headerStyle.css"></link>
<link rel="shortcut icon" href="res/iconofdp.png" ></link>
<link rel="stylesheet" href="https://developer.api.autodesk.com/modelderivative/v2/viewers/6.*/style.min.css" type="text/css"></link>
<script type="text/javascript" src="js/globalState.js"></script>
<script type="text/javascript" src="js/showData.js"></script>
<script type="text/javascript" src="js/loadData.js"></script>
<script type="text/javascript" src="js/Chart.bundle.min.js"></script>
</head>
<body class="template" onload="loadData()">
<div>
<div class="header">
<img src="res/Logo - AIConstruction.png">
</div>
<span>AI Construction Viewer</span>
<form>
Proyecto: <select id="select_proyecto" name="proyecto" onchange="updateAssemblies()"></select><br>
Assembly: <select id="select_assembly" name="assemblies">
</select><br>
<input type="date" id="progress_date">
<input type="button" value="Cargar datos" onclick="loadAssembly()">
</form>
</div>
<div id="data_display_1" class="data_display">
<div class="div_views">
<div id="div_table_1" class="div_table">
<table id="table_1"></table>
</div>
<div id="div_chart_1" class="div_chart"></div>
</div>
</div>
</body>
<div class="template-wrap clear">
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" height="720px" width="1080px"></canvas>
<br>
<div class="title">fourdplan</div>
</div>
<p class="footer"></p>
</html>