From 6e256f76a60dbb831ec76475615edf319bf2c6da Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 20 Apr 2019 09:23:50 +0200 Subject: [PATCH] Templates for all themes and frio --- templates/register.tpl | 86 ++++++++++++++++++++++++++++++ templates/theme/frio/register.tpl | 87 +++++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+) create mode 100644 templates/register.tpl create mode 100644 templates/theme/frio/register.tpl diff --git a/templates/register.tpl b/templates/register.tpl new file mode 100644 index 0000000..b704da2 --- /dev/null +++ b/templates/register.tpl @@ -0,0 +1,86 @@ +

{{$regtitle}}

+ +
+ + + + + {{if $registertext != ""}}
{{$registertext nofilter}}
{{/if}} + + {{if $explicit_content}}

{{$explicit_content_note}}

{{/if}} + +

{{$fillwith}}

+

{{$fillext}}

+ +{{if $oidlabel}} +
+ +
+
+{{/if}} + +{{if $invitations}} +

{{$invite_desc nofilter}}

+
+ + +
+
+{{/if}} + +
+ + +
+
+ + +
+ + +
+
+ +{{if $ask_password}} + {{include file="field_password.tpl" field=$password1}} + {{include file="field_password.tpl" field=$password2}} +{{/if}} + +

{{$nickdesc nofilter}}

+ +
+ +
@{{$sitename}}
+
+
+ +{{if $permonly}} + {{include file="field_textarea.tpl" field=$permonlybox}} +{{/if}} + + {{$publish nofilter}} + +{{if $showtoslink}} +

{{$tostext}}

+{{/if}} +{{if $showprivstatement}} +

{{$privstatement.0}}

+ {{for $i=1 to 3}} +

{{$privstatement[$i] nofilter}}

+ {{/for}} +{{/if}} + +

{{$captchaTitle}}

+

{{$captchaDescription}}

+ {{include file="field_input.tpl" field=$mathcaptcha}} + +
+ +
+
+ +

{{$importh}}

+ +
diff --git a/templates/theme/frio/register.tpl b/templates/theme/frio/register.tpl new file mode 100644 index 0000000..8d0c88d --- /dev/null +++ b/templates/theme/frio/register.tpl @@ -0,0 +1,87 @@ +
+ +
+ + + + +

{{$regtitle}}

+ + {{if $registertext != ""}}
{{$registertext nofilter}}
{{/if}} + + {{if $explicit_content}}

{{$explicit_content_note}}

{{/if}} + + {{if $oidlabel}} +
+ + + {{$fillwith}} {{$fillext}} +
+
+ {{/if}} + + {{if $invitations}} +
+ + + {{$invite_desc nofilter}} +
+
+ {{/if}} + +
+ + +
+
+ + +
+ + +
+
+ + {{if $ask_password}} + {{include file="field_password.tpl" field=$password1}} + {{include file="field_password.tpl" field=$password2}} + {{/if}} + +
+ + + {{$nickdesc nofilter}} +
+
+ + {{if $permonly}} + {{include file="field_textarea.tpl" field=$permonlybox}} + {{/if}} + + {{$publish nofilter}} + + {{if $showtoslink}} +

{{$tostext}}

+ {{/if}} + {{if $showprivstatement}} +

{{$privstatement.0}}

+ {{for $i=1 to 3}} +

{{$privstatement[$i] nofilter}}

+ {{/for}} + {{/if}} + +

{{$captchaTitle}}

+

{{$captchaDescription}}

+ {{include file="field_input.tpl" field=$mathcaptcha}} + +
+ +
+
+ +

{{$importh}}

+ +
+