Skip to content

Instantly share code, notes, and snippets.

/list.tpl Secret

Created January 2, 2015 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d4c3ab332112e5f0b89e to your computer and use it in GitHub Desktop.
Save anonymous/d4c3ab332112e5f0b89e to your computer and use it in GitHub Desktop.
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="headb">{lang:mod_name} - {lang:head_list}</td>
</tr>
<tr>
<td class="leftc">&Uuml;bersicht &uuml;ber die Galerie.</td>
</tr>
</table>
<br />
{tmp:no_cat}
{loop:cat}
<table class="forum2" cellpadding="0" cellspacing="{page:cellspacing}" style="width:214px;height:210px">
<tr>
<td class="centerb" colspan="2">{cat:img}</td>
</tr>
<tr>
<td class="centerb" colspan="2">{cat:folders_name}</td>
</tr>
<tr>
<td class="leftc">{lang:number}</td>
<td class="rightb">{cat:pic_count}</td>
</tr>
</table>
{stop:cat}
{lang:getmsg}
{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" style="padding:10px 0">
{loop:last_update}
<div style="float:left; width:{options:thumbs}px; height:{options:thumbs}px; margin:5px; padding:0px; background:url({page:path}mods/gallery/image.php?thumb={last_update:img}) no-repeat center; border:5px solid #eee; box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;">
{last_update:link}
</div>
{stop:last_update}
</td>
</tr>
</table>
<br />
{stop:last_update_1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment