Re-Introduce Metro Theme - Beta 1

This commit is contained in:
Virtuworks 2014-07-16 19:48:06 -04:00
parent 9e7b162359
commit c9985dfebf
253 changed files with 2069 additions and 4468 deletions

View file

@ -1,42 +1,42 @@
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:ImageButton SkinID="SearchButton" runat="server" ImageUrl="Images/search_button.png" ImageAlign="AbsMiddle" Width="21" Height="22"></asp:ImageButton>
<asp:ImageButton SkinID="EditFile" runat="server" ImageUrl="Images/edit_doc.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="EditPermissions" runat="server" ImageUrl="Images/lock_16.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="RenameFile" runat="server" ImageUrl="Images/rename.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="DeleteSmall" runat="server" ImageUrl="Images/delete_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="ExchangeDelete" runat="server" ImageUrl="Images/Exchange/delete.gif" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="EditSmall" runat="server" ImageUrl="Images/pencil_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="Pause" runat="server" ImageUrl="Images/pause_32.png" ImageAlign="AbsMiddle" Width="32" Height="32" />
<asp:ImageButton SkinID="Start" runat="server" ImageUrl="Images/play_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="Stop" runat="server" ImageUrl="Images/stop_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="Continue" runat="server" ImageUrl="Images/forward_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="PauseMedium" runat="server" ImageUrl="Images/pause_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="StartMedium" runat="server" ImageUrl="Images/play_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="StopMedium" runat="server" ImageUrl="Images/stop_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="ContinueMedium" runat="server" ImageUrl="Images/play_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="RecycleMedium" runat="server" ImageUrl="Images/restart_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="PauseSmall" runat="server" ImageUrl="Images/pause_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="StartSmall" runat="server" ImageUrl="Images/play_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="StopSmall" runat="server" ImageUrl="Images/stop_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="ContinueSmall" runat="server" ImageUrl="Images/play_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:ImageButton SkinID="SearchButton" runat="server" ImageUrl="Images/search_button.png" ImageAlign="AbsMiddle" Width="21" Height="22"></asp:ImageButton>
<asp:ImageButton SkinID="EditFile" runat="server" ImageUrl="Images/edit_doc.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="EditPermissions" runat="server" ImageUrl="Images/lock_16.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="RenameFile" runat="server" ImageUrl="Images/rename.gif" hspace="1" ImageAlign="AbsMiddle"></asp:ImageButton>
<asp:ImageButton SkinID="DeleteSmall" runat="server" ImageUrl="Images/delete_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="ExchangeDelete" runat="server" ImageUrl="Images/Exchange/delete.gif" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="EditSmall" runat="server" ImageUrl="Images/pencil_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="Pause" runat="server" ImageUrl="Images/pause_32.png" ImageAlign="AbsMiddle" Width="32" Height="32" />
<asp:ImageButton SkinID="Start" runat="server" ImageUrl="Images/play_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="Stop" runat="server" ImageUrl="Images/stop_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="Continue" runat="server" ImageUrl="Images/forward_32.png" ImageAlign="AbsMiddle" Width="32" Height="32"/>
<asp:ImageButton SkinID="PauseMedium" runat="server" ImageUrl="Images/pause_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="StartMedium" runat="server" ImageUrl="Images/play_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="StopMedium" runat="server" ImageUrl="Images/stop_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="ContinueMedium" runat="server" ImageUrl="Images/play_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="RecycleMedium" runat="server" ImageUrl="Images/restart_24.png" ImageAlign="AbsMiddle" Width="24" Height="24"/>
<asp:ImageButton SkinID="PauseSmall" runat="server" ImageUrl="Images/pause_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="StartSmall" runat="server" ImageUrl="Images/play_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="StopSmall" runat="server" ImageUrl="Images/stop_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="ContinueSmall" runat="server" ImageUrl="Images/play_16.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>
<asp:ImageButton SkinID="VpsDelete" runat="server" ImageUrl="Images/VPS/delete.png" ImageAlign="AbsMiddle" Width="16" Height="16"/>

View file

