(root)/lib/templates/signup_form_layout.mustache – Rev 1
|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
efrain |
1 |
{{!
|
|
|
2 |
@template core/signup_form_layout
|
|
|
3 |
|
|
|
4 |
Example context (json):
|
|
|
5 |
{
|
|
|
6 |
"logourl": "https://moodle.org/logo/moodle-logo.svg",
|
|
|
7 |
"sitename": "Site name",
|
|
|
8 |
"formhtml": "<p>(Form html would go here)</p>"
|
|
|
9 |
}
|
|
|
10 |
}}
|
|
|
11 |
<div class="signupform">
|
|
|
12 |
<h1 class="login-heading">{{#str}} newaccount {{/str}}</h1>
|
|
|
13 |
{{{formhtml}}}
|
|
|
14 |
</div>
|