</tr>
	<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 
Example #2
0
	</tr>
  <tr>
    <td class="tabcont">
			<form action="disks_raid_gmirror.php" method="post">
				<?php 
if (!empty($errormsg)) {
    print_error_box($errormsg);
}
?>
				<?php 
if (!empty($savemsg)) {
    print_info_box($savemsg);
}
?>
				<?php 
if (updatenotify_exists_mode("raid_gmirror", 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_gmirror")) {
    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 
  </td></tr>
  <tr>
    <td class="tabcont">
			<form action="disks_raid_gstripe.php" method="post">
				<?php 
if ($errormsg) {
    print_error_box($errormsg);
}
?>
				<?php 
if ($savemsg) {
    print_info_box($savemsg);
}
?>
				<?php 
if (updatenotify_exists_mode("raid_gstripe", 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_gstripe")) {
    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 
Example #4
0
if (!empty($savemsg)) {
    print_info_box($savemsg);
}
?>
	<?php 
if (!empty($errormsg)) {
    print_error_box($errormsg);
}
?>
	<?php 
if (!empty($input_errors)) {
    print_input_errors($input_errors);
}
?>
        <?php 
if (updatenotify_exists_mode("geli", UPDATENOTIFY_MODE_DIRTY)) {
    print_warning_box(gettext("Warning: You are going to delete an encrypted volume. All data will get lost and can not be recovered."));
}
?>
        <?php 
if (updatenotify_exists("geli")) {
    print_config_change_box();
}
?>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="25%" class="listhdrlr"><?php 
echo gettext("Disk");
?>
</td>
            <td width="25%" class="listhdrr"><?php 
  </td></tr>
  <tr>
    <td class="tabcont">
			<form action="disks_raid_gconcat.php" method="post">
				<?php 
if ($errormsg) {
    print_error_box($errormsg);
}
?>
				<?php 
if ($savemsg) {
    print_info_box($savemsg);
}
?>
				<?php 
if (updatenotify_exists_mode("raid_gconcat", 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_gconcat")) {
    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