diff options
author | plegall <plg@piwigo.org> | 2011-03-10 10:12:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-10 10:12:40 +0000 |
commit | 3e7a89edb289877af8a756ef9984d07a656e6fb6 (patch) | |
tree | f2aff7c0989918c404d7bfd7b83409b39dc29488 | |
parent | f1e2d213cf7155123e2eaa6a812e5ac2de8ec119 (diff) |
feature 2217: switch upgrade screen to a clear background theme
git-svn-id: http://piwigo.org/svn/trunk@9596 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/upgrade.tpl | 152 | ||||
-rw-r--r-- | upgrade.php | 2 |
2 files changed, 113 insertions, 41 deletions
diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index 1419b9495..f859ed56e 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -7,69 +7,135 @@ <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico"> +{get_combined_css} {foreach from=$themes item=theme} -{if isset($theme.local_head)}{include file=$theme.local_head}{/if} -<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css"> +{if $theme.load_css} +{combine_css path="admin/themes/`$theme.id`/theme.css" order=-10} +{/if} {/foreach} +<!--[if IE 7]> + <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie7.css"> +<![endif]--> + +<!-- BEGIN get_combined_scripts --> +{get_combined_scripts load='header'} +<!-- END get_combined_scripts --> + {literal} <style type="text/css"> body { - background:url("admin/themes/roma/images/bottom-left-bg.jpg") no-repeat fixed left bottom #111111; + font-size:12px; } .content { - background:url("admin/themes/roma/images/fillet.png") repeat-x scroll left top #222222; - width: 800px; - min-height: 0px !important; - margin: auto; - text-align: left; - padding: 5px; + width: 800px; + margin: auto; + text-align: center; + padding:0; + background-color:transparent !important; + border:none; } -#headbranch { - background:url("admin/themes/roma/images/top-left-bg.jpg") no-repeat scroll left top transparent; +#content { + min-height:0; } #theHeader { display: block; - background:url("admin/themes/roma/images/piwigo_logo_sombre_214x100.png") no-repeat scroll 245px top transparent; + background:url("admin/themes/clear/images/piwigo_logo_big.png") no-repeat scroll center 20px transparent; + height:100px; +} + +fieldset { + margin-top:20px; + background-color:#f1f1f1; +} + +legend { + font-weight:bold; + letter-spacing:2px; +} + +form fieldset p { + text-align:left; + margin:10px; } .content h2 { display:block; - font-size:28px; - height:104px; - width:54%; - color:#666666; - letter-spacing:-1px; - margin:0 30px 3px 20px; - overflow:hidden; - position:absolute; - right:0; - text-align:right; - top:0; - width:770px; - text-align:right; - text-transform:none; -} - -table { margin: 0px; } -td { padding: 3px 10px; } -textarea { margin-left: 20px; } + font-size:20px; + text-align:center; + /* margin-top:5px; */ +} + +table.table2 { + width: 100%; + border:0; +} + +table.table2 td { + text-align: left; + padding: 5px 2px; +} + +table.table2 td.fieldname { + font-weight:normal; +} + +table.table2 td.fielddesc { + padding-left:10px; + font-style:italic; +} + +input[type="submit"], input[type="button"], a.bigButton { + font-size:14px; + font-weight:bold; + letter-spacing:2px; + border:none; + background-color:#666666; + color:#fff; + padding:5px; + -moz-border-radius:5px; +} + +input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover { + background-color:#ff7700; + color:white; +} + +input[type="text"], input[type="password"], select { + background-color:#ddd; + border:2px solid #ccc; + -moz-border-radius:5px; + padding:2px; +} + +input[type="text"]:focus, input[type="password"]:focus, select:focus { + background-color:#fff; + border:2px solid #ff7700; +} + +.sql_content, .infos a { + color: #ff3363; +} + +.errors { + padding-bottom:5px; +} + </style> {/literal} <title>Piwigo {$RELEASE} - {'Upgrade'|@translate}</title> </head> <body> -<div id="headbranch"></div> {* Dummy block for double background management *} <div id="the_page"> <div id="theHeader"></div> <div id="content" class="content"> {if isset($introduction)} -<h2>Piwigo {$RELEASE} - {'Upgrade'|@translate}</h2> +<h2>{'Version'|@translate} {$RELEASE} - {'Upgrade'|@translate}</h2> {if isset($errors)} <div class="errors"> @@ -81,6 +147,9 @@ textarea { margin-left: 20px; } </div> {/if} +<form method="POST" action="{$introduction.F_ACTION}" name="upgrade_form"> + +<fieldset> <table> <tr> <td>{'Language'|@translate}</td> @@ -97,7 +166,6 @@ textarea { margin-left: 20px; } <p>{'Only administrator can run upgrade: please sign in below.'|@translate}</p> {/if} -<form method="POST" action="{$introduction.F_ACTION}" name="upgrade_form"> {if isset($login)} <table> <tr> @@ -110,7 +178,7 @@ textarea { margin-left: 20px; } </tr> </table> {/if} - +</fieldset> <p style="text-align: center;"> <input class="submit" type="submit" name="submit" value="{'Upgrade from version %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}"> </p> @@ -126,23 +194,27 @@ textarea { margin-left: 20px; } {if isset($upgrade)} <h2>{'Upgrade from version %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2> -<p><b>{'Statistics'|@translate}</b></p> +<fieldset> +<legend>{'Statistics'|@translate}</legend> <ul> <li>{'total upgrade time'|@translate} : {$upgrade.TOTAL_TIME}</li> <li>{'total SQL time'|@translate} : {$upgrade.SQL_TIME}</li> <li>{'SQL queries'|@translate} : {$upgrade.NB_QUERIES}</li> </ul> +</fieldset> -<p><b>{'Upgrade informations'|@translate}</b></p> +<fieldset> +<legend>{'Upgrade informations'|@translate}</legend> <ul> {foreach from=$infos item=info} <li>{$info}</li> {/foreach} </ul> +</fieldset> -<form action="index.php" method="post"> -<p><input type="submit" name="submit" value="{'Home'|@translate}"></p> -</form> +<p> + <a class="bigButton" href="index.php">{'Home'|@translate}</a> +</p> {/if} </div> {* content *} diff --git a/upgrade.php b/upgrade.php index 8925e7b2d..0ded5e815 100644 --- a/upgrade.php +++ b/upgrade.php @@ -229,7 +229,7 @@ define('CURRENT_DATE', $dbnow); // +-----------------------------------------------------------------------+ include( PHPWG_ROOT_PATH .'include/template.class.php'); -$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma'); +$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear'); $template->set_filenames(array('upgrade'=>'upgrade.tpl')); $template->assign(array( 'RELEASE' => PHPWG_VERSION, |