diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2015-02-01 16:51:35 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2015-02-01 16:51:35 +0100 |
| commit | cc4f17e0d8b9c027448a75dafa8194a36d283acd (patch) | |
| tree | cd981250e9b468b08bfa319ad0dfdf465223d7ff | |
| parent | b2d0c4ea27c3885d69c9067b579a075a65ff3834 (diff) | |
| download | cataract-cc4f17e0d8b9c027448a75dafa8194a36d283acd.tar.xz | |
Move the current design templates in the "classic" subdir
Let's call this design a "classic" one.
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | sample/src/setup.xml | 2 | ||||
| -rw-r--r-- | templates/Makefile.am | 13 | ||||
| -rw-r--r-- | templates/classic/Makefile.am | 15 | ||||
| -rw-r--r-- | templates/classic/default.xml (renamed from templates/default.xml) | 0 | ||||
| -rw-r--r-- | templates/classic/emblems-readonly_120.png (renamed from templates/emblems-readonly_120.png) | bin | 5668 -> 5668 bytes | |||
| -rw-r--r-- | templates/classic/scripts-general.js (renamed from templates/scripts-general.js) | 0 | ||||
| -rw-r--r-- | templates/classic/styles.css (renamed from templates/styles.css) | 0 | ||||
| -rw-r--r-- | templates/classic/template_album.html (renamed from templates/template_album.html) | 0 | ||||
| -rw-r--r-- | templates/classic/template_index.html (renamed from templates/template_index.html) | 0 | ||||
| -rw-r--r-- | templates/classic/template_picture.html (renamed from templates/template_picture.html) | 0 |
11 files changed, 19 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index f439459..4e7ceaf 100644 --- a/configure.ac +++ b/configure.ac @@ -128,9 +128,10 @@ AC_MSG_RESULT(yes (version $magick_wand_version)) AC_CONFIG_FILES([ - Makefile + Makefile src/Makefile templates/Makefile + templates/classic/Makefile sample/Makefile ]) AC_OUTPUT diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 6487f60..6b55c16 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -2,7 +2,7 @@ <gallery_setup version="2.0"> <design> <!-- path to the design setup xml file --> - <setup_file>../../templates/default.xml</setup_file> + <setup_file>../../templates/classic/default.xml</setup_file> <!-- use root gallery directory to store all support files --> <!-- and relative paths in sub-albums --> diff --git a/templates/Makefile.am b/templates/Makefile.am index 8826487..150d7e2 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -1,14 +1,3 @@ NULL = -templatesdir = $(datadir)/cgg - -templates_DATA = \ - default.xml \ - template_album.html \ - template_index.html \ - template_picture.html \ - scripts-general.js \ - styles.css \ - $(NULL) - -EXTRA_DIST = $(templates_DATA) +SUBDIRS = classic diff --git a/templates/classic/Makefile.am b/templates/classic/Makefile.am new file mode 100644 index 0000000..77cf852 --- /dev/null +++ b/templates/classic/Makefile.am @@ -0,0 +1,15 @@ +NULL = + +templatesdir = $(datadir)/cgg + +templates_DATA = \ + default.xml \ + template_album.html \ + template_index.html \ + template_picture.html \ + scripts-general.js \ + styles.css \ + emblems-readonly_120.png \ + $(NULL) + +EXTRA_DIST = $(templates_DATA) diff --git a/templates/default.xml b/templates/classic/default.xml index 8cf709e..8cf709e 100644 --- a/templates/default.xml +++ b/templates/classic/default.xml diff --git a/templates/emblems-readonly_120.png b/templates/classic/emblems-readonly_120.png Binary files differindex c952c7e..c952c7e 100644 --- a/templates/emblems-readonly_120.png +++ b/templates/classic/emblems-readonly_120.png diff --git a/templates/scripts-general.js b/templates/classic/scripts-general.js index c371bfa..c371bfa 100644 --- a/templates/scripts-general.js +++ b/templates/classic/scripts-general.js diff --git a/templates/styles.css b/templates/classic/styles.css index ca7121d..ca7121d 100644 --- a/templates/styles.css +++ b/templates/classic/styles.css diff --git a/templates/template_album.html b/templates/classic/template_album.html index fde340f..fde340f 100644 --- a/templates/template_album.html +++ b/templates/classic/template_album.html diff --git a/templates/template_index.html b/templates/classic/template_index.html index 36d4eec..36d4eec 100644 --- a/templates/template_index.html +++ b/templates/classic/template_index.html diff --git a/templates/template_picture.html b/templates/classic/template_picture.html index 19f77d5..19f77d5 100644 --- a/templates/template_picture.html +++ b/templates/classic/template_picture.html |
