PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/baser/views/elements/admin/footer.php

https://github.com/hashing/basercms
PHP | 65 lines | 40 code | 7 blank | 18 comment | 1 complexity | 12e024671508d712dbb1c98b17355a1c MD5 | raw file
Possible License(s): MIT
  1. <?php
  2. /* SVN FILE: $Id$ */
  3. /**
  4. * [ADMIN] フッター
  5. *
  6. * PHP versions 4 and 5
  7. *
  8. * baserCMS : Based Website Development Project <http://basercms.net>
  9. * Copyright 2008 - 2012, baserCMS Users Community <http://sites.google.com/site/baserusers/>
  10. *
  11. * @copyright Copyright 2008 - 2012, baserCMS Users Community
  12. * @link http://basercms.net baserCMS Project
  13. * @package baser.views
  14. * @since baserCMS v 2.0.0
  15. * @version $Revision$
  16. * @modifiedby $LastChangedBy$
  17. * @lastmodified $Date$
  18. * @license http://basercms.net/license/index.html
  19. */
  20. ?>
  21. <div id="Footer">
  22. <div id="FooterInner" class="clearfix">
  23. <div id="FooterLogo">
  24. <?php $bcBaser->link($bcBaser->getImg('admin/logo_footer.png', array('width' => 155, 'height' => 30, 'alt' => 'baserCMSロゴ')), array('controller' => 'dashboard', 'action' => 'index')) ?>
  25. </div>
  26. <?php if(!empty($user)): ?>
  27. <div id="FooterMenu">
  28. <h2><?php $bcBaser->img('admin/head_menu.png', array('width' => 44, 'height' => 16, 'alt' => 'MENU')) ?></h2>
  29. <ul>
  30. <li><?php $bcBaser->link('固定ページ管理', array('plugin' => '', 'controller' => 'pages', 'action' => 'index')) ?></li>
  31. <li><?php $bcBaser->link('ウィジェット管理', array('plugin' => '', 'controller' => 'widget_areas', 'action' => 'index')) ?></li>
  32. <li><?php $bcBaser->link('テーマ管理', array('plugin' => '', 'controller' => 'themes', 'action' => 'index')) ?></li>
  33. <li><?php $bcBaser->link('プラグイン管理', array('plugin' => '', 'controller' => 'plugins', 'action' => 'index')) ?></li>
  34. <li><?php $bcBaser->link('システム管理', array('plugin' => '', 'controller' => 'site_configs', 'action' => 'form')) ?></li>
  35. </ul>
  36. </div>
  37. <?php endif ?>
  38. <div id="FooterLink">
  39. <h2><?php $bcBaser->img('admin/head_link.png', array('width' => 36, 'height' => 16, 'alt' => 'LINK')) ?></h2>
  40. <ul>
  41. <li><a href="http://basercms.net/" target="_blank">baserCMS 公式サイト</a></li>
  42. <li><a href="http://sites.google.com/site/baserusers/" target="_blank">baserCMS ユーザー会</a></li>
  43. <li><a href="http://forum.basercms.net/" target="_blank">baserCMS ユーザーズフォーラム</a></li>
  44. <li><a href="http://project.e-catchup.jp/projects/basercms" target="_blank">baserCMS コア開発プロジェクト</a></li>
  45. <li><a href="http://www.facebook.com/basercms" target="_blank">baserCMS Facebook</a></li>
  46. <li><a href="http://twitter.com/basercms" target="_blank">baserCMS Twitter</a></li>
  47. </ul>
  48. </div>
  49. <div class="float-right">
  50. <ul id="FooterBanner">
  51. <li><?php $bcBaser->link($bcBaser->getImg('baser.power.gif', array('alt' => 'baserCMS Power')), 'http://basercms.net/', array('target' => '_blank', 'title' => 'baserCMS Power')) ?></li>
  52. <li><?php $bcBaser->link($bcBaser->getImg('cake.power.gif', array('alt' => 'CakePHP Power')), 'http://cakephp.jp/', array('target' => '_blank', 'title' => 'CakePHP Power')) ?></li>
  53. </ul>
  54. <p id="BaserVersion">baserCMS <?php echo $baserVersion ?></p>
  55. <div id="Copyright">Copyright (C) baserCMS Users Community <?php $bcBaser->copyYear(2009) ?> All rights reserved.</div>
  56. </div>
  57. <!-- / #FooterInner --></div>
  58. <!-- / #Footer --></div>