removed unused options (for now - we'll reenable them once they're implemented)

This commit is contained in:
Justin Otherguy 2011-01-16 23:16:17 +01:00
parent 268257ee03
commit dc10346875

View file

@ -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">&ouml;ffentliche Kan&auml;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">&ouml;ffentliche Kan&auml;le</a></li> -->
<!--</ul>-->
<div id="entity-subscribe">
<p>Hier k&ouml;nnen Sie einen existierenden Kanal über seine UUID hinzuf&uuml;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&ouml;nnen Sie demn&auml;chst &ouml;ffentliche Kan&auml;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&ouml;nnen Sie demn&auml;chst &ouml;ffentliche Kan&auml;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>