Ejemplo n.º 1
0
	<tr>
		<td class="tabcont">
			<form action="disks_raid_gvinum.php" method="post">
				<?php 
if ($errormsg) {
    print_error_box($errormsg);
}
?>
				<?php 
if ($savemsg) {
    print_info_box($savemsg);
}
?>
				<?php 
if (updatenotify_exists_mode("raid_gvinum", UPDATENOTIFY_MODE_DIRTY)) {
    print_warning_box(gettext("Warning: You are going to delete a RAID volume. All data will get lost and can not be recovered."));
}
?>
				<?php 
if (updatenotify_exists("raid_gvinum")) {
    print_config_change_box();
}
?>
				<table width="100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td width="25%" class="listhdrlr"><?php 
echo gettext("Volume Name");
?>
</td>
						<td width="25%" class="listhdrr"><?php 
echo gettext("Type");
Ejemplo n.º 2
0
echo gettext("Management");
?>
</span></a></li>
        <li class="tabinact"><a href="disks_crypt_tools.php"><span><?php 
echo gettext("Tools");
?>
</span></a></li>
      </ul>
    </td>
  </tr>
  <tr>
    <td class="tabcont">
			<form action="disks_crypt_edit.php" method="post" name="iform" id="iform">
				<?php 
if (!empty($nohttps_error)) {
    print_warning_box($nohttps_error);
}
?>
				<?php 
if (!empty($nodisks_error)) {
    print_error_box($nodisks_error);
}
?>
				<?php 
if (!empty($errormsg)) {
    print_error_box($errormsg);
}
?>
				<?php 
if (!empty($input_errors)) {
    print_input_errors($input_errors);