PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/api/awl/DataEntry/_DataEntry.php.html

https://gitlab.com/karora/awl
HTML | 190 lines | 169 code | 18 blank | 3 comment | 0 complexity | cfe33e89ddd438d972b208d380683da8 MD5 | raw file
  1. Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
  2. <?xml version="1.0" encoding="iso-8859-1"?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <!-- template designed by Marco Von Ballmoos -->
  7. <title>Docs for page DataEntry.php</title>
  8. <link rel="stylesheet" href="../../media/stylesheet.css" />
  9. <script src="../../media/lib/classTree.js"></script>
  10. <script language="javascript" type="text/javascript">
  11. var imgPlus = new Image();
  12. var imgMinus = new Image();
  13. imgPlus.src = "../../media/images/plus.png";
  14. imgMinus.src = "../../media/images/minus.png";
  15. function showNode(Node){
  16. switch(navigator.family){
  17. case 'nn4':
  18. // Nav 4.x code fork...
  19. var oTable = document.layers["span" + Node];
  20. var oImg = document.layers["img" + Node];
  21. break;
  22. case 'ie4':
  23. // IE 4/5 code fork...
  24. var oTable = document.all["span" + Node];
  25. var oImg = document.all["img" + Node];
  26. break;
  27. case 'gecko':
  28. // Standards Compliant code fork...
  29. var oTable = document.getElementById("span" + Node);
  30. var oImg = document.getElementById("img" + Node);
  31. break;
  32. }
  33. oImg.src = imgMinus.src;
  34. oTable.style.display = "block";
  35. }
  36. function hideNode(Node){
  37. switch(navigator.family){
  38. case 'nn4':
  39. // Nav 4.x code fork...
  40. var oTable = document.layers["span" + Node];
  41. var oImg = document.layers["img" + Node];
  42. break;
  43. case 'ie4':
  44. // IE 4/5 code fork...
  45. var oTable = document.all["span" + Node];
  46. var oImg = document.all["img" + Node];
  47. break;
  48. case 'gecko':
  49. // Standards Compliant code fork...
  50. var oTable = document.getElementById("span" + Node);
  51. var oImg = document.getElementById("img" + Node);
  52. break;
  53. }
  54. oImg.src = imgPlus.src;
  55. oTable.style.display = "none";
  56. }
  57. function nodeIsVisible(Node){
  58. switch(navigator.family){
  59. case 'nn4':
  60. // Nav 4.x code fork...
  61. var oTable = document.layers["span" + Node];
  62. break;
  63. case 'ie4':
  64. // IE 4/5 code fork...
  65. var oTable = document.all["span" + Node];
  66. break;
  67. case 'gecko':
  68. // Standards Compliant code fork...
  69. var oTable = document.getElementById("span" + Node);
  70. break;
  71. }
  72. return (oTable && oTable.style.display == "block");
  73. }
  74. function toggleNodeVisibility(Node){
  75. if (nodeIsVisible(Node)){
  76. hideNode(Node);
  77. }else{
  78. showNode(Node);
  79. }
  80. }
  81. </script>
  82. </head>
  83. <body>
  84. <div class="page-body">
  85. <h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/DataEntry.php</h2>
  86. <a name="sec-description"></a>
  87. <div class="info-box">
  88. <div class="info-box-title">Description</div>
  89. <div class="nav-bar">
  90. <span class="disabled">Description</span> |
  91. <a href="#sec-classes">Classes</a>
  92. | <a href="#sec-includes">Includes</a>
  93. </div>
  94. <div class="info-box-body">
  95. <!-- ========== Info from phpDoc block ========= -->
  96. <p class="short-description">Classes to handle entry and viewing of field-based data.</p>
  97. <ul class="tags">
  98. <li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
  99. <li><span class="field">copyright:</span> Catalyst IT Ltd, Morphoss Ltd &lt;http://www.morphoss.com/&gt;</li>
  100. <li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</a></li>
  101. </ul>
  102. </div>
  103. </div>
  104. <a name="sec-classes"></a>
  105. <div class="info-box">
  106. <div class="info-box-title">Classes</div>
  107. <div class="nav-bar">
  108. <a href="#sec-description">Description</a> |
  109. <span class="disabled">Classes</span>
  110. | <a href="#sec-includes">Includes</a>
  111. </div>
  112. <div class="info-box-body">
  113. <table cellpadding="2" cellspacing="0" class="class-table">
  114. <tr>
  115. <th class="class-table-header">Class</th>
  116. <th class="class-table-header">Description</th>
  117. </tr>
  118. <tr>
  119. <td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
  120. <img src="../../media/images/Class.png"
  121. alt=" class"
  122. title=" class"/>
  123. <a href="../../awl/DataEntry/EntryField.html">EntryField</a>
  124. </td>
  125. <td>
  126. Individual fields used for data entry / viewing.
  127. </td>
  128. </tr>
  129. <tr>
  130. <td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
  131. <img src="../../media/images/Class.png"
  132. alt=" class"
  133. title=" class"/>
  134. <a href="../../awl/DataEntry/EntryForm.html">EntryForm</a>
  135. </td>
  136. <td>
  137. A class to handle displaying a form on the page (for editing) or a structured layout of non-editable content (for viewing), with a simple switch to flip from view mode to edit mode.
  138. </td>
  139. </tr>
  140. </table>
  141. </div>
  142. </div>
  143. <a name="sec-includes"></a>
  144. <div class="info-box">
  145. <div class="info-box-title">Includes</div>
  146. <div class="nav-bar">
  147. <a href="#sec-description">Description</a> |
  148. <a href="#sec-classes">Classes</a>
  149. | <span class="disabled">Includes</span>
  150. </div>
  151. <div class="info-box-body">
  152. Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
  153. Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
  154. <a name="_AWLUtilities_php"><!-- --></a>
  155. <div class="oddrow">
  156. <div>
  157. <img src="../../media/images/Page.png" alt=" " />
  158. <span class="include-title">
  159. <span class="include-type">require_once</span>
  160. (<span class="include-name"><a href="../../awl/Utilities/_AWLUtilities.php.html">"AWLUtilities.php"</a></span>)
  161. (line <span class="line-number">11</span>)
  162. </span>
  163. </div>
  164. <!-- ========== Info from phpDoc block ========= -->
  165. </div>
  166. </div>
  167. </div>
  168. <p class="notes" id="credit">
  169. Documentation generated on Wed, 04 Jul 2012 07:06:13 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
  170. </p>
  171. </div></body>
  172. </html>