-small fixes

-about popup without styling added
This commit is contained in:
mkonecny 2011-02-10 20:48:26 -05:00
parent fce3f390ef
commit cf004abb44
12 changed files with 74 additions and 7 deletions

View file

@ -28,7 +28,7 @@
</div>
<div class="personal-block">
<ul>
<li><a href="#">About</a></li>
<li><a id="about-link" href="#">About</a></li>
<li>&nbsp;</li>
<li>Signed in:</li>
<li class="name"><?php echo $this->user ?></li>
@ -37,3 +37,8 @@
</div>
</div>
<div id="jquery_jplayer_1" class="jp-jplayer" style="width:0px; height:0px;"></div>
<div id="about-txt" style="display: none;">
<a href="http://airtime.sourcefabric.org">Airtime</a>, the open radio software for scheduling and remote station management.<br>
© 2011 <a href="http://www.sourcefabric.org">Sourcefabric</a> o.p.s 2011. Airtime is distributed under the <a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU GPL v.3</a>
</div>