aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/xml/default.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-10 20:34:10 +0000
committervdigital <vdigital@piwigo.org>2007-02-10 20:34:10 +0000
commit042f9fc51c9437f330f8ca6395ee04bfece1b988 (patch)
tree18e726856d2c9117ccfbc255ffc586d8f6bcba96 /template/yoga/xml/default.tpl
parent9adbcc7d13397d7b449f23e64317b1557ae87c12 (diff)
First try on clear theme for mail...
And xml template in yoga. git-svn-id: http://piwigo.org/svn/trunk@1798 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/xml/default.tpl')
-rw-r--r--template/yoga/xml/default.tpl25
1 files changed, 0 insertions, 25 deletions
diff --git a/template/yoga/xml/default.tpl b/template/yoga/xml/default.tpl
deleted file mode 100644
index 618780c71..000000000
--- a/template/yoga/xml/default.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<!-- Just a sample right now -->
-
-<group>
- <title>PhpWebGallery - Web Service</title>
- <text>default.tpl: To be customized.</text>
-
- <!-- BEGIN row -->
- <picture id="{row.ID}">
- <caption>{row.CAPTION}</caption>
- <date>{row.DATE}</date>
- <text>{row.COMMENT}</text>
- <!-- BEGIN High -->
- <full-image width="{row.High.WIDTH}" height="{row.High.HEIGHT}">{row.High.URL}</full-image>
- <!-- END High -->
- <!-- BEGIN Normal -->
- <image width="{row.Normal.WIDTH}" height="{row.Normal.HEIGHT}">{row.Normal.URL}</image>
- <!-- END Normal -->
- <!-- BEGIN Thumbnail -->
- <small-image width="{row.Thumbnail.WIDTH}" height="{row.Thumbnail.HEIGHT}">{row.Thumbnail.URL}</small-image>
- <!-- END Thumbnail -->
- </picture>
- <!-- END row -->
-<group>