Skip to content

Commit 5970e1b

Browse files
paigesrossimeihDS
andauthored
positioning rooms examples (docusign#41)
* centering rooms examples * fixing numbering * fixing margins * fixing error page * centering click examples * fixing click links * updated banner text Co-authored-by: meihDS <70775251+meihDS@users.noreply.github.com>
1 parent a4922e7 commit 5970e1b

22 files changed

Lines changed: 66 additions & 14 deletions

app/click/examples/eg001_create_clickwrap/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def get_view():
6060
"eg001_create_clickwrap.html",
6161
title="Creating a new clickwrap",
6262
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
63-
source_url=DS_CONFIG["github_example_url"] + path.basename(
63+
source_url=DS_CONFIG["click_github_url"] + path.basename(
6464
path.dirname(__file__)) + "/controller.py",
6565
)

app/click/examples/eg002_activate_clickwrap/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ def get_view():
5757
title="Activating a clickwrap",
5858
clickwrap_ok="clickwrap_id" in session,
5959
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
60-
source_url=DS_CONFIG["github_example_url"] + path.basename(
60+
source_url=DS_CONFIG["click_github_url"] + path.basename(
6161
path.dirname(__file__)) + "/controller.py",
6262
)

app/click/examples/eg003_create_new_clickwrap_version/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ def get_view():
5454
title="Creating a new clickwrap version",
5555
clickwrap_ok="clickwrap_id" in session,
5656
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
57-
source_url=DS_CONFIG["github_example_url"] + path.basename(
57+
source_url=DS_CONFIG["click_github_url"] + path.basename(
5858
path.dirname(__file__)) + "/controller.py",
5959
)

app/click/examples/eg004_list_clickwraps/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ def get_view():
5050
"eg004_list_clickwraps.html",
5151
title="Getting a list of clickwraps",
5252
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
53-
source_url=DS_CONFIG["github_example_url"] + path.basename(
53+
source_url=DS_CONFIG["click_github_url"] + path.basename(
5454
path.dirname(__file__)) + "/controller.py",
5555
)

app/click/examples/eg005_clickwrap_responses/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ def get_view():
5151
title="Getting clickwrap responses",
5252
clickwrap_ok="clickwrap_id" in session,
5353
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
54-
source_url=DS_CONFIG["github_example_url"] + path.basename(
54+
source_url=DS_CONFIG["click_github_url"] + path.basename(
5555
path.dirname(__file__)) + "/controller.py",
5656
)

app/click/templates/eg001_create_clickwrap.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>1. Creating a clickwrap</h4>
36
<p>This example demonstrates how to use DocuSign Click to create a
47
clickwrap that you can embed in your website or app.</p>
@@ -22,4 +25,6 @@ <h4>1. Creating a clickwrap</h4>
2225
<button type="submit" class="btn btn-docu">Submit</button>
2326
</form>
2427

28+
</div>
29+
2530
{% endblock %}

app/click/templates/eg002_activate_clickwrap.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>2. Activating a clickwrap</h4>
36
<p>This example demonstrates how to use DocuSign Click to activate a new
47
clickwrap that you have already created.<br/> By default, new
@@ -31,4 +34,6 @@ <h4>2. Activating a clickwrap</h4>
3134
</form>
3235
{% endif %}
3336

37+
</div>
38+
3439
{% endblock %}

app/click/templates/eg003_create_new_clickwrap_version.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>3. Creating a new clickwrap version</h4>
36
<p>This example demonstrates how to use the Click API to create a new version
47
of a clickwrap.<br/>You can specify whether you require users who have
@@ -31,4 +34,6 @@ <h4>3. Creating a new clickwrap version</h4>
3134
</form>
3235
{% endif %}
3336

37+
</div>
38+
3439
{% endblock %}

app/click/templates/eg004_list_clickwraps.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>4. Getting a list of clickwraps</h4>
36
<p>This example demonstrates how to use the Click API to get a list of
47
clickwraps associated with a specific DocuSign user.</p>
@@ -17,4 +20,6 @@ <h4>4. Getting a list of clickwraps</h4>
1720
<button type="submit" class="btn btn-docu">Continue</button>
1821
</form>
1922

23+
</div>
24+
2025
{% endblock %}

app/click/templates/eg005_clickwrap_responses.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>5. Getting clickwrap responses</h4>
36
<p>This example demonstrates how to use the Click API to get a list of
47
clickwraps associated with a specific DocuSign user.</p>
@@ -36,4 +39,6 @@ <h4>5. Getting clickwrap responses</h4>
3639
</form>
3740
{% endif %}
3841

42+
</div>
43+
3944
{% endblock %}

0 commit comments

Comments
 (0)