removed unused options (for now - we'll reenable them once they're implemented)
This commit is contained in:
parent
268257ee03
commit
dc10346875
1 changed files with 15 additions and 15 deletions
|
@ -123,26 +123,26 @@
|
|||
<!-- dialogs -->
|
||||
<div id="entity-add" class="dialog">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="#entity-subscribe">Kanal abonnieren</a></li>
|
||||
<li><a href="#entity-create">Kanal erstellen</a></li>
|
||||
<li><a href="#public-entities">öffentliche Kanäle</a></li>
|
||||
</ul>
|
||||
<!--<ul>-->
|
||||
<!-- <li><a href="#entity-subscribe">Kanal abonnieren</a></li> -->
|
||||
<!-- <li><a href="#entity-create">Kanal erstellen</a></li> -->
|
||||
<!-- <li><a href="#public-entities">öffentliche Kanäle</a></li> -->
|
||||
<!--</ul>-->
|
||||
<div id="entity-subscribe">
|
||||
<p>Hier können Sie einen existierenden Kanal über seine UUID hinzufügen</p>
|
||||
<p><label for="uuid">UUID: </label><input id="uuid" type="text" size="36" maxlength="36" /></p>
|
||||
<input type="button" value="abonnieren" />
|
||||
</div>
|
||||
<div id="entity-create">
|
||||
<p>Hier können Sie einen neuen Kanal erstellen</p>
|
||||
<p><label for="type">Typ: </label><select id="type" size="1"><option>Strom (das funktioniert noch nicht)</option></select></p>
|
||||
<input type="button" value="erstellen" />
|
||||
</div>
|
||||
<div id="public-entities">
|
||||
<p>Hier können Sie demnächst öffentliche Kanäle abonnieren.</p>
|
||||
<p><label for="uuid">Kanal: </label><select id="public-uuids" size="1"><option>Demo (das funktioniert noch nicht)</option></select></p>
|
||||
<input type="button" value="abonnieren" />
|
||||
</div>
|
||||
<!--div id="entity-create"> -->
|
||||
<!-- <p>Hier können Sie einen neuen Kanal erstellen</p> -->
|
||||
<!-- <p><label for="type">Typ: </label><select id="type" size="1"><option>Strom (das funktioniert noch nicht)</option></select></p> -->
|
||||
<!-- <input type="button" value="erstellen" /> -->
|
||||
<!--</div> -->
|
||||
<!--<div id="public-entities"> -->
|
||||
<!-- <p>Hier können Sie demnächst öffentliche Kanäle abonnieren.</p> -->
|
||||
<!-- <p><label for="uuid">Kanal: </label><select id="public-uuids" size="1"><option>Demo (das funktioniert noch nicht)</option></select></p> -->
|
||||
<!-- <input type="button" value="abonnieren" /> -->
|
||||
<!--</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue