|
|
|
@ -60,21 +60,6 @@
|
|
|
|
|
<i class="fw fw-mobile fw-inverse fw-lg"></i> Enroll Device</a>
|
|
|
|
|
<br/><br/>
|
|
|
|
|
|
|
|
|
|
<div id="download-device-modal-content-links" class="hide">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-7 col-centered center-container">
|
|
|
|
|
<h3>Please download the file from following link(Press CTRL+C).</h3>
|
|
|
|
|
<br/>
|
|
|
|
|
<div>
|
|
|
|
|
<input id="download-device-url" style="color:#3f3f3f;padding:5px"
|
|
|
|
|
type="text" value="" placeholder="Type here" size="60">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="device-400-content" class="hide">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="row">
|
|
|
|
@ -242,25 +227,75 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="qr-code-modal" data-enrollment-url="{{hostName}}{{@unit.publicUri}}/asset/androidsense.apk" class="hidden">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<h3>Scan QR code to start enrollment</h3>
|
|
|
|
|
<p>Please scan the QR code using your mobile device to retrieve enrollment URL.</p>
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<h4 class="pull-left modal-title">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-mobile fw-stack-2x"></i>
|
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-circle fw-stack-2x fw-stroke text-info"></i>
|
|
|
|
|
<i class="fw fw-add fw-stack-1x fw-inverse"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
Add your new mobile device to {{@app.conf.appName}}
|
|
|
|
|
</h4>
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
|
|
|
|
<div class="panel-body col-centered text-center">
|
|
|
|
|
<h5>
|
|
|
|
|
Please scan the following QR code using your new <b>Android</b>, <b>iPhone</b> or <b>Windows</b> mobile device.
|
|
|
|
|
</h5>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="panel panel-default">
|
|
|
|
|
<div class="panel-body col-centered">
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="qr-code"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<form id="downloadForm" method="GET"
|
|
|
|
|
action="{{hostName}}{{@unit.publicUri}}/asset/androidsense.apk">
|
|
|
|
|
<div class="buttons" style="padding-bottom: 0px">
|
|
|
|
|
<input class="btn btn-operations" type="submit" value="Download Now">
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<br>
|
|
|
|
|
<h5>
|
|
|
|
|
Not having a QR code scanner in your device?
|
|
|
|
|
<br><br>
|
|
|
|
|
Try following link
|
|
|
|
|
<br><br>
|
|
|
|
|
<b>{{hostName}}{{@unit.publicUri}}/asset/androidsense.apk</b>
|
|
|
|
|
<br><br>
|
|
|
|
|
on your device's Internet browser instead.
|
|
|
|
|
</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="javascript:hidePopup()" class="btn-operations btn-default">Ok</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<div class="content">-->
|
|
|
|
|
<!--<div class="row">-->
|
|
|
|
|
<!--<div class="col-lg-5 col-md-6 col-centered">-->
|
|
|
|
|
<!--<h3>Scan QR code to start enrollment</h3>-->
|
|
|
|
|
<!--<p>Please scan the QR code using your mobile device to retrieve enrollment URL.</p>-->
|
|
|
|
|
<!--<div class="panel panel-default">-->
|
|
|
|
|
<!--<div class="panel-body col-centered">-->
|
|
|
|
|
<!--<div class="qr-code"></div>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<h5>-->
|
|
|
|
|
<!--Not having a QR code scanner in your device?-->
|
|
|
|
|
<!--<br><br>-->
|
|
|
|
|
<!--Try following link-->
|
|
|
|
|
<!--<br><br>-->
|
|
|
|
|
<!--<b>{{hostName}}/{{@unit.publicUri}}/asset/androidsense.apk</b>-->
|
|
|
|
|
<!--<br><br>-->
|
|
|
|
|
<!--on your device's Internet browser instead.-->
|
|
|
|
|
<!--</h5>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<div id="device-agent-downloading-content" class="hide">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="row">
|
|
|
|
|