diff options
Diffstat (limited to 'demos/site/protected/Pages/Documentation.page')
-rw-r--r-- | demos/site/protected/Pages/Documentation.page | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page new file mode 100644 index 00000000..0a4dd73f --- /dev/null +++ b/demos/site/protected/Pages/Documentation.page @@ -0,0 +1,42 @@ +<com:TContent ID="Main"> + +<div id="main"> + +<!--- +<div style="float:right;"> +<b>Class Finder</b> <input name="ctl0$main$ctl0$classEdit" type="text" id="ctl0_main_ctl0_classEdit" style="width:20em;" /><div id="ctl0_main_ctl0_classEdit_result" class="autocomplete"></div> +</div> +---> +<div id="navbar"> +<ul> +<li><a href="<%$ DemoUrl %>/quickstart/">QuickStart</a></li> +<li><a href="<%$ DocsUrl %>/manual/">API Manual</a></li> +<!--- <li><a href="<%$ DocsUrl %>/tutorials/" class="active">Tutorials</a></li> ---> +<!--- <li><a href="<%$ DocsUrl %>/classdoc/">Class Docs</a></li> ---> +</ul> +</div> + +<h2>API Manual</h2> + +The <a href="<%$ DocsUrl %>/manual/">API Manual</a> contains the documentation for all the classes declared in PRADO. + +<br/> +<br/> +<h2>Tutorials</h2> + +<ul> + <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="/web/20151005191144/http://www.pradosoft.com/docs/quickstart.pdf">PDF file</a>.</li> + <li><a href="<%$ DemoUrl %>/blog-tutorial/">The PRADO Blog Tutorial</a> - This tutorial shows how to use PRADO to build a complete Web application. Prior PRADO knowledge is not required.</li> + <li><a href="<%$ DemoUrl %>/sqlmap/">The SQLMap Tutorial</a> - This tutorial is a definitive guidance on how to use SQLMap (available since v3.1.0).</li> +</ul> +<!--- +<h3>Screencasts</h3> +<ul> + <li><a href="http://www.pradosoft.com/docs/movies/HelloWorld.mov">Hello World</a> (11.8MB, QuickTime): a short video on how to create the "Hello World" demo using PHP and PRADO 3.x.</li> + <li><a href="http://www.pradosoft.com/docs/movies/blog/videos.html" target="_blank">The PRADO Blog Tutorial</a> (Flash plugin required): this is the complete PRADO blog tutorial in Flash format. Split over 6 videos to a sum of about 60 mins in total. Kudos to Wei Zhuo!</li> +</ul> +---> + +</div> + +</com:TContent>
\ No newline at end of file |