| Codepaste - Details |
| Weitere Infos zum Codepaste |
Name |
Neue Downloads Ansicht |
Autor |
|
CMS-Version |
Clansphere 2009 |
Datei |
mods/list.php |
Datum |
05.07.2009 um 19:13 Uhr |
Beschreibung |
Neue Ansicht für die Downloads-List themes/base/files/list.tpl: <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> <tr> <td class="headb"> {lang:mod_name} </td> </tr> <tr> <td class="leftb"> {lang:mod_list} </td> </tr> </table> <br /> <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> {loop:categories} <tr> <td class="headb"><a href="{url:files_listcat:where={categories:id}}"> {categories:name}</a> ({categories:count} </td></tr> <tr> <td class="leftb">{categories:text}</td> </tr> {if:subcats}{loop:subs} <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> <td class="leftc"><a href="{url:files_listcat:where={subs:id}}">< div style="border:1px solid #777777;padding:1px;">{subs:picture}</div></a>< /td> <td class="leftc" width="100%"><a href="{url:files_listcat:where={subs:id}}">{ subs:name}</a><br />Insgesamt <strong>{subs:count}</strong> Dateien<br /> und <strong>{subs:size}</strong></td> </tr> </table> {stop:subs}{stop:subcats} {stop:categories} </table> |
Alter Code |
Alter Code
|
Neuer Code |
Neuer Code
|
| Zurück - Übersicht | |
Kommentare: 6
|
|||
Chelrid 12.03.2010Ort: Ribnitz-Damgarten Beiträge: 962 |
# 1 - 06.07.2009 um 15:59 Uhr
hat da mal wer eine Preview? |
||
taM* ![]() 13.03.2010Ort: Bad Liebenzell Beiträge: 1140 |
# 2 - 06.07.2009 um 18:06 Uhr
http://www.lanonly.de/index/files/list Zuletzt editiert von taM* , am 19.07.2009 um 11:39 Uhr (1x Editiert)
|
||
wÊs 22.02.2010Ort: - Beiträge: 40 |
# 3 - 07.07.2009 um 08:19 Uhr
schön und gut... aber man verlinkt generell kein div... das ist nicht xhtml valide... die bessere Lösung ist:
|
||
Z_G wasgeht 20.02.2010Ort: - Beiträge: 581 |
# 4 - 08.07.2009 um 10:06 Uhr
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> <tr> <td class="headb"> Kommentare </td> </tr> <tr> <td class="leftb"> {lang:mod_list} </td> </tr> </table> <br /> <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> {loop:categories} <tr> <td class="headb"><a href="/modules/files/listcat:where={categories:id}"> {categories:name}</a> {categories:count} </td> </tr> <tr> <td class="leftb">{categories:text}</td> </tr> {if:subcats}{loop:subs} <table class="forum" cellpadding="0" cellspacing="{page:cellsp acing}" style="width:{page:width}"> <td class="leftc"><a style="border:1px solid #777777; padding:1px;" href="/modules/files/listcat:where={subs:id}">{subs: picture}</a>< /td> <td class="leftc" width="100%"><a href="/modules/files/listcat:where={subs:id}">{subs: name}</a><br />Insgesamt <strong>{subs:count}</strong> Dateien<br /> und <strong>{subs:size}</strong></td> </tr> </td> </table> {stop:subs}{stop:subcats} {stop:categories} </table> klappt bei mir nicht http://zocker-gemeinde.de/CMS/index/files/list |
||
Bruchpilot 12.03.2010Ort: - Beiträge: 39 |
# 5 - 05.12.2009 um 15:32 Uhr
bei mir auch nicht. |
||
Z_G wasgeht 20.02.2010Ort: - Beiträge: 581 |
# 6 - 17.12.2009 um 10:17 Uhr
so, klappt es ![]() <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> <tr> <td class="headb"> {lang:mod_name} </td> </tr> <tr> <td class="leftb"> {lang:mod_list} </td> </tr> </table> <br /> <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> {loop:categories} <tr> <td class="headb"><a href="{url:files_listcat:where={categories:id}}"> {categories:name}</a> {categories:count} </td> </tr> <tr> <td class="leftb">{categories:text}</td> </tr> {if:subcats}{loop:subs} <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}"> <td class="leftc"><a href="{url:files_listcat:where={subs:id}}"> <div style="border:1px solid #777777;padding:1px;">{subs:picture}</div></a>< /td> <td class="leftc" width="100%"><a href="{url:files_listcat:where={subs:id}}">{ subs:name}</a><br />Insgesamt <strong>{subs:count}</strong> Dateien<br /> und <strong>{subs:size}</strong></td> </tr> </table> {stop:subs}{stop:subcats} {stop:categories} Zuletzt editiert von Z_G wasgeht, am 08.01.2010 um 14:06 Uhr (3x Editiert) |
||
| Bitte Login benutzen, um Kommentare zu schreiben. |