{jq} var html = new Array(); function test_xpath(index) { /* alert("Index:"+index); alert ('Xpath['+index+']='+document.getElementById('xpath_'+index).value); */ window.open('tiki_tests/tiki-tests_show_xpath.php?filename={{$filename}}&index='+index+'&xpath='+document.getElementById('xpath_'+index).value,'_blank') ; } {/jq} {title help="tests"}{tr}TikiTests Edit{/tr}{/title}

TikiTest:{$filename}


{include file='tiki-tests_menubar.tpl'}
{tr}Options{/tr}
{tr}Summary mode{/tr}
{tr}Show Page Differences{/tr}
{tr}Show Tidy Errors and Warnings{/tr}
{tr}Show POST Data{/tr}
{tr}Use Current Session/Log out{/tr}
{if $result}
{tr}Recorded Links{/tr}
{foreach from=$result item=r name=url} {/foreach}
{tr}Request:{/tr} {$r.method}{$r.url}
{if isset($r.post) and $show_post and sizeof($r.post) gt 0} {foreach from=$r.post item=p key=k} {/foreach} {/if} {if $show_tidy} {/if}
{tr}Element to compare (Xpath expression):{/tr}  
{tr}Post Variables{/tr}
{$k} {$p}
{tr}Tidy Results{/tr}
{$r.ref_error_msg|escape:"html"}
{tr}Delete this link{/tr}
{/if}