Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772267
select_domain.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 1, 6:35 AM
Size
682 B
Mime Type
text/x-php
Expires
Mon, Feb 3, 6:35 AM (5 h, 21 m)
Engine
blob
Format
Raw Data
Handle
555256
Attached To
rINP In-Portal
select_domain.tpl
View Options
<?php
$
domain =
$
this->GetVar('domain');
if (
$
domain === false) {
$
domain = 1;
}
?>
<
tr
class
=
"table-color2"
>
<
td
colspan
=
"2"
class
=
"text"
>
<
input
type
=
"radio"
name
=
"domain"
id
=
"domain_1"
value
=
"1"
<?
php
if
($
domain
=
=
1
)
echo
'
checked
';?
>
>
<
label
for
=
"domain_1"
>
<?php echo
$
_SERVER['HTTP_HOST']; ?>
</
label
>
</
td
>
</
tr
>
<
tr
class
=
"table-color2"
>
<
td
colspan
=
"2"
class
=
"text"
>
<
input
type
=
"radio"
name
=
"domain"
value
=
"2"
id
=
"domain_2"
<?
php
if
($
domain
=
=
2
)
echo
'
checked
';?
>
>
<
label
for
=
"domain_2"
>
Other:
</
label
>
<
input
type
=
"text"
name
=
"other"
onclick
=
"document.getElementById('domain_2').checked = true;"
value
=
"<?php echo
$
this->GetVar('other'); ?>"
>
</
td
>
</
tr
>
Event Timeline
Log In to Comment