Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
99dcc5f8
Commit
99dcc5f8
authored
Feb 14, 2013
by
Alan Garcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #1449
parent
44e3c059
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
bureau/admin/dom_edit.inc.php
bureau/admin/dom_edit.inc.php
+6
-6
No files found.
bureau/admin/dom_edit.inc.php
View file @
99dcc5f8
...
...
@@ -79,28 +79,28 @@ $dom->unlock();
default
:
break
;
case
"DIRECTORY"
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"28"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"28"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<?php
display_browser
(
$targval
,
"main.t_"
.
$dt
[
'name'
]
);
?>
<?php
break
;
case
"URL"
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
(
empty
(
$targval
)
?
'http://'
:
$targval
)
);
?>
"
size=
"50"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
(
empty
(
$targval
)
?
'http://'
:
$targval
)
);
?>
"
size=
"50"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<small>
<?php
__
(
"(enter an URL here)"
);
?>
</small>
<?php
break
;;
case
'IP'
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"16"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"16"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<small>
<?php
__
(
"(enter an IPv4 address, for example 192.168.1.2)"
);
?>
</small>
<?php
break
;
case
'IPV6'
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<small>
<?php
__
(
"(enter an IPv6 address, for example 2001:0910::0)"
);
?>
</small>
<?php
break
;
case
'TXT'
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<small>
<?php
__
(
"(enter a TXT informations for this domain)"
);
?>
</small></td>
<?php
break
;
case
'DOMAIN'
:
?>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
/>
<input
type=
"text"
class=
"int"
name=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
id=
"t_
<?php
echo
$dt
[
'name'
]
?>
"
value=
"
<?php
ehe
(
$targval
);
?>
"
size=
"32"
onKeyPress=
"getElementById('r_
<?php
echo
$dt
[
'name'
]
?>
').checked=true;"
/>
<small>
<?php
__
(
"(enter a domain name or subdomain)"
);
?>
</small>
<?php
break
;
}
// switch ?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment