Files
web2.0-backend/infoscreen/static/html/hsl_create.html
T
Juuso Käenmäki 892e2b5252 - Created model for timetable-data management
- Updated infoscreen hsl command
- Fixed all depending code
2017-01-18 17:33:42 +02:00

11 lines
408 B
HTML

<div ng-controller="infoadmin_hslitem_create" style="margin-top:20px;">
<div>
Create new item to show hsl ttimetables. 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>