-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michiel Bijl
committed
Feb 18, 2017
1 parent
02f2234
commit c4f2b7d
Showing
2 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>List of all APG example pages</title> | ||
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css"> | ||
<link rel="stylesheet" href="css/core.css"> | ||
</head> | ||
<body> | ||
<h1>This page has a link to all current APG example pages. Internal use only (it’s probably already out of date).</h1> | ||
<ol> | ||
<li><a href="accordion/accordion1.html">Accordion</a></li> | ||
<li><a href="alert/index.html">Alert</a></li> | ||
<li><a href="breadcrumb/index.html">Breadcrumb</a></li> | ||
<li><a href="button/button.html">Button</a></li> | ||
<li>Checkbox | ||
<ol> | ||
<li><a href="checkbox/checkbox-1/checkbox-1.html">Checkbox 1</a></li> | ||
<li><a href="checkbox/checkbox-2/checkbox-2.html">Checkbox 2</a></li> | ||
</ol> | ||
</li> | ||
<li>Disclosure | ||
<ol> | ||
<li><a href="disclosure/disclosure-faq.html">Disclosure FAQ</a></li> | ||
<li><a href="disclosure/disclosure-img-long-description.html">Disclosure long image description</a></li> | ||
</ol> | ||
</li> | ||
<li><a href="feed/feed.html">Feed</a></li> | ||
<li>Grid | ||
<ul> | ||
<li><a href="grid/advancedDataGrid.html">Advanced Data Grid</a></li> | ||
<li><a href="grid/dataGrids.html">Data Grids</a></li> | ||
<li><a href="grid/LayoutGrids.html">Layout Grids</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="link/link.html">Link</a></li> | ||
<li><a href="listbox/listbox.html">Listbox</a></li> | ||
<li>Menu button | ||
<ul> | ||
<li><a href="menu-button/menu-button-1/menu-button-1.html">Menu button 1</a></li> | ||
<li><a href="menu-button/menu-button-2/menu-button-2.html">Menu button 2</a></li> | ||
</ul> | ||
</li> | ||
<li>Menubar | ||
<ul> | ||
<li><a href="menubar/menubar-1/menubar-1.html">Menubar 1</a></li> | ||
<li><a href="menubar/menubar-2/menubar-2.html">Menubar 2</a></li> | ||
</ul> | ||
</li> | ||
<li>Radio | ||
<ul> | ||
<li><a href="radio/radio-1/radio-1.html">Radio 1</a></li> | ||
<li><a href="radio/radio-2/radio-2.html">Radio 2</a></li> | ||
</ul> | ||
</li> | ||
<li>Slider | ||
<ul> | ||
<li><a href="slider/slider-1.html">Slider 1</a></li> | ||
<li><a href="slider/slider-2.html">Slider 2</a></li> | ||
</ul> | ||
</li> | ||
<li>Tabs | ||
<ul> | ||
<li><a href="tabs/tabs-1/tabs.html">Tabs 1</a></li> | ||
<li><a href="tabs/tabs-2/tabs.html">Tabs 2</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="toolbar/toolbar.html">Toolbar</a></li> | ||
<li>Treeview | ||
<ul> | ||
<li><a href="treeview/treeview-1/treeview-1a.html">Treeview 1a</a></li> | ||
<li><a href="treeview/treeview-1/treeview-1b.html">Treeview 1b</a></li> | ||
<li><a href="treeview/treeview-2/treeview-2a.html">Treeview 2a</a></li> | ||
<li><a href="treeview/treeview-2/treeview-2b.html">Treeview 2b</a></li> | ||
</ul> | ||
</li> | ||
</ol> | ||
</body> | ||
</html> |