﻿<%@ Page Language="C#" AutoEventWireup="true" Inherits="shop" Title="Nexphaze Shop" Codebehind="shop.aspx.cs" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>Nexphaze software solutions | Shop</title>
	<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<style type="text/css">
.style1 {
	font-size: 0.75em;
}
</style>
</head>
<body class="slice2">
	<div class="wrapper">
		<div class="logoHeader2"><a href="..\index.html"><img src="images/logo.jpg" alt="nexPhaze "/></a></div><!--end logoHeader-->
		
		<div class="navBar2">
			<a class="rollOver1 left" href="..\index.html"></a>
			<a class="rollOver2 left" href="..\products.html"></a>
			<a class="rollOver3 left" href="..\services.html"></a>
			<a class="rollOver4 left" href="..\downloads.html"></a>
			<a class="rollOver5 left" href="..\about.html"></a>
			<a class="rollOver7 left" href="viewcart.aspx"></a>
			
		</div>
		<div class="content" style="min-height:360px; height:auto !important; height:360px;" >
        <br />
        <table style="width: 699px">
            <tr>
                <td style="width: 460px; vertical-align: top;">
			        <h3>Nexphaze Shop</h3>
			        <br />
					<table width = "100%">
                        <asp:Repeater ID="rptProducts" runat="server">
                        <ItemTemplate>
                        <tr>
                            <td style="vertical-align: top; width: 70px;"><img src="images\<%# DataBinder.Eval(Container.DataItem, "Picture") %>" alt="CounterBalance "/></td>
                            <td>&nbsp;</td>
                            <td valign="top"><b><%# DataBinder.Eval(Container.DataItem, "Name") %></b>
                            <p style="font-size: 0.85em"><%# DataBinder.Eval(Container.DataItem, "Description") %></p>
                            <br />
                            Price: <%# double.Parse(DataBinder.Eval(Container.DataItem, "Price").ToString()).ToString("C") %>&nbsp;
                            <a href="AddToCart.aspx?ProductId=<%# DataBinder.Eval(Container.DataItem, "Product_Id") %>">[Add to Cart]</a>
                            </td>
                        </tr>
                        </ItemTemplate>
                        <SeparatorTemplate>
                        <tr>
                            <td colspan="2">
                            <hr />
                            <br />
                            </td>
                        </tr>
                        </SeparatorTemplate>
                        </asp:Repeater>
                       </table>
					<br />	
					</td>	
                <td style="width: 100px; vertical-align: top;">
                				<!-- PayPal Logo --><table border="0" cellpadding="0" cellspacing="0" align="center">
				<tr><td align="center"></td></tr><tr><td align="center">
				<a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img  src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a>
				</td></tr></table>
				<!-- PayPal Logo -->

                    </td>
            </tr>
        </table>
		<br />
			
			
		</div>
		<br />
	</div><!--end wrapper-->
	<div class="footer" style="height: 62px">
		<div class="wrapper center">
			<a href="http://www.nexphaze.com/index.html" class="bold">HOME</a><a href="http://www.nexphaze.com/products.html" class="footerLink">PRODUCTS</a><a href="http://www.nexphaze.com/services.html" class="footerLink">SERVICES</a><a href="http://www.nexphaze.com/downloads.html" class="footerLink">DOWNLOADS</a><a href="http://www.nexphaze.com/about.html" class="footerLink">NEWS/ABOUT</a><a href="http://www.nexphaze.com/CBRegister/shop.aspx" class="footerLink">SHOP</a><a href="http://www.nexphaze.com/support.html" class="footerLink">SUPPORT</a><a href="http://www.nexphaze.com/phpbb2/" class="footerLink">FORUMS</a><a href="viewcart.aspx" class="footerLink">CART</a><a class="footerLink" href="http://www.nexphaze.com/blog/" target="_blank">BLOG</a>
			<br /><span class="text7">&copy;Copyright 2009 Nexphaze - All rights reserved - Design: <a href="http://dzerodesign.com">dZero inc.</a></span>
			<br />
			<span class="style1"><a href="http://www.nexphaze.com/privacy.html"><u>Privacy Policy</u></a></span></div>
	</div><!--end footer-->
<!-- http://www.LiveZilla.net Tracking Code -->
<div id="livezilla_tracking" style="display:none">
</div>
<script type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://www.nexphaze.com/livezilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);
</script>
<!-- http://www.LiveZilla.net Tracking Code -->
</body>
</html>


