Hypercells
Verfasst: 04.11.2007 01:47
Hallo,
gibt es eventuell auch die Hypercells für subsilver2?
gibt es eventuell auch die Hypercells für subsilver2?
Code: Alles auswählen
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
<!-- IF forumrow.FORUM_IMAGE -->
Code: Alles auswählen
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#AAAAAA'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="#BBBBBB" onclick="window.location.href='{forumrow.U_VIEWFORUM}'">
<!-- IF forumrow.FORUM_IMAGE -->
Code: Alles auswählen
<tr>
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
<!-- IF S_TOPIC_ICONS -->
<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
<!-- ENDIF -->
<td class="row1">
Code: Alles auswählen
<tr>
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
<!-- IF S_TOPIC_ICONS -->
<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
<!-- ENDIF -->
<td class="row1" onMouseOver="this.style.backgroundColor='#AAAAAA'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="#BBBBBB" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">
<!-- IF topicrow.TOPIC_TYPE --><strong><b>{topicrow.TOPIC_TYPE}</b></strong><!-- ENDIF -->