TabManager.html

60 lines | 716 B Blame History Raw Download

	
  <html>
  
  <head>
  
	<script src="TabManager.js"></script>
	
	<style>
	
		table {
			table-layout: auto;
			width: 100%;
		}
		
		<!--
		td { 
		white-space:pre-line 
		}
		-->

	</style>
	
  </head>
  
    <body>
      <h1>TabManager</h1>

	  
	  <div id = "Table">	  
	  </div>
	  
	  <button id = "Button_Reload">
		ReloadTabs
	  </button>
	  
	  
	  <button id = "Button_Save">
		Save
	  </button>
	  <button id = "Button_Close">
		Close
	  </button>
	  </br>
	  
	  <div>
	  <input id = "SaveLoad" type = "text">
	  </input>
	  </br>
	  <a download="link.json" id="FileUpload" href="#">SaveFile</a>
	  </div>
	  </br>
	  <button id = "Button_Load">
		Load
	  </button>
	  		  
    </body>
  </html>