Vorlage:Steps: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „<table> <phptag> if(is_array($argv) && !empty($argv)){ array_shift( $argv ); if(isset($argv[0]) && trim($argv[0])!=""){ $lines=explode('>>',$argv[0]); fo…“)
 
Zeile 9: Zeile 9:
 
  $cells=explode('::',trim($line));
 
  $cells=explode('::',trim($line));
 
  $out='<tr><td width="1%">
 
  $out='<tr><td width="1%">
<span class="fa-stack fa-lg" style="color:#fde200"><span class="fa fa-circle fa-stack-2x" style="color:#fde200"></span><strong class="fa-stack-1x" style='color:white;font-size:30px;'>'.trim($cells[0]).'</strong></span></td><td>';
+
<span class="fa-stack fa-lg" style="color:#fde200"><span class="fa fa-circle fa-stack-2x" style="color:#fde200"></span><strong class="fa-stack-1x" style="color:white;font-size:30px;">'.trim($cells[0]).'</strong></span></td><td>';
 
  if(trim($cells[2])!=""){
 
  if(trim($cells[2])!=""){
 
  $out.='<strong>'.trim($cells[2]).'</strong><br />';
 
  $out.='<strong>'.trim($cells[2]).'</strong><br />';

Version vom 19. April 2021, 13:21 Uhr