您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

dropDatabase.php 492 B

3 年前
123456789
  1. <h3><?php render_navigation($db); ?> &raquo; <?php hm("dropdatabase"); ?></h3>
  2. <p style="font-size:14px">
  3. <?php hm("dropwarning"); ?> <?php h($db);?>?
  4. </p>
  5. <p style="font-size:14px">
  6. <?php hm("dropwarning2"); ?>
  7. </p>
  8. <input type="button" value="<?php hm("yes"); ?>" onclick="window.location='<?php h(url("db.dropDatabase", array("db"=>$db,"confirm"=>1))); ?>'"/> <input type="button" value="<?php hm("back"); ?>" onclick="window.location='<?php h(url("db.index", array("db"=>$db))); ?>'"/>