Browse Source

- Change the lyrics on the login page

pull/5/head
Jaussoin Timothée 14 years ago
parent
commit
d9a8ec6c15
  1. 21
      system/Widget/widgets/Login/Login.php
  2. BIN
      system/Widget/widgets/Login/img/wall.jpg
  3. 8
      system/Widget/widgets/Login/login.css

21
system/Widget/widgets/Login/Login.php

@ -92,18 +92,19 @@ class Login extends WidgetBase {
<div id="quote">
<blockquote>
He say I know you, you know me<br />
One thing I can tell you is<br />
You got to be free<br /><br />
Come together, right now<br />
Over me<br />
We don't need no education<br />
We dont need no thought control<br />
No dark sarcasm in the classroom<br />
Teachers leave them kids alone<br />
Hey! Teachers! Leave them kids alone!<br /><br />
All in all it's just another brick in the wall.<br />
All in all you're just another brick in the wall.<br />
</blockquote>
<cite>
<a href="http://wikipedia.org/wiki/Lennon/McCartney">John Lennon & Paul McCartney</a>, in
<a href="http://wikipedia.org/wiki/Come_Together">"Come Together"</a> on
<a href="http://wikipedia.org/wiki/Abbey_Road_(album)">Abbey Road</a> by
<a href="http://wikipedia.org/wiki/The_Beatles">The Beatles</a>
<a href="http://en.wikipedia.org/wiki/Roger_Waters">Roger Waters</a>, in
<a href="http://en.wikipedia.org/wiki/Another_Brick_in_the_Wall_%28Part_2%29#Part_2">"Another Brick in the Wall (Part II)"</a> on
<a href="http://en.wikipedia.org/wiki/The_Wall">The Wall</a> by
<a href="http://en.wikipedia.org/wiki/Pink_Floyd">Pink Floyd</a>
</cite>
</div>

BIN
system/Widget/widgets/Login/img/wall.jpg

After

Width: 677  |  Height: 508  |  Size: 14 KiB

8
system/Widget/widgets/Login/login.css

@ -1,13 +1,13 @@
#loginpage {
min-height: 400px;
background-image: url(img/cloud.png);
background-image: url(img/wall.jpg);
background-repeat: no-repeat;
background-position: 50px 0px;
background-position: 10px -20px;
}
#loginpage #quote {
float: left;
margin-top: 55px;
margin-top: 42px;
height: 150px;
color: #aaa;
background-image: url(img/quotestart.png);
@ -32,7 +32,7 @@
padding: 0px 10px;
float: right;
min-height: 200px;
margin-top: 50px;
margin-top: 60px;
border-left: 1px solid #ccc;
}

Loading…
Cancel
Save