aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-10 16:47:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-10 16:47:16 +0000
commitb621bb66c50e534086226df89e5c0764535f5832 (patch)
treec180852586715d81d37537de19f4eada8be1fa9b /phpBB/adm
parent31ee257ab8232072676df0d4d354ff7a5a0b1416 (diff)
downloadforums-b621bb66c50e534086226df89e5c0764535f5832.tar
forums-b621bb66c50e534086226df89e5c0764535f5832.tar.gz
forums-b621bb66c50e534086226df89e5c0764535f5832.tar.bz2
forums-b621bb66c50e534086226df89e5c0764535f5832.tar.xz
forums-b621bb66c50e534086226df89e5c0764535f5832.zip
fix some general bugs and some convertor related
git-svn-id: file:///svn/phpbb/trunk@6872 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rwxr-xr-xphpBB/adm/style/install_convert.html195
-rwxr-xr-xphpBB/adm/style/install_install.html4
-rwxr-xr-xphpBB/adm/style/install_main.html2
3 files changed, 105 insertions, 96 deletions
diff --git a/phpBB/adm/style/install_convert.html b/phpBB/adm/style/install_convert.html
index 39d31cd538..18b81ed3e6 100755
--- a/phpBB/adm/style/install_convert.html
+++ b/phpBB/adm/style/install_convert.html
@@ -1,116 +1,125 @@
<!-- INCLUDE install_header.html -->
-<form id="install_convert" method="post" action="{U_ACTION}">
-
-<h2>{TITLE}</h2>
-<p>{BODY}</p>
-
-<!-- IF S_LIST -->
- <table cellspacing="1">
- <caption>{L_AVAILABLE_CONVERTORS}</caption>
- <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
- <thead>
- <tr>
- <th>{L_SOFTWARE}</th>
- <th>{L_VERSION}</th>
- <th>{L_AUTHOR}</th>
- <th>{L_OPTIONS}</th>
- </tr>
- </thead>
- <tbody>
- <!-- IF .convertors -->
- <!-- BEGIN convertors -->
- <tr>
- <td>{convertors.SOFTWARE}</td>
- <td>{convertors.VERSION}</td>
- <td>{convertors.AUTHOR}</td>
- <td><a href="{convertors.U_CONVERT}">{L_CONVERT}</a></td>
- </tr>
- <!-- END convertors -->
- <!-- ELSE -->
- <tr>
- <td>{L_NO_CONVERTORS}</td>
- <td>-</td>
- <td>-</td>
- <td>-</td>
- </tr>
- <!-- ENDIF -->
- </tbody>
- </table>
-<!-- ENDIF -->
+<!-- IF S_NOT_INSTALLED -->
-<!-- IF S_CONTINUE -->
- </form>
+ <h1>{TITLE}</h1>
- <fieldset class="submit-buttons">
- <form method="post" action="{U_NEW_ACTION}">
- <input class="button1" type="submit" name="submit_new" value="{L_NEW}" />
- </form>
- <br />
- <form method="post" action="{U_CONTINUE_ACTION}">
- <input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" />
- </form>
- </fieldset>
+ <p>{BODY}</p>
- <form method="post" action="{U_ACTION}">
-<!-- ENDIF -->
+<!-- ELSE -->
-<!-- IF .checks -->
- <fieldset>
+ <form id="install_convert" method="post" action="{U_ACTION}">
- <!-- BEGIN checks -->
- <!-- IF checks.S_LEGEND -->
- <!-- IF not checks.S_FIRST_ROW -->
- </fieldset>
+ <h1>{TITLE}</h1>
+ <p>{BODY}</p>
- <fieldset>
- <!-- ENDIF -->
- <legend>{checks.LEGEND}</legend>
- <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
+ <!-- IF S_LIST -->
+ <table cellspacing="1">
+ <caption>{L_AVAILABLE_CONVERTORS}</caption>
+ <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
+ <thead>
+ <tr>
+ <th>{L_SOFTWARE}</th>
+ <th>{L_VERSION}</th>
+ <th>{L_AUTHOR}</th>
+ <th>{L_OPTIONS}</th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- IF .convertors -->
+ <!-- BEGIN convertors -->
+ <tr>
+ <td>{convertors.SOFTWARE}</td>
+ <td>{convertors.VERSION}</td>
+ <td>{convertors.AUTHOR}</td>
+ <td><a href="{convertors.U_CONVERT}">{L_CONVERT}</a></td>
+ </tr>
+ <!-- END convertors -->
<!-- ELSE -->
-
- <dl>
- <dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
- <dd>{checks.RESULT}</dd>
- </dl>
+ <tr>
+ <td>{L_NO_CONVERTORS}</td>
+ <td>-</td>
+ <td>-</td>
+ <td>-</td>
+ </tr>
<!-- ENDIF -->
- <!-- END checks -->
+ </tbody>
+ </table>
+ <!-- ENDIF -->
- </fieldset>
-<!-- ENDIF -->
+ <!-- IF S_CONTINUE -->
+ </form>
-<!-- IF .options -->
- <fieldset>
+ <fieldset class="submit-buttons">
+ <form method="post" action="{U_NEW_ACTION}">
+ <input class="button1" type="submit" name="submit_new" value="{L_NEW}" />
+ </form>
+ <br />
+ <form method="post" action="{U_CONTINUE_ACTION}">
+ <input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" />
+ </form>
+ </fieldset>
+
+ <form method="post" action="{U_ACTION}">
+ <!-- ENDIF -->
+
+ <!-- IF .checks -->
+ <fieldset>
- <!-- BEGIN options -->
- <!-- IF options.S_LEGEND -->
- <!-- IF not options.S_FIRST_ROW -->
+ <!-- BEGIN checks -->
+ <!-- IF checks.S_LEGEND -->
+ <!-- IF not checks.S_FIRST_ROW -->
</fieldset>
-
+
<fieldset>
+ <!-- ENDIF -->
+ <legend>{checks.LEGEND}</legend>
+ <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
+ <!-- ELSE -->
+
+ <dl>
+ <dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
+ <dd>{checks.RESULT}</dd>
+ </dl>
<!-- ENDIF -->
- <legend>{options.LEGEND}</legend>
- <!-- ELSE -->
+ <!-- END checks -->
- <dl>
- <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
- <dd>{options.CONTENT}</dd>
- </dl>
+ </fieldset>
+ <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- END options -->
+ <!-- IF .options -->
+ <fieldset>
- </fieldset>
-<!-- ENDIF -->
+ <!-- BEGIN options -->
+ <!-- IF options.S_LEGEND -->
+ <!-- IF not options.S_FIRST_ROW -->
+ </fieldset>
+
+ <fieldset>
+ <!-- ENDIF -->
+ <legend>{options.LEGEND}</legend>
+ <!-- ELSE -->
-<!-- IF L_SUBMIT -->
- <fieldset class="submit-buttons">
- <!-- IF L_MESSAGE --><p>{L_MESSAGE}</p><!-- ENDIF -->
- {S_HIDDEN}
- <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
- </fieldset>
-<!-- ENDIF -->
+ <dl>
+ <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
+ <dd>{options.CONTENT}</dd>
+ </dl>
-</form>
+ <!-- ENDIF -->
+ <!-- END options -->
+
+ </fieldset>
+ <!-- ENDIF -->
+
+ <!-- IF L_SUBMIT -->
+ <fieldset class="submit-buttons">
+ <!-- IF L_MESSAGE --><p>{L_MESSAGE}</p><!-- ENDIF -->
+ {S_HIDDEN}
+ <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
+ </fieldset>
+ <!-- ENDIF -->
+
+ </form>
+<!-- ENDIF -->
<!-- INCLUDE install_footer.html --> \ No newline at end of file
diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html
index 91a7f25480..fb8c1bdf0c 100755
--- a/phpBB/adm/style/install_install.html
+++ b/phpBB/adm/style/install_install.html
@@ -2,7 +2,7 @@
<form id="install_install" method="post" action="{U_ACTION}">
-<!-- IF TITLE --><h2>{TITLE}</h2><!-- ENDIF -->
+<!-- IF TITLE --><h1>{TITLE}</h1><!-- ENDIF -->
<!-- IF BODY --><p>{BODY}</p><!-- ENDIF -->
<!-- IF .checks -->
@@ -54,7 +54,7 @@
<!-- ENDIF -->
<!-- IF S_SHOW_DOWNLOAD -->
- <h2>{L_DL_CONFIG}</h2>
+ <h1>{L_DL_CONFIG}</h1>
<p>{L_DL_CONFIG_EXPLAIN}</p>
<fieldset class="submit-buttons">
diff --git a/phpBB/adm/style/install_main.html b/phpBB/adm/style/install_main.html
index 9d125a42eb..2c318bfd65 100755
--- a/phpBB/adm/style/install_main.html
+++ b/phpBB/adm/style/install_main.html
@@ -1,6 +1,6 @@
<!-- INCLUDE install_header.html -->
- <h2>{TITLE}</h2>
+ <h1>{TITLE}</h1>
<p>{BODY}</p>
<!-- INCLUDE install_footer.html --> \ No newline at end of file