From 47d6db8cbe043d2c524af68831d236080b1127f4 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 17 Mar 2015 09:30:06 +0000 Subject: initial import --- tpl/contents.tpl | 45 +++++++++++++++++++++++++++++++++++++++++++++ tpl/footer.tpl | 3 +++ tpl/header.tpl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ tpl/package.tpl | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tpl/packages.tpl | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 205 insertions(+) create mode 100644 tpl/contents.tpl create mode 100644 tpl/footer.tpl create mode 100644 tpl/header.tpl create mode 100644 tpl/package.tpl create mode 100644 tpl/packages.tpl (limited to 'tpl') diff --git a/tpl/contents.tpl b/tpl/contents.tpl new file mode 100644 index 0000000..dc4fe92 --- /dev/null +++ b/tpl/contents.tpl @@ -0,0 +1,45 @@ +{{{header}}} +
+
+
Search the contents of packages
+
+ +
+
+ + + + + + + {{#rows}} + + + + + + {{/rows}} + {{{^rows}}} + + + + {{{/rows}}} +
FilePackage nameRepositoryArchitecture
{{{file}}}{{{pkgname}}}{{{repo}}}{{{arch}}}
No item found...
+
+
+
+{{{footer}}} diff --git a/tpl/footer.tpl b/tpl/footer.tpl new file mode 100644 index 0000000..60e689e --- /dev/null +++ b/tpl/footer.tpl @@ -0,0 +1,3 @@ + + + diff --git a/tpl/header.tpl b/tpl/header.tpl new file mode 100644 index 0000000..fdfdb67 --- /dev/null +++ b/tpl/header.tpl @@ -0,0 +1,50 @@ + + + + + + + Alpine aports fileindex + + + + + + + + + + + + + +
+ + + +
diff --git a/tpl/package.tpl b/tpl/package.tpl new file mode 100644 index 0000000..e25110f --- /dev/null +++ b/tpl/package.tpl @@ -0,0 +1,56 @@ +{{{header}}} +
+
+
Package details
+
+
+ + {{#name}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{#install_if}} + + + + + {{/install_if}} + {{/name}} + {{^name}} + + + + {{/name}} +
Name{{{name}}}
Version{{{version}}}
ProjectURL
Licence{{{lic}}}
Architecture{{{arch}}}
RepositoryRepository
Maintainer{{{maintainer}}}
Build date{{{build_time}}}
Install if{{{install_if}}}
This package does not exist!
+
+
+{{{footer}}} diff --git a/tpl/packages.tpl b/tpl/packages.tpl new file mode 100644 index 0000000..9027858 --- /dev/null +++ b/tpl/packages.tpl @@ -0,0 +1,51 @@ +{{{header}}} +
+
+
Search for packages
+
+ +
+ + + + + + + + + + + {{#rows}} + + + + + + + + + + {{/rows}} + {{{^rows}}} + + + + {{{/rows}}} +
PackageVersionProjectLicenceArchitectureRepositoryMaintainerBuild date
{{{package}}}{{{version}}}URL{{{license}}}{{{arch}}}{{{repo}}}{{{maintainer}}}{{{bdate}}}
No item found...
+
+
+{{{footer}}} -- cgit v1.2.3