summaryrefslogtreecommitdiff
path: root/demos/northwind-db
diff options
context:
space:
mode:
authorwei <>2007-05-11 12:14:26 +0000
committerwei <>2007-05-11 12:14:26 +0000
commit4a6af98cfcf115219216b2f1102cc3785083c6c8 (patch)
tree618d8bf057918bf3886a055c4b731ce7609f2fcb /demos/northwind-db
parentf03007a11887dbc4139d5d259c8e9fa18c4488bb (diff)
Update address book demo
Diffstat (limited to 'demos/northwind-db')
-rw-r--r--demos/northwind-db/protected/pages/Home.page10
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/northwind-db/protected/pages/Home.page b/demos/northwind-db/protected/pages/Home.page
index ba88bb43..b6dfe620 100644
--- a/demos/northwind-db/protected/pages/Home.page
+++ b/demos/northwind-db/protected/pages/Home.page
@@ -1,13 +1,19 @@
<html>
-<com:THead Title="Northwind Database Sample" />
+<com:THead Title="Northwind Database Sample">
+<style>
+body{ font-family: cambria, "New Times Roman" }
+</style>
+</com:THead>
<body>
<h1>Northwind Database Sample</h1>
<p>
The Northwind Traders sample database contains the sales data for a fictitious
company called Northwind Traders, which imports and exports specialty foods from around the world.
The database contains information about customers, suppliers, products, orders and employees (as well as a few other bits of miscellaneous information).
-<a href="?page=NorthwindCrud">View database</a>
</p>
+<h2><a href="?page=NorthwindCrud">View/Edit database</a></h2>
<img src=<%~ northwind.gif %> />
+
+<p>Northwind Traders sample database is part of the SQL Server 2000 Sample Databases, Copyright Microsoft, Inc. 1994 - 2000.</p>
</body>
</html> \ No newline at end of file