@ -1,34 +1,34 @@
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:HyperLink runat="server" SkinID="CommandButton" CssClass="CommandButton"></asp:HyperLink>
<asp:LinkButton runat="server" SkinID="CommandButton" CssClass="CommandButton"></asp:LinkButton>
<asp:LinkButton runat="server" SkinID="SmallCommandButton" CssClass="SmallCommandButton"></asp:LinkButton>
<asp:Calendar runat="server" CssClass="Calendar"
CellPadding="0" DayNameFormat="Shortest"
Font-Names="Verdana" Font-Size="8pt" ForeColor="Black">
<TitleStyle CssClass="CalendarTitle" BackColor="#E5F2FF" />
<SelectedDayStyle CssClass="CalendarSelectedDate" />
<TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
<SelectorStyle CssClass="CalendarSelectedDate" />
<WeekendDayStyle CssClass="CalendarWeekEnd" />
<OtherMonthDayStyle ForeColor="#808080" />
<NextPrevStyle VerticalAlign="Bottom" />
<DayHeaderStyle CssClass="CalendarDayHeader" Font-Bold="True" Font-Size="7pt" />
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:HyperLink runat="server" SkinID="CommandButton" CssClass="CommandButton"></asp:HyperLink>
<asp:LinkButton runat="server" SkinID="CommandButton" CssClass="CommandButton"></asp:LinkButton>
<asp:LinkButton runat="server" SkinID="SmallCommandButton" CssClass="SmallCommandButton"></asp:LinkButton>
<asp:Calendar runat="server" CssClass="Calendar"
CellPadding="0" DayNameFormat="Shortest"
Font-Names="Verdana" Font-Size="8pt" ForeColor="Black">
<TitleStyle CssClass="CalendarTitle" BackColor="#E5F2FF" />
<SelectedDayStyle CssClass="CalendarSelectedDate" />
<TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
<SelectorStyle CssClass="CalendarSelectedDate" />
<WeekendDayStyle CssClass="CalendarWeekEnd" />
<OtherMonthDayStyle ForeColor="#808080" />
<NextPrevStyle VerticalAlign="Bottom" />
<DayHeaderStyle CssClass="CalendarDayHeader" Font-Bold="True" Font-Size="7pt" />
</asp:Calendar>

View file

@ -1,27 +1,27 @@
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:DataList runat="server" SkinID="HorizontalTabs" RepeatDirection="Horizontal">
<ItemTemplate>
<asp:LinkButton ID="btnSelectTab" runat="server" CommandName="select"></asp:LinkButton>
</ItemTemplate>
<SelectedItemTemplate>
<b><i><asp:Label ID="lblTabName" runat="server"></asp:Label></i></b>
</SelectedItemTemplate>
</asp:DataList>
<asp:BulletedList runat="server" SkinID="BackupSetSummary" BulletStyle="Disc"
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:DataList runat="server" SkinID="HorizontalTabs" RepeatDirection="Horizontal">
<ItemTemplate>
<asp:LinkButton ID="btnSelectTab" runat="server" CommandName="select"></asp:LinkButton>
</ItemTemplate>
<SelectedItemTemplate>
<b><i><asp:Label ID="lblTabName" runat="server"></asp:Label></i></b>
</SelectedItemTemplate>
</asp:DataList>
<asp:BulletedList runat="server" SkinID="BackupSetSummary" BulletStyle="Disc"
Style="margin-top: 0px; padding-top: 0px;" />

View file

