Demo

Probiere ClanSphere aus und teste daran herum. Demo

Codepaste - Details
Weitere Infos zum Codepaste

Name Geänderte Galerie
Autor de Tress13
CMS-Version Clansphere 2009
Datei gallery/list.tpl
Datum 10.03.2010 um 18:18 Uhr
Beschreibung Eine abgeänderte Listen-Ansicht für die Galerie.
Alter Code Alter Code +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="headb">
            {
lang:mod_name} - {lang:head_list}        </td>
    </
tr>
    {
tmp:no_cat}
    {
loop:cat}
    <
tr>
        <
td class="leftc">
            <
div style="width:22% ;margin-right:5px; float:left">
                {
cat:img}
            </
div>
            <
div style="width:100%">
                <
strong>{cat:folders_name}</strong> <br /> 
                <
hr style="width:78%" />
                {
cat:folders_text}
                <
hr style="width:78%" />
                {
cat:pic_count} {cat:last_update}
            </
div>
        </
td>
    </
tr>
    {
stop:cat}
</
table>
<
br />
{
lang:getmsg}
{
loop:top_views_1}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="leftb">
            {
lang:top}
        </
td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:top_views}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={top_views:img}) no-repeat center; border:1px solid #666666">
                {
top_views:link}
            </
div>
        {
stop:top_views}
        </
td>
    </
tr>
</
table>
<
br />
{
stop:top_views_1}
{
loop:last_update_1}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="leftb">
            {
lang:last_update}
        </
td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:last_update}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={last_update:img}) no-repeat center; border:1px solid #666666">
                {
last_update:link}
            </
div>
        {
stop:last_update}
        </
td>
    </
tr>
</
table>
<
br />
{
stop:last_update_1}
{
loop:vote_1}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="leftb">
            {
lang:vote}
        </
td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:vote}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={vote:img}) no-repeat center; border:1px solid #666666;">
                {
vote:link}
            </
div>
        {
stop:vote}
        </
td>
    </
tr>
</
table>
<
br />
{
stop:vote_1}
Neuer Code Neuer Code +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="headb" colspan="4">{lang:mod_name} - {lang:head_list}</td>
    </
tr>
    {
tmp:no_cat}
    {
loop:cat}
    <
tr>
        <
td class="leftc">{cat:img}</td>
        <
td class="centerb"><br />
                            <
br /><strong>{cat:folders_name}</strong></td>
        <
td class="centerb"style="width:20%">{cat:folders_text}</td>
        <
td class="centerb"style="width:30%">{cat:pic_count}
                                        <
br /> {cat:last_update}</td>
    </
tr>
    {
stop:cat}
</
table>
<
br />
{
lang:getmsg}
{
loop:top_views_1}

<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="headb">{lang:top}</td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:top_views}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={top_views:img}) no-repeat center; border:1px solid #666666">
                {
top_views:link}
            </
div>
        {
stop:top_views}
        </
td>
    </
tr>
</
table>
<
br />

{
stop:top_views_1}
{
loop:last_update_1}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="headb">{lang:last_update}</td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:last_update}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={last_update:img}) no-repeat center; border:1px solid #666666">
                {
last_update:link}
            </
div>
        {
stop:last_update}
        </
td>
    </
tr>
</
table>
<
br />

{
stop:last_update_1}
{
loop:vote_1}
<
table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
    <
tr>
        <
td class="headb">{lang:vote}</td>
    </
tr>
    <
tr>
        <
td class="leftc">
        {
loop:vote}
            <
div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={vote:img}) no-repeat center; border:1px solid #666666;">
                {
vote:link}
            </
div>
        {
stop:vote}
        </
td>
    </
tr>
</
table>
<
br />
{
stop:vote_1}
Zurück - Übersicht

Kommentare: 2
Seite [1]
Tom08 ClanSphere Team

09.08.2023

Ort: Daheim
Beiträge: 3083
# 1 - 10.03.2010 um 20:47 Uhr

Gibt es dafür 'ne Preview?
Was genau hast du geändert?

lg
Tress13

19.09.2020

Ort: Lüdenscheid
Beiträge: 3110
# 2 - 11.03.2010 um 15:39 Uhr

Habe einfach nur das Layout der list geändert.

Preview: http://www.d3m-clan.de/index.php?mod=gallery&action=list

Natürlich liegt es dann an eurer CSS wie das Ergebnis ausschaut...



Bitte Login benutzen, um Kommentare zu schreiben.