summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/TopicList.tpl
diff options
context:
space:
mode:
authorxue <>2005-12-23 17:53:37 +0000
committerxue <>2005-12-23 17:53:37 +0000
commitb9cd9367da104e5d3a4310fd1c40b841f5fbb286 (patch)
treef57dc89a9afabb37aaa86f5411251e436d149e0c /demos/quickstart/protected/pages/TopicList.tpl
parent9c1e1d5efa7ebef6596e4d2dd8a42892648c8e1b (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/TopicList.tpl')
-rw-r--r--demos/quickstart/protected/pages/TopicList.tpl67
1 files changed, 67 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/TopicList.tpl b/demos/quickstart/protected/pages/TopicList.tpl
new file mode 100644
index 00000000..def0f9d7
--- /dev/null
+++ b/demos/quickstart/protected/pages/TopicList.tpl
@@ -0,0 +1,67 @@
+<div id="toc">
+
+<div class="topic">
+<span>Getting Started</span><br/>
+<a href="?page=chap1.Introduction">Introduction</a><br/>
+<a href="?page=chap1.AboutPrado">What is PRADO?</a><br/>
+<a href="?page=chap1.Installation">Installation</a><br/>
+</div>
+
+<div class="topic">
+<span>Fundamentals</span><br/>
+<a href="?page=Construction">Architecture</a><br/>
+<a href="?page=Construction">Key Concepts</a><br/>
+<a href="?page=Construction">Configurations</a><br/>
+<a href="?page=Construction">Templates</a><br/>
+</div>
+
+<div class="topic">
+<span>Applications</span><br/>
+<a href="?page=chap2.Structure">Directory Structure</a><br/>
+<a href="?page=chap2.Deployment">Application Deployment</a><br/>
+<a href="?page=chap2.HelloWorld">Sample: Hello World</a><br/>
+<a href="?page=chap2.HangmanGame">Sample: Hangman Game</a><br/>
+</div>
+
+<div class="topic">
+<span>Controls</span><br/>
+<a href="?page=Construction">Simple Controls</a><br/>
+<a href="?page=Construction">Validation Controls</a><br/>
+<a href="?page=Construction">List Controls</a><br/>
+<a href="?page=Construction">TRepeater</a><br/>
+<a href="?page=Construction">TDataList</a><br/>
+<a href="?page=Construction">TDataGrid</a><br/>
+<a href="?page=Construction">Active Controls</a><br/>
+<a href="?page=Construction">Authoring New Controls</a><br/>
+</div>
+
+<div class="topic">
+<span>Data Access</span><br/>
+<a href="?page=Construction">DataBinding</a><br/>
+<a href="?page=Construction">Data Bound Controls</a><br/>
+<a href="?page=Construction">Data Source Controls</a><br/>
+</div>
+
+<div class="topic">
+<span>Avanced Features</span><br/>
+<a href="?page=Construction">Overview</a><br/>
+<a href="?page=Construction">Theme and Skin</a><br/>
+<a href="?page=Construction">Asset</a><br/>
+<a href="?page=Construction">Internationalization</a><br/>
+</div>
+
+<div class="topic">
+<span>Security</span><br/>
+<a href="?page=Construction">Overview</a><br/>
+<a href="?page=Construction">Authentication</a><br/>
+<a href="?page=Construction">Authorization</a><br/>
+<a href="?page=Construction">ViewState Protection</a><br/>
+</div>
+
+<div class="topic">
+<span>Performance</span><br/>
+<a href="?page=Construction">Caching</a><br/>
+<a href="?page=Construction">Performance Tuning</a><br/>
+</div>
+
+</div> \ No newline at end of file