source: templates/comments.html

Last change on this file was 1, checked in by george, 16 years ago

Prvnotní import původních kódů z wowresource.

File size: 583 bytes
Line 
1<h3>{comment_h3} - {server_name}</h3>
2<span class="success" style="text-align: center; display: {success_blok}">{added_comment}</span>
3<table class="table" style="width: 500px">
4
5{comments_data}
6
7</table>
8<b>{add_comment}</b>
9<div class="table" style="text-align: center; display: {add_comment_blok}">
10 <form method="post" action="{url_to_post}">
11 <textarea rows="5" name="text"></textarea><br>
12 <input type="submit" class="login">
13 </form>
14</div>
15<table class="table" style="text-align:center; {deny_adding_blok}"><tr><td> {deny_adding_msg}</td></tr></table>
Note: See TracBrowser for help on using the repository browser.