You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2009/07/11 03:16:26 UTC

svn commit: r793169 - in /incubator/stonehenge/trunk/stocktrader: dotnet/trader_client/Trade/ php/trader_client/

Author: bendewey
Date: Sat Jul 11 03:16:21 2009
New Revision: 793169

URL: http://svn.apache.org/viewvc?rev=793169&view=rev
Log:
STONEHENGE-77 - Change Trade Client Titles for PHP and .NET

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Account.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Configuration.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Default.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Glossary.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Login.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Logout.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Order.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Portfolio.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/PortfolioBySymbol.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Quotes.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Register.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Site.master
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/TradeHome.aspx
    incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Account.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Account.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Account.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Account.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Account.aspx.cs" Inherits="Trade.Web.Account" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Register TagPrefix="controls" TagName="AccountOrders" Src="Controls/AccountOrders.ascx"  %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Account" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Account.aspx.cs" Inherits="Trade.Web.Account" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Register TagPrefix="controls" TagName="AccountOrders" Src="Controls/AccountOrders.ascx"  %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Configuration.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Configuration.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Configuration.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Configuration.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Config" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
     CodeFile="Configuration.aspx.cs" Inherits="Trade.Web.Configuration" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
     <% /* 

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Default.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Default.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Default.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Default.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    CodeFile="Default.aspx.cs" Inherits="Trade.Web.Default"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Welcome" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    CodeFile="Default.aspx.cs" Inherits="Trade.Web.Default"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Glossary.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Glossary.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Glossary.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Glossary.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Glossary" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
     CodeFile="Glossary.aspx.cs" Inherits="Trade.Web.Glossary" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
 <% /* 

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Login.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Login.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Login.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Login.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Login" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
     CodeFile="Login.aspx.cs" Inherits="Trade.Web.Login" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
     <% /* 

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Logout.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Logout.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Logout.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Logout.aspx Sat Jul 11 03:16:21 2009
@@ -18,7 +18,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" >
 <head runat="server">
-    <title>.NET StockTrader Logout</title>
+    <title>Apache Stonehenge - .NET StockTrader - Logout</title>
 </head>
 <body>
     <div>

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Order.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Order.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Order.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Order.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Order.aspx.cs" Inherits="Trade.Web.Order" %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Quote" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Order.aspx.cs" Inherits="Trade.Web.Order" %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Portfolio.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Portfolio.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Portfolio.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Portfolio.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Portfolio.aspx.cs" Inherits="Trade.Web.Portfolio" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="System.Text" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Portfolio" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Portfolio.aspx.cs" Inherits="Trade.Web.Portfolio" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="System.Text" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/PortfolioBySymbol.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/PortfolioBySymbol.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/PortfolioBySymbol.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/PortfolioBySymbol.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="PortfolioBySymbol.aspx.cs" Inherits="Trade.Web.PortfolioBySymbol" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="System.Text" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Portfolio" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="PortfolioBySymbol.aspx.cs" Inherits="Trade.Web.PortfolioBySymbol" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="System.Text" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Quotes.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Quotes.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Quotes.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Quotes.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Quotes.aspx.cs" Inherits="Trade.Web.Quotes" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<%@ Import Namespace="Trade.StockTraderWebApplicationSettings" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Quote" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Quotes.aspx.cs" Inherits="Trade.Web.Quotes" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src="Controls/ClosedOrders.ascx"  %>
<%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %>
<%@ Import Namespace="Trade.StockTraderWebApplicationSettings" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Register.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Register.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Register.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Register.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Register.aspx.cs" Inherits="Trade.Web.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Register" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="Register.aspx.cs" Inherits="Trade.Web.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Site.master
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Site.master?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Site.master (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Site.master Sat Jul 11 03:16:21 2009
@@ -20,9 +20,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
+<head id="head" runat="server">
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
-    <title>Apache Stonehenge StockTrader Welcome</title>
+    <title>Apache Stonehenge - .NET StockTrader - Welcome</title>
     <link href="style.css" rel="stylesheet" type="text/css" media="all" />
     <asp:ContentPlaceHolder ID="HeadContent" runat="server">
     </asp:ContentPlaceHolder>

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="StockTrade.aspx.cs" Inherits="Trade.Web.StockTrade" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src = "Controls/ClosedOrders.ascx"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Quote" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="StockTrade.aspx.cs" Inherits="Trade.Web.StockTrade" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src = "Controls/ClosedOrders.ascx"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/TradeHome.aspx
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/TradeHome.aspx?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/TradeHome.aspx (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/TradeHome.aspx Sat Jul 11 03:16:21 2009
@@ -1,4 +1,4 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="TradeHome.aspx.cs" Inherits="Trade.Web.TradeHome" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src = "Controls/ClosedOrders.ascx"  %>
<%@ Register TagPrefix="controls" TagName="MarketSummary" Src = "Controls/MarketSummary.ascx"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
+<%@ Page Title="Apache Stonehenge - .NET StockTrader - Home" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
    EnableViewState="false" EnableEventValidation="false"
    CodeFile="TradeHome.aspx.cs" Inherits="Trade.Web.TradeHome" %>
<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src = "Controls/ClosedOrders.ascx"  %>
<%@ Register TagPrefix="controls" TagName="MarketSummary" Src = "Controls/MarketSummary.ascx"  %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<% /* 
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php Sat Jul 11 03:16:21 2009
@@ -52,7 +52,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Account</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php Sat Jul 11 03:16:21 2009
@@ -34,7 +34,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Config</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php Sat Jul 11 03:16:21 2009
@@ -52,7 +52,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Quote</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php Sat Jul 11 03:16:21 2009
@@ -25,7 +25,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Glossary</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php Sat Jul 11 03:16:21 2009
@@ -53,7 +53,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Home</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php Sat Jul 11 03:16:21 2009
@@ -24,7 +24,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php Sat Jul 11 03:16:21 2009
@@ -52,7 +52,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Login</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php Sat Jul 11 03:16:21 2009
@@ -37,7 +37,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Portfolio</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php Sat Jul 11 03:16:21 2009
@@ -88,7 +88,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Quote</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php?rev=793169&r1=793168&r2=793169&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php Sat Jul 11 03:16:21 2009
@@ -59,7 +59,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>Apache Stonehenge StockTrader Welcome</title>
+		<title>Apache Stonehenge - PHP StockTrader - Register</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>