Skip to content

Commit 18ee7ee

Browse files
committed
refactor(html): missed some html5 class templates
1 parent 57649f1 commit 18ee7ee

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
22
<h1>Documentation link diagnostics</h1>
3-
<div class="diag:diagnose"/>
3+
<div data-template="diag:diagnose"/>
44
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
22
<h1>Editorial view</h1>
3-
<div class="review:editorial-view"/>
3+
<div data-template="review:editorial-view"/>
44
</div>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
22
<h1>An error has occurred</h1>
33
<p>An error has been generated by the application.</p>
4-
<pre class="error templates:error-description"/>
4+
<pre class="error" data-template="templates:error-description"/>
55
<div class="source-links">
6-
<p>View source: <a class="templates:load-source" href="login.html">this page</a>.</p>
6+
<p>View source: <a data-template="templates:load-source" href="login.html">this page</a>.</p>
77
</div>
88
</div>

src/main/xar-resources/search.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-md-12" id="content">
44
<form action="search.html" class="form-horizontal" method="GET" name="f-query" role="form">
55
<div class="form-group">
6-
<label class="control-label col-sm-2" for="inputSearch">Search for</label>
6+
<label class="control-label col-sm-4" for="inputSearch">Search for</label>
77
<div class="col-sm-10">
88
<input class="form-control templates:form-control" id="inputSearch" name="q" type="text"/>
99
</div>
@@ -18,7 +18,7 @@
1818
</div>
1919
</div>
2020
<div class="form-group">
21-
<label class="control-label col-sm-2" for="view">and display as</label>
21+
<label class="control-label col-sm-6" for="view">and display as</label>
2222
<div class="col-sm-10">
2323
<select class="form-control templates:form-control" name="view">
2424
<option selected="selected" value="summary">Summary</option>
@@ -37,4 +37,4 @@
3737
<div class="dq:query"/>
3838
</div>
3939
</div>
40-
</div>
40+
</div>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
2-
<div class="docbook:load">
2+
<div data-template="docbook:load">
33
<div class="col-md-9" id="content">
44
<div class="content">
5-
<div class="docbook:to-html"/>
5+
<div data-template="docbook:to-html"/>
66
</div>
77
</div>
88
<div class="col-md-3" id="sidebar">
99
<div class="well">
10-
<div class="docbook:toc"/>
10+
<div data-template="docbook:toc"/>
1111
</div>
1212
</div>
1313
</div>
14-
</div>
14+
</div>

0 commit comments

Comments
 (0)