@ -1,98 +1,98 @@
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<%-- Entity Icons --%>
<asp:Image SkinID="Admin" runat="server" ImageUrl="icons/admin_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Admin128" runat="server" ImageUrl="icons/operator_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Reseller128" runat="server" ImageUrl="icons/admin_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="User" runat="server" ImageUrl="icons/user_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="User128" runat="server" ImageUrl="icons/user_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Space" runat="server" ImageUrl="icons/sphere_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Space128" runat="server" ImageUrl="icons/sphere_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<%-- Command Icons --%>
<asp:ImageButton SkinID="DropDown" runat="server" ImageUrl="images/user.gif" ImageAlign="AbsMiddle" hspace="3"></asp:ImageButton>
<%-- Shopping Cart Icons --%>
<asp:Image SkinID="Basket128" runat="server" ImageUrl="icons/basket_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Storehouse128" runat="server" ImageUrl="icons/store_house_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Organization48" runat="server" ImageUrl="images/Exchange/company__48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationAdd48" runat="server" ImageUrl="images/Exchange/company__add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationUser48" runat="server" ImageUrl="images/Exchange/admin_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationUserAdd48" runat="server" ImageUrl="images/Exchange/admin_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- Exchange Icons --%>
<asp:Image SkinID="ExchangeOrg48" runat="server" ImageUrl="images/Exchange/server_mail_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeOrgAdd48" runat="server" ImageUrl="images/Exchange/server_mail_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeSetup48" runat="server" ImageUrl="images/Exchange/setup_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeMailbox48" runat="server" ImageUrl="images/Exchange/accounting_mail_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeMailboxAdd48" runat="server" ImageUrl="images/Exchange/accounting_mail_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeContact48" runat="server" ImageUrl="images/Exchange/contacts_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeContactAdd48" runat="server" ImageUrl="images/Exchange/contacts_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangePublicFolder48" runat="server" ImageUrl="images/Exchange/publicfolder_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangePublicFolderAdd48" runat="server" ImageUrl="images/Exchange/publicfolder_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeDomainName48" runat="server" ImageUrl="images/Exchange/mail_domain_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeDomainNameAdd48" runat="server" ImageUrl="images/Exchange/mail_domain_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeStorage48" runat="server" ImageUrl="images/Exchange/storage_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeStorageConfig48" runat="server" ImageUrl="images/Exchange/storage_limits_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeList48" runat="server" ImageUrl="images/Exchange/distribution_list_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeListAdd48" runat="server" ImageUrl="images/Exchange/distribution_list_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeActiveSyncConfig48" runat="server" ImageUrl="images/Exchange/activesync_config_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeOrganization" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeModule" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="SharePointModule" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="SharePointSiteCollection48" runat="server" ImageUrl="images/colors_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:ImageButton SkinID="ExchangeAddressBook16" runat="server" ImageUrl="images/Exchange/address_book.gif" ImageAlign="AbsMiddle" Width="16" Height="16"></asp:ImageButton>
<asp:Image SkinID="Checkbox16" runat="server" ImageUrl="images/Exchange/checkbox.png" ImageAlign="AbsMiddle" Width="16" Height="16"></asp:Image>
<asp:Image SkinID="CRMLogo" runat="server" ImageUrl="images/crm_48.png" ImageAlign="AbsMiddle"/>
<asp:Image SkinID="OCSLogo" runat="server" ImageUrl="images/ocs48.png" ImageAlign="AbsMiddle"/>
<%-- Lync Icons --%>
<asp:Image SkinID="LyncLogo" runat="server" ImageUrl="images/lync48.png" ImageAlign="AbsMiddle"/>
<asp:Image SkinID="LyncUserPlan48" runat="server" ImageUrl="images/lyncuserplan48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="LyncUserPlanAdd48" runat="server" ImageUrl="images/lyncuserplanadd48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="LyncUser" runat="server" ImageUrl="images/lyncuser.png" ImageAlign="AbsMiddle" Width="48" Height="48"/>
<asp:Image SkinID="LyncFederationDomains48" runat="server" ImageUrl="images/LyncFederationDomains48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- BlackBerry Icons --%>
<asp:Image SkinID="BlackBerryUsersLogo" runat="server" ImageUrl="images/bbuser48.png" ImageAlign="AbsMiddle"/>
<%-- VPS Icons --%>
<asp:Image SkinID="Servers48" runat="server" ImageUrl="images/VPS/servers_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Server48" runat="server" ImageUrl="images/Exchange/setup_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Dvd48" runat="server" ImageUrl="icons/dvd_disc_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="DvdDrive48" runat="server" ImageUrl="images/VPS/dvd_drive_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Network48" runat="server" ImageUrl="images/VPS/network_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AuditLog48" runat="server" ImageUrl="icons/record_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Help48" runat="server" ImageUrl="images/VPS/help_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Snapshot48" runat="server" ImageUrl="images/VPS/snapshot_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ServerConfig48" runat="server" ImageUrl="images/VPS/server_config_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AddServer48" runat="server" ImageUrl="images/VPS/add_server_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="DeleteServer48" runat="server" ImageUrl="images/VPS/delete_server_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="EventLog48" runat="server" ImageUrl="images/VPS/event_log_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AlertLog48" runat="server" ImageUrl="images/VPS/alert_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Monitoring48" runat="server" ImageUrl="images/VPS/monitoring_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="PCServers48" runat="server" ImageUrl="images/VPS/icon-home-botbar-cloud.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="VLanNetwork" runat="server" ImageUrl="images/VPSForPC/vlan_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- Enterprise Storage Icons --%>
<asp:Image SkinID="EnterpriseStorageSpace48" runat="server" ImageUrl="images/Exchange/spaces48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<%-- Entity Icons --%>
<asp:Image SkinID="Admin" runat="server" ImageUrl="icons/admin_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Admin128" runat="server" ImageUrl="icons/operator_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Reseller128" runat="server" ImageUrl="icons/admin_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="User" runat="server" ImageUrl="icons/user_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="User128" runat="server" ImageUrl="icons/user_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Space" runat="server" ImageUrl="icons/sphere_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Space128" runat="server" ImageUrl="icons/sphere_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<%-- Command Icons --%>
<asp:ImageButton SkinID="DropDown" runat="server" ImageUrl="images/user.gif" ImageAlign="AbsMiddle" hspace="3"></asp:ImageButton>
<%-- Shopping Cart Icons --%>
<asp:Image SkinID="Basket128" runat="server" ImageUrl="icons/basket_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Storehouse128" runat="server" ImageUrl="icons/store_house_128.png" ImageAlign="AbsMiddle" Width="128" Height="128"></asp:Image>
<asp:Image SkinID="Organization48" runat="server" ImageUrl="images/Exchange/company__48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationAdd48" runat="server" ImageUrl="images/Exchange/company__add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationUser48" runat="server" ImageUrl="images/Exchange/admin_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="OrganizationUserAdd48" runat="server" ImageUrl="images/Exchange/admin_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- Exchange Icons --%>
<asp:Image SkinID="ExchangeOrg48" runat="server" ImageUrl="images/Exchange/server_mail_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeOrgAdd48" runat="server" ImageUrl="images/Exchange/server_mail_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeSetup48" runat="server" ImageUrl="images/Exchange/setup_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeMailbox48" runat="server" ImageUrl="images/Exchange/accounting_mail_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeMailboxAdd48" runat="server" ImageUrl="images/Exchange/accounting_mail_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeContact48" runat="server" ImageUrl="images/Exchange/contacts_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeContactAdd48" runat="server" ImageUrl="images/Exchange/contacts_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangePublicFolder48" runat="server" ImageUrl="images/Exchange/publicfolder_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangePublicFolderAdd48" runat="server" ImageUrl="images/Exchange/publicfolder_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeDomainName48" runat="server" ImageUrl="images/Exchange/mail_domain_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeDomainNameAdd48" runat="server" ImageUrl="images/Exchange/mail_domain_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeStorage48" runat="server" ImageUrl="images/Exchange/storage_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeStorageConfig48" runat="server" ImageUrl="images/Exchange/storage_limits_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeList48" runat="server" ImageUrl="images/Exchange/distribution_list_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeListAdd48" runat="server" ImageUrl="images/Exchange/distribution_list_add_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeActiveSyncConfig48" runat="server" ImageUrl="images/Exchange/activesync_config_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeOrganization" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ExchangeModule" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="SharePointModule" runat="server" ImageUrl="images/Exchange/building.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="SharePointSiteCollection48" runat="server" ImageUrl="images/colors_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:ImageButton SkinID="ExchangeAddressBook16" runat="server" ImageUrl="images/Exchange/address_book.gif" ImageAlign="AbsMiddle" Width="16" Height="16"></asp:ImageButton>
<asp:Image SkinID="Checkbox16" runat="server" ImageUrl="images/Exchange/checkbox.png" ImageAlign="AbsMiddle" Width="16" Height="16"></asp:Image>
<asp:Image SkinID="CRMLogo" runat="server" ImageUrl="images/crm_48.png" ImageAlign="AbsMiddle"/>
<asp:Image SkinID="OCSLogo" runat="server" ImageUrl="images/ocs48.png" ImageAlign="AbsMiddle"/>
<%-- Lync Icons --%>
<asp:Image SkinID="LyncLogo" runat="server" ImageUrl="images/lync48.png" ImageAlign="AbsMiddle"/>
<asp:Image SkinID="LyncUserPlan48" runat="server" ImageUrl="images/lyncuserplan48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="LyncUserPlanAdd48" runat="server" ImageUrl="images/lyncuserplanadd48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="LyncUser" runat="server" ImageUrl="images/lyncuser.png" ImageAlign="AbsMiddle" Width="48" Height="48"/>
<asp:Image SkinID="LyncFederationDomains48" runat="server" ImageUrl="images/LyncFederationDomains48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- BlackBerry Icons --%>
<asp:Image SkinID="BlackBerryUsersLogo" runat="server" ImageUrl="images/bbuser48.png" ImageAlign="AbsMiddle"/>
<%-- VPS Icons --%>
<asp:Image SkinID="Servers48" runat="server" ImageUrl="images/VPS/servers_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Server48" runat="server" ImageUrl="images/Exchange/setup_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Dvd48" runat="server" ImageUrl="icons/dvd_disc_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="DvdDrive48" runat="server" ImageUrl="images/VPS/dvd_drive_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Network48" runat="server" ImageUrl="images/VPS/network_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AuditLog48" runat="server" ImageUrl="icons/record_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Help48" runat="server" ImageUrl="images/VPS/help_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Snapshot48" runat="server" ImageUrl="images/VPS/snapshot_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="ServerConfig48" runat="server" ImageUrl="images/VPS/server_config_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AddServer48" runat="server" ImageUrl="images/VPS/add_server_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="DeleteServer48" runat="server" ImageUrl="images/VPS/delete_server_48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="EventLog48" runat="server" ImageUrl="images/VPS/event_log_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="AlertLog48" runat="server" ImageUrl="images/VPS/alert_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="Monitoring48" runat="server" ImageUrl="images/VPS/monitoring_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="PCServers48" runat="server" ImageUrl="images/VPS/icon-home-botbar-cloud.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="VLanNetwork" runat="server" ImageUrl="images/VPSForPC/vlan_icon.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<%-- Enterprise Storage Icons --%>
<asp:Image SkinID="EnterpriseStorageSpace48" runat="server" ImageUrl="images/Exchange/spaces48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>
<asp:Image SkinID="EnterpriseStorageDriveMaps48" runat="server" ImageUrl="images/Exchange/net_drive48.png" ImageAlign="AbsMiddle" Width="48" Height="48"></asp:Image>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 834 B

