Changes for page PLC Editor2 (LX5)
Last modified by Mora Zhou on 2024/12/05 16:06
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,7 @@ 9 9 (%class="download-options"%)((( 10 10 (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( 11 11 = [[Manual>>PLC Editor2.01 Program execution.WebHome]] = 12 -Provides users with online viewing of LX5V Program ming Manual combining with cases and Wecon PLCEditor2 Software Help.12 +Provides users with online viewing of LX5V Programing Manual combining with cases and Wecocn PLC editor2 Software Help. 13 13 (%class="version-footer"%)((( 14 14 [[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[More>>PLC Editor2.2\.2PLC editor2 software help.WebHome||class="btn btn-primary]] 15 15 ))) ... ... @@ -39,26 +39,7 @@ 39 39 * [[Why does the pulse command not send out when using the pulse command in the STL step instruction?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/Why%20does%20the%20pulse%20command%20not%20send%20out%20when%20using%20the%20pulse%20command%20in%20the%20STL%20step%20instruction]] 40 40 41 41 = Video = 42 -{{html clean="false"}} 43 -#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 44 -<div class="row"> 45 - #foreach ($card in $videoCards) 46 - ## See http://getbootstrap.com/css/#grid-responsive-resets . 47 - #if ($foreach.index > 0 && $foreach.index % 2 == 0) 48 - <div class="clearfix visible-sm-block "></div> 49 - #end 50 - #if ($foreach.index > 0 && $foreach.index % 3 == 0) 51 - <div class="clearfix visible-md-block visible-lg-block"></div> 52 - #end 53 - <div class="col-xs-12 col-sm-6 col-md-4"> 54 - #helpVideoCard($card) 55 - </div> 56 - #end 57 -</div> 58 -{{/html}} 59 59 60 -[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 61 -{{/velocity}} 62 62 {{velocity output="false"}} 63 63 #set ($docextras = []) 64 64 #set ($videoCards = [ ... ... @@ -101,17 +101,10 @@ 101 101 ], 102 102 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8', 103 103 'duration': '4 mins' 104 -}, 105 -{ 106 - 'title': $services.localization.render('WECON 5V Training Video: Project Manager and Instruction List'), 107 - 'topics': [ 108 - $services.localization.render('Components of Project Manager') 109 - ], 110 - 'url': 'https://www.youtube.com/embed/Br0ZxjQuIxs', 111 - 'duration': '5 mins' 112 112 } 113 113 114 114 ]) 88 + 115 115 #macro (helpVideoCard $data) 116 116 <div class="videoCard"> 117 117 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> ... ... @@ -157,5 +157,3 @@ 157 157 158 158 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 159 159 {{/velocity}} 160 - 161 -