summaryrefslogtreecommitdiff
path: root/demos/northwind-db/protected/pages/Home.page
diff options
context:
space:
mode:
authorwei <>2007-05-09 08:35:52 +0000
committerwei <>2007-05-09 08:35:52 +0000
commit3261f4dcadf1e7aa45446153f654b20530c950b9 (patch)
tree1f34edf5af76c1ec41c5eeb8d6a7d465e5cbbef0 /demos/northwind-db/protected/pages/Home.page
parenta49bb746445974a692cbc00f32dd167cabaaf030 (diff)
Update northwind db
Diffstat (limited to 'demos/northwind-db/protected/pages/Home.page')
-rw-r--r--demos/northwind-db/protected/pages/Home.page17
1 files changed, 9 insertions, 8 deletions
diff --git a/demos/northwind-db/protected/pages/Home.page b/demos/northwind-db/protected/pages/Home.page
index e2c3668e..ba88bb43 100644
--- a/demos/northwind-db/protected/pages/Home.page
+++ b/demos/northwind-db/protected/pages/Home.page
@@ -1,12 +1,13 @@
<html>
-<com:THead Title="Welcome to Prado" />
+<com:THead Title="Northwind Database Sample" />
<body>
-<h1>Welcome to PRADO!</h1>
-<com:TForm>
-
- <com:TDropDownList ID="class_list" AutoPostBack="true"/>
- <com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
-
-</com:TForm>
+<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>
+<img src=<%~ northwind.gif %> />
</body>
</html> \ No newline at end of file