Changes for page V-NET

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

From version 29.1
edited by Stone Wu
on 2022/08/01 11:02
Change comment: There is no comment for this version
To version 30.1
edited by Stone Wu
on 2022/08/01 11:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,78 +42,41 @@
42 42  
43 43  #set ($videoCards = [
44 44  {
45 - 'title': $services.localization.render('WECON V-NET Basic Function: 1 Software Download&Install'),
45 + 'title': $services.localization.render('WECON OpenCloud: 1 OpenCloud introduce'),
46 46   'topics': [
47 - $services.localization.render('How to get Wecon V-NET software')
47 + $services.localization.render('What is WECON OpenCloud platform?')
48 48   ],
49 - 'url': 'https://www.youtube.com/embed/7xzyyRURDfE',
49 + 'url': 'https://www.youtube.com/embed/BE3kJyxugbo',
50 50   'duration': '3 min'
51 51  },
52 52  {
53 - 'title': $services.localization.render('WECON V-NET Basic Function: 2 Account Registration&V-Box Binding'),
53 + 'title': $services.localization.render('WECON OpenCloud: 2 Access Configuration'),
54 54   'topics': [
55 - $services.localization.render('How to register a V-NET account,How to bind the V-BOX')
55 + $services.localization.render('How to send access configuration to vbox?')
56 56   ],
57 - 'url': 'https://www.youtube.com/embed/wKs1ZlRtMNM',
58 - 'duration': '3 min'
57 + 'url': 'https://www.youtube.com/embed/zBUjQtLpa1w?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
58 + 'duration': '6 min'
59 59  },
60 60  {
61 - 'title': $services.localization.render('WECON V-NET Basic Function: 3 Real time Data&Historical Data'),
61 + 'title': $services.localization.render('WECON OpenCloud: 3 End-user Account Management'),
62 62   'topics': [
63 - $services.localization.render('add real-time points,add historical points,record trigger type')
63 + $services.localization.render('What is end-user account? How to add or delete end-user account?')
64 64   ],
65 - 'url': 'https://www.youtube.com/embed/7CPDrRb94BA',
66 - 'duration': '7 min'
67 -},
68 -{
69 - 'title': $services.localization.render('WECON V-NET Basic Function: 4 Alarm Function'),
70 - 'topics': [
71 - $services.localization.render('How to add alarm monitoring point,alarm type')
72 - ],
73 - 'url': 'https://www.youtube.com/embed/ueyAIdWyQdU',
65 + 'url': 'https://www.youtube.com/embed/LrU4mwoFK2k',
74 74   'duration': '6 min'
75 75  },
76 76  {
77 - 'title': $services.localization.render('WECON V-NET Basic Function: 5 Lua Script Function'),
69 + 'title': $services.localization.render('WECON OpenCloud : 4 Model Redefinition'),
78 78   'topics': [
79 - $services.localization.render('How to use Lua Script function?')
71 + $services.localization.render('language:english'),
72 + $services.localization.render('Introduction of model redefinition')
80 80   ],
81 - 'url': 'https://www.youtube.com/embed/6pwo14E0OeQ',
74 + 'url': 'https://www.youtube.com/embed/mAdGS29F74A?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
82 82   'duration': '5 min'
83 -},
84 -{
85 - 'title': $services.localization.render('WECON V-NET Basic Function: 7 Pass-through'),
86 - 'topics': [
87 - $services.localization.render('Introduction of serial passthrough, VPN passthrough')
88 - ],
89 - 'url': 'https://www.youtube.com/embed/vLDu41_Wg30?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
90 - 'duration': '8 min'
91 -},
92 -{
93 - 'title': $services.localization.render('WECON Virtual Deployment: 1 Virtual Deployment Introduce'),
94 - 'topics': [
95 - $services.localization.render('Introduction to Virtual Deployment')
96 - ],
97 - 'url': 'https://www.youtube.com/embed/YQuGeVMl0w4',
98 - 'duration': '2 min'
99 -},
100 -{
101 - 'title': $services.localization.render('WECON Virtual Deployment: 2 Application Process & Platform Configuration'),
102 - 'topics': [
103 - $services.localization.render('How to apply for virtual deployment? Platform Configuration')
104 - ],
105 - 'url': 'https://www.youtube.com/embed/CGqOQlVYsvo',
106 - 'duration': '4 min'
107 -},
108 -{
109 - 'title': $services.localization.render('WECON Virtual Deployment: 3 Introduce of Super Mannagement Account'),
110 - 'topics': [
111 - $services.localization.render('Super Mannagement Account')
112 - ],
113 - 'url': 'https://www.youtube.com/embed/w44j1xJ0-Y8',
114 - 'duration': '4 min'
115 115  }
77 +
116 116  ])
79 +
117 117  #macro (helpVideoCard $data)
118 118   <div class="videoCard">
119 119   <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>