added the new logo
This commit is contained in:
parent
067440ff8b
commit
4080f91bfd
|
|
@ -11,6 +11,7 @@ require_once "config.php";
|
||||||
require_once "proxy.php";
|
require_once "proxy.php";
|
||||||
|
|
||||||
$error = "Please do not divide by zero."; //TODO: remove this and call the page properly
|
$error = "Please do not divide by zero."; //TODO: remove this and call the page properly
|
||||||
|
$display_version = FALSE; //TODO: "
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
@ -52,10 +53,9 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page
|
||||||
|
|
||||||
#info {
|
#info {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
vertical-align: top;
|
||||||
|
text-align: center;
|
||||||
#version {
|
width: 462px;
|
||||||
padding-left: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-callout {
|
.bs-callout {
|
||||||
|
|
@ -119,8 +119,10 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="info" class="center-small">
|
<div id="info" class="center-small">
|
||||||
<a href="https://www.systopia.de/"><img src="static/images/systopia_logo.png" alt="SYSTOPIA Organisationsberatung"></img></a>
|
<a href="https://www.systopia.de/"><img src="static/images/proxy-logo.png" alt="SYSTOPIA Organisationsberatung"></img></a>
|
||||||
|
<?php if($display_version): ?>
|
||||||
<p id="version">CiviProxy Version <?php echo $civiproxy_version;?></p>
|
<p id="version">CiviProxy Version <?php echo $civiproxy_version;?></p>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<div id="error-container" class="center">
|
<div id="error-container" class="center">
|
||||||
<?php if(isset($error)):?>
|
<?php if(isset($error)):?>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ require_once "proxy.php";
|
||||||
.center {
|
.center {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 300px;
|
width: 970px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
@ -41,17 +41,17 @@ require_once "proxy.php";
|
||||||
|
|
||||||
#info {
|
#info {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: center;
|
||||||
|
width: 462px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#version {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="info" class="center">
|
<div id="info" class="center">
|
||||||
<a href="https://www.systopia.de/"><img src="static/images/systopia_logo.png" alt="SYSTOPIA Organisationsberatung"></img></a>
|
<a href="https://www.systopia.de/"><img src="static/images/proxy-logo.png" alt="SYSTOPIA Organisationsberatung"></img></a>
|
||||||
<p id="version">CiviProxy Version <?php echo $civiproxy_version;?></p>
|
<p id="version">CiviProxy Version <?php echo $civiproxy_version;?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue