Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F803451
redirect.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
Tue, Feb 25, 12:12 PM
Size
1 KB
Mime Type
text/html
Expires
Thu, Feb 27, 12:12 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
576273
Attached To
rTSIM Themes.Simple
redirect.tpl
View Options
<!--##
<NAME>Redirect</NAME>
<DESC></DESC>
<SECTION></SECTION>
##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<
inp2:m_DefineElement
name
=
"content"
>
<
div
class
=
"movable-element"
>
<
script
type
=
"text/javascript"
>
function
exec_refresh
()
{
window
.
status
=
'Redirecting...'
+
myvar
;
myvar
=
myvar
+
' .'
;
var
timerID
=
setTimeout
(
'exec_refresh();'
,
100
);
if
(
timeout
>
0
)
{
// prints dots in status bar for timeout * 100 miliseconds (will be 2 seconds)
timeout
-=
1
;
}
else
{
clearTimeout
(
timerID
);
window
.
status
=
''
;
window
.
location
=
'<inp2:m_Get name="redirect_to" js_escape="1"/>'
;
}
}
var
myvar
=
''
;
var
timeout
=
20
;
exec_refresh
();
</
script
>
<
form
action
=
"<inp2:m_FormAction />"
method
=
"get"
>
<
br
/>
<!-- lu_redirecting_text -->
<
a
href
=
"<inp2:m_Get name='redirect_to'/>"
><
inp2:m_Phrase
label
=
"lu_text_Redirect"
/></
a
><
br
/>
<
br
/>
<
script
type
=
"text/javascript"
>
document
.
write
(
'<input type="submit" class="button" value=" Proceed " accesskey="s" onclick="window.location=\'<inp2:m_Get name="redirect_to" js_escape="1"/>\'; return false" />'
);
</
script
>
</
form
>
<
br
/><
br
/>
</
div
>
</
inp2:m_DefineElement
>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
<
inp2:m_include
template
=
"designs/default_design.des"
/>
<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
Event Timeline
Log In to Comment