Skip to content

Commit b80d1b3

Browse files
committed
centering rooms examples
1 parent a4922e7 commit b80d1b3

9 files changed

Lines changed: 29 additions & 1 deletion

app/rooms/templates/eg001_create_room_with_data.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
24
<h4>1. Creating a room with data</h4>
35
<p>This example demonstrates creating a DocuSign Room.</p>
46

@@ -19,6 +21,8 @@ <h4>1. Creating a room with data</h4>
1921
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
2022
<button type="submit" class="btn btn-docu">Submit</button>
2123
</form>
24+
25+
</div>
2226

2327
{% endblock %}
2428

app/rooms/templates/eg002_create_room_with_template.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
34
<h4>2. Creating a room with a template</h4>
45
<p>This example demonstrates creating a DocuSign Room using a predefined template.<br/>
56
If you've <a href="https://developers.docusign.com/rooms-api/guides/templates" target="_blank">created a template</a>
@@ -38,6 +39,8 @@ <h4>2. Creating a room with a template</h4>
3839
<br/>Thank you.</p>
3940
{% endif %}
4041
</form>
42+
43+
</div>
4144

4245
{% endblock %}
4346

app/rooms/templates/eg003_export_data_from_room.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
4+
35
<h4>3. Exporting data from a room</h4>
46
<p>This example demonstrates how to export rooms data from a DocuSign Room.</p>
57

@@ -29,4 +31,6 @@ <h4>3. Exporting data from a room</h4>
2931
Thank you.</p>
3032
{% endif %}
3133
</form>
34+
</div>
35+
3236
{% endblock %}

app/rooms/templates/eg004_add_forms_to_room.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
34
<h4>4. Adding forms to a room</h4>
45
<p>This example demonstrates how to attach forms to a DocuSign Room.</p>
56

@@ -39,4 +40,6 @@ <h4>4. Adding forms to a room</h4>
3940
Thank you.</p>
4041
{% endif %}
4142
</form>
43+
44+
</div>
4245
{% endblock %}

app/rooms/templates/eg005_get_rooms_with_filters.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
34
<h4>5. Getting rooms with filters</h4>
45
<p>This example demonstrates how to return rooms that have had their field data,<br/>
56
updated within the time period between <b>Start date</b> and <b>End date</b>.</p>
@@ -29,4 +30,5 @@ <h4>5. Getting rooms with filters</h4>
2930
Thank you.</p>
3031
{% endif %}
3132
</form>
33+
</div>
3234
{% endblock %}

app/rooms/templates/eg006_create_external_form_fill_session.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
34
<h4>6. Creating an external form fill session</h4>
45
<p>This example demonstrates how to create an
56
<a href="https://developers.docusign.com/rooms-api/guides/forms" target="_blank">external form fill session</a>
@@ -52,4 +53,6 @@ <h4>6. Creating an external form fill session</h4>
5253
<p>Problem: please first create a room using <a href="eg001Rooms">example 1</a> or <a href="eg002">example 2</a> <br/>
5354
Thank you.</p>
5455
{% endif %}
56+
57+
</div>
5558
{% endblock %}

app/rooms/templates/eg007_create_form_group.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %}
22
{% block content %}
3+
4+
<div class="container" style="margin-top: 40px; margin-left: -10px">
35
<h4>1. Creating a form group</h4>
46
<p>This example demonstrates creating a DocuSign Form Group.</p>
57
{% if show_doc %}
@@ -20,4 +22,6 @@ <h4>1. Creating a form group</h4>
2022
<button type="submit" class="btn btn-docu">Submit</button>
2123
</form>
2224

25+
</div>
26+
2327
{% endblock %}

app/rooms/templates/eg008_grant_office_access_to_form_group.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %}
22
{% block content %}
33

4+
<div class="container" style="margin-top: 40px; margin-left: -10px">
45
<h4>8. Grant office access to a form group</h4>
56
<p>This example demonstrates how to grant Office access to a Form Group.</p>
67

@@ -37,4 +38,6 @@ <h4>8. Grant office access to a form group</h4>
3738
</br>Thank you.</p>
3839
{% endif %}
3940
</form>
41+
42+
</div>
4043
{% endblock %}

app/rooms/templates/eg009_assign_form_to_form_group.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %}
22
{% block content %}
3-
3+
<div class="container" style="margin-top: 40px; margin-left: -10px">
44
<h4>9. Assign a form to a form group</h4>
55
<p>This example demonstrates how to assign a form to a form group.</p>
66

@@ -37,4 +37,6 @@ <h4>9. Assign a form to a form group</h4>
3737
</br>Thank you.</p>
3838
{% endif %}
3939
</form>
40+
41+
</div>
4042
{% endblock %}

0 commit comments

Comments
 (0)