PageRenderTime 49ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/baser/views/elements/admin/searches/global_menus_index.php

https://github.com/hashing/basercms
PHP | 32 lines | 14 code | 0 blank | 18 comment | 0 complexity | c2298df4f6c00b71865b61dbe3e1d50e 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. <?php echo $bcForm->create('GlobalMenu',array('url' => array('action' => 'index'))) ?>
  22. <p>
  23. <?php echo $bcForm->label('GlobalMenu.status', '利用状態') ?>
  24. <?php echo $bcForm->input('GlobalMenu.status', array(
  25. 'type' => 'select',
  26. 'options' => $bcText->booleanMarkList(),'empty' => '指定なし')) ?> 
  27. </p>
  28. <div class="button">
  29. <?php $bcBaser->link($bcBaser->getImg('admin/btn_search.png', array('alt' => '検索', 'class' => 'btn')), "javascript:void(0)", array('id' => 'BtnSearchSubmit')) ?>
  30. <?php $bcBaser->link($bcBaser->getImg('admin/btn_clear.png', array('alt' => 'クリア', 'class' => 'btn')), "javascript:void(0)", array('id' => 'BtnSearchClear')) ?>
  31. </div>
  32. <?php echo $bcForm->end() ?>