PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/dwoo/templates_c/var/www/html/kuzaba/dwoo/templates/manage.tpl.d15.php

https://github.com/stormeus/Kusaba-Z
PHP | 93 lines | 81 code | 9 blank | 3 comment | 6 complexity | 5b46a58bb0c56a7777c72756b5c370b4 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. if (function_exists('smarty_block_t')===false)
  3. $this->getLoader()->loadPlugin('t');
  4. ob_start(); /* template body */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title><?php if (!isset($_tag_stack)){ $_tag_stack = array(); } $_tag_stack[] = array(); $_block_repeat=true; smarty_block_t($_tag_stack[count($_tag_stack)-1], null, $this, $_block_repeat); while ($_block_repeat) { ob_start();?>Manage Boards<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo smarty_block_t($_tag_stack[count($_tag_stack)-1], $_block_content, $this, $_block_repeat); } array_pop($_tag_stack);?></title>
  8. <!--<link rel="stylesheet" type="text/css" href="<?php echo $this->scope["ku_boardspath"];?>/css/manage.css" title="Manage">-->
  9. <?php
  10. $_loop0_data = (isset($this->scope["styles"]) ? $this->scope["styles"] : null);
  11. if ($this->isArray($_loop0_data) === true)
  12. {
  13. foreach ($_loop0_data as $tmp_key => $this->scope["-loop-"])
  14. {
  15. $_loop0_scope = $this->setScope(array("-loop-"));
  16. /* -- loop start output */
  17. ?>
  18. <link rel="<?php if ($this->scope != (defined("KU_DEFAULTSTYLE") ? KU_DEFAULTSTYLE : null)) {
  19. ?>alternate <?php
  20. }?>stylesheet" type="text/css" href="<?php echo KU_WEBPATH;?>/css/site_<?php echo $this->scope;?>.css" />
  21. <?php
  22. /* -- loop end output */
  23. $this->setScope($_loop0_scope, true);
  24. }
  25. }
  26. ?>
  27. <style type="text/css">
  28. body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers */
  29. font-family: verdana,sans-serif;
  30. font-size: x-small;
  31. voice-family: "\"}\"";
  32. voice-family: inherit;
  33. font-size: small;
  34. }
  35. h1,h2 {
  36. font-family: trebuchet ms;
  37. font-weight: bold;
  38. color: #333;
  39. }
  40. h1 {
  41. font-size: 180%;
  42. margin: 0;
  43. }
  44. h2 {
  45. font-size: 140%;
  46. padding-bottom: 2px;
  47. border-bottom: 1px solid #CCC;
  48. margin: 0;
  49. }
  50. br {
  51. clear: left;
  52. }
  53. label,input {
  54. display: block;
  55. width: auto;
  56. float: left;
  57. margin-bottom: 10px;
  58. }
  59. label {
  60. font-size: 12px;
  61. text-align: right;
  62. width: 175px;
  63. padding-right: 20px;
  64. }
  65. .desc {
  66. text-indent: 5px;
  67. font-size : 80%;
  68. /*white-space: nowrap;*/
  69. }
  70. </style>
  71. <link rel="shortcut icon" href="<?php echo KU_WEBPATH;?>/favicon.ico" />
  72. </head>
  73. <body style="min-width: 600px; padding: 1em 20px 3em 20px;">
  74. <?php echo $this->scope["includeheader"];?>
  75. <div id="main">
  76. <div id="contents">
  77. <?php echo $this->scope["page"];?>
  78. </div>
  79. </div>
  80. <?php echo $this->scope["footer"];?>
  81. </body>
  82. </html><?php /* end template body */
  83. return $this->buffer . ob_get_clean();
  84. ?>