You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
5.5 KiB
76 lines
5.5 KiB
<div class="helptour"> |
|
<div class="tourSteps"> |
|
<div class="popover left settingsPane" data-menu="toggleSettings" data-css="helptourShowSettingsPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Settings')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</h3> |
|
<div class="popover-content"> |
|
{{_('Complete your profile by adding your name and picture. You also can enter a status message. If you want, you can change further settings like your camera, video quality, or language. Confirm your settings with a click on “close”.')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="stepForward()" ng-disabled="currentIndex === steps.length - 1">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="popover bottom roomPane" data-menu="toggleRoom" data-css="helptourShowRoomPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Rooms')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</span></h3> |
|
<div class="popover-content"> |
|
{{_('Create a new room or enter the name of an existing room and click on the icon to enter the room. You can share the room by email, Facebook, Twitter, Google+, and Xing. Your contacts can meet you without creating an account.')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="stepForward()" ng-disabled="currentIndex === steps.length - 1">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="popover left buddyListPane" data-css="helptourShowBuddyListPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Buddies')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</h3> |
|
<div class="popover-content"> |
|
{{_('A buddy is a person in the same room. Want to call or chat with them? Simple hover over a buddy and start a conversation. You can add other other persons as well to create a group call. ')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="stepForward()" ng-disabled="currentIndex === steps.length - 1">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="popover left buddyListPane" data-css="helptourShowBuddyListPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Contacts')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</h3> |
|
<div class="popover-content"> |
|
{{_('When a buddy and you are logged in you can add him as a contact. Just click on the unfilled star to send a contact request. When the star is filled you are contacts. You can call or chat with a contact even when you are in different rooms.')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="stepForward()" ng-disabled="currentIndex === steps.length - 1">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="popover left chatPane" data-menu="toggleChat" data-css="helptourShowChatPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Chat')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</h3> |
|
<div class="popover-content"> |
|
{{_('You can chat with everyone in a room (room chat) or with a buddy. You also can share a file or your location within the chat. When chatting with a buddy, you can start a call from the chat window.')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="stepForward()" ng-disabled="currentIndex === steps.length - 1">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="popover bottom optionsPane" data-menu="toggleOptions" data-css="helptourShowOptionsPane"> |
|
<div class="arrow"></div> |
|
<h3 class="popover-title">{{_('Options menu')}}<span class="slideInfo">{{_('Window %d of %d', currentIndex + 1, steps.length)}}</h3> |
|
<div class="popover-content"> |
|
{{_('On the options menu you can activate different options like mute/unmute your microphone or activate/deactivate your camera. You also can open the chat view to open a group chat. During a call you have further options like sharing your screen, sharing a file as presentation, or even a YouTube Video.')}} |
|
<div class="tourControl"> |
|
<hr> |
|
<button class="btn btn-default" ng-click="exitTour()">Cancel Tour</button> |
|
<button class="btn btn-primary" ng-click="endTourSlide()">Continue Tour</button> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div>
|
|
|