[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a name="maincontent"></a> 4 5 <h1>{L_SEND_STATISTICS}</h1> 6 7 <p>{L_EXPLAIN_SEND_STATISTICS}</p> 8 9 <script type="text/javascript"> 10 //<![CDATA[ 11 var iframect = 0; 12 13 function iframe_updated() 14 { 15 if (iframect++ == 0) 16 { 17 return; 18 } 19 20 dE('questionnaire-form', -1); 21 dE('questionnaire-thanks', 1); 22 } 23 //]]> 24 </script> 25 26 <iframe onload="iframe_updated();" name="questionaire_result" style="display: none;"></iframe> 27 28 <form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form"> 29 30 <p><a href="{U_ACP_MAIN}">{L_DONT_SEND_STATISTICS}</a></p> 31 32 <p>{L_EXPLAIN_SHOW_STATISTICS}</p> 33 34 <p id="show-button"><input type="button" class="button2" onclick="dE('configlist', 1); dE('show-button', -1);" value="{L_SHOW_STATISTICS}" /></p> 35 36 <div id="configlist"> 37 <input type="button" class="button2" onclick="dE('show-button', 1); dE('configlist', -1);" value="{L_HIDE_STATISTICS}" /> 38 <p class="submit-buttons"> 39 <input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_STATISTICS}" /> 40 </p> 41 42 <!-- BEGIN providers --> 43 <fieldset> 44 <legend>{providers.NAME}</legend> 45 <!-- BEGIN values --> 46 <dl> 47 <dt>{providers.values.KEY}</dt> 48 <dd>{providers.values.VALUE}</dd> 49 </dl> 50 <!-- END values --> 51 </fieldset> 52 <!-- END providers --> 53 </div> 54 <p class="submit-buttons"> 55 <input type="hidden" name="systemdata" value="{RAW_DATA}" /> 56 <input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_STATISTICS}" /> 57 </p> 58 </form> 59 60 <div id="questionnaire-thanks" class="successbox"> 61 <p><strong>{L_THANKS_SEND_STATISTICS}</strong><br /><br /><a href="{U_ACP_MAIN}">« {L_GO_ACP_MAIN}</a></p> 62 </div> 63 64 <script type="text/javascript"> 65 //<![CDATA[ 66 dE('configlist', -1); 67 dE('questionnaire-thanks', -1); 68 //]]> 69 </script> 70 71 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |