Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
82a3139c
Commit
82a3139c
authored
Feb 22, 2018
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: join_form fix style and make Organisation not mandatory
parent
0b5c95e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/join_form.zpt
...lateItem/portal_skins/slapos_hal_json_style/join_form.zpt
+20
-14
No files found.
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/join_form.zpt
View file @
82a3139c
...
...
@@ -7,6 +7,7 @@
</head>
<body
tal:define=
"form_action string:WebSection_newCredentialRequest;"
>
<div
data-role=
'page'
>
<div
data-gadget-scope=
'header'
>
<div
class=
"ui-header"
>
...
...
@@ -37,52 +38,56 @@
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
First Name
</label>
<div><input
autofocus
type=
"text"
name=
"first_name"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Last Name
</label>
<div><input
autofocus
type=
"text"
name=
"last_name"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Email
</label>
<div><input
autofocus
type=
"email"
name=
"default_email_text"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
User Login
</label>
<div><input
autofocus
type=
"text"
name=
"reference"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Password
</label>
<div><input
autofocus
type=
"password"
name=
"password"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Password Confirmation
</label>
<div><input
type=
"password"
name=
"password_confirmation"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
></label>
</div>
</div>
<br/>
</div>
<div
class=
"right"
style=
"width:49% !important"
>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Organisation
</label>
<div><input
type=
"text"
name=
"career_subordination_title"
value=
""
required=
""
></div>
</div>
<div><input
type=
"text"
name=
"career_subordination_title"
value=
""
></div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Telephone
</label>
<div><input
type=
"text"
name=
"default_telefone_text"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Address
</label>
<div><input
type=
"text"
name=
"default_address_street_address"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Postal Code
</label>
<div><input
type=
"text"
name=
"default_address_zip_code"
value=
""
required=
""
></div>
</div>
</div>
<br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
City
</label>
<div><input
type=
"text"
name=
"default_address_city"
value=
""
required=
""
></div>
</div>
</div><br/>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Country
</label>
<div><input
type=
"text"
name=
"default_address_country"
value=
""
required=
""
></div>
</div><br/>
</div>
<div
class=
"bottom"
>
<div
class=
"ui-field-contain"
>
...
...
@@ -92,7 +97,7 @@
<div
class=
"ui-field-contain"
>
<label></label>
<div><input
type=
"submit"
value=
'Request User'
i18n:attributes=
"value"
i18n:domain=
"ui"
tal:attributes=
"name python: '%s:method' % (form_action, )"
/></div>
</div>
</div>
<br/>
<input
type=
"hidden"
name=
"url"
tal:attributes=
"value python: context.absolute_url()"
/>
<input
tal:condition=
"exists: request/came_from"
type=
"hidden"
name=
"came_from"
...
...
@@ -103,5 +108,6 @@
</section>
</article>
</div>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment