websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Containers/Default/VPS.ascx
2011-07-13 16:07:32 -07:00

10 lines
No EOL
276 B
Text

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