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
-
... ... @@ -38,11 +38,27 @@ 38 38 * [[What is the frequency about PLC high speed pulse output?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/What%20is%20the%20frequency%20about%20PLC%20high%20speed%20pulse%20output]] 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 -= [[Video>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] = 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}} 42 42 43 -(% class="lead" %) 44 -[[More videos>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 45 - 60 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 61 +{{/velocity}} 46 46 {{velocity output="false"}} 47 47 #set ($docextras = []) 48 48 #set ($videoCards = [ ... ... @@ -141,3 +141,5 @@ 141 141 142 142 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 143 143 {{/velocity}} 160 + 161 +