<b><?php echo $db_strings['Username']; ?> </b><br> <input type="text" class="form-control" size="35" maxlength="32" name="db_create_user" value="<?php echo $s_create_user; ?> "> </td> <td> <b><?php echo $db_strings['Password']; ?> </b><br> <input type="password" class="form-control" size="35" maxlength="32" name="db_create_password" value="<?php echo password_stars($s_create_pw); ?> "> </td> </tr> <tr> <td> <b><?php echo $db_strings['PageSize']; ?> </b><br> <?php echo get_selectlist('db_create_pagesize', $pagesizes, $s_create_pagesize, TRUE); ?> </td> <td>
function sysdba_pw_textfield($caption, $explain, $pw) { ?> <table class="table table-bordered"> <tr> <th align="left"><?php echo $caption; ?> </th> <td><input type="password" size="20" maxlength="32" name="sysdba_pw" value="<?php echo password_stars($pw); ?> "> <?php echo $explain; ?> </td> </tr> </table> <?php }
</tr> <tr> <td> <b><?php echo $db_strings['Username']; ?> </b><br> <input type="text" class="form-control" size="35" maxlength="32" name="db_delete_user" value="<?php echo $s_delete_db['user']; ?> "> </td> <td> <b><?php echo $db_strings['Password']; ?> </b><br> <input type="password" class="form-control" size="35" maxlength="32" name="db_delete_password" value="<?php echo password_stars($s_delete_db['password']); ?> "> </td> </tr> </table> <input type="submit" class="btn btn-danger" name="db_delete_doit" value="<?php echo $button_strings['Delete']; ?> "> </form> <?php }