Skip to content

Commit 6c68c65

Browse files
committed
small fix
1 parent 27dd7fa commit 6c68c65

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

dyndoc/index.dyn

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ https://github.com/asciidoctor[Asciidoctor @ *GitHub*]
9898
]
9999
[#>]
100100
<p>toto2 luvyu</p>
101-
<a href="#panel-dyn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
101+
<a href="#dyndoc-panel" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
102102
[#jqmPage}

dyndoc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ <h2 id="_todo">TODO</h2>
675675
</div>
676676
</div>
677677
<p>toto2 luvyu</p>
678-
<a href="#panel-dyn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
678+
<a href="#dyndoc-panel" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
679679
</div><!-- /content -->
680680

681681
<div data-role="footer" data-position="fixed" data-fullscreen="false">

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
</head>
427427
<body>
428428

429-
<div data-role="panel" id="panel-dyn" data-position="left" data-display="reveal" data-theme="a">
429+
<div data-role="panel" id="rcqls-panel" data-position="left" data-display="reveal" data-theme="a">
430430

431431

432432
<ul data-role="listview">
433433
<li data-icon="delete"><a href="#" data-rel="close">Close menu</a></li>
434-
<li ><a href="#page-home" >Home page</a></li>
434+
<li ><a href="#rcqls-projects" >RCqls Projects</a></li>
435435
<li ><a href="#dyndoc" >Dyndoc</a></li>
436436
<li ><a href="#ensgt" >Teaching</a></li>
437437
</ul>
438438

439439
</div><!-- /panel -->
440440

441441

442-
<div data-role="page" id="page-home" data-title="RCqls Projects">
442+
<div data-role="page" id="rcqls-projects" data-title="RCqls Projects">
443443
<div data-role="header" data-position="fixed" data-fullscreen="false">
444-
<a href="#panel-dyn" data-icon="bars" data-iconpos="notext"></a>
444+
<a href="#rcqls-panel" data-icon="bars" data-iconpos="notext"></a>
445445

446446
<h1>RCqls Projects</h1>
447447

@@ -1102,7 +1102,7 @@ <h2 id="_todo">TODO</h2>
11021102
</div>
11031103
</div>
11041104
<p>toto2 luvyu</p>
1105-
<a href="#panel-dyn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
1105+
<a href="#dyndoc-panel" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Menu</a>
11061106
</div><!-- /content -->
11071107

11081108
<div data-role="footer" data-position="fixed" data-fullscreen="false">

main/index.dyn

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
{#jqmPanel]panel-dyn[#>]
1+
{#jqmPanel]rcqls-panel[#>]
22
{#jqmMenuListView]
3-
page-home:Home page
3+
rcqls-projects:RCqls Projects
44
dyndoc:Dyndoc
55
ensgt:Teaching
66
[#}
77
[#jqmPanel}
88

9-
{#jqmPage]page-home
9+
{#jqmPage]rcqls-projects
1010
[#page.title][RCqls Projects]
1111
[#header.title][RCqls Projects]
12-
[#header.left]{#jqmHeaderButton]panel-dyn[#}
12+
[#header.left]{#jqmHeaderButton]rcqls-panel[#}
1313
[#footer.title][Projects]
1414
[#adoc>]
1515
This page gathers all projects developped by RCqls:

0 commit comments

Comments
 (0)