diff --git a/view/theme/frio/templates/field_openid.tpl b/view/theme/frio/templates/field_openid.tpl new file mode 100644 index 0000000000..00520b06a7 --- /dev/null +++ b/view/theme/frio/templates/field_openid.tpl @@ -0,0 +1,7 @@ + +
+ + + {{$field.3}} +
+
\ No newline at end of file diff --git a/view/theme/frio/templates/field_password_1.tpl b/view/theme/frio/templates/field_password_1.tpl new file mode 100644 index 0000000000..6bf16dacd2 --- /dev/null +++ b/view/theme/frio/templates/field_password_1.tpl @@ -0,0 +1,7 @@ + +
+ + + {{$field.3}} +
+
\ No newline at end of file diff --git a/view/theme/frio/templates/login.tpl b/view/theme/frio/templates/login.tpl new file mode 100644 index 0000000000..1615294c8d --- /dev/null +++ b/view/theme/frio/templates/login.tpl @@ -0,0 +1,40 @@ + + +
+
+ + +
{{$login}}
+ +
+ {{include file="field_input.tpl" field=$lname}} + {{include file="field_password.tpl" field=$lpassword}} +
+ + {{if $openid}} +
+ {{include file="field_openid.tpl" field=$lopenid}} +
+ {{/if}} + + {{include file="field_checkbox.tpl" field=$lremember}} + + + +
+ +
+
+ + {{foreach $hiddens as $k=>$v}} + + {{/foreach}} + +
+
+ + +