From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/install_db.tpl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 view/tpl/install_db.tpl (limited to 'view/tpl/install_db.tpl') diff --git a/view/tpl/install_db.tpl b/view/tpl/install_db.tpl new file mode 100644 index 000000000..1302b5a70 --- /dev/null +++ b/view/tpl/install_db.tpl @@ -0,0 +1,30 @@ + +

$title

+

$pass

+ + +

+$info_01
+$info_02
+$info_03 +

+ +{{ if $status }} +

$status

+{{ endif }} + +
+ + + + +{{ inc field_input.tpl with $field=$dbhost }}{{endinc}} +{{ inc field_input.tpl with $field=$dbuser }}{{endinc}} +{{ inc field_password.tpl with $field=$dbpass }}{{endinc}} +{{ inc field_input.tpl with $field=$dbdata }}{{endinc}} + + + + +
+ -- cgit v1.2.3