From 4f9bda9698c566ac2fc4a5c57c6e69568aea6ff7 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 29 May 2018 15:37:04 -0400 Subject: [PATCH] Add details of use fields and placeholder sections for the rest of the requests steps --- templates/requests.html.to | 3 +- templates/requests/screen-1.html.to | 166 +++++++++++++++++++++++++++- templates/requests/screen-2.html.to | 3 +- templates/requests/screen-3.html.to | 2 +- templates/requests/screen-4.html.to | 2 +- templates/requests/screen-5.html.to | 4 +- 6 files changed, 172 insertions(+), 8 deletions(-) diff --git a/templates/requests.html.to b/templates/requests.html.to index 397cf060..5681797e 100644 --- a/templates/requests.html.to +++ b/templates/requests.html.to @@ -4,6 +4,7 @@
+

JEDI Requests

@@ -13,7 +14,7 @@ form goes here {% end %} {% block next %} - next page + Save & Continue {% end %}
diff --git a/templates/requests/screen-1.html.to b/templates/requests/screen-1.html.to index 5aea65cf..0011193e 100644 --- a/templates/requests/screen-1.html.to +++ b/templates/requests/screen-1.html.to @@ -1,7 +1,169 @@ {% extends '../requests.html.to' %} {% block form %} -

What is your name?

- +

Details of Use

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque placeat distinctio accusamus quo temporibus facilis, dicta delectus asperiores. Nihil aut quod quibusdam id fugit, officia dolorum laudantium! Quidem tempora, aliquam.

+
+

Application Details

+

These headings introduce, respectively, sections and subsections within your body copy. As you create these headings, follow the same guidelines that you use when writing section headings: Be succinct, descriptive, and precise.

+ + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + + + + +
+ +
+ +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+
+ + + + + +
+ +
+ +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+
+ + + + +

Computation

+

These headings introduce, respectively, sections and subsections within your body copy. As you create these headings, follow the same guidelines that you use when writing section headings: Be succinct, descriptive, and precise.

+ + + + + + + + + + +

Storage

+

The particulars of your body copy will be determined by the topic of your page. Regardless of topic, it’s a good practice to follow the inverted pyramid structure when writing copy: Begin with the information that’s most important to your users and then present information of less importance.

+ + + + + + + + + + +

Estimated Application Storage

+

The particulars of your body copy will be determined by the topic of your page. Regardless of topic, it’s a good practice to follow the inverted pyramid structure when writing copy: Begin with the information that’s most important to your users and then present information of less importance.

+ + + + + + + + + + + + + + + + +

+ + +
+ + +
+ + {% end %} + + + \ No newline at end of file diff --git a/templates/requests/screen-2.html.to b/templates/requests/screen-2.html.to index 0bf97f43..858d0e16 100644 --- a/templates/requests/screen-2.html.to +++ b/templates/requests/screen-2.html.to @@ -1,7 +1,8 @@ {% extends '../requests.html.to' %} {% block form %} -

What is your quest?

+ +

Organizational Info

{% end %} diff --git a/templates/requests/screen-3.html.to b/templates/requests/screen-3.html.to index 0bf97f43..29c1b343 100644 --- a/templates/requests/screen-3.html.to +++ b/templates/requests/screen-3.html.to @@ -1,7 +1,7 @@ {% extends '../requests.html.to' %} {% block form %} -

What is your quest?

+

Funding/Contracting

{% end %} diff --git a/templates/requests/screen-4.html.to b/templates/requests/screen-4.html.to index 0bf97f43..bbecea24 100644 --- a/templates/requests/screen-4.html.to +++ b/templates/requests/screen-4.html.to @@ -1,7 +1,7 @@ {% extends '../requests.html.to' %} {% block form %} -

What is your quest?

+

Readiness Survey

{% end %} diff --git a/templates/requests/screen-5.html.to b/templates/requests/screen-5.html.to index bb56aa9b..bb34d7d0 100644 --- a/templates/requests/screen-5.html.to +++ b/templates/requests/screen-5.html.to @@ -1,10 +1,10 @@ {% extends '../requests.html.to' %} {% block form %} -

What is your favorite color?

+

Review & Submit

{% end %} {% block next %} -MAKE THE REQUEST +Submit to Contracting Officer {% end %}