error.php 885 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Author: lf
  4. * Blog: https://blog.feehi.com
  5. * Email: job@feehi.com
  6. * Created at: 2016-04-14 15:44
  7. */
  8. /**
  9. * @var $message string
  10. */
  11. $this->title = $name;
  12. ?>
  13. <div class="middle-box text-center animated fadeInDown">
  14. <h1><?= $code ?></h1>
  15. <h3 class="font-bold"><?= $name ?></h3>
  16. <div class="error-desc">
  17. <?= $message ?>~
  18. <form style="margin-top: 10px" target="_blank" class="form-inline m-t" action="http://www.baidu.com/s"
  19. role="form">
  20. <div class="form-group">
  21. <input type="text" name="wd" class="form-control"
  22. placeholder="<?= Yii::t('app', 'Please Enter the Question') ?> …">
  23. </div>
  24. <button style="margin-top: 5px" type="submit"
  25. class="btn btn-primary"><?= Yii::t('app', 'Search') ?></button>
  26. </form>
  27. </div>
  28. </div>