summaryrefslogtreecommitdiff
path: root/demos/address-book/protected/pages/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/address-book/protected/pages/Home.page')
-rw-r--r--demos/address-book/protected/pages/Home.page25
1 files changed, 25 insertions, 0 deletions
diff --git a/demos/address-book/protected/pages/Home.page b/demos/address-book/protected/pages/Home.page
new file mode 100644
index 00000000..801267e7
--- /dev/null
+++ b/demos/address-book/protected/pages/Home.page
@@ -0,0 +1,25 @@
+<!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" xml:lang="en" lang="en">
+<head>
+ <title>Prado Address Book</title>
+ <style type="text/css">
+ /*<![CDATA[*/
+ body
+ {
+ margin:0; padding: 0;
+ }
+ /*]]>*/
+ </style>
+</head>
+<body>
+
+<div style="margin: 5em auto">
+<com:Application.pages.FlexApp
+ BinDirectory=<%~ flex/bin %>
+ AppName="flex_address_book"
+ Parameters.wsdl="<%= $this->Request->constructUrl('soap', 'address-book.wsdl') %>"
+ Width="100%" Height="300"/>
+</div>
+
+</body>
+</html> \ No newline at end of file