Changes for page OpenCloud

Last modified by Leo Wei on 2022/11/14 08:16

From version 2.1
edited by Stone Wu
on 2022/08/01 11:21
Change comment: There is no comment for this version
To version 1.1
edited by Leo Wei
on 2022/06/08 12:58
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Stone
1 +XWiki.admin
Content
... ... @@ -1,121 +1,0 @@
1 -{{velocity}}
2 -$xwiki.ssx.use('Download.WebHome')
3 -(%class="download-options"%)(((
4 -(%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)(((
5 -= [[Manual>>V-BOX.OpenCloud.1 Administrition mode.WebHome]] =
6 -Provides users with online viewing of Manuals of Wecon Open Cloud Mode.
7 -(%class="version-footer"%)(((
8 -[[Adminstration Mode>>V-BOX.OpenCloud.1 Administrition mode.WebHome||class="btn btn-primary]] [[End-user Mode>>V-BOX.OpenCloud.2 End-user mode.WebHome||class="btn btn-primary]]
9 -)))
10 -)))
11 -(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)(((
12 -=[[Download>>V-BOX.OpenCloud.Download.WebHome]]=
13 -Provides users with manuals, hardwares, and softwares downloads.
14 -(%class="version-footer"%)(((
15 -[[Manual>>V-BOX.OpenCloud.Download.1 Manual.WebHome||class="btn btn-info]] [[Hardware>>V-BOX.OpenCloud.Download.2 Hardware.WebHome||class="btn btn-info]] [[Software>>V-BOX.OpenCloud.Download.3 Software.WebHome||class="btn btn-info]]
16 -)))
17 -)))
18 -(%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)(((
19 -= [[Demo>>V-BOX.OpenCloud.Training.WebHome]] =
20 -Provides users with demonstrations about Wecon Open cloud mode.
21 -(%class="version-footer"%)(((
22 -[[More>>V-BOX.OpenCloud.Training.WebHome||class="btn btn-success]]
23 -)))
24 -)))
25 -)))
26 -{{/velocity}}
27 -
28 -= [[FAQ>>doc:V-BOX.FAQ.WebHome]] =
29 -
30 -A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur. [[More FAQs>>doc:V-BOX.FAQ.WebHome]]
31 -
32 -* [[What is the difference between vbox register time and server time?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/What%20is%20the%20difference%20between%20vbox%20register%20time%20and%20server%20time]]
33 -* [[How to judge vbox is online with a address?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/How%20to%20judge%20vbox%20is%20online%20with%20a%20address]]
34 -* (((
35 -[[How to export and download OpenCloud configuration into vbox?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/How%20to%20export%20and%20download%20OpenCloud%20configuration%20into%20vbox]]
36 -)))
37 -
38 -= Video =
39 -
40 -{{velocity output="false"}}
41 -#set ($docextras = [])
42 -
43 -#set ($videoCards = [
44 -{
45 - 'title': $services.localization.render('WECON OpenCloud: OpenCloud introduce'),
46 - 'topics': [
47 - $services.localization.render('What is WECON OpenCloud platform?')
48 - ],
49 - 'url': 'https://www.youtube.com/embed/BE3kJyxugbo',
50 - 'duration': '3 min'
51 -},
52 -{
53 - 'title': $services.localization.render('WECON OpenCloud: Access Configuration'),
54 - 'topics': [
55 - $services.localization.render('How to send access configuration to vbox?')
56 - ],
57 - 'url': 'https://www.youtube.com/embed/zBUjQtLpa1w?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
58 - 'duration': '6 min'
59 -},
60 -{
61 - 'title': $services.localization.render('WECON OpenCloud: Model Redefinition'),
62 - 'topics': [
63 - $services.localization.render('Introduction of model redefinition')
64 - ],
65 - 'url': 'https://www.youtube.com/embed/mAdGS29F74A?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
66 - 'duration': '5 min'
67 -},
68 -{
69 - 'title': $services.localization.render('WECON OpenCloud: End-user Account Management'),
70 - 'topics': [
71 - $services.localization.render('What is end-user account? How to add or delete it?')
72 - ],
73 - 'url': 'https://www.youtube.com/embed/LrU4mwoFK2k',
74 - 'duration': '6 min'
75 -}
76 -])
77 -#macro (helpVideoCard $data)
78 - <div class="videoCard">
79 - <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
80 - <div class="videoCard-body">
81 - <div class="videoCard-title">
82 - $escapetool.xml($data.title)
83 - </div>
84 - <ul>
85 - #foreach ($topic in $data.topics)
86 - <li>$topic</li>
87 - #end
88 - </ul>
89 - </div>
90 - <div class="videoCard-footer">
91 - $services.icon.renderHTML('play')
92 - <a href="$data.url">$services.localization.render('help.videos.watch')</a>
93 - <span class="videoCard-duration">
94 - $escapetool.xml($data.duration)
95 - </span>
96 - </div>
97 - </div>
98 -#end
99 -{{/velocity}}
100 -
101 -{{velocity}}
102 -{{html clean="false"}}
103 -#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
104 -<div class="row">
105 - #foreach ($card in $videoCards)
106 - ## See http://getbootstrap.com/css/#grid-responsive-resets .
107 - #if ($foreach.index > 0 && $foreach.index % 2 == 0)
108 - <div class="clearfix visible-sm-block "></div>
109 - #end
110 - #if ($foreach.index > 0 && $foreach.index % 3 == 0)
111 - <div class="clearfix visible-md-block visible-lg-block"></div>
112 - #end
113 - <div class="col-xs-12 col-sm-6 col-md-4">
114 - #helpVideoCard($card)
115 - </div>
116 - #end
117 -</div>
118 -{{/html}}
119 -
120 -[[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]]
121 -{{/velocity}}