]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_themes_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_themes_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="radio" class="form_field" name="member_theme" value="$content[unix]"$content[default] />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 $content[theme_name]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[theme_name] ($content[unix])">$content[theme_author]</a>
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 <a href="{%pipe,generateDereferrerUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 v$content[theme_version]
16         </td>
17 </tr>