7 changed files with 131 additions and 114 deletions
@ -1,15 +0,0 @@
@@ -1,15 +0,0 @@
|
||||
<div> |
||||
<div class="modal-header"> |
||||
<button type="button" class="close" ng-click="$close()">×</button> |
||||
<h3 class="modal-title">{{_('Tour')}}</h3> |
||||
</div> |
||||
<div class="modal-body"> |
||||
<p>{{_('Congratulations! Anonymous secure peer to peer chat and video calls are a short click away. Quickly get started with the features tour below. The tour can be accessed again under settings.')}}</p> |
||||
</div> |
||||
<div class="modal-footer"> |
||||
<div class="pull-right"> |
||||
<button class="btn btn-default" ng-click="$dismiss()">{{_('Cancel')}}</button> |
||||
<button class="btn btn-primary" ng-click="goTour()">{{_('Go')}}</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
<div> |
||||
<div class="modal-header"> |
||||
<button type="button" class="close" ng-click="$close()">×</button> |
||||
<h3 class="modal-title">{{_('Start your video calls now!')}}</h3> |
||||
</div> |
||||
<div class="modal-body"> |
||||
<p>{{_('Go on, invite your friends and start your calls. You can restart the tour anytime you want in "Settings".')}}</p> |
||||
</div> |
||||
<div class="modal-footer"> |
||||
<div class="pull-right"> |
||||
<button class="btn btn-default" ng-click="endTour()">{{_('Exit Tour.')}}</button> |
||||
<button class="btn btn-primary" ng-click="goTour()">{{_('Replay Tour')}}</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
<div> |
||||
<div class="modal-header"> |
||||
<button type="button" class="close" ng-click="$close()">×</button> |
||||
<h3 class="modal-title">{{_('Welcome to spreed-webrtc!')}}</h3> |
||||
</div> |
||||
<div class="modal-body"> |
||||
<p>{{_('spreed-webrtc is your personal online presence and virtual classroom. It is complete with content library, document sharing, and P2P file sharing. Start your presence or training with a blink: simply select the contacts you want to include.')}}</p> |
||||
<p>{{_('Do you want to take a tour?')}}</p> |
||||
</div> |
||||
<div class="modal-footer"> |
||||
<div class="pull-right"> |
||||
<button class="btn btn-default" ng-click="$dismiss()">{{_('No, thanks.')}}</button> |
||||
<button class="btn btn-primary" ng-click="goTour()">{{_('Yes, show me spreed-webrtc.')}}</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
Loading…
Reference in new issue