Skip to content

Commit

Permalink
update example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Jul 14, 2016
1 parent 89e6607 commit b89d44b
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 20 deletions.
12 changes: 8 additions & 4 deletions header-test-mfixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
</head>
<body>

<topbar mfixed style="display:none;">
<topbar right mfixed style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down
12 changes: 8 additions & 4 deletions header-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
</head>
<body>

<topbar style="display:none;">
<topbar right style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@

<topbar right style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down
10 changes: 7 additions & 3 deletions template-mfixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@

<topbar right mfixed style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down
10 changes: 7 additions & 3 deletions template-right.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@

<topbar right style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down
10 changes: 7 additions & 3 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@

<topbar style="display:none;">
<item><a href="index.html">Home</a></item>
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<menu name="Examples">
<item><a href="template.html">Left</a></item>
<item><a href="template-right.html">Right</a></item>
<item><a href="template-mfixed.html">MFixed</a></item>
<item><a href="header-test-mfixed.html">Header Test</a></item>
<item><a href="header-test-mfixed.html">Header Test (MFixed)</a></item>
</menu>
<menu name="Dropdown Menu">
<item><a href="#">Item #1</a></item>
<item><a href="#">Item #2</a></item>
Expand Down

0 comments on commit b89d44b

Please sign in to comment.