PageRenderTime 35ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/baser/views/updaters/admin/exec_script.php

https://github.com/hashing/basercms
PHP | 30 lines | 11 code | 1 blank | 18 comment | 0 complexity | afb0137d0c9e2f511c753a7219caec4d MD5 | raw file
Possible License(s): MIT
  1. <?php
  2. /* SVN FILE: $Id$ */
  3. /**
  4. * [ADMIN] アップデート
  5. *
  6. * PHP versions 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 0.1.0
  15. * @version $Revision$
  16. * @modifiedby $LastChangedBy$
  17. * @lastmodified $Date$
  18. * @license http://basercms.net/license/index.html
  19. */
  20. ?>
  21. <h2>
  22. <?php $bcBaser->contentsTitle() ?>
  23. </h2>
  24. <div class="corner10" style="background-color:#f2f2f2;padding:15px 5px;">
  25. <?php echo $bcForm->create(array('action' => $this->action)) ?>
  26. <p><?php echo $bcForm->label('Updater.plugin', 'タイプ') ?>&nbsp;<?php echo $bcForm->input('Updater.plugin', array('type' => 'select', 'options' => $plugins, 'empty' => 'コア')) ?></p>
  27. <p><?php echo $bcForm->label('Updater.version', 'バージョン') ?>&nbsp;<?php echo $bcForm->input('Updater.version', array('type' => 'text')) ?></p>
  28. <?php echo $bcForm->end(array('label' => '実行', 'class' => 'button btn-red')) ?>
  29. </div>