included texts as sql, fixed hr design
This commit is contained in:
parent
09a255a2b2
commit
adbf35fd25
@ -4,25 +4,25 @@
|
||||
<p>Flexibel im Niveau EP .zip</p>
|
||||
<a class="btn dlbtn" style="" href="./api.php?call=files&cat=alben&id=Flexibel_im_Niveau.zip">DOWNLOAD »</a>
|
||||
<a class="btn dlbtn" style="" href="#!release;release.Flexibel_im_Niveau">ANSEHEN »</a>
|
||||
<hr style="color: white;">
|
||||
<!--<hr style="color: white;">-->
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<img class="img-responsive" src="${IMG_PATH}cover_unsterblich.jpg" />
|
||||
<p>MM-One Unsterblich</p>
|
||||
<a class="btn dlbtn" style="" href="./api.php?call=files&cat=alben&id=MM_One_Unsterblich.zip">DOWNLOAD »</a>
|
||||
<hr style="color: white;">
|
||||
<!--<hr style="color: white;">-->
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<img class="img-responsive" src="${IMG_PATH}EP_cover.jpg" />
|
||||
<p>Scheiß auf die Idioten EP</p>
|
||||
<a class="btn dlbtn" style="" href="./api.php?call=files&cat=alben&id=Scheiß_auf_die_Idioten.zip">DOWNLOAD »</a>
|
||||
<hr style="color: white;">
|
||||
<!--<hr style="color: white;">-->
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<img class="img-responsive" src="${IMG_PATH}xmas_cover.jpg" />
|
||||
<p>Sick Joker x-max Sound</p>
|
||||
<a class="btn dlbtn" style="" href="./api.php?call=files&cat=alben&id=X-Mas_Sound.zip">DOWNLOAD »</a>
|
||||
<hr style="color: white;">
|
||||
<!--<hr style="color: white;">-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
body{
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
#impressum_link{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
nav{
|
||||
padding-left: 70px;
|
||||
background: none !important;
|
||||
|
||||
@ -68,10 +68,9 @@
|
||||
<div class="row" style="padding: 20px; margin: 0px;">
|
||||
<hr style="color: white">
|
||||
<div id="midframe" class="row" style="margin: 0px;"></div>
|
||||
<hr style="color:white;">
|
||||
<div id="impressum_link"><a style="font-size: 0.7em;" href="#!impressum"> Impressum</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" style="position: fixed; bottom: 0; text-align: right; width: 100%; background: url(${IMG_PATH_TRANS})">
|
||||
<div id="impressum_link"><a style="font-size: 0.7em;" href="#!impressum" >Impressum </a></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -4,12 +4,14 @@
|
||||
<div class="col-md-6">
|
||||
<h3>YÜEAH!</h3>
|
||||
<p>Willkommen auf der offiziellen Redestoff Fanpage. Hier findest du alle Releases kostenlos zum Download, unseren <a href="http://redestoff.spreadshirt.de/" target="blank">Merchshop</a>, und alles was sonst noch zu haben ist!</p>
|
||||
<hr style="color:white;">
|
||||
<h3>Letztes Video</h3>
|
||||
<iframe width="320" height="180" src="https://www.youtube.com/embed/LSEsjT0uzNM" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h3>WARNUNG!</h3>
|
||||
<p>Die hier zum Download angebotene Musik kann Eskalation, Aufstand und exzessiven Alkoholkonsum verursachen. Redestoff übernimmt keinerlei Verantwortung oder Haftung für Schäden, die mit dem Konsum der Musik in Verbindung stehen. </p>
|
||||
<hr style="color:white;">
|
||||
<h3>Jonny kommt!</h3>
|
||||
<p>Die neue Jonny Vicious EP steht in der Produktion! Der Titel steht auch schon fest: 1817 wird der Schinken heißen. Folgt uns auf <a target="blank" href="https://www.facebook.com/Redestoff">facebook</a> für alle Neuigkeiten rund um die Scheibe!</p>
|
||||
</div>
|
||||
@ -21,6 +23,7 @@
|
||||
<p><a href="mailto:t.rechel@gmx.de">t.rechel@gmx.de</a></p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<hr style="color:white;">
|
||||
<h3>Letztes Release</h3>
|
||||
<img class="img-responsive" src="${IMG_PATH}Flexibel_im_Niveau_front.jpg" />
|
||||
</div>
|
||||
|
||||
@ -5,7 +5,7 @@ class DATA_REDESTOFF extends \SYSTEM\DB\QI {
|
||||
public static function files_mysql(){
|
||||
return array( (new \PSQL('/mysql/system_page.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/system_api.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/system_text.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/system_text.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/system_cron.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/schema_mojotrollz_server.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/schema_mojotrollz_vote.sql'))->SERVERPATH(),
|
||||
|
||||
69
redestoff/sql/mysql/system_text.sql
Normal file
69
redestoff/sql/mysql/system_text.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user