Skip to content

Commit bf03e0f

Browse files
committed
introduce feedback page, refactor welcome
1 parent 4f207f2 commit bf03e0f

3 files changed

Lines changed: 47 additions & 8 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<topic id="Untitled" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<topic id="Background" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:oasis:names:tc:dita:xsd:topic.xsd">
44
<title>Background</title>
55
<shortdesc>Welcome and background details</shortdesc>
@@ -11,12 +11,7 @@
1111
<li>Core analysis skills</li>
1212
</ul></p>
1313
<p>
14-
<xref format="dita" href="../page-index.dita" outputclass="enterBtn">Next Page</xref>
14+
<xref format="dita" href="./feedback.dita" outputclass="enterBtn">Next Page</xref>
1515
</p>
1616
</body>
17-
<!-- note: we're linking to these supporting documents here, to ensure they are build/converted -->
18-
<related-links>
19-
<link href="../welcome.dita" format="dita"></link>
20-
<link href="./security.dita" format="dita"></link>
21-
</related-links>
2217
</topic>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<topic id="Welcome" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="urn:oasis:names:tc:dita:xsd:topic.xsd">
4+
<title>Feedback</title>
5+
<shortdesc>Contact details for feedback and support</shortdesc>
6+
<body>
7+
<table>
8+
<tgroup cols="2">
9+
<colspec colname="c1"/>
10+
<colspec colname="c2"/>
11+
<tbody>
12+
<row>
13+
<entry nameend="c2" namest="c1">
14+
<p outputclass="h1">Name, email, tel, etc.</p>
15+
</entry>
16+
</row>
17+
<row>
18+
<entry>
19+
</entry>
20+
<entry>
21+
<p outputclass="h1">Security details 2</p>
22+
</entry>
23+
</row>
24+
<row>
25+
<entry>
26+
<p>Version: 3.2</p>
27+
<p>Date: Nov 2019</p>
28+
<p>
29+
<xref format="dita" href="../page-index.dita" outputclass="enterBtn">Next Page</xref>
30+
</p>
31+
</entry>
32+
<entry> </entry>
33+
</row>
34+
</tbody>
35+
</tgroup>
36+
</table>
37+
</body>
38+
<!-- note: we're linking to these supporting documents here, to ensure they are build/converted -->
39+
<related-links>
40+
<link href="../welcome.dita" format="dita"></link>
41+
<link href="./security.dita" format="dita"></link>
42+
<link href="./background.dita" format="dita"></link>
43+
</related-links>
44+
</topic>

dita/dita/index.ditamap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<topicmeta/>
66
<topicref href="page-index.dita"/>
77
<topicref href="Introduction/seven-questions.dita"/>
8-
<topicref href="Introduction/background.dita"/>
8+
<topicref href="Introduction/feedback.dita"/>
99
</map>

0 commit comments

Comments
 (0)