helpcenter/Web/Controls/Common/VideoConteiner.ascx

13 lines
567 B
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" AutoEventWireup="true" Inherits="UC_VideoConteiner" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<noindex>
<div class="PopupPanel VideoMainContainer" id="<%=ID%>">
<div class="clearFix">
<div class="captchaHeader"><%=Capture %></div>
</div>
<div class="clearFix">
<iframe src="<%=Url%>?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/CloseContainer/CloseContainer.ascx" />
2016-08-29 13:51:20 +00:00
</div>
</noindex>