From df0658f7e10d2bf87460195f792398d16eee811e Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 23 Dec 2011 01:43:53 +0100 Subject: Added plugin management to bakend and fixed db models. --- .../src/systemtemplates/confirminstall.html | 26 +++++++++ .../templates/src/systemtemplates/pluginhelp.html | 4 ++ .../src/systemtemplates/plugininstall.html | 18 ++++++ .../templates/src/systemtemplates/pluginlist.html | 66 ++++++++++++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 ratatoeskr/templates/src/systemtemplates/confirminstall.html create mode 100644 ratatoeskr/templates/src/systemtemplates/pluginhelp.html create mode 100644 ratatoeskr/templates/src/systemtemplates/plugininstall.html create mode 100644 ratatoeskr/templates/src/systemtemplates/pluginlist.html (limited to 'ratatoeskr/templates') diff --git a/ratatoeskr/templates/src/systemtemplates/confirminstall.html b/ratatoeskr/templates/src/systemtemplates/confirminstall.html new file mode 100644 index 0000000..fdd15af --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/confirminstall.html @@ -0,0 +1,26 @@ + + +

$name

+ + $description + +

+
$code
+ + + $license + +

+
$license
+
+
+ +

+
+ +
+
+ + +
+
diff --git a/ratatoeskr/templates/src/systemtemplates/pluginhelp.html b/ratatoeskr/templates/src/systemtemplates/pluginhelp.html new file mode 100644 index 0000000..c1e748a --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/pluginhelp.html @@ -0,0 +1,4 @@ + + + $help + diff --git a/ratatoeskr/templates/src/systemtemplates/plugininstall.html b/ratatoeskr/templates/src/systemtemplates/plugininstall.html new file mode 100644 index 0000000..039feef --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/plugininstall.html @@ -0,0 +1,18 @@ + + + $success + +
$success
+
+
+ $error + +
$error
+
+
+ +

+
+ +
+
diff --git a/ratatoeskr/templates/src/systemtemplates/pluginlist.html b/ratatoeskr/templates/src/systemtemplates/pluginlist.html new file mode 100644 index 0000000..ea01335 --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/pluginlist.html @@ -0,0 +1,66 @@ + + + $success + +
$success
+
+
+ $error + +
$error
+
+
+ +
+ + + + + + + + + + + + + + + + + ~{$plugins_n|gt|0} + + + + + + + + + + + + + + + + + + + +
 
$p[name]$p[versiontext]?{$p[active]||}$p[description]$p[author]?{$p[web]|$p[web]|}?{$p[help]||}
+
+ + + | + + | + + | + +
+
+
-- cgit v1.2.3-54-g00ecf