You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
640 B

  1. <h3><a href="<?php h(url("server.databases"));?>"><?php hm("databases"); ?></a> &raquo; <?php hm("create_database");?></h3>
  2. <?php if(isset($error)):?>
  3. <p class="error"><?php h($error);?></p>
  4. <?php endif;?>
  5. <?php if(isset($message)):?>
  6. <p class="message"><?php h($message);?></p>
  7. <?php endif;?>
  8. <?php if (!empty($_POST)):?>
  9. <script language="javascript">
  10. window.parent.frames["left"].location.reload();
  11. </script>
  12. <?php endif;?>
  13. <form method="post">
  14. <?php hm("name"); ?>:<br/>
  15. <input type="text" name="name" value="<?php h_escape(x("name"));?>" autofocus="autofocus" /><br/>
  16. <input type="submit" value="<?php hm("create"); ?>" />
  17. </form>