[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE installer_header.html --> 2 <!-- IF TITLE --><h1>{TITLE}</h1><!-- ENDIF --> 3 <!-- IF S_ERROR_BOX --> 4 <div class="errorbox"> 5 <h3>{ERROR_TITLE}</h3> 6 <p>{ERROR_MSG}</p> 7 </div> 8 <!-- ENDIF --> 9 <!-- IF .errors --> 10 <div id="error-container"> 11 <!-- BEGIN errors --> 12 <strong>{errors.TITLE}</strong> 13 <!-- IF errors.DESCRIPTION --><p>{errors.DESCRIPTION}</p><!-- ENDIF --> 14 <!-- END errors --> 15 </div> 16 <!-- ENDIF --> 17 <!-- IF BODY --><p>{BODY}</p><!-- ENDIF --> 18 <!-- IF CONTENT -->{CONTENT}<!-- ENDIF --> 19 <!-- IF S_CONV_IN_PROGRESS --> 20 <p class="centered-text"><a href="{U_ACTION}" class="button1<!-- IF S_REFRESH --> disabled<!-- ENDIF -->"<!-- IF S_REFRESH --> onclick="return false;"<!-- ENDIF -->>{L_SUBMIT}</a></p> 21 <!-- ENDIF --> 22 <!-- IF S_CONTINUE --> 23 <div id="download-wrapper" class="download-box"> 24 <p class="centered-text"> 25 <a href="{U_NEW_ACTION}" class="button1">{L_CONVERT_NEW_CONVERSION}</a> 26 <a href="{U_CONTINUE_ACTION}" class="button1">{L_CONTINUE_OLD_CONVERSION}</a> 27 </p> 28 </div> 29 <!-- ENDIF --> 30 <!-- IF S_LIST --> 31 <table class="table1"> 32 <caption>{L_AVAILABLE_CONVERTORS}</caption> 33 <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> 34 <thead> 35 <tr> 36 <th>{L_SOFTWARE}</th> 37 <th>{L_VERSION}</th> 38 <th>{L_AUTHOR}</th> 39 <th>{L_CONVERT_OPTIONS}</th> 40 </tr> 41 </thead> 42 <tbody> 43 <!-- IF .convertors --> 44 <!-- BEGIN convertors --> 45 <tr> 46 <td>{convertors.SOFTWARE}</td> 47 <td>{convertors.VERSION}</td> 48 <td>{convertors.AUTHOR}</td> 49 <td><a href="{convertors.U_CONVERT}">{L_CONVERT}</a></td> 50 </tr> 51 <!-- END convertors --> 52 <!-- ELSE --> 53 <tr> 54 <td>{L_NO_CONVERTORS}</td> 55 <td>-</td> 56 <td>-</td> 57 <td>-</td> 58 </tr> 59 <!-- ENDIF --> 60 </tbody> 61 </table> 62 <!-- ENDIF --> 63 <!-- IF .checks --> 64 <fieldset> 65 66 <!-- BEGIN checks --> 67 <!-- IF checks.S_LEGEND --> 68 <!-- IF not checks.S_FIRST_ROW --> 69 </fieldset> 70 71 <fieldset> 72 <!-- ENDIF --> 73 <legend>{checks.LEGEND}</legend> 74 <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF --> 75 <!-- ELSE --> 76 77 <dl> 78 <dt><label>{checks.TITLE}{L_COLON}</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> 79 <dd>{checks.RESULT}</dd> 80 </dl> 81 <!-- ENDIF --> 82 <!-- END checks --> 83 84 </fieldset> 85 <!-- ENDIF --> 86 <!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js --> 87 <!-- INCLUDE installer_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |