Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/MoneyMonkey/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/MoneyMonkey/MasterPage.master

<%@ Master Language="vb" AutoEventWireup="true" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>
<%@ Register Src="~/UserControls/ReadOnlyNotification.ascx" TagName="ReadOnlyNotification" TagPrefix="uc" %>
<!DOCTYPE html>
<html >
<head runat="server">
	<meta id="IECompatibilityMeta" http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="robots" content="noindex, nofollow" />
	<title>Money Monkey</title>
	<link type="text/css" rel="stylesheet" href="Styles/Styles.css" />
	<script src="Scripts/Script.js" type="text/javascript"></script>
	<asp:ContentPlaceHolder id="head" runat="server">
	</asp:ContentPlaceHolder>
</head>
<body class="desktop">
	<form id="form1" runat="server">
	<div class="container">
		<header>
			<div class="headercontent">
				<div class="devx-logo left">
					<dx:ASPxImage runat="server" ImageUrl="Images/moneymonkey140.png" AlternateText="DevExpress" Cursor="pointer">
						<ClientSideEvents Click="function(){ pageControl.SetActiveTabIndex(0); }" />
					</dx:ASPxImage>
				</div>
				<div id="useractions" class="useractions right">
					<div id="welcome" class="left">Welcome, Thomas Jefferson</div>
					<div id="useraccount" class="left">
						<a href="javascript:void(0)">
							<img src="images/icon-avatar.png" alt="My Account"/>
						</a>
					</div>
					<div id="login-logout" class="left">
						<a href="javascript:void(0)">
							<img src="images/icon-signout.png" alt="Sign Out"/>
						</a>
					</div>
				</div>
			</div>
		</header>
	</div>
	<div id="mainContentContainer" class="mainContentContainer">
		<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
		</asp:ContentPlaceHolder>
	</div>
	<footer>
		<div class="footerNavigation">
			<dx:ASPxHyperLink runat="server" Text="Overview">
				<ClientSideEvents Click="function(){window.app.navigator.navigateToTab('overview'); return false;}" />
			</dx:ASPxHyperLink>
			<dx:ASPxHyperLink runat="server" Text="Upcoming">
				<ClientSideEvents Click="function(){window.app.navigator.navigateToTab('upcoming'); return false;}" />
			</dx:ASPxHyperLink>
			<dx:ASPxHyperLink runat="server" Text="Budgets">
				<ClientSideEvents Click="function(){window.app.navigator.navigateToTab('budgets'); return false;}" />
			</dx:ASPxHyperLink>
			<dx:ASPxHyperLink runat="server" Text="Transactions">
				<ClientSideEvents Click="function(){window.app.navigator.navigateToTab('transactions'); return false;}" />
			</dx:ASPxHyperLink>
		</div>
		<div class="copyright">
			Copyright © 2006-2012 Developer Express Inc.
		</div>
	</footer>   
	<dx:ASPxPopupControl ID="pcDemoInfo" runat="server" CloseAction="CloseButton" Modal="True"
		PopupHorizontalAlign="WindowCenter" PopupVerticalAlign="WindowCenter" ClientInstanceName="pcDemoInfo"
		HeaderText="Money Monkey - DevExpress ASP.NET Mutli-Channel Financial Demo" AllowDragging="True" EnableAnimation="False" EnableViewState="False" 
		Width="500px" PopupAnimationType="Fade" ShowPageScrollbarWhenModal="true" PopupElementID="useractions">
		<ContentCollection>
			<dx:PopupControlContentControl ID="PopupControlContentControl1" runat="server">
<div class="aboutDialog">
	This stunning application is demonstration of DevExpress ASP.NET controls. The DevExpress ASP.NET controls provide you power and flexibility. You can target multiple channels using ASP.NET and DevExpress.
	<br /><br />
	To learn more, watch the  webinar video <a href="http://youtu.be/3kd8G6M5SCI?hd=1&t=23m40s">"Build Stunning Apps for iOS with ASP.NET"</a>.
	<br /><br />
	Get the full source code of this demo with the free trial download of all DevExpress ASP.NET products. Please visit <a href="http://devexpress.com">http://devexpress.com</a>
</div>
			</dx:PopupControlContentControl>
		</ContentCollection>
		<ContentStyle>
			<Paddings PaddingBottom="20px" />
		</ContentStyle>
	</dx:ASPxPopupControl>
		<uc:ReadOnlyNotification runat="server" ID="ReadOnlyNotification" />
	</form>
</body>
</html>