<fake_person>
<tag.jump_page_style flip="1">
<div id="page">
<div id="side">
<div style="margin-top:2em; margin-bottom:1em; border-top:3px solid white; border-bottom:3px solid white;">
<a href="Home">< Site Home</a>
</div>
</div>
<div id="main">
<h3>Log In to Add Routines</h3>
<p>
Please log into your JUMP website with your <a href="http://joelie.org/">Joelie</a>
email and password.
</p>
<div style="margin-left:2em; max-width:300px;">
<tag.login_form redirect="Home">
</div>
<div> </div>
<div> </div>
<tag.jquery>
<script type="text/javascript">
$(document).ready(function() {
$('##soLoginEmail').focus();
});
</script>
</div>
</div>
<BREAK>
</fake_person>
<ensure variable="get.created" value="">
<ensure variable="get.rid" value="0">
<if get.created EQ 1 AND get.rid GT 0>
<!--- explain what just happened --->
<tag.jump_page_style>
<div id="page">
<div id="side">
</div>
<div id="main">
<h2>Routine Created</h2>
<p>
JUMP has created a new routine. You can program the routine as desired,
and then add it to your JUMP site.
</p>
<div style="margin-left:2em;">
<a href="http://joelie.org/j:/routine-#rid#?&soTransfer=#urlEncodedFormat(client_cookie)#"><b>Edit Code with Joelie ></b></a>
</div>
</div>
</div>
<!---<tag.jfield_script_include src="http://#this_domain#/jump_jfield_script.js">--->
<else>
<!--- create routine, redirect --->
<var _body = "<!" & "---#CHR(10)##CHR(9)#This Routine Works with JUMP:#CHR(10)##CHR(9)# |Jump_Code|#CHR(10)#---" & ">">
<insert orb="routine" title="New JUMP Routine" user_key_id="1" body="#_body#">
<if return NEQ "pants">
<goto url="http://#this_domain#/New_Jump_Routine?&created=1&rid=#return#">
<break>
</if>
</if>