After

Width:  |  Height:  |  Size: 440 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 526 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 526 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 493 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 617 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 434 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 374 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 442 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 493 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 344 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 337 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 438 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 777 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 777 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 777 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1,018 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 621 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 621 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 587 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 753 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 331 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 574 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 621 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 543 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 450 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 574 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 597 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 420 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 465 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 568 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 703 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 543 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 574 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 368 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 902 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 450 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 617 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 664 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 551 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 368 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 497 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 703 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 910 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 496 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 703 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 496 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 691 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 691 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 691 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 434 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 434 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 359 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 601 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 434 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -1,49 +1,49 @@
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:Image runat="server" SkinID="Logo" ImageUrl="images/logo.png" />
<asp:Image runat="server" SkinID="LogoBig" ImageUrl="images/logo_big.png" />
<asp:Image runat="server" SkinID="PathSeparatorWhite" ImageUrl="images/path_sep_white.gif" ImageAlign="AbsMiddle" style="padding-left: 4px;padding-right: 3px;" />
<asp:Image runat="server" SkinID="Notes" ImageUrl="images/notes_16.png" BorderStyle="None" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Folder48" ImageUrl="images/folder_48.png" BorderStyle="None" ImageAlign="AbsMiddle" Width="48" Height="48" />
<asp:Image runat="server" SkinID="FM_Upload" ImageUrl="images/FileOperations/document_up_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateFile" ImageUrl="images/FileOperations/document_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateFolder" ImageUrl="images/FileOperations/folder_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateAccessDB" ImageUrl="images/FileOperations/access_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Zip" ImageUrl="images/FileOperations/compress_video_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Unzip" ImageUrl="images/FileOperations/compress_video_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Copy" ImageUrl="images/FileOperations/copy_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Move" ImageUrl="images/FileOperations/copy_next_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Delete" ImageUrl="images/FileOperations/document_close_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Separator" ImageUrl="images/empty_grey.gif" Height="26" Width="1" style="padding-left:4px;" BorderStyle="None" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="MediumAjaxIndicator" ImageUrl="images/indicator_medium.gif" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="AjaxIndicator" ImageUrl="images/indicator.gif" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="ViewSmall" ImageUrl="images/flashlight_24.png" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="EditSmall" ImageUrl="Images/pencil_16.png" ImageAlign="AbsMiddle" BorderWidth="0" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Admin16" ImageUrl="images/admin_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="User16" ImageUrl="images/user_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Operator16" ImageUrl="images/operator_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Space16" ImageUrl="images/sphere_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="OptionEnabled" ImageUrl="images/Exchange/checkbox.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="OptionDisabled" ImageUrl="images/VPS/delete.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Vps16" ImageUrl="images/VPS/server.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<%--
Default skin template. The following skins are provided as examples only.
1. Named control skin. The SkinId should be uniquely defined because
duplicate SkinId's per control type are not allowed in the same theme.
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. Default skin. The SkinId is not defined. Only one default
control skin per control type is allowed in the same theme.
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:Image runat="server" SkinID="Logo" ImageUrl="images/logo.png" />
<asp:Image runat="server" SkinID="LogoBig" ImageUrl="images/logo_big.png" />
<asp:Image runat="server" SkinID="PathSeparatorWhite" ImageUrl="images/path_sep_white.gif" ImageAlign="AbsMiddle" style="padding-left: 4px;padding-right: 3px;" />
<asp:Image runat="server" SkinID="Notes" ImageUrl="images/notes_16.png" BorderStyle="None" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Folder48" ImageUrl="images/folder_48.png" BorderStyle="None" ImageAlign="AbsMiddle" Width="48" Height="48" />
<asp:Image runat="server" SkinID="FM_Upload" ImageUrl="images/FileOperations/document_up_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateFile" ImageUrl="images/FileOperations/document_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateFolder" ImageUrl="images/FileOperations/folder_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_CreateAccessDB" ImageUrl="images/FileOperations/access_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Zip" ImageUrl="images/FileOperations/compress_video_add_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Unzip" ImageUrl="images/FileOperations/compress_video_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Copy" ImageUrl="images/FileOperations/copy_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Move" ImageUrl="images/FileOperations/copy_next_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Delete" ImageUrl="images/FileOperations/document_close_24.png" style="padding-right:4px;" BorderStyle="None" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="FM_Separator" ImageUrl="images/empty_grey.gif" Height="26" Width="1" style="padding-left:4px;" BorderStyle="None" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="MediumAjaxIndicator" ImageUrl="images/indicator_medium.gif" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="AjaxIndicator" ImageUrl="images/indicator.gif" ImageAlign="AbsMiddle" />
<asp:Image runat="server" SkinID="ViewSmall" ImageUrl="images/flashlight_24.png" ImageAlign="AbsMiddle" Width="24" Height="24" />
<asp:Image runat="server" SkinID="EditSmall" ImageUrl="Images/pencil_16.png" ImageAlign="AbsMiddle" BorderWidth="0" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Admin16" ImageUrl="images/admin_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="User16" ImageUrl="images/user_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Operator16" ImageUrl="images/operator_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Space16" ImageUrl="images/sphere_16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="OptionEnabled" ImageUrl="images/Exchange/checkbox.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="OptionDisabled" ImageUrl="images/VPS/delete.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Vps16" ImageUrl="images/VPS/server.png" ImageAlign="AbsMiddle" Width="16" Height="16" />
<asp:Image runat="server" SkinID="Rdc16" ImageUrl="images/VPS/rdc16.png" ImageAlign="AbsMiddle" Width="16" Height="16" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 652 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 652 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 652 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 753 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 753 B

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more