Vorlage:Legende: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
<table class="table table-hover sortable">
+
<table class="table table-hover sortable"><tr><th>Name</th><th>Beschreibung</th></tr>
<tr>
 
<th>Name</th><th>Beschreibung</th>
 
</tr>
 
 
 
 
 
 
 
 
 
 
 
<phptag>
 
<phptag>
 
if(is_array($argv) && !empty($argv)){
 
if(is_array($argv) && !empty($argv)){
Zeile 16: Zeile 8:
 
  if(trim($line)!=""){
 
  if(trim($line)!=""){
 
  $cells=explode('::',trim($line));
 
  $cells=explode('::',trim($line));
  echo '<tr>
+
  echo '<tr><td class="font-weight-bold">'.addcslashes ( nl2br(trim($cells[0])),"'" ).'</td><td>'.addcslashes ( nl2br(trim($cells[1])),"'" </td></tr>';
<td class="font-weight-bold">'.addcslashes ( nl2br($cells[0]),"'" ).'</td>
 
<td>'.addcslashes ( nl2br($cells[1]),"'" ).'</td>
 
</tr>';
 
 
  }
 
  }
 
}
 
}
 
}
 
}
 
}
 
}
 
 
</phptag>
 
</phptag>
 
</table>
 
</table>

Version vom 15. April 2021, 14:09 Uhr

PhpTags Parse error: syntax error, unexpected '/' in Vorlage:Legende on line 9

NameBeschreibung