From 7cd3acc45e48d615edbbc5c4ff7032e0ff98785e Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 24 Mar 2006 02:21:48 +0000 Subject: [PATCH] Just working out the preset file format --- mod/data/preset/photogallery/addtemplate.html | 0 .../preset/photogallery/listtemplate.html | 0 .../photogallery/listtemplatefooter.html | 0 .../photogallery/listtemplateheader.html | 0 mod/data/preset/photogallery/preset.xml | 29 +++++++++++++++++++ mod/data/preset/photogallery/rsstemplate.html | 0 .../preset/photogallery/singletemplate.html | 0 7 files changed, 29 insertions(+) create mode 100644 mod/data/preset/photogallery/addtemplate.html create mode 100644 mod/data/preset/photogallery/listtemplate.html create mode 100644 mod/data/preset/photogallery/listtemplatefooter.html create mode 100644 mod/data/preset/photogallery/listtemplateheader.html create mode 100644 mod/data/preset/photogallery/preset.xml create mode 100644 mod/data/preset/photogallery/rsstemplate.html create mode 100644 mod/data/preset/photogallery/singletemplate.html diff --git a/mod/data/preset/photogallery/addtemplate.html b/mod/data/preset/photogallery/addtemplate.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mod/data/preset/photogallery/listtemplate.html b/mod/data/preset/photogallery/listtemplate.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mod/data/preset/photogallery/listtemplatefooter.html b/mod/data/preset/photogallery/listtemplatefooter.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mod/data/preset/photogallery/listtemplateheader.html b/mod/data/preset/photogallery/listtemplateheader.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mod/data/preset/photogallery/preset.xml b/mod/data/preset/photogallery/preset.xml new file mode 100644 index 0000000000..4203816afe --- /dev/null +++ b/mod/data/preset/photogallery/preset.xml @@ -0,0 +1,29 @@ + + + + text + Name + The name of this photo + + + + text + Name + The name of this photo + + + + textarea + Description + Information about your photo + + + + picture + Picture + Your uploaded image + 500 + 500 + 100 + 100 + diff --git a/mod/data/preset/photogallery/rsstemplate.html b/mod/data/preset/photogallery/rsstemplate.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mod/data/preset/photogallery/singletemplate.html b/mod/data/preset/photogallery/singletemplate.html new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5