mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
43 lines
1.2 KiB
Smarty
43 lines
1.2 KiB
Smarty
<!-- gehort zu tabview -->
|
|
<div id="tabs">
|
|
<ul>
|
|
<li><a href="#tabs-1"><!--[TABTEXT]--></a></li>
|
|
</ul>
|
|
<!-- ende gehort zu tabview -->
|
|
|
|
<!-- erstes tab -->
|
|
<div id="tabs-1">
|
|
[MESSAGE]
|
|
<div class="row">
|
|
<div class="row-height">
|
|
<div class="col-xs-12 col-sm-10 col-sm-height">
|
|
<div class="inside inside-full-height">
|
|
<div id="wikicontent">
|
|
[TAB1]
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-2 col-sm-height">
|
|
<div class="inside inside-full-height">
|
|
<table>
|
|
<tr><td><label for="alleworkspace">{|Workspace|}:</label></td></tr>
|
|
<tr>
|
|
<td>
|
|
<select id="alleworkspace" name="alleworkspace">
|
|
<option value="0">{|Default|}</option>
|
|
[SELWORKSPACE]
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
[TAB1NEXT]
|
|
</div>
|
|
|
|
<!-- tab view schließen -->
|
|
</div>
|
|
|