Revert Metro Theme
|
@ -1,10 +1,19 @@
|
||||||
<%@ Control Language="C#" AutoEventWireup="false" %>
|
<%@ Control Language="C#" AutoEventWireup="false" %>
|
||||||
<div class="BrowseContainer">
|
<div class="BrowseContainer">
|
||||||
<div class="Header">
|
<table class="Header" cellpadding="0" cellspacing="0">
|
||||||
<asp:Image ID="imgModuleIcon" runat="server" alt="" />
|
<tr>
|
||||||
<asp:Label ID="lblModuleTitle" runat="server"></asp:Label>
|
<td class="HeaderLeft"></td>
|
||||||
</div>
|
<td class="HeaderTitle">
|
||||||
<div class="Content">
|
<div class="HeaderIcon">
|
||||||
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
<asp:Image ID="imgModuleIcon" runat="server" ImageAlign="AbsMiddle" Width="48" Height="48" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<asp:Label ID="lblModuleTitle" runat="server" CssClass="Head"></asp:Label>
|
||||||
|
</td>
|
||||||
|
<td class="HeaderRight"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="Content">
|
||||||
|
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -1,10 +1,19 @@
|
||||||
<%@ Control language="C#" AutoEventWireup="false" %>
|
<%@ Control language="C#" AutoEventWireup="false" %>
|
||||||
<div class="EditContainer">
|
<div class="EditContainer">
|
||||||
<div class="Header">
|
<table class="Header" cellpadding="0" cellspacing="0">
|
||||||
<asp:Image ID="imgModuleIcon" runat="server" alt="" />
|
<tr>
|
||||||
<asp:Label ID="lblModuleTitle" runat="server"></asp:Label>
|
<td class="HeaderLeft"></td>
|
||||||
</div>
|
<td class="HeaderTitle">
|
||||||
<div class="Content">
|
<div class="HeaderIcon">
|
||||||
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
<asp:Image ID="imgModuleIcon" runat="server" ImageAlign="AbsMiddle" Width="48px" Height="48px" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<asp:Label ID="lblModuleTitle" runat="server" CssClass="Head"></asp:Label>
|
||||||
|
</td>
|
||||||
|
<td class="HeaderRight"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="Content">
|
||||||
|
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -1,10 +1,18 @@
|
||||||
<%@ Control language="C#" AutoEventWireup="false" %>
|
<%@ Control language="C#" AutoEventWireup="false" %>
|
||||||
<div class="LoginContainer">
|
<div class="LoginContainer">
|
||||||
<div class="Header">
|
<table class="Header" cellpadding="0" cellspacing="0">
|
||||||
<asp:Image ID="imgModuleIcon" runat="server" alt="" />
|
<tr>
|
||||||
<asp:Label ID="lblModuleTitle" runat="server"></asp:Label>
|
<td class="HeaderLeft"></td>
|
||||||
</div>
|
<td class="HeaderTitle">
|
||||||
<div class="Content">
|
<div class="HeaderIcon">
|
||||||
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
<asp:Image ID="imgModuleIcon" runat="server" ImageAlign="AbsMiddle" Width="48" Height="48" />
|
||||||
</div>
|
</div>
|
||||||
|
<asp:Label ID="lblModuleTitle" runat="server" CssClass="Head"></asp:Label>
|
||||||
|
</td>
|
||||||
|
<td class="HeaderRight"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="Content">
|
||||||
|
<asp:PlaceHolder ID="ContentPane" runat="server"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -1,7 +1,5 @@
|
||||||
<%@ Control Language="C#" AutoEventWireup="false" %>
|
<%@ Control Language="C#" AutoEventWireup="false" %>
|
||||||
xxxx
|
|
||||||
<div class="RightContainer">
|
<div class="RightContainer">
|
||||||
xxxxxx
|
|
||||||
<div class="Top">
|
<div class="Top">
|
||||||
<div class="Title">
|
<div class="Title">
|
||||||
<asp:Image ID="imgModuleIcon" runat="server" ImageAlign="AbsMiddle" Width="48px" Height="48px" />
|
<asp:Image ID="imgModuleIcon" runat="server" ImageAlign="AbsMiddle" Width="48px" Height="48px" />
|
||||||
|
|
|
@ -3,13 +3,15 @@
|
||||||
<%@ Register TagPrefix="wsp" TagName="Logo" Src="~/DesktopModules/WebsitePanel/SkinControls/Logo.ascx" %>
|
<%@ Register TagPrefix="wsp" TagName="Logo" Src="~/DesktopModules/WebsitePanel/SkinControls/Logo.ascx" %>
|
||||||
|
|
||||||
<div id="LoginSkinOutline">
|
<div id="LoginSkinOutline">
|
||||||
<div id="LoginSkinContent">
|
<div id="LoginSkinContent">
|
||||||
<a href='<%= Page.ResolveUrl("~/") %>'><asp:Image runat="server" SkinID="Logo" alt="" /></a>
|
<div id="HeaderLogin">
|
||||||
<div id="ContentLogin">
|
<a href='<%= Page.ResolveUrl("~/") %>'><asp:Image runat="server" SkinID="Logo" /></a>
|
||||||
<asp:PlaceHolder ID="ContentPane" runat="server"></asp:PlaceHolder>
|
</div>
|
||||||
|
<div id="ContentLogin">
|
||||||
|
<asp:PlaceHolder ID="ContentPane" runat="server"></asp:PlaceHolder>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="Footer">
|
||||||
|
<wsp:SiteFooter ID="SiteFooter1" runat="server" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div id="Footer">
|
|
||||||
<wsp:SiteFooter ID="SiteFooter1" runat="server" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 898 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 879 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 719 B |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 723 B |
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 774 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 813 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 780 B |
Before Width: | Height: | Size: 44 B After Width: | Height: | Size: 66 B |
Before Width: | Height: | Size: 44 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 45 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 44 B After Width: | Height: | Size: 90 B |