[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="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 phpbb.toggleDisplay('questionnaire-form', -1); 21 phpbb.toggleDisplay('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="phpbb.toggleDisplay('configlist', 1); phpbb.toggleDisplay('show-button', -1);" value="{L_SHOW_STATISTICS}" /></p> 35 36 <div id="configlist"> 37 <input type="button" class="button2" onclick="phpbb.toggleDisplay('show-button', 1); phpbb.toggleDisplay('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 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |