Einzelnen Beitrag anzeigen
Alt 29.10.2007, 14:56   #5
ManniC
 
 
Registriert seit: 15.10.2003
Ort: Bottrop
Beiträge: 26.177
Moin Jörg,

Du legst Dir im Template-Verzeichnis eine Datei "exif_bit.html" mit folgendem Inhalt an:
HTML-Code:
<tr> 
  <td valign="top" class="row{row_bg_number}" width="50%"><b>{exif_name}</b></td> 
  <td valign="top" class="row{row_bg_number}">{exif_value}</td> 
</tr>
Dann nimmst Du folgendes in Deiner details.html an passender Stelle auf:

HTML-Code:
                                    {if exif_info} 
                                    <br />
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">EXIF Info</td>
                          </tr>
                          {exif_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif exif_info}
Feddich.
__________________
VLG: Manni
ManniC ist offline   Mit Zitat antworten
Sponsored Links