Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ServerHeaderControl.ascx.cs" Inherits="WebsitePanel.Portal.ServerHeaderControl" %>
|
||||
<div class="FormBody">
|
||||
<div class="Huge">
|
||||
<asp:Literal ID="litServerName" runat="server"></asp:Literal>
|
||||
</div>
|
||||
<div class="Normal">
|
||||
<asp:Literal ID="litServerComments" runat="server" Visible="false"></asp:Literal>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue