-small fixes
-about popup without styling added
This commit is contained in:
parent
fce3f390ef
commit
cf004abb44
12 changed files with 74 additions and 7 deletions
1
application/views/scripts/dashboard/index.phtml
Normal file
1
application/views/scripts/dashboard/index.phtml
Normal file
|
@ -0,0 +1 @@
|
|||
<br /><br /><center>View script for controller <b>Dashboard</b> and script/action name <b>index</b></center>
|
|
@ -1,4 +1,4 @@
|
|||
<div class="button-bar-top">
|
||||
<a href="javascript:void(0)" class="toggle-button" id="now_view">Now View</a><a href="javascript:void(0)" class="toggle-button-active end-button" id="day_view">Day View</a><input type="text" id="datepicker" class="input_text">
|
||||
<a href="javascript:void(0)" class="toggle-button end-button" id="now_view">Now View</a><a href="javascript:void(0)" class="toggle-button-active" id="day_view">Day View</a><input type="text" id="datepicker" class="input_text">
|
||||
</div>
|
||||
<div id='demo'></div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="button-bar-top">
|
||||
<a href="javascript:void(0)" class="toggle-button-active" id="now_view">Now View</a><a href="javascript:void(0)" class="toggle-button end-button" id="day_view">Day View</a>
|
||||
<a href="javascript:void(0)" class="toggle-button-active end-button" id="now_view">Now View</a><a href="javascript:void(0)" class="toggle-button" id="day_view">Day View</a>
|
||||
</div>
|
||||
<div id='demo'></div>
|
||||
|
|
|
@ -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> </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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue