Reference Template

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
rp
Posts: 16
Joined: Sun 23. May 2004, 19:12
Location: Zürich, CH

Reference Template

Post by rp »

Hallo

Kann mir jemand sagen für was die Templates im yourtemplatesfolder/inc_cntpart/reference sind.

Und wofür sind die beiden Replacement Tags {LIST} und {REF}?

Habe dazu weder im Forum noch in den Release-Notes etwas gefunden.

Vielen Dank für alle Hinweise
Romeo
Pappnase

Post by Pappnase »

hallo


reference kenne ich auch noch nicht! die anderen summary und list erklärt sich ja von alleine oder!?*lächel*

ist hier auch schon beschrieben*lächel*

http://www.phpwcms.de/forum/viewtopic.php?t=2238
rp
Posts: 16
Joined: Sun 23. May 2004, 19:12
Location: Zürich, CH

Post by rp »

Danke Pappnase für die super schnelle Anwort
Pappnase wrote:die anderen summary und list erklärt sich ja von alleine oder!?*lächel*

ist hier auch schon beschrieben*lächel*

http://www.phpwcms.de/forum/viewtopic.php?t=2238
Ja, das habe ich schon gesehen ich meine aber die Variablen welche im/inc_cntpart/reference/default.tmpl Template gefunden werden können:

Code: Select all

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="1%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr><td>[REF]

{REF}


[/REF]</td></tr>
      [CAPTION]<tr><td>{CAPTION}</td></tr>[/CAPTION]
    </table>[LIST]

{LIST}

[/LIST]</td>
    <td width="14" valign="top">&nbsp;</td>
    <td width="98%" valign="top">[TITLE]
      <h3>{TITLE}</h3>[/TITLE]
[SUB]<h4>{SUB}</h4>[/SUB]
[TEXT]<p>{TEXT}</p>[/TEXT]</td>
  </tr>
</table>
Und nicht die beiden Templates für die Article Summary.
Last edited by rp on Thu 10. Jun 2004, 22:39, edited 1 time in total.
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

This is the default template for the rollover image content part. It was planned as reference content part and is sponsored work. But I renamed it to rollover image - it's better (I think).

Code: Select all

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="1%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr><td>[REF]{REF}[/REF]</td></tr>
      [CAPTION]<tr><td>{CAPTION}</td></tr>[/CAPTION]
    </table>
    [LIST]{LIST}[/LIST]</td>
    <td width="14" valign="top">&nbsp;</td>
    <td width="98%" valign="top">[TITLE]<h3>{TITLE}</h3>[/TITLE]
[SUB]<h4>{SUB}</h4>[/SUB]
[TEXT]<p>{TEXT}</p>[/TEXT]</td>
  </tr>
</table>
REF = Reference (default) Image: always the first in the list
LIST = Rollover Images formatted as 1 row table (horizontal) or 1 column table (vertical)

Oliver
Last edited by Oliver Georgi on Thu 10. Jun 2004, 22:47, edited 2 times in total.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
rp
Posts: 16
Joined: Sun 23. May 2004, 19:12
Location: Zürich, CH

Post by rp »

Thank you for the explanation Oliver.
User avatar
anthony.abraira
Posts: 99
Joined: Sun 11. Sep 2005, 07:42
Location: Mars Hill, NC
Contact:

More than one column...rollover image

Post by anthony.abraira »

Does anyone know of forum link that might permit me to create a setup with more than one column for the reference images...?or am i daydreaming too much? :roll:
"The trick is living without an answer."
Post Reply