PageRenderTime 38ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/openconstructor/data/article/getrelated/empty.php

http://openconstructor.googlecode.com/
PHP | 37 lines | 16 code | 0 blank | 21 comment | 0 complexity | 8adb57f9cd74f6290decbaadb17c3e83 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. /**
  3. * Copyright 2003 - 2007 eSector Solutions, LLC
  4. *
  5. * All rights reserved.
  6. *
  7. * This file is part of Open Constructor (http://www.openconstructor.org/).
  8. *
  9. * Open Constructor is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License version 2
  11. * as published by the Free Software Foundation.
  12. *
  13. * Open Constructor is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * The GNU General Public License can be found at
  19. * http://www.gnu.org/copyleft/gpl.html
  20. *
  21. * $Id: empty.php,v 1.6 2007/03/02 10:06:41 sanjar Exp $
  22. */
  23. require_once($_SERVER['DOCUMENT_ROOT'].'/openconstructor/lib/wccommons._wc');
  24. WCS::requireAuthentication();
  25. require_once(LIBDIR.'/languagesets/'.LANGUAGE.'/editors._wc');
  26. ?><html>
  27. <head>
  28. <title>Input Keyword</title>
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <link href="<?=WCHOME.'/'.SKIN?>.css" type=text/css rel=stylesheet>
  31. <style>
  32. </style>
  33. </head>
  34. <body style="border-style:inset;border-width:2px;padding:10 10;background:white">
  35. <h3 style="font-weight:normal;"><?=H_INPUT_KEYWORD?></h3>
  36. </body>
  37. </html>