Project

General

Profile

« Previous | Next » 

Revision ef97ce1b

Added by Bill Marquette almost 20 years ago

More screens inherit rounded tabletops

View differences:

usr/local/www/firewall_aliases_edit.php
229 229
<p class="pgtitle"><?=$pgtitle?></p>
230 230
<?php if ($input_errors) print_input_errors($input_errors); ?>
231 231
            <form action="firewall_aliases_edit.php" method="post" name="iform" id="iform">
232
              <?display_topbar()?>
232 233
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
233
                <tr>
234
                  <td colspan="2" valign="top" class="listtopic">Edit Alias</td>
235
                </tr>
236 234
                <tr>
237 235
                  <td valign="top" class="vncellreq">Name</td>
238 236
                  <td class="vtable"> <input name="name" type="text" class="formfld" id="name" size="40" value="<?=htmlspecialchars($pconfig['name']);?>">
usr/local/www/firewall_rules_edit.php
429 429
<p class="pgtitle"><?=$pgtitle?></p>
430 430
<?php if ($input_errors) print_input_errors($input_errors); ?>
431 431
            <form action="firewall_rules_edit.php" method="post" name="iform" id="iform">
432
              <?display_topbar()?>
432 433
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
433 434
                <tr>
434 435
                  <td width="22%" valign="top" class="vncellreq">Action</td>
usr/local/www/firewall_shaper_edit.php
390 390
<?php if ($input_errors) print_input_errors($input_errors); ?>
391 391
<?php if (is_array($config['shaper']['queue']) && (count($config['shaper']['queue']) > 0)): ?>
392 392
            <form action="firewall_shaper_edit.php" method="post" name="iform" id="iform">
393
              <?display_topbar()?>
393 394
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
394 395
                <tr>
395 396
                  <td valign="top" class="vncellreq">Target</td>
usr/local/www/firewall_shaper_queues_edit.php
186 186
<p class="pgtitle"><?=$pgtitle?></p>
187 187
<?php if ($input_errors) print_input_errors($input_errors); ?>
188 188
	<form action="firewall_shaper_queues_edit.php" method="post" name="iform" id="iform">
189
              <?display_topbar()?>
189 190
	  <table width="100%" border="0" cellpadding="6" cellspacing="0">
190 191
	    <tr>
191 192
	      <td valign="top" class="vncellreq">Scheduler Type</td>
usr/local/www/interfaces_vlan_edit.php
102 102
<p class="pgtitle"><?=$pgtitle>?</p>
103 103
<?php if ($input_errors) print_input_errors($input_errors); ?>
104 104
            <form action="interfaces_vlan_edit.php" method="post" name="iform" id="iform">
105
              <?display_topbar()?>
105 106
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
106 107
				<tr>
107 108
                  <td width="22%" valign="top" class="vncellreq">Parent interface</td>
usr/local/www/services_captiveportal_ip_edit.php
102 102
<p class="pgtitle"><?=$pgtitle?></p>
103 103
<?php if ($input_errors) print_input_errors($input_errors); ?>
104 104
            <form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform">
105
              <?display_topbar()?>
105 106
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
106 107
				<tr>
107 108
                  <td width="22%" valign="top" class="vncellreq">Direction</td>
usr/local/www/services_captiveportal_mac_edit.php
104 104
<p class="pgtitle"><?=$pgtitle?></p>
105 105
<?php if ($input_errors) print_input_errors($input_errors); ?>
106 106
            <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
107
              <?display_topbar()?>
107 108
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
108 109
				<tr>
109 110
                  <td width="22%" valign="top" class="vncellreq">MAC address</td>
usr/local/www/services_dhcp_edit.php
137 137
<p class="pgtitle"><?=$pgtitle?></p>
138 138
<?php if ($input_errors) print_input_errors($input_errors); ?>
139 139
            <form action="services_dhcp_edit.php" method="post" name="iform" id="iform">
140
              <?display_topbar()?>
140 141
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
141 142
                <tr> 
142 143
                  <td width="22%" valign="top" class="vncellreq">MAC address</td>
usr/local/www/services_dnsmasq_domainoverride_edit.php
105 105
<p class="pgtitle"><?=$pgtitle?></p>
106 106
<?php if ($input_errors) print_input_errors($input_errors); ?>
107 107
            <form action="services_dnsmasq_domainoverride_edit.php" method="post" name="iform" id="iform">
108
              <?display_topbar()?>
108 109
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
109 110
                               <tr>
110 111
                  <td width="22%" valign="top" class="vncellreq">Domain</td>
usr/local/www/services_dnsmasq_edit.php
111 111
<p class="pgtitle"><?=$pgtitle?></p>
112 112
<?php if ($input_errors) print_input_errors($input_errors); ?>
113 113
        <form action="services_dnsmasq_edit.php" method="post" name="iform" id="iform">
114
        <?display_topbar()?>
114 115
        <table width="100%" border="0" cellpadding="6" cellspacing="0">
115 116
                <tr>
116 117
                  <td width="22%" valign="top" class="vncell">Host</td>
usr/local/www/services_proxyarp_edit.php
169 169
<p class="pgtitle">Services: Proxy ARP: Edit</p>
170 170
<?php if ($input_errors) print_input_errors($input_errors); ?>
171 171
            <form action="services_proxyarp_edit.php" method="post" name="iform" id="iform">
172
              <?display_topbar()?>
172 173
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
173 174
                <tr> 
174 175
                  <td width="22%" valign="top" class="vncellreq">Interface</td>
usr/local/www/services_wol_edit.php
94 94
<p class="pgtitle"><?=$pgtitle?></p>
95 95
<?php if ($input_errors) print_input_errors($input_errors); ?>
96 96
            <form action="services_wol_edit.php" method="post" name="iform" id="iform">
97
              <?display_topbar()?>
97 98
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
98 99
			  <tr> 
99 100
                  <td width="22%" valign="top" class="vncellreq">Interface</td>
usr/local/www/system_routes_edit.php
115 115
<p class="pgtitle"><?=$pgtitle?></p>
116 116
<?php if ($input_errors) print_input_errors($input_errors); ?>
117 117
            <form action="system_routes_edit.php" method="post" name="iform" id="iform">
118
              <?display_topbar()?>
118 119
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
119 120
                <tr> 
120 121
                  <td width="22%" valign="top" class="vncellreq">Interface</td>
usr/local/www/vpn_ipsec_ca_edit.php
103 103
<p class="pgtitle"><?=$pgtitle?></p>
104 104
<?php if ($input_errors) print_input_errors($input_errors); ?>
105 105
	<form action="vpn_ipsec_ca_edit.php" method="post" name="iform" id="iform">
106
          <?display_topbar()?>
106 107
	  <table width="100%" border="0" cellpadding="6" cellspacing="0">
107 108
	    <tr> 
108 109
	      <td valign="top" class="vncellreq">Identifier</td>
usr/local/www/vpn_ipsec_edit.php
276 276
</script>
277 277
<?php if ($input_errors) print_input_errors($input_errors); ?>
278 278
            <form action="vpn_ipsec_edit.php" method="post" name="iform" id="iform">
279
              <?display_topbar()?>
279 280
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
280 281
                <tr> 
281 282
                  <td width="22%" valign="top" class="vncellreq">Mode</td>
usr/local/www/vpn_ipsec_keys_edit.php
101 101
<p class="pgtitle"><?=$pgtitle?></p>
102 102
<?php if ($input_errors) print_input_errors($input_errors); ?>
103 103
            <form action="vpn_ipsec_keys_edit.php" method="post" name="iform" id="iform">
104
              <?display_topbar()?>
104 105
              <table width="100%" border="0" cellpadding="6" cellspacing="0">
105 106
                <tr> 
106 107
                  <td valign="top" class="vncellreq">Identifier</td>
usr/local/www/vpn_openvpn_cli_edit.php
196 196
<p class="pgtitle"><?=$pgtitle?></p>
197 197
<?php if ($input_errors) print_input_errors($input_errors); ?>
198 198
<form action="vpn_openvpn_cli_edit.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
199
              <?display_topbar()?>
199 200
  <table width="100%" border="0" cellpadding="6" cellspacing="0">
200 201
    <tr>
201 202
      <td width="22%" valign="top" class="vncellreq">Disabled</td>
usr/local/www/vpn_pptp_users_edit.php
119 119
<?php if ($input_errors) print_input_errors($input_errors); ?>
120 120
            <form action="vpn_pptp_users_edit.php" method="post" name="iform" id="iform">
121 121
              <div id="mainarea">
122
              <?display_topbar()?>
122 123
	      <table width="100%" border="0" cellpadding="6" cellspacing="0">
123 124
                <tr> 
124 125
                  <td width="22%" valign="top" class="vncellreq">Username</td>

Also available in: Unified diff