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

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

https://github.com/hashing/basercms
PHP | 31 lines | 12 code | 1 blank | 18 comment | 0 complexity | 1eb7bca4504c37f04c287b09c449e115 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('User', array('url' => array('action' => 'index'))) ?>
  22. <p>
  23. <?php echo $bcForm->label('User.user_group_id', 'ユーザーグループ') ?>
  24. <?php echo $bcForm->input('User.user_group_id', array('type' => 'select', 'options' => $bcForm->getControlSource('User.user_group_id'), 'empty' => '指定なし')) ?>
  25. </p>
  26. <div class="button">
  27. <?php $bcBaser->link($bcBaser->getImg('admin/btn_search.png', array('alt' => '検索', 'class' => 'btn')), "javascript:void(0)", array('id' => 'BtnSearchSubmit')) ?>
  28. <?php $bcBaser->link($bcBaser->getImg('admin/btn_clear.png', array('alt' => 'クリア', 'class' => 'btn')), "javascript:void(0)", array('id' => 'BtnSearchClear')) ?>
  29. </div>
  30. <?php echo $form->end() ?>