70 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
 | |
| <html>
 | |
| <head>
 | |
| <title>TLC WebView CDS</title>
 | |
| 
 | |
| </head>
 | |
| <body text="#000000" bgcolor="#d3d3d3" link="#FF0000" alink="#FF0000" vlink="#FF0000">
 | |
|  <link rel="stylesheet" type="text/css" href="design.css">
 | |
| <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
 | |
| <meta http-equiv="refresh" content="20" >
 | |
|  <div id="h1">
 | |
|   TLC WebView CDS
 | |
| <p>
 | |
| 
 | |
| </p>
 | |
| </div>
 | |
|    <div id="tabelle">
 | |
|         <table width="100%" cellpadding="0" cellspacing="0">
 | |
|          <tr>
 | |
|           <td><div id="h3"><a href="data/TLC01.jpg"><img src="data/TLC01.jpg" alt="TLC01" width="328" height="246" /></a>  </div></td>
 | |
|           <td><div id="h3"><a href="data/TLC02.jpg"><img src="data/TLC02.jpg" alt="TLC02" width="328" height="246" /></a> </div></td>
 | |
|           <td><div id="h3"><a href=""><img src="data/TLC03.gif" alt="TLC03" width="328" height="246" /></a>  </div></td>
 | |
|           <td><div id="h3"><a href="data/TLC04.jpg"><img src="data/TLC04.jpg" alt="TLC04" width="328" height="246" /></a>  </div></td>
 | |
|          </tr>
 | |
|          <tr>
 | |
|           <td><div id="h3"> TLC01 - Salmenkopf, Freistett <p> </p> <button data-clipboard-text="https://services.schuttercloud.com/data/TLC01.jpg">Copy direct link to clipboard</button> </div></td>
 | |
|           <td><div id="h3"> TLC02 - Salmenkopf, Freistett <p> </p> <button data-clipboard-text="https://services.schuttercloud.com/data/TLC02.jpg">Copy direct link to clipboard</button> </div></td>
 | |
|           <td><div id="h3"> TLC03 - not used yet <p> </p> <button data-clipboard-text="https://services.schuttercloud.com">Copy direct link to clipboard</button>  </div></td>
 | |
|           <td><div id="h3"> TLC04 - Demo <p> </p> <button data-clipboard-text="https://services.schuttercloud.com/data/TLC04.jpg">Copy direct link to clipboard</button> </div></td>
 | |
|          </tr>
 | |
|          <tr>
 | |
|           <td><div id="h3"><a href=""><img src="data/TLC05.gif" alt="TLC05" width="328" height="246" /></a>  </div></td>
 | |
|           <td><div id="h3"><a href=""><img src="data/TLC06.gif" alt="TLC06" width="328" height="246" /></a>  </div></td>
 | |
|           <td><div id="h3"><a href=""><img src="data/TLC07.gif" alt="TLC07" width="328" height="246" /></a>  </div></td>
 | |
|           <td><div id="h3"><a href=""><img src="data/TLC08.gif" alt="TLC08" width="328" height="246" /></a>  </div></td>
 | |
|          </tr>
 | |
|          <tr>
 | |
|           <td><div id="h3"> TLC05 - not used yet <p> </p> <button data-clipboard-text="https://services.schuttercloud.com">Copy direct link to clipboard</button> </div></td>
 | |
|           <td><div id="h3"> TLC06 - not used yet <p> </p> <button data-clipboard-text="https://services.schuttercloud.com">Copy direct link to clipboard</button> </div></td>
 | |
|           <td><div id="h3"> TLC07 - not used yet <p> </p> <button data-clipboard-text="https://services.schuttercloud.com">Copy direct link to clipboard</button> </div></td>
 | |
|           <td><div id="h3"> TLC08 - not used yet <p> </p> <button data-clipboard-text="https://services.schuttercloud.com">Copy direct link to clipboard</button> </div></td>
 | |
|          </tr>
 | |
|         </table>
 | |
|    </div>
 | |
| <div id="h2">
 | |
| <a href="https://services.schuttercloud.com/slider.html">Slider</a>
 | |
| <br><br>
 | |
| Version 0.3 <br> <br>
 | |
| <a href="https://coptersicht.de/index.php/impressum/">Impressum</a>
 | |
| </p>
 | |
| </div>
 | |
| 
 | |
| 
 | |
| 
 | |
|     <script src="clipboard.min.js"></script>
 | |
|     <script>
 | |
|     var btns = document.querySelectorAll('button');
 | |
|     var clipboard = new Clipboard(btns);
 | |
|     clipboard.on('success', function(e) {
 | |
|         console.log(e);
 | |
|     });
 | |
|     clipboard.on('error', function(e) {
 | |
|         console.log(e);
 | |
|     });
 | |
|     </script>
 | |
| 
 | |
| 
 | |
| </body>
 | |
| </html>
 |