style fixes, cleanup, path fix

This commit is contained in:
Ulf Gebhardt 2015-09-17 02:45:43 +02:00
parent dcdbbf562c
commit b7065de95a
4 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -17,7 +17,7 @@
</head>
<body style="background: url(./api.php?call=files&cat=content&id=bg_brown_sun.jpg)fixed repeat;">
<div class="container">
<nav class="navbar navbar-inverse" style="margin-top: 45px; margin-bottom: 0;padding-left: 0px; padding-right: 15px;" role="navigation" id="mojotrollz_nav">
<nav class="navbar navbar-inverse" style="border: 0; background-color: rgba(255,0,0,0) !important; background-image: url(./api.php?call=files&cat=content&id=main_holder_middle.png); background-size: contain; background-repeat: repeat-y; margin-top: 45px; margin-bottom: 0; padding-left: 14px; padding-right: 14px; " role="navigation" id="mojotrollz_nav">
<div id="home_content" class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
<span class="icon-bar"></span>
@ -32,7 +32,7 @@
<li><a class="mojotrollz_scroll" href="#mojotrollz_tshirt" onClick="">T-SHIRTS</a></li>
<li><a class="mojotrollz_scroll" href="#mojotrollz_addons">ADDONS</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<ul class="nav navbar-nav navbar-right" style="padding-right: 15px;">
<li><a href="https://www.facebook.com/pages/Mojo-WoW/204351992944865" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li>
<li><a href="https://www.youtube.com/user/Mojotrolltribe/videos" target="_blank"><i class="fa fa-youtube fa-lg"></i></a></li>
<li><a href="#!login"><i class="glyphicon glyphicon-user"></i></a></li>

View File

@ -4,7 +4,7 @@
<div style="background-image: url(./api.php?call=files&cat=content&id=download_client.png); background-repeat: no-repeat; background-size: cover; float: left; width: 250px; height: 80px;">
<a href="${magnet_classic}">
<div style="padding-top:20px; padding-left: 75px; font-size: 16px;">
<img style="float:right; margin-right:20px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_1.12.1.png" alt="Windows" height="48" width="48">
<img style="float:right; margin-right:10px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_1.12.1.png" alt="Windows" height="44" width="44">
<div><a href="${magnet_classic}">WoW 1.12.1</a></div>
<div style="font-size: 10px;">Download this file with <a href="http://www.qbittorrent.org/download.php" target="blank">qBittorrent</a></div>
</div>
@ -13,7 +13,7 @@
<div style="background-image: url(./api.php?call=files&cat=content&id=download_client.png); background-repeat: no-repeat; background-size: cover; float: left; width: 250px; height: 80px;">
<a href="${magnet_bc}">
<div style="padding-top:20px; padding-left: 75px; font-size: 16px;">
<img style="float:right; margin-right:20px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_2.4.3.png" alt="Windows" height="48" width="48">
<img style="float:right; margin-right:10px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_2.4.3.png" alt="Windows" height="44" width="44">
<div><a href="${magnet_bc}">WoW 2.4.3</a></div>
<div style="font-size: 10px;">Download this file with <a href="http://www.qbittorrent.org/download.php" target="blank">qBittorrent</a></div>
</div>
@ -22,7 +22,7 @@
<div style="background-image: url(./api.php?call=files&cat=content&id=download_client.png); background-repeat: no-repeat; background-size: cover; float: left; width: 250px; height: 80px;">
<a href="${magnet_wotlk}">
<div style="padding-top:20px; padding-left: 75px; font-size: 16px;">
<img style="float:right; margin-right:20px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_3.3.5a.png" alt="Windows" height="48" width="48">
<img style="float:right; margin-right:10px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=wow_3.3.5a.png" alt="Windows" height="44" width="44">
<div><a href="${magnet_wotlk}">WoW 3.3.5a</a></div>
<div style="font-size: 10px;">Download this file with <a href="http://www.qbittorrent.org/download.php" target="blank">qBittorrent</a></div>
</div>
@ -31,7 +31,7 @@
<div style="background-image: url(./api.php?call=files&cat=content&id=download_client.png); background-repeat: no-repeat; background-size: cover; float: left; width: 250px; height: 80px;">
<a href="http://www.teamspeak.com/downloads" target="blank">
<div style="padding-top:20px; padding-left: 75px; font-size: 16px;">
<img style="float:right; margin-right:20px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=ts.png" alt="Windows" height="48" width="48">
<img style="float:right; margin-right:10px;" data-pyroimage="true" src="./api.php?call=files&cat=content&id=ts.png" alt="Windows" height="44" width="44">
<div><a href="http://www.teamspeak.com/downloads" target="blank">Teamspeak 3</a></div>
<div style="font-size: 10px;">Connect to <a href="ts3server://mojotrollz.eu">ts3:mojotrollz.eu</a></div>
</div>

View File

@ -1,5 +1,5 @@
<?php
class PLIB extends \SYSTEM\PATH {
class PSQL extends \SYSTEM\PATH {
public static function getPath(){
return \SYSTEM\C_ROOT.'mojotrollz/sql/'.\SYSTEM\C_SUBPATH;}
}