websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Containers/Default/VPS2012.ascx
2015-04-06 10:31:41 +03:00

10 lines
No EOL
271 B
Text

<%@ Control Language="C#" AutoEventWireup="false" %>
<div class="VpsFooter">
<div class="VpsHeader">
<div class="VpsBottom">
<div class="Vps2012Body">
<asp:PlaceHolder ID="ContentPane" runat="server"></asp:PlaceHolder>
</div>
</div>
</div>
</div>