home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / bahasa / web / offline.php,v < prev    next >
Text File  |  2003-10-20  |  3KB  |  174 lines

  1. head    1.5;
  2. access;
  3. symbols
  4.     Initial:1.1.1.1 bule:1.1.1;
  5. locks; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.5
  10. date    2003.10.20.00.21.45;    author bule;    state Exp;
  11. branches;
  12. next    1.4;
  13.  
  14. 1.4
  15. date    2003.10.18.00.33.42;    author bule;    state Exp;
  16. branches;
  17. next    1.3;
  18.  
  19. 1.3
  20. date    2003.10.06.00.39.27;    author bule;    state Exp;
  21. branches;
  22. next    1.2;
  23.  
  24. 1.2
  25. date    2003.08.19.19.05.16;    author bule;    state Exp;
  26. branches;
  27. next    1.1;
  28.  
  29. 1.1
  30. date    2003.08.12.19.18.23;    author bule;    state Exp;
  31. branches
  32.     1.1.1.1;
  33. next    ;
  34.  
  35. 1.1.1.1
  36. date    2003.08.12.19.18.23;    author bule;    state Exp;
  37. branches;
  38. next    ;
  39.  
  40.  
  41. desc
  42. @@
  43.  
  44.  
  45. 1.5
  46. log
  47. @*** empty log message ***
  48. @
  49. text
  50. @<?
  51. require_once("../php/Indonesia.php");
  52. require_once("../php/Web.php");
  53. //////////////////////////////////////////////////////////////////////////////
  54. //////////////////////////////////////////////////////////////////////////////
  55. // Project Name: Bahasa Indonesia Dictionary
  56. // Directory:    bahasa/web
  57. // File Name:    offline.php
  58. // Author(s):    John L. Whiteman
  59. // Created:      June 23, 2003  
  60. // Modified:     October 19, 2003
  61. // Description:  The purpose of this unrestricted access PHP web 
  62. //               client page is a redirect page telling client that
  63. //               website of offline for whatever reason.  
  64. // 
  65. // Copyright (c) 2003 John L. Whiteman
  66. //
  67. // Permission is herby granted, free of charge, to any person obtaining a 
  68. // copy of this software, data, and associated documentation files 
  69. // (the "Software"), to deal in the Software without restriction, 
  70. // including without limitation the rights to use, copy, modify, merge, 
  71. // publish, distribute, sublicense, and/or sell copies of Software, and to
  72. // permit persons to whom the Software is furnished to do so, subject to 
  73. // the following conditions:
  74. //
  75. // The above copyright notice and this permission notice shall be 
  76. // included in all copies or substantial portions of the Software.
  77. //
  78. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
  79. // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  80. // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  81. // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
  82. // ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHERE IN AN ACTION OF CONTRACT,
  83. // TORT OR OTHERWISE, ARISING IN THE SOFTWARE.  
  84. //////////////////////////////////////////////////////////////////////////////
  85. //////////////////////////////////////////////////////////////////////////////
  86.  
  87. $web = new Web();
  88. ?>
  89. <html>
  90. <head>
  91. <title>Bahasa Indonesia Dictionary: Offline</title>
  92.  
  93. <link href="bahasa.css" rel="stylesheet" type="text/css">
  94.  
  95. </head>
  96. <body>
  97. <?
  98. $web->show_logo("Offline");
  99. ?>
  100. <hr>
  101. <br>
  102. <h4>Sorry! Maaf! The dictionary is offline for maintenance. 
  103. Please come back later</h4>
  104. <br>
  105. <hr>
  106. </body>
  107. </html>
  108. @
  109.  
  110.  
  111. 1.4
  112. log
  113. @*** empty log message ***
  114. @
  115. text
  116. @d11 1
  117. a11 1
  118. // Modified:     October 17, 2003
  119. d43 3
  120. @
  121.  
  122.  
  123. 1.3
  124. log
  125. @*** empty log message ***
  126. @
  127. text
  128. @d11 1
  129. a11 1
  130. // Modified:     October 05, 2003
  131. d42 1
  132. a42 3
  133. <title>
  134. Bahasa Indonesia Dictionary: Offline 
  135. </title>
  136. d50 1
  137. a50 1
  138. <h4>Sorry, the dictionary is offline for maintenance. 
  139. @
  140.  
  141.  
  142. 1.2
  143. log
  144. @*** empty log message ***
  145. @
  146. text
  147. @d11 1
  148. a11 1
  149. // Modified:     August 19, 2003
  150. d37 2
  151. d47 3
  152. a49 1
  153. <h2>Bahasa Indonesia Dictionary: Offline</h2> 
  154. @
  155.  
  156.  
  157. 1.1
  158. log
  159. @Initial revision
  160. @
  161. text
  162. @d4 33
  163. a53 1
  164.  
  165. @
  166.  
  167.  
  168. 1.1.1.1
  169. log
  170. @Bahasa Indonesia Dictionary
  171. @
  172. text
  173. @@
  174.