1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Credits styling

This commit is contained in:
Cameron
2013-03-21 18:25:27 -07:00
parent 9b97e07270
commit 916371a3da
2 changed files with 25 additions and 22 deletions

View File

@@ -14,18 +14,17 @@ require_once("../class2.php");
$css = "body { text-align: left; font-size:13px; line-height:1.5em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }
p { margin:0px 5px 10px 5px; }
h1 { font-size:20px; color:#134B63; font-weight:normal; line-height:1em; margin:20px 0px 5px 0px; }
a { color:#F6931E; text-decoration:none; }
a:hover { color:#134B63; text-decoration:none; }
.bold { font-weight:bold; }
.center { text-align:center; }
.wrapper { width:800px; height:415px; margin:0px auto 0px 0px; padding-bottom:10px; }
.wrapper-top { height:10px; }
.wrapper-bottom { height:6px; }
.wrapper-middle { min-height:389px; background-color:#F6F6F6; }
.logo { }
.credits-content { padding:160px 20px 20px 20px; background:url(".e_IMAGE_ABS."admin_images/credits_logo.png) no-repeat 50% 30px; }
.copyright { text-align:center; margin-top:30px}
.wrapper { width:600px; margin:0px auto 0px 0px; padding-bottom:10px; }
.wrapper-middle { min-height:389px; }
.wrapper-text { }
.logo { margin-bottom:20px }
.credits-content { padding:20px 40px;}
.copyright { margin-top:30px}
";
e107::css('inline',$css);
@@ -37,19 +36,23 @@ require_once(e_ADMIN."auth.php");
$text .='<div class="wrapper">
<div class="wrapper-middle">
<div class="well credits-content">
<h1>v2+ Developers</h1>
<p>
Cameron Hanly, Miroslav Yovchev, Steven Davies,<br />
Henk Jongedijk, James Currie, Martin Nicholls,<br />
Steven Davies, Thom Michelbrink, Tijn Kuyper.
</p>
<h1>3rd Parties</h1>
<p>
Twitter Bootstrap, MagpieRSS, PCLZip, PCLTar, TinyMCE,<br />
Nuvolo Icons, PHPMailer, FPDF, UFPDF, PHP UTF8
</p>
<div class="copyright">Copyright <a href="http://e107.org/content/About-Us:The-Team" title="e107 Team">e107 Inc.</a> 2008-2013</div>
</div>
<img class="logo" src="'.e_IMAGE_ABS.'admin_images/credits_logo.png" alt="e107 Logo" />
<div class="wrapper-text">
<h4 class="text-info">Developers</h4>
<p>
Senior Developers: Cameron Hanly, Miroslav Yovchev, Steven Davies <br />
Junior Developers: Tijn Kuyper, Henk Jongedijk <br />
Early Developers: Thom Michelbrink, James Currie, Martin Nicholls
</p>
<h4 class="text-info">3rd Party</h4>
<p>
Twitter Bootstrap, MagpieRSS, PCLZip, PCLTar, TinyMCE,<br />
Nuvolo Icons, PHPMailer, FPDF, UFPDF, PHP UTF8
</p>
<div class="copyright">Copyright <a href="http://e107.org/content/About-Us:The-Team" title="e107 Team">e107 Inc.</a> 2008-2013</div>
</div>
</div>
</div>
</div>';

View File

@@ -755,7 +755,7 @@ class e_navigation
34 => array(e_ADMIN.'docs.php', ADLAN_12, ADLAN_13, '', 20, E_16_DOCS, E_32_DOCS),
// TODO System Info.
// 35 => array('#TODO', 'System Info', 'System Information', '', 20, '', ''),
36 => array(e_ADMIN.'credits.php', LAN_CREDITS, LAN_CREDITS, '', 20, E_16_CREDITS, E_32_CREDITS),
36 => array(e_ADMIN.'credits.php', LAN_CREDITS, LAN_CREDITS, '', 20, E_16_E107, E_32_E107),
// 37 => array(e_ADMIN.'custom_field.php', ADLAN_161, ADLAN_162, 'U', 4, E_16_CUSTOMFIELD, E_32_CUSTOMFIELD),
38 => array(e_ADMIN.'comment.php', LAN_COMMENTMAN, LAN_COMMENTMAN, 'B', 5, E_16_COMMENT, E_32_COMMENT)
);