Files
web2.0-backend/infoscreen/static/infoscreen/html/external_website_create.html
T
2018-01-28 20:23:56 +02:00

15 lines
569 B
HTML

<div ng-controller="infoadmin_websiteitem_create" style="margin-top:20px;">
<div>
Create new item to show external website. For example "https://ka.dy.fi".
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" class="form-control" ng-model="item.name"></input>
</div>
<div class="form-group">
<label>Url:</label>
<input type="text" class="form-control" ng-model="item.url"></input>
</div>
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
</div>