Demo

Probiere ClanSphere aus und teste daran herum. Demo

Codepaste - Details
Weitere Infos zum Codepaste

Name War navlist Ergebnisse in Farbe
Autor de Fr33z3m4n
CMS-Version ClanSphere 2007
Datei wars/navlist.php
Datum 27.05.2007 um 15:43 Uhr
Beschreibung Anstatt farbige Symbole, werden die Spiel Ergebnisse in Farbe angezeigt.
Alter Code Alter Code +-
 
1.
2.
3.
4.
5.
6.
1. / 2. / ... 
 $result $cs_wars[$i]['wars_score1'] - $cs_wars[$i]['wars_score2'];
          
$result >= $icon 'green' $icon 'red';
        if(empty(
$result)) {
          
$icon 'grey';
        }
      
$cs_wars[$i]['icon'] = cs_html_img('symbols/clansphere/' $icon '.gif');
Neuer Code Neuer Code +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
1. / 2. / ... 
 $result $cs_wars[$i]['wars_score1'] - $cs_wars[$i]['wars_score2'];
        if(
$result >= 1) {
        
$cs_wars[$i]['wars_score1'] = cs_html_span(1,'color:#009900') . $cs_wars[$i]['wars_score1'] . cs_html_span(0);
        
$cs_wars[$i]['wars_score2'] = cs_html_span(1,'color:#FF0000') . $cs_wars[$i]['wars_score2'] . cs_html_span(0);
        } elseif(empty(
$result)) {
        
$cs_wars[$i]['wars_score1'] = cs_html_span(1,'color:#666666') . $cs_wars[$i]['wars_score1'] . cs_html_span(0);
        
$cs_wars[$i]['wars_score2'] = cs_html_span(1,'color:#666666') . $cs_wars[$i]['wars_score2'] . cs_html_span(0);
        } else {
        
$cs_wars[$i]['wars_score1'] = cs_html_span(1,'color:#FF0000') . $cs_wars[$i]['wars_score1'] . cs_html_span(0);
        
$cs_wars[$i]['wars_score2'] = cs_html_span(1,'color:#009900') . $cs_wars[$i]['wars_score2'] . cs_html_span(0);
        } 
Zurück - Übersicht

Kommentare: 1
Seite [1]
Beenox

18.10.2012

Ort: -
Beiträge: 48
# 1 - 30.04.2012 um 17:56 Uhr

Gibt es das auch für die Aktuelle Clansphere Version ?


Bitte Login benutzen, um Kommentare zu schreiben.