partia duużych zmian
[watermeloncms.git] / wtrmln / modules / views / pw / pw.php
blob0012264d3f6fc9fc3d418afb96ced8f8b53607d7
1 <?php if(!defined('WTRMLN_IS')) exit;
2 /********************************************************************
4 Watermelon CMS
6 Copyright 2008-2009 Radosław Pietruszewski
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 version 2 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 ********************************************************************/
24 <div class="dr">
25 <big>
26 <a href="$/pw/delete/<$id>">Usuń</a> <a href="$/pw/response/<$id>">Odpowiedz</a>
27 </big>
28 </div>
30 <a href="$/pw">Powróć do listy prywatnych wiadomości</a>
32 <div class="post">
33 <div class="posterdata">
34 <cite><$nick></cite>
35 </div>
36 <div class="posttools">
37 wysłany <date $sent>
38 </div>
39 <div class="postcontent">
40 <$text>
41 </div>
42 </div>
44 <div class="dr">
45 <big>
46 <a href="$/pw/delete/<$id>">Usuń</a> <a href="$/pw/response/<$id>">Odpowiedz</a>
47 </big>
48 </div>
50 <a href="$/pw">Powróć do listy prywatnych wiadomości</a>