Contact_AddressBook
[ class tree: Contact_AddressBook ] [ index: Contact_AddressBook ] [ all elements ]

Source for file head.php

Documentation is available at head.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>PEAR::Contact_AddressBook Usage Example</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <style type="text/css">
  7. body, table, select, textarea, input {
  8. font-family: Arial, Verdana, Helvetica, sans-serif;
  9. font-size: 12px;
  10. color: #333333
  11. }
  12. body {
  13. text-align: center;
  14. }
  15. ul {
  16. margin: 0 0 0 20px;
  17. }
  18. h1 {
  19. font-size:18px;
  20. color: #006600;
  21. }
  22. h2 {
  23. font-size: 16px;
  24. color: #006600;
  25. }
  26. h3 {
  27. font-size: 14px;
  28. color: #006600;
  29. }
  30. hr {
  31. border: 0;
  32. background: #006600;
  33. color: #006600;
  34. }
  35. td {
  36. vertical-align: top;
  37. }
  38. a:link {
  39.     color: #006600
  40. }
  41. a:visited {
  42.     color: #030
  43. }
  44. a:hover {
  45.     color: #003300
  46. }
  47. form {
  48. margin: 0;
  49. padding: 0;
  50. }
  51. img {
  52. border: 0;
  53. }
  54. #body {
  55. width: 760px;
  56. text-align: left;
  57. margin: auto;
  58. }
  59. .flag {
  60. font-style: italic;
  61. color: #ff3300;
  62. }
  63. .nav {
  64. text-align: right;
  65. padding: 4px;
  66. border-bottom: 1px solid black;
  67. }
  68. .code {
  69. border: 1px dashed grey;
  70. padding: 4px;
  71. background: #f8f8f8;
  72. }
  73. </style>
  74. </head>
  75.  
  76. <body>
  77. <div id="body">

Documentation generated on Mon, 11 Mar 2019 15:40:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.