diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-12-28 17:35:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-12-28 17:35:20 +0000 |
commit | 0334d424779dac4f0adf89caa0362a03f93163c3 (patch) | |
tree | 91f9771d64488df6366eac5e76f783a1979576e1 /phpBB/adm | |
parent | 761598e1b78d704b7f9aed82f8ac35673b4174bd (diff) | |
download | forums-0334d424779dac4f0adf89caa0362a03f93163c3.tar forums-0334d424779dac4f0adf89caa0362a03f93163c3.tar.gz forums-0334d424779dac4f0adf89caa0362a03f93163c3.tar.bz2 forums-0334d424779dac4f0adf89caa0362a03f93163c3.tar.xz forums-0334d424779dac4f0adf89caa0362a03f93163c3.zip |
- some changes to browser checking (was the reason for not working logins)
- partly working style acp
- other tiny changes here and there
git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 218 | ||||
-rw-r--r-- | phpBB/adm/style/sql_report.css | 130 |
2 files changed, 348 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html new file mode 100644 index 0000000000..d8d1d11d9e --- /dev/null +++ b/phpBB/adm/style/acp_styles.html @@ -0,0 +1,218 @@ +<!-- INCLUDE overall_header.html --> + +<a name="maincontent"></a> + +<!-- IF S_DELETE --> + + <a href="{U_BACK}" style="float: right">« {L_BACK}</a> + + <h1>{L_TITLE}</h1> + + <p>{L_EXPLAIN}</p> + + <form id="acp_styles" method="post" action="{U_ACTION}"> + + <fieldset> + <legend>{L_TITLE}</legend> + <dl> + <dt><label>{L_NAME}:</label></dt> + <dd><b>{NAME}</b></dd> + </dl> + <dl> + <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt> + <dd><select name="new_id">{S_REPLACE_OPTIONS}</select></dd> + </dl> + </fieldset> + + <fieldset class="quick"> + <input class="button1" type="submit" name="update" value="{L_DELETE}" /> + </fieldset> + + </form> + +<!-- ELSEIF S_EXPORT --> + + <a href="{U_BACK}" style="float: right">« {L_BACK}</a> + + <h1>{L_TITLE}</h1> + + <p>{L_EXPLAIN}</p> + + <!-- IF S_ERROR_MSG --> + <div class="errorbox"> + <h3>{L_WARNING}</h3> + <p>{ERROR_MSG}</p> + </div> + <!-- ENDIF --> + + <form id="acp_styles" method="post" action="{U_ACTION}"> + + <fieldset> + <legend>{L_TITLE}</legend> + <dl> + <dt><label>{L_NAME}:</label></dt> + <dd><b>{NAME}</b></dd> + </dl> + <!-- IF S_STYLE --> + <dl> + <dt><label for="inc_template">{L_INCLUDE_TEMPLATE}:</label></dt> + <dd><input type="radio" id="inc_template" name="inc_template" value="1" checked="checked" /> {L_YES} <input type="radio" name="inc_template" value="0" /> {L_NO}</dd> + </dl> + <dl> + <dt><label for="inc_theme">{L_INCLUDE_THEME}:</label></dt> + <dd><input type="radio" id="inc_theme" name="inc_theme" value="1" checked="checked" /> {L_YES} <input type="radio" name="inc_theme" value="0" /> {L_NO}</dd> + </dl> + <dl> + <dt><label for="inc_imageset">{L_INCLUDE_IMAGESET}:</label></dt> + <dd><input type="radio" id="inc_imageset" name="inc_imageset" value="1" checked="checked" /> {L_YES} <input type="radio" name="inc_imageset" value="0" /> {L_NO}</dd> + </dl> + <!-- ENDIF --> + <dl> + <dt><label for="store">{L_DOWNLOAD_STORE}:</label><br /><span>{L_DOWNLOAD_STORE_EXPLAIN}</span></dt> + <dd><input type="radio" id="store" name="store" value="1" checked="checked" /> {L_EXPORT_STORE} <input type="radio" name="store" value="0" /> {L_EXPORT_DOWNLOAD}</dd> + </dl> + <dl> + <dt><label for="format">{L_ARCHIVE_FORMAT}:</label></dt> + <dd>{FORMAT_BUTTONS}</dd> + </dl> + </fieldset> + + <fieldset class="quick"> + <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + </fieldset> + + </form> + +<!-- ELSEIF S_FRONTEND --> + + <h1>{L_TITLE}</h1> + + <p>{L_EXPLAIN}</p> + + <!-- IF S_STYLE --> <!-- DEFINE $COLSPAN = 4 --> <!-- ELSE --> <!-- DEFINE $COLSPAN = 3 --> <!-- ENDIF --> + + <form id="acp_styles" method="post" action="{U_ACTION}"> + + <table cellspacing="1"> + <col class="row1" /><!-- IF S_STYLE --><col class="row1" /><!-- ENDIF --><col class="row2" /> + <thead> + <tr> + <th>{L_NAME}</th> + <!-- IF S_STYLE --><th>{L_STYLE_USED_BY}</th><!-- ENDIF --> + <th>{L_OPTIONS}</th> + </tr> + </thead> + <tbody> + <tr> + <td class="row3" colspan="{$COLSPAN}"><b>{L_INSTALLED}</b></td> + </tr> + <!-- BEGIN installed --> + <tr> + <td><a href="{installed.U_EDIT}">{installed.NAME}</a><!-- IF installed.S_DEFAULT_STYLE --> *<!-- ENDIF --></td> + <!-- IF S_STYLE --> + <td style="text-align: center;">{installed.STYLE_COUNT}</td> + <!-- ENDIF --> + <td style="text-align: center;"> + <!-- IF S_STYLE --> + <a href="{installed.U_STYLE_ACT_DEACT}">{installed.L_STYLE_ACT_DEACT}</a> | + <!-- ENDIF --> + {installed.S_OPTIONS} | <a href="{installed.U_PREVIEW}" target="_preview">{L_PREVIEW}</a> + </td> + <!-- END installed --> + <tr> + <td class="row3" colspan="{$COLSPAN}"><b>{L_UNINSTALLED}</b></td> + </tr> + <!-- IF not .uninstalled --> + <tr> + <td class="row1" colspan="{$COLSPAN}" style="text-align: center;">{L_NO_UNINSTALLED}</td> + </tr> + <!-- ENDIF --> + <!-- BEGIN uninstalled --> + <tr> + <td<!-- IF S_STYLE --> colspan="2"<!-- ENDIF -->>{uninstalled.NAME}<br /><b class="small">{L_COPYRIGHT}: {uninstalled.COPYRIGHT}</b></td> + <td style="text-align: center;"><a href="{uninstalled.U_INSTALL}">{L_INSTALL}</a></td> + </tr> + <!-- END uninstalled --> + </tbody> + </table> + + <fieldset class="quick"> + {L_CREATE}: <input type="text" name="name" value="" /> {L_FROM} <select name="basis">{S_BASIS_OPTIONS}</select> <input class="button2" type="submit" name="add" value="{L_SUBMIT}" /> + </fieldset> + + </form> + +<!-- ELSEIF S_DETAILS --> + + <a href="{U_BACK}" style="float: right">« {L_BACK}</a> + + <h1>{L_TITLE}</h1> + + <p>{L_EXPLAIN}</p> + + <!-- IF S_ERROR_MSG --> + <div class="errorbox"> + <h3>{L_WARNING}</h3> + <p>{ERROR_MSG}</p> + </div> + <!-- ENDIF --> + + <form id="acp_styles" method="post" action="{U_ACTION}"> + + <fieldset> + <legend>{L_TITLE}</legend> + <dl> + <dt><label for="name">{L_NAME}:</label></dt> + <dd><input type="text" id="name" name="name" value="{NAME}" /></dd> + </dl> + <dl> + <dt><label for="copyright">{L_COPYRIGHT}:</label></dt> + <dd><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /></dd> + </dl> + <!-- IF S_STYLE --> + <dl> + <dt><label for="template_id">{L_STYLE_TEMPLATE}:</label></dt> + <dd><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select></dd> + </dl> + <dl> + <dt><label for="theme_id">{L_STYLE_THEME}:</label></dt> + <dd><select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select></dd> + </dl> + <dl> + <dt><label for="imageset_id">{L_STYLE_IMAGESET}:</label></dt> + <dd><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select></dd> + </dl> + <!-- ENDIF --> + <!-- IF S_TEMPLATE or S_THEME --> + <dl> + <dt><label for="store_db">{L_LOCATION}:</label><br /><span>{L_LOCATION_EXPLAIN}</span></dt> + <dd><input type="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_FILESYSTEM} <input type="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_DATABASE}</dd> + </dl> + <!-- ENDIF --> + <!-- IF S_STYLE --> + </fieldset> + + <fieldset> + <legend>{L_OPTIONS}</legend> + <dl> + <dt><label for="style_active">{L_STYLE_ACTIVE}:</label></dt> + <dd><input type="radio" name="style_active" value="1"<!-- IF S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> /> {L_YES} <input type="radio" name="style_active" value="0"<!-- IF not S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> + </dl> + <!-- IF not S_STYLE_DEFAULT --> + <dl> + <dt><label for="style_default">{L_STYLE_DEFAULT}:</label></dt> + <dd><input type="radio" name="style_default" value="1" /> {L_YES} <input type="radio" id="style_default" name="style_default" value="0" checked="checked" /> {L_NO}</dd> + </dl> + <!-- ENDIF --> + <!-- ENDIF --> + </fieldset> + + <fieldset class="quick"> + <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + </fieldset> + + </form> + +<!-- ENDIF --> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/adm/style/sql_report.css b/phpBB/adm/style/sql_report.css new file mode 100644 index 0000000000..a72b7d80b5 --- /dev/null +++ b/phpBB/adm/style/sql_report.css @@ -0,0 +1,130 @@ +/* + $Id$ + + The original "subSilver" theme for phpBB2 + Created by subBlue design :: http://www.subBlue.com + Updated for phpBB 2.2 by psoTFX :: phpBB Group + Copyright (c) 2002 phpBB Group +*/ + +body { + background-color: white; + font-family: Verdana, Arial, Helvetica, sans-serif; + margin: 0; + border: 0; + padding: 0; +} + +p { + font-size: 8pt; +} + +.maintitle, h1 { + font: bold 18pt 'Trebuchet MS', Verdana, sans-serif; + text-decoration:none; + line-height: 120%; +} + +h2 { + font: bold 12pt Arial, Helvetica, sans-serif; + text-decoration:none; + line-height: 120%; +} + +.maintitle { + color: #12749B +} + +/* + Anchors +*/ +a:link, a:active, a:visited { color: #006699; text-decoration: none; } +a:hover { color: #DD6900; text-decoration: underline; } + +a.nav { color: #006699; text-decoration: none; } +a.nav:hover { text-decoration: underline; } + +a.th:link { color: #FFA34F; text-decoration: none; } +a.th:active { color: #FFA34F; text-decoration: none; } +a.th:visited { color: #FFA34F; text-decoration: none; } +a.th:hover { color: #FFA34F; text-decoration: underline; } + +/* + Non-tag specific +*/ +.gen, .gensmall { + color: black; +} +.gen { + font-size: 8pt; +} +.gensmall { + font-size: 7pt; +} +.nav { + color: black; + font: bold 7pt; +} + +.error { color: #FF0000 } + +/* + Tables +*/ +table.bg { + background-color: #ACBBC6 +} + +th, td { + font: normal 8pt Verdana, Arial, Helvetica, sans-serif; +} + +th { + height: 25px; + background-color: #006699; + color: #FFA34F; + font-weight: bold; + font-size: 11px; +} + +td.cat { + height: 28px; + background-color: #D1D7DC; +} + +.row1 { + background-color: #EFEFEF; +} +.row2 { + background-color: #DEE3E7; +} +.row3 { + background-color: #D1D7DC; +} + +/* + Misc +*/ +hr { + height: 0px; + border: solid #D1D7DC 0px; + border-top-width: 1px; +} + +/* + Forms +*/ +input { + text-indent: 2px; +} + +textarea, select { + border: 1px solid; +} + +input, textarea, select { + color: black; + font: normal 8pt Verdana, Arial, Helvetica, sans-serif; + border-color: black; +} + |