aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-01-16 17:44:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-01-16 17:44:39 +0000
commit20cc28bfea5c7b9a486d2d7710966b5598ef1dfa (patch)
treeb714a6bf691818414352f6b7a7549ece0b609cfe
parent46f666556b5e05116f20a8ccfece9bc96b1a105d (diff)
downloadforums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar
forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.gz
forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.bz2
forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.xz
forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.zip
add new subfolder for installation
git-svn-id: file:///svn/phpbb/trunk@9275 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/adm/style/install/install.html0
-rw-r--r--phpBB/adm/style/install/snippet_checks.html21
-rw-r--r--phpBB/adm/style/install/snippet_options.html23
3 files changed, 44 insertions, 0 deletions
diff --git a/phpBB/adm/style/install/install.html b/phpBB/adm/style/install/install.html
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/phpBB/adm/style/install/install.html
diff --git a/phpBB/adm/style/install/snippet_checks.html b/phpBB/adm/style/install/snippet_checks.html
new file mode 100644
index 0000000000..2b711bb77c
--- /dev/null
+++ b/phpBB/adm/style/install/snippet_checks.html
@@ -0,0 +1,21 @@
+<!-- IF .checks -->
+ <fieldset>
+ <!-- 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}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
+ <dd>{checks.RESULT}</dd>
+ </dl>
+ <!-- ENDIF -->
+ <!-- END checks -->
+ </fieldset>
+<!-- ENDIF -->
diff --git a/phpBB/adm/style/install/snippet_options.html b/phpBB/adm/style/install/snippet_options.html
new file mode 100644
index 0000000000..a887a1da83
--- /dev/null
+++ b/phpBB/adm/style/install/snippet_options.html
@@ -0,0 +1,23 @@
+<!-- IF .options -->
+ <fieldset>
+
+ <!-- BEGIN options -->
+ <!-- IF options.S_LEGEND -->
+ <!-- IF not options.S_FIRST_ROW -->
+ </fieldset>
+
+ <fieldset>
+ <!-- ENDIF -->
+ <legend>{options.LEGEND}</legend>
+ <!-- ELSE -->
+
+ <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>
+
+ <!-- ENDIF -->
+ <!-- END options -->
+
+ </fieldset>
+<!-- ENDIF -->