website: minor cleanups/fixes
This commit is contained in:
parent
271d4fa1f3
commit
08b9b339de
@ -101,7 +101,7 @@ $pages = Array (
|
||||
'news' => '<span class="glyphicon glyphicon-list"></span> News',
|
||||
'faq' => '<span class="glyphicon glyphicon-question-sign"></span> FAQ',
|
||||
'desktop' => '<span class="glyphicon glyphicon-chevron-right"></span> Desktop',
|
||||
'mobile' => '<span class="glyphicon glyphicon-chevron-right"></span> Mobile',
|
||||
'mobile' => '<span class="glyphicon glyphicon-phone"></span> Mobile',
|
||||
'test' => '<span class="glyphicon glyphicon-wrench"></span> Test Builds',
|
||||
'developer' => '<span class="glyphicon glyphicon-cog"></span> Developers',
|
||||
'about' => '<span class="glyphicon glyphicon-info-sign"></span> About',
|
||||
@ -119,7 +119,7 @@ foreach ( $pages as $key => $name )
|
||||
{
|
||||
# before 'desktop', start a sub-list for the download links
|
||||
if ( $key == 'desktop' )
|
||||
print "<span class=\"list-group-item\"><div class=\"text-muted\"><span class=\"glyphicon glyphicon-download\"></span> Downloads</div><div class=\"list-group\">";
|
||||
print "<div class=\"list-group-item\"><div class=\"text-muted\"><span class=\"glyphicon glyphicon-download\"></span> Downloads</div><div class=\"list-group\">";
|
||||
|
||||
if ( $key == "home" )
|
||||
$url = "./";
|
||||
@ -130,7 +130,7 @@ foreach ( $pages as $key => $name )
|
||||
|
||||
# after 'test', end the above sub-list
|
||||
if ( $key == 'test' )
|
||||
print "</div></span>";
|
||||
print "</div></div>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -17,6 +17,7 @@ offers many more features. It is available for
|
||||
<p>
|
||||
Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile 0.10.1 have just been released.
|
||||
Changes include
|
||||
</p>
|
||||
<ul>
|
||||
<li>Portals list plugin returns - but less data than before due to the Niatnic backend changes</li>
|
||||
<li>Resonators plugin returns - but only shows the selected portal</li>
|
||||
@ -30,6 +31,5 @@ Changes include
|
||||
</li>
|
||||
<li>.. and, as always, other various bug fixes, improvements, etc</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<a class="btn btn-small" href="?page=news">Older news</a>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<p>
|
||||
Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile 0.10.1 have just been released.
|
||||
Changes include
|
||||
</p>
|
||||
<ul>
|
||||
<li>Portals list plugin returns - but less data than before due to the Niatnic backend changes</li>
|
||||
<li>Resonators plugin returns - but only shows the selected portal</li>
|
||||
@ -17,7 +18,6 @@ Changes include
|
||||
</li>
|
||||
<li>.. and, as always, other various bug fixes, improvements, etc</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h4>6th December 2013</h3>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user