diff --git a/view/field_custom.tpl b/view/field_custom.tpl new file mode 100644 index 0000000000..be15d3f607 --- /dev/null +++ b/view/field_custom.tpl @@ -0,0 +1,6 @@ + +
+ + $field.2 + $field.3 +
diff --git a/view/field_password.tpl b/view/field_password.tpl new file mode 100644 index 0000000000..e604b7f5da --- /dev/null +++ b/view/field_password.tpl @@ -0,0 +1,6 @@ + +
+ + + $field.3 +
diff --git a/view/field_radio.tpl b/view/field_radio.tpl new file mode 100644 index 0000000000..a915e8eb3c --- /dev/null +++ b/view/field_radio.tpl @@ -0,0 +1,6 @@ + +
+ + + $field.3 +
diff --git a/view/field_yesno.tpl b/view/field_yesno.tpl new file mode 100644 index 0000000000..5d4a775c29 --- /dev/null +++ b/view/field_yesno.tpl @@ -0,0 +1,13 @@ +
+ +
+ + + {{ if $field.4 }}$field.4.0{{ else }}OFF{{ endif }} + + + {{ if $field.4 }}$field.4.1{{ else }}ON{{ endif }} + +
+ $field.3 +
diff --git a/view/settings_addons.tpl b/view/settings_addons.tpl new file mode 100644 index 0000000000..8fe0b51944 --- /dev/null +++ b/view/settings_addons.tpl @@ -0,0 +1,11 @@ +$tabs + +

$title

+ + +
+ +$settings_addons + +
+ diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl new file mode 100644 index 0000000000..893fdfbce2 --- /dev/null +++ b/view/settings_tabs.tpl @@ -0,0 +1,6 @@ + +
+ $account.0 + $plugins.0 +
+
diff --git a/view/theme/dispy/login-bg.gif b/view/theme/dispy/login-bg.gif new file mode 100644 index 0000000000..cde836c893 Binary files /dev/null and b/view/theme/dispy/login-bg.gif differ