Changes for page Videos
Last modified by Administrator on 2020/09/21 16:06
edited by Administrator
on 2020/09/21 16:06
on 2020/09/21 16:06
edited by Sebastian Sams
on 2017/06/29 12:34
on 2017/06/29 12:34
Change comment:
Install extension [org.xwiki.contrib:application-help-center-1.1]
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - $services.localization.render('help.videos.title')1 +Videos - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Admin1 +XWiki.ssams - Content
-
... ... @@ -2,52 +2,52 @@ 2 2 #set ($docextras = []) 3 3 4 4 #set ($videoCards = [{ 5 - 'title': $services.localization.render('help.videos.videoCard1.title'),5 + 'title': 'Homepage Overview', 6 6 'topics': [ 7 - $services.localization.render('help.videos.videoCard1.topic1'),8 - $services.localization.render('help.videos.videoCard1.topic2')7 + 'Discover the elements displayed on your homepage', 8 + 'Start browsing your wiki' 9 9 ], 10 10 'url': 'https://www.youtube.com/embed/p5g6aDGOqWY', 11 11 'duration': '4 min' 12 12 }, { 13 - 'title': $services.localization.render('help.videos.videoCard2.title'),13 + 'title': 'Homepage Customization', 14 14 'topics': [ 15 - $services.localization.render('help.videos.videoCard2.topic1'),16 - $services.localization.render('help.videos.videoCard2.topic2'),17 - $services.localization.render('help.videos.videoCard2.topic3')15 + 'Learn how to change your wiki color theme', 16 + 'Learn how to add panels and columns to your wiki look', 17 + 'Learn how to add widgets to a wiki' 18 18 ], 19 19 'url': 'https://www.youtube.com/embed/zX1Itoh3E68', 20 20 'duration': '5 min' 21 21 }, { 22 - 'title': $services.localization.render('help.videos.videoCard3.title'),22 + 'title': 'Page and Content Creation', 23 23 'topics': [ 24 - $services.localization.render('help.videos.videoCard3.topic1'),25 - $services.localization.render('help.videos.videoCard3.topic2'),26 - $services.localization.render('help.videos.videoCard3.topic3')24 + 'Discover how to create a page', 25 + 'Learn how to use the WYSIWYG editor', 26 + 'Discover the view and edit modes' 27 27 ], 28 28 'url': 'https://www.youtube.com/embed/onenEu21FIk', 29 29 'duration': '6 min' 30 30 }, { 31 - 'title': $services.localization.render('help.videos.videoCard4.title'),31 + 'title': 'Importing Office Documents to XWiki', 32 32 'topics': [ 33 - $services.localization.render('help.videos.videoCard4.topic1'),34 - $services.localization.render('help.videos.videoCard4.topic2')33 + 'Discover how to import Office Documents to your wiki', 34 + 'Learn how to use a "Table of content" macro' 35 35 ], 36 36 'url': 'https://www.youtube.com/embed/csQVSRMVclM', 37 37 'duration': '4 min' 38 38 }, { 39 - 'title': $services.localization.render('help.videos.videoCard5.title'),39 + 'title': 'App Within Minutes', 40 40 'topics': [ 41 - $services.localization.render('help.videos.videoCard5.topic1'),42 - $services.localization.render('help.videos.videoCard5.topic2')41 + 'Discover how to create an application', 42 + 'Learn how to use your application' 43 43 ], 44 44 'url': 'https://www.youtube.com/embed/Pv4jPCaU99g', 45 45 'duration': '7 min' 46 46 }, { 47 - 'title': $services.localization.render('help.videos.videoCard6.title'),47 + 'title': 'Add / Remove Extensions', 48 48 'topics': [ 49 - $services.localization.render('help.videos.videoCard6.topic1'),50 - $services.localization.render('help.videos.videoCard6.topic2')49 + 'Discover how to add/remove extensions using the Extension Manager', 50 + 'Discover the XWiki Administration UI' 51 51 ], 52 52 'url': 'https://www.youtube.com/embed/Q4NHu6J5pX4', 53 53 'duration': '3 min' ... ... @@ -55,7 +55,7 @@ 55 55 56 56 #macro (helpVideoCard $data) 57 57 <div class="videoCard"> 58 - <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation"></iframe>58 + <iframe src="$data.url" allowfullscreen></iframe> 59 59 <div class="videoCard-body"> 60 60 <div class="videoCard-title"> 61 61 $escapetool.xml($data.title) ... ... @@ -68,7 +68,7 @@ 68 68 </div> 69 69 <div class="videoCard-footer"> 70 70 $services.icon.renderHTML('play') 71 - <a href="$data.url"> $services.localization.render('help.videos.watch')</a>71 + <a href="$data.url">Watch</a> 72 72 <span class="videoCard-duration"> 73 73 $escapetool.xml($data.duration) 74 74 </span> ... ... @@ -96,5 +96,5 @@ 96 96 </div> 97 97 {{/html}} 98 98 99 -[[ $services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]]99 +[[View more videos>>https://www.youtube.com/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]] 100 100 {{/velocity}}