Skip to content

Commit 443d8d5

Browse files
committed
adding missing demo
1 parent d9d6113 commit 443d8d5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/page.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
</div>
1717
</div>
1818
</div>
19-
2019
<nav class="navbar navbar-default" role="navigation">
2120
<div class="container">
22-
2321
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
2422
<span class="sr-only">Toggle navigation</span>
2523
<span class="icon-bar"/>
@@ -73,6 +71,9 @@
7371
<a href="{demo}/examples/contacts/html/home.html?browseContacts">RestXQ and
7472
AngularJS</a>
7573
</li>
74+
<li>
75+
<a href="{demo}/examples/xforms/">XForms and RestXQ</a>
76+
</li>
7677
<li>
7778
<a href="{demo}/examples/contacts/html/home.html">Contacts RestXQ Demo</a>
7879
</li>
@@ -135,12 +136,10 @@
135136
</li>
136137
</ul>
137138
<form class="navbar-form navbar-right form-group" role="search" action="search.html" method="GET">
138-
<input type="text" name="q" class="search-query form-control"
139-
placeholder="Search Documentation"/>
139+
<input type="text" name="q" class="search-query form-control" placeholder="Search Documentation"/>
140140
</form>
141141
</div>
142142
</div>
143-
144143
</nav>
145144
<div class="container">
146145
<div id="main" class="row"/>

0 commit comments

Comments
 (0)