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.
|
- <h3><a href="<?php h(url("server.databases"));?>"><?php hm("databases"); ?></a> » <?php hm("create_database");?></h3>
-
-
- <?php if(isset($error)):?>
- <p class="error"><?php h($error);?></p>
- <?php endif;?>
- <?php if(isset($message)):?>
- <p class="message"><?php h($message);?></p>
- <?php endif;?>
-
- <?php if (!empty($_POST)):?>
- <script language="javascript">
- window.parent.frames["left"].location.reload();
- </script>
- <?php endif;?>
-
- <form method="post">
- <?php hm("name"); ?>:<br/>
- <input type="text" name="name" value="<?php h_escape(x("name"));?>" autofocus="autofocus" /><br/>
- <input type="submit" value="<?php hm("create"); ?>" />
- </form>
|