Project

General

Profile

« Previous | Next » 

Revision d732f186

Added by Bill Marquette almost 20 years ago

Fix bottom rounds

View differences:

usr/local/www/firewall_nat_server.php
95 95
<?php if (file_exists($d_natconfdirty_path)): ?><p>
96 96
<?php print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
97 97
<?php endif; ?>
98
<div id="mainarea">
99 98
<table width="100%" border="0" cellpadding="0" cellspacing="0">  <tr><td>
100 99
<?php
101 100
	$tab_array = array();
......
108 107
?>
109 108
  </td></tr>
110 109
  <tr>
111
    <td class="tabcont">
112
              <table width="80%" border="0" cellpadding="0" cellspacing="0">
110
    <td>
111
	<div id="mainarea">
112
              <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
113 113
                <tr>
114 114
                  <td width="40%" class="listhdrr">External IP address</td>
115 115
                  <td width="50%" class="listhdr">Description</td>
......
143 143
                    </table>
144 144
                  </td>
145 145
                </tr>
146
              </table>
147
			        <p><span class="vexpl"><span class="red"><strong>Note:<br>
146
		<tr>
147
		  <td colspan="2">
148
		      <p><span class="vexpl"><span class="red"><strong>Note:<br>
148 149
                      </strong></span>The external IP addresses defined on this page may be used in <a href="firewall_nat.php">inbound NAT</a> mappings. Depending on the way your WAN connection is setup, you may also need <a href="services_proxyarp.php">proxy ARP</a>.</span></p>
149
</td>
150
  </tr>
151
</table>
152
</div>
150
		  </td>
151
		</tr>
152
              </table>
153
	   </div>
154
	</table>
153 155
            </form>
154 156
<?php include("fend.inc"); ?>
155
<script type="text/javascript">
156
NiftyCheck();
157
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
158
</script>
159 157
</body>
160 158
</html>

Also available in: Unified diff