diff --git a/src/mylist.php b/src/mylist.php index 6724c45..e099bc9 100644 --- a/src/mylist.php +++ b/src/mylist.php @@ -26,37 +26,6 @@ else { $userid = $_SESSION["userid"]; } -echo "\r\n"; -?> - - -
-Gift Registry - Wish List for
- --
-
Ranking | -Source | -Description | -Category | -Price | -
---|---|---|---|---|
- | - | - | - | - - | -
- | - ",$row["comment"]); ?> - | -- |
- -
- -- Send to printer / Back to Main -
- - + diff --git a/src/templates/mylist.tpl b/src/templates/mylist.tpl new file mode 100644 index 0000000..e111e79 --- /dev/null +++ b/src/templates/mylist.tpl @@ -0,0 +1,93 @@ +{* +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*} + + + + +Ranking | +Source | +Description | +Category | +Price | +
---|---|---|---|---|
{$row.rendered} | +{$row.source|escape:'htmlall'} | +{$row.description|escape:'htmlall'} | +{$row.category|escape:'htmlall'} | +{$row.price} | +