~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/mgmt2/html2/configure/c_dns_split.ink

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-------------------------------------------------------------------------
 
2
  Licensed to the Apache Software Foundation (ASF) under one
 
3
  or more contributor license agreements.  See the NOTICE file
 
4
  distributed with this work for additional information
 
5
  regarding copyright ownership.  The ASF licenses this file
 
6
  to you under the Apache License, Version 2.0 (the
 
7
  "License"); you may not use this file except in compliance
 
8
  with the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
  ------------------------------------------------------------------------->
 
18
 
 
19
<@include /include/header.ink>
 
20
<@include /configure/c_header.ink>
 
21
 
 
22
<form method=POST action="/submit_update.cgi?<@link_query>">
 
23
<input type=hidden name=record_version value=<@record_version>>
 
24
<input type=hidden name=submit_from_page value=<@link_file>>
 
25
 
 
26
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
27
  <tr class="tertiaryColor"> 
 
28
    <td class="greyLinks"> 
 
29
      <p>&nbsp;&nbsp;DNS Configuration</p>
 
30
    </td>
 
31
  </tr>
 
32
</table>
 
33
 
 
34
<@include /configure/c_buttons.ink>
 
35
 
 
36
<@submit_error_msg>
 
37
 
 
38
<table width="100%" border="0" cellspacing="0" cellpadding="10"> 
 
39
 
 
40
 
 
41
  <tr> 
 
42
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.dns.splitDNS.enabled>Split DNS</td>
 
43
  </tr>
 
44
  <tr> 
 
45
    <td nowrap class="bodyText">
 
46
      <input type="radio" name="proxy.config.dns.splitDNS.enabled" value="1" <@checked proxy.config.dns.splitDNS.enabled\1>>
 
47
        Enabled <br>
 
48
      <input type="radio" name="proxy.config.dns.splitDNS.enabled" value="0" <@checked proxy.config.dns.splitDNS.enabled\0>>
 
49
        Disabled
 
50
    </td>
 
51
    <td class="configureHelp" valign="top" align="left"> 
 
52
      <ul>
 
53
        <li>Enables/Disables server selection.
 
54
        <li>When enabled, <@record proxy.config.product_name> refers
 
55
            to the splitdns.config file for the selection specification.
 
56
      </ul>
 
57
    </td>
 
58
  </tr>
 
59
</table>
 
60
 
 
61
<table width="100%" border="0" cellspacing="0" cellpadding="10"> 
 
62
  <tr>
 
63
    <td width="100%" nowrap class="configureLabel" valign="top">
 
64
      <@submit_error_flg proxy.config.dns.splitdns.filename>DNS Servers Specification
 
65
    </td>
 
66
  </tr>
 
67
  <tr>
 
68
    <td width="100%" class="configureHelp" valign="top" align="left">
 
69
      The "<@record proxy.config.dns.splitdns.filename>" file enables
 
70
      you to specify the DNS server that
 
71
      <@record proxy.config.product_name> should use for resolving
 
72
      hosts under specific conditions.
 
73
    </td>
 
74
  </tr>
 
75
  <tr>
 
76
    <td>
 
77
     <@config_table_object /configure/f_split_dns_config.ink>
 
78
    </td>
 
79
  </tr>
 
80
  <tr>
 
81
    <td colspan="2" align="right">
 
82
     <input class="configureButton" type=button name="refresh" value="Refresh" onclick="window.location='/configure/c_dns_split.ink?<@link_query>'">
 
83
      <input class="configureButton" type=button name="editFile" value="Edit File" target="displayWin" onclick="window.open('/configure/submit_config_display.cgi?filename=/configure/f_split_dns_config.ink&fname=<@record proxy.config.dns.splitdns.filename>&frecord=proxy.config.dns.splitdns.filename', 'displayWin');">
 
84
    </td>
 
85
  </tr>
 
86
</table>
 
87
 
 
88
<@include /configure/c_buttons.ink>
 
89
<@include /configure/c_footer.ink>
 
90
 
 
91
</form>
 
92
 
 
93
<@include /include/footer.ink>