mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-02-06 09:55:45 +00:00
29 lines
869 B
HTML
29 lines
869 B
HTML
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>da_sense | Text Handler</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="main">
|
|
<div class="masthead">
|
|
<h3 class="muted">Text Handler</h3>
|
|
</div>
|
|
<hr>
|
|
<div class="tabbable tabs-left">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active" id="import"><a href="#">Import</a></li>
|
|
<li id="export"><a href="#">Export</a></li>
|
|
</ul>
|
|
<div class="tab-content"></div>
|
|
</div>
|
|
</div>
|
|
<script src="dasense/page/default_developer/js/texthandler.js"></script>
|
|
</body>
|
|
</html>
|