2013-11-27 12:13:18 +01:00
|
|
|
<div>
|
|
|
|
|
<div class="page-header">
|
2014-08-10 15:20:04 +02:00
|
|
|
<h3>{{ 'tree.import' | translate }}</h3>
|
2013-11-27 12:13:18 +01:00
|
|
|
</div>
|
|
|
|
|
<form class="form-horizontal" action="rest/feed/import" method="post" enctype="multipart/form-data">
|
|
|
|
|
<div class="form-group">
|
2014-08-10 15:20:04 +02:00
|
|
|
<label class="col-sm-2 control-label">{{ 'import.xml_file' | translate }}</label>
|
2013-11-27 12:13:18 +01:00
|
|
|
<div class="col-sm-10 ">
|
|
|
|
|
<input type="file" name="file" class="form-control"></input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="col-sm-offset-2 col-sm-10">
|
2014-08-10 15:20:04 +02:00
|
|
|
<button class="btn btn-primary ok" type="submit">{{ 'tree.import' | translate }}</button>
|
|
|
|
|
<button type="button" class="btn btn-default cancel" ng-click="back()">{{ 'global.cancel' | translate }}</button>
|
2013-11-27 12:13:18 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|