summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap1
diff options
context:
space:
mode:
authorxue <>2005-12-25 20:25:42 +0000
committerxue <>2005-12-25 20:25:42 +0000
commitcc44b9c507c6390c31a2f49f0a1f228a08c62b2e (patch)
tree0483c07258a787f8bb9cdd2c61b53e9e7795c1a3 /demos/quickstart/protected/pages/chap1
parent90821c0441285c3eb7a316202a660855ea9183eb (diff)
Added template syntax explanation.
Diffstat (limited to 'demos/quickstart/protected/pages/chap1')
-rw-r--r--demos/quickstart/protected/pages/chap1/AboutPrado.page2
-rw-r--r--demos/quickstart/protected/pages/chap1/Installation.page2
-rw-r--r--demos/quickstart/protected/pages/chap1/Introduction.page2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/chap1/AboutPrado.page b/demos/quickstart/protected/pages/chap1/AboutPrado.page
index 0ffc25d3..03d9afe8 100644
--- a/demos/quickstart/protected/pages/chap1/AboutPrado.page
+++ b/demos/quickstart/protected/pages/chap1/AboutPrado.page
@@ -1,5 +1,5 @@
<com:TContent ID="body" >
-<h4>What is PRADO?</h4>
+<h1>What is PRADO?</h1>
<p>
PRADO stands for <b>P</b>HP <b>R</b>apid <b>A</b>pplication <b>D</b>evelopment
<b>O</b>bject-oriented.
diff --git a/demos/quickstart/protected/pages/chap1/Installation.page b/demos/quickstart/protected/pages/chap1/Installation.page
index 77fd0b26..619d613f 100644
--- a/demos/quickstart/protected/pages/chap1/Installation.page
+++ b/demos/quickstart/protected/pages/chap1/Installation.page
@@ -1,5 +1,5 @@
<com:TContent ID="body" >
-<h4>Installing PRADO</h4>
+<h1>Installing PRADO</h1>
<p>
If you are viewing this page from your own Web server, you are already done with the installation. The instructions at the end of this page, however, may still be useful for you to troubleshoot issues happened during your development based on PRADO.
</p>
diff --git a/demos/quickstart/protected/pages/chap1/Introduction.page b/demos/quickstart/protected/pages/chap1/Introduction.page
index b622b0d7..dc780c69 100644
--- a/demos/quickstart/protected/pages/chap1/Introduction.page
+++ b/demos/quickstart/protected/pages/chap1/Introduction.page
@@ -1,5 +1,5 @@
<com:TContent ID="body" >
-<h4>Welcome to the PRADO QuickStart Tutorial</h4>
+<h1>Welcome to the PRADO QuickStart Tutorial</h1>
<p>
This QuickStart tutorial is meant to get you quickly started to build your
own Web applications based on PRADO.