diff options
author | DemoscenePassivist <[email protected]> | 2010-08-28 17:09:24 +0200 |
---|---|---|
committer | DemoscenePassivist <[email protected]> | 2010-08-28 17:09:24 +0200 |
commit | 2f1c70e5572a383fed413332d0a120b0a068fb75 (patch) | |
tree | b5a18e0fc5ec99459f004dc14ef449b26e0bbe55 /planet2/config/stream-template.html | |
parent | b039b299f66518ec91e91dbb07cf5c35728fa6ae (diff) |
Small redesign effort for the streams website
Diffstat (limited to 'planet2/config/stream-template.html')
-rw-r--r-- | planet2/config/stream-template.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/planet2/config/stream-template.html b/planet2/config/stream-template.html index 6b08ae8..b273f81 100644 --- a/planet2/config/stream-template.html +++ b/planet2/config/stream-template.html @@ -39,8 +39,19 @@ </div> <div id="text"> <#list entries as entry> -${entry.player}<br/> -<!--${entry.description}--> +<div> + <table> + <tr> + <td width=400> + ${entry.player} + </td> + <td align="left" valign="center"> + <b>${entry.title}</b><br> + ${entry.description} + </td> + </tr> + </table> +</div> </#list> </div> </div> |