Files
web2.0-backend/infoscreen/static/html/coffee_create.html
T
Tatoma e5e284b80d Add coffeeinfoitem
Serve ka.dy.fi in iframe as infoitem. Resolves #29.
2017-02-01 19:21:56 +02:00

11 lines
400 B
HTML

<div ng-controller="infoadmin_coffeeitem_create" style="margin-top:20px;">
<div>
Create new item to show coffee website. Name is used only as identifier
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="item.name"></input>
</div>
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
</div>