diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /templates | |
parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) |
httrack 3.33.16
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.am | 3 | ||||
-rw-r--r-- | templates/Makefile.in | 4 | ||||
-rwxr-xr-x | templates/topindex-bodycat.html | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am index 39ded72..ee6b481 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -1,6 +1,7 @@ templatesdir = $(datadir)/httrack/templates templates_DATA = index-body.html index-header.html topindex-footer.html \ - index-footer.html topindex-body.html topindex-header.html + index-footer.html topindex-body.html topindex-header.html \ + topindex-bodycat.html EXTRA_DIST = $(templates_DATA) diff --git a/templates/Makefile.in b/templates/Makefile.in index f800722..565d593 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -69,6 +69,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LFS_FLAG = @LFS_FLAG@ +LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ @@ -135,7 +136,8 @@ target_alias = @target_alias@ templatesdir = $(datadir)/httrack/templates templates_DATA = index-body.html index-header.html topindex-footer.html \ - index-footer.html topindex-body.html topindex-header.html + index-footer.html topindex-body.html topindex-header.html \ + topindex-bodycat.html EXTRA_DIST = $(templates_DATA) diff --git a/templates/topindex-bodycat.html b/templates/topindex-bodycat.html new file mode 100755 index 0000000..d7fda04 --- /dev/null +++ b/templates/topindex-bodycat.html @@ -0,0 +1,4 @@ + <TH>
+ <BR/>
+ %s
+ </TH>
|