Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

page_cookbook.html 4.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Page Cookbook &mdash; Documentation</title>
  7. <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/doctools.js"></script>
  20. <link rel="top" title="Documentation" href="index.html" />
  21. <link rel="up" title="Writing Scripts" href="writing_scripts.html" />
  22. <link rel="next" title="3. Server Side API" href="server_side_api.html" />
  23. <link rel="prev" title="Report Cookbook" href="report_cookbook.html" />
  24. </head>
  25. <body>
  26. <div style="background-color: #FFF; text-align: left; padding: 8px 0px"><img src="_static/banner300910.gif"></div>
  27. <div class="related">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="modindex.html" title="Global Module Index"
  35. accesskey="M">modules</a> |</li>
  36. <li class="right" >
  37. <a href="server_side_api.html" title="3. Server Side API"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="report_cookbook.html" title="Report Cookbook"
  41. accesskey="P">previous</a> |</li>
  42. <li><a href="index.html">Documentation</a> &raquo;</li>
  43. <li><a href="build_app.html" >2. Building an Application</a> &raquo;</li>
  44. <li><a href="writing_scripts.html" accesskey="U">Writing Scripts</a> &raquo;</li>
  45. </ul>
  46. </div>
  47. <div class="sphinxsidebar">
  48. <div class="sphinxsidebarwrapper">
  49. <h4>Previous topic</h4>
  50. <p class="topless"><a href="report_cookbook.html"
  51. title="previous chapter">Report Cookbook</a></p>
  52. <h4>Next topic</h4>
  53. <p class="topless"><a href="server_side_api.html"
  54. title="next chapter">3. Server Side API</a></p>
  55. <h3>This Page</h3>
  56. <ul class="this-page-menu">
  57. <li><a href="_sources/page_cookbook.txt"
  58. rel="nofollow">Show Source</a></li>
  59. </ul>
  60. <div id="searchbox" style="display: none">
  61. <h3>Quick search</h3>
  62. <form class="search" action="search.html" method="get">
  63. <input type="text" name="q" size="18" />
  64. <input type="submit" value="Go" />
  65. <input type="hidden" name="check_keywords" value="yes" />
  66. <input type="hidden" name="area" value="default" />
  67. </form>
  68. <p class="searchtip" style="font-size: 90%">
  69. Enter search terms or a module, class or function name.
  70. </p>
  71. </div>
  72. <script type="text/javascript">$('#searchbox').show(0);</script>
  73. </div>
  74. </div>
  75. <div class="document">
  76. <div class="documentwrapper">
  77. <div class="bodywrapper">
  78. <div class="body">
  79. <div class="section" id="page-cookbook">
  80. <h1>Page Cookbook<a class="headerlink" href="#page-cookbook" title="Permalink to this headline">¶</a></h1>
  81. <p>Standard patterns used to build pages</p>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="clearer"></div>
  87. </div>
  88. <div class="related">
  89. <h3>Navigation</h3>
  90. <ul>
  91. <li class="right" style="margin-right: 10px">
  92. <a href="genindex.html" title="General Index"
  93. >index</a></li>
  94. <li class="right" >
  95. <a href="modindex.html" title="Global Module Index"
  96. >modules</a> |</li>
  97. <li class="right" >
  98. <a href="server_side_api.html" title="3. Server Side API"
  99. >next</a> |</li>
  100. <li class="right" >
  101. <a href="report_cookbook.html" title="Report Cookbook"
  102. >previous</a> |</li>
  103. <li><a href="index.html">Documentation</a> &raquo;</li>
  104. <li><a href="build_app.html" >2. Building an Application</a> &raquo;</li>
  105. <li><a href="writing_scripts.html" >Writing Scripts</a> &raquo;</li>
  106. </ul>
  107. </div>
  108. <div class="footer">
  109. &copy; Copyright 2010, Rushabh Mehta.
  110. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
  111. </div>
  112. </body>
  113. </html>