2015-05-05 03:10:25 +02:00
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-xs-2 col-sm-2 col-md-1">
|
|
|
|
<section class="heading-btn">
|
2020-09-29 14:35:42 +02:00
|
|
|
<a href="#" ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
2015-05-05 03:10:25 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l b-r-md">
|
|
|
|
<section class="heading-title">
|
2019-12-16 16:54:40 +01:00
|
|
|
<h1 translate>{{ 'app.public.machines_list.the_fablab_s_machines' }}</h1>
|
2015-05-05 03:10:25 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-3 b-t hide-b-md" ng-if="isAuthorized('admin')">
|
|
|
|
<section class="heading-actions wrapper">
|
2020-02-26 17:30:27 +01:00
|
|
|
<a class="btn btn-lg btn-warning bg-white b-2x rounded m-t-xs" ui-sref="app.admin.machines_new" role="button" translate>{{ 'app.public.machines_list.add_a_machine' }}</a>
|
2015-05-05 03:10:25 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
2021-06-16 18:03:06 +02:00
|
|
|
<section class="m-lg"
|
2020-02-24 16:51:03 +01:00
|
|
|
ui-tour="machines"
|
|
|
|
ui-tour-backdrop="true"
|
2020-10-05 15:34:41 +02:00
|
|
|
ui-tour-template-url="'/shared/tour-step-template.html'"
|
2020-02-24 16:51:03 +01:00
|
|
|
ui-tour-use-hotkeys="true"
|
2020-02-25 10:11:18 +01:00
|
|
|
ui-tour-scroll-parent-id="content-main"
|
2020-02-24 16:51:03 +01:00
|
|
|
post-render="setupMachinesTour">
|
2015-05-05 03:10:25 +02:00
|
|
|
|
2021-06-16 18:03:06 +02:00
|
|
|
<machines-list on-show-machine="showMachine"
|
|
|
|
on-reserve-machine="reserveMachine">
|
|
|
|
</machines-list>
|
2015-05-05 03:10:25 +02:00
|
|
|
|
|
|
|
</section>
|