Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_TramshedTech_15.git
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Beaumont Mogridge
ProjectClient_Y1S1_TramshedTech_15.git
Commits
a3b62f43
Verified
Commit
a3b62f43
authored
3 years ago
by
Robert Metcalf
Browse files
Options
Downloads
Patches
Plain Diff
turn form into a table
parent
a989a1b7
No related branches found
No related tags found
1 merge request
!8
Allow working spaces to be added
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/add-workspace.html
+51
-51
51 additions, 51 deletions
templates/add-workspace.html
with
51 additions
and
51 deletions
templates/add-workspace.html
+
51
−
51
View file @
a3b62f43
...
...
@@ -2,56 +2,56 @@
{% block title %}Add Workspace{% endblock %}
{% block mainBlock %}
<form
action=
"/admin/add-workspace"
method=
"POST"
>
<
div
>
<
label
for=
"name"
>
Name:
</label
>
<input
id=
"name"
type=
"text"
name=
"name"
>
</div
>
<
div
>
<
label
for=
"name"
>
Address:
</label
>
<input
id=
"address"
type=
"text"
name
=
"a
ddress
"
>
</div
>
<
div
>
<
label
for=
"main-photo"
>
Main Photo:
</label
>
<input
id=
"main-photo"
type=
"text"
name=
"m
ain
_p
hoto
"
>
</div
>
<
div
>
<
label
for=
"additional-photos"
>
Additional Photos:
</label
>
<div><textarea
id
=
"additional-photos"
name=
"a
dditional
_p
hotos
"
></textarea></div
>
</div>
<
div
>
<
label
for=
"description"
>
Description:
</label
>
<div><textarea
id
=
"description"
name=
"d
escription
"
></textarea></div
>
</div>
<
div
>
<
label
for=
"website"
>
Website:
</label
>
<input
id=
"website"
type=
"text"
name=
"website"
>
</div
>
<
div
>
<
label
for=
"email"
>
Email:
</label
>
<input
id=
"email"
type=
"text"
name=
"email"
>
</div
>
<
div
>
<
label
for=
"phone-number"
>
Phone Number:
</label
>
<input
id=
"phone-number"
type=
"text"
name=
"p
hone
_n
umber
"
>
</div
>
<
div
>
<
label
for=
"opening-hours"
>
Opening Hours:
</label
>
<input
id
=
"opening-hours"
type=
"text"
name=
"o
pening
_h
ours
"
>
</div
>
<
div
>
<
label
for=
"checkin-instructions"
>
Checkin Instructions:
</label
>
<div><textarea
id
=
"checkin-instructions"
name=
"c
heckin
_i
nstructions
"
></textarea></div
>
</div>
<
div
>
<
label
for=
"latitude"
>
Latitude:
</label
>
<input
id=
"latitude"
type=
"text"
name=
"latitude"
>
</div
>
<
div
>
<
label
for=
"longitude"
>
Longitude:
</label
>
<input
id=
"longitude"
type=
"text"
name=
"longitude"
>
</div
>
<
div
>
<
input
type=
"submit"
>
<
/div
>
<
table
>
<
tr
>
<td><label
for=
"name"
>
Name:
</label></td
>
<td><input
id=
"name"
type=
"text"
name=
"name"
></td
>
<
/tr
>
<
tr
>
<td><label
for=
"
name
"
>
A
ddress
:
</label></td
>
<td><input
id=
"address"
type=
"text"
name=
"address"
></td
>
<
/tr
>
<
tr
>
<td><label
for=
"main-photo"
>
M
ain
P
hoto
:
</label></td
>
<td><input
id=
"main-photo"
type=
"text"
name=
"main_photo"
></td
>
<
/tr
>
<
tr
>
<td><label
for
=
"additional-photos"
>
A
dditional
P
hotos
:
</label></td
>
<td><div><textarea
id=
"additional-photos"
name=
"additional_photos"
></textarea>
</div>
</td>
<
/tr
>
<
tr
>
<td><label
for
=
"description"
>
D
escription
:
</label></td
>
<td><div><textarea
id=
"description"
name=
"description"
></textarea>
</div>
</td>
<
/tr
>
<
tr
>
<td><label
for=
"website"
>
Website:
</label></td
>
<td><input
id=
"website"
type=
"text"
name=
"website"
></td
>
<
/tr
>
<
tr
>
<td><label
for=
"email"
>
Email:
</label></td
>
<td><input
id=
"email"
type=
"text"
name=
"email"
></td
>
<
/tr
>
<
tr
>
<td><label
for=
"phone-number"
>
P
hone
N
umber
:
</label></td
>
<td><input
id=
"phone-number"
type=
"text"
name=
"phone_number"
></td
>
<
/tr
>
<
tr
>
<td><label
for
=
"opening-hours"
>
O
pening
H
ours
:
</label></td
>
<td><input
id=
"opening-hours"
type=
"text"
name=
"opening_hours"
></td
>
<
/tr
>
<
tr
>
<td><label
for
=
"checkin-instructions"
>
C
heck
-
in
I
nstructions
:
</label></td
>
<td><div><textarea
id=
"checkin-instructions"
name=
"checkin_instructions"
></textarea>
</div>
</td>
<
/tr
>
<
tr
>
<td><label
for=
"latitude"
>
Latitude:
</label></td
>
<td><input
id=
"latitude"
type=
"text"
name=
"latitude"
></td
>
<
/tr
>
<
tr
>
<td><label
for=
"longitude"
>
Longitude:
</label></td
>
<td><input
id=
"longitude"
type=
"text"
name=
"longitude"
></td
>
<
/tr
>
<
/table
>
<
input
type=
"submit"
>
</form>
{% endblock %}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment