PageRenderTime 26ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/www/admin/templates/classic/admintemplate.php

http://kandidat-cms.googlecode.com/
PHP | 139 lines | 136 code | 3 blank | 0 comment | 3 complexity | 7ca977d2a6c8020b0a6bd1690cd26da1 MD5 | raw file
Possible License(s): CC0-1.0
  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. <meta http-equiv="content-type" content="text/html;charset=utf8" />
  5. <title><?php echo $sitetitle;?></title>
  6. <meta name="description" content="Kan-Sdudio" />
  7. <link href="templates/<? echo $admintemplate;?>/style.css" type="text/css" rel="stylesheet" />
  8. <!-- jQuery and jQuery UI -->
  9. <script src="<?php echo $prefflp;?>/js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
  10. <script src="<?php echo $prefflp;?>/js/jquery-ui.custom.min.js" type="text/javascript" charset="utf-8"></script>
  11. <script type="text/javascript" src="<?php echo $prefflp;?>/js/jquery.ui.datepicker-ru.js"></script>
  12. <link rel="stylesheet" href="<?php echo $prefflp;?>/js/ui-themes/smoothness/jquery-ui.custom.css" type="text/css" media="screen" charset="utf-8">
  13. <!-- elRTE -->
  14. <script src="elrte/js/elrte.min.js" type="text/javascript" charset="utf-8"></script>
  15. <link rel="stylesheet" href="elrte/css/elrte.full.css" type="text/css" media="screen" charset="utf-8">
  16. <!-- elFinder -->
  17. <script src="elrte/js/elfinder.min.js" type="text/javascript" charset="utf-8"></script>
  18. <link rel="stylesheet" href="elrte/css/elfinder.css" type="text/css" media="screen" charset="utf-8">
  19. <!-- russian messages -->
  20. <script src="elrte/js/i18n/elrte.ru.js" type="text/javascript" charset="utf-8"></script>
  21. <script src="elrte/js/i18n/elfinder.ru.js" type="text/javascript" charset="utf-8"></script>
  22. <!-- Editor -->
  23. <script src="elrte/js/admfunctions.js" type="text/javascript" charset="utf-8"></script>
  24. </head>
  25. <? flush();?>
  26. <body bgcolor="#646464">
  27. <div align="center">
  28. <table align="center" width="1020" border="0" cellspacing="0" cellpadding="0" bgcolor="white">
  29. <tr>
  30. <td bgcolor="#646464"></td>
  31. </tr>
  32. <tr>
  33. <td class="header" style="letter-spacing: 2px; font-size: 26px;">?????? ?????????? ??????
  34. </td>
  35. </tr>
  36. <tr>
  37. <td style="border-bottom: 1px solid #dadada;"></td>
  38. </tr>
  39. <tr>
  40. <td class="main_cell" valign="top">
  41. <table style="height: 100%;" width="99%" border="0" cellspacing="0" cellpadding="0">
  42. <tr>
  43. <td style="border-right: 1px dashed #666666; padding: 5px;" valign="top" align="left" width="160">
  44. <div class="arrowlistmenu">
  45. <h3 class="headerbar">User: <?=str_replace(' | ','<br />',getuser());?></h3>
  46. <h3 class="headerbar">?????????</h3>
  47. <ul>
  48. <li><a href="index.php">??????</a></li>
  49. <li><a href="settings.php">?????????</a></li>
  50. <li><a href="menueditor.php">???????? ????</a></li>
  51. <li><a href="templateeditor.php">???????? ????????</a></li>
  52. <li><a href="elfinder.php">???????? ????????</a></li>
  53. <li><a href="counterarea.php">???? counter</a></li>
  54. <li><a href="feedback.php">???????? ?????</a></li>
  55. <li><a href="cloudtags.php">?????? ?????</a></li>
  56. </ul>
  57. <? if(file_exists('../admin/katalog.php')){?>
  58. <h3 class="headerbar">???????</h3>
  59. <ul>
  60. <li><a href="katalog.php">????? ??????????</a></li>
  61. <li><a href="addkatalog.php">???????? ????????</a></li>
  62. </ul>
  63. <? } ?>
  64. <h3 class="headerbar">???????</h3>
  65. <ul>
  66. <li><a href="news.php">????? ????????</a></li>
  67. <li><a href="addnews.php">???????? ???????</a></li>
  68. <li><a href="newsset.php">?????????</a></li>
  69. </ul>
  70. <? if(file_exists('../admin/photo.php')){?>
  71. <h3 class="headerbar">????-??????</h3>
  72. <ul>
  73. <li><a href="photo.php">????? ????</a></li>
  74. <li><a href="potoset.php">?????????</a></li>
  75. </ul>
  76. <? } ?>
  77. <? if(file_exists('../admin/guestbook.php')){?>
  78. <h3 class="headerbar">???????? ?????</h3>
  79. <ul>
  80. <li><a href="guestbook.php">??????????????</a></li>
  81. <li><a href="gbset.php">?????????</a></li>
  82. </ul>
  83. <? } ?>
  84. <h3 class="headerbar">????????????</h3>
  85. <ul>
  86. <li><a href="users.php">??????????</a></li>
  87. <li><a href="banip.php">???-???? ?? ip</a></li>
  88. </ul>
  89. <h3 class="headerbar">??????</h3>
  90. <ul>
  91. <li><a href="chmod.php">????????? ????</a></li>
  92. <li><a href="convert.php">??????????? ? utf8</a></li>
  93. <li><a href="baner.php">??????? ???????</a></li>
  94. <li><a href="upgrade.php">?????????? CMS</a></li>
  95. <li><a href="backup.php">????????????? ??????</a></li>
  96. </ul>
  97. <h3 class="headerbar">??????????</h3>
  98. <ul>
  99. <li><a href="info.php">???? ? ?????????? PHP</a></li>
  100. <li><a href="help.php">?????? ??????</a></li>
  101. </ul>
  102. </div>
  103. <center>
  104. <a href="../" target="_blank">??????? ?? ????</a>
  105. <form method="POST" action="/admin/login.php" >
  106. <input type="hidden" name="name" value="usersite">
  107. <input type="hidden" name="pass" value="kandidat">
  108. <input type="submit" style="margin-top:10px; display:block; border:1px solid #CCCCCC; width:100px; height:20px;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; line-height:14px; background-color:#EFEFEF;" value="?????" name="logout">
  109. </form>
  110. </center>
  111. </td>
  112. <td style="padding: 5px;" valign="top" align="left"><?echo $contentcenter;?></td>
  113. </tr>
  114. </table>
  115. </td>
  116. </tr>
  117. <tr>
  118. <td style="padding: 5px;" valign="top">
  119. <table style="height: 100%;" width="99%" border="0" cellspacing="0" cellpadding="0">
  120. <hr noshade="noshade" size="1" />
  121. <tr>
  122. <td>
  123. Powered by : <a href="http://www.Kan-Studio.ru">Kandidat CMS (utf8) by it</a>
  124. </td>
  125. <td align="right">
  126. <? echo $choisetemplate;?>
  127. </td>
  128. </tr>
  129. </table>
  130. </td>
  131. </tr>
  132. </table>
  133. <p></p>
  134. </div>
  135. </body>
  136. </html>