Skip to content

Instantly share code, notes, and snippets.

@AHartTN
Created June 28, 2011 16:43
Show Gist options
  • Save AHartTN/1051562 to your computer and use it in GitHub Desktop.
Save AHartTN/1051562 to your computer and use it in GitHub Desktop.
ASP.NET Menu generated HTML
<div class="clear hideSkiplink">
<a href="#NavigationMenu_SkipLink">
<img alt="Skip Navigation Links" src="somelonghashedthing" width="0" height="0" style="border-width: 0px;" /></a>
<div class="menu" id="Div1">
<ul class="level1">
<li><a title="The Home Page" class="level1 selected" href="/Default.aspx">Home</a>
</li>
<li><a>Administrator </a>
<ul class="level2">
<li><a title="Add, Edit, Delete, Update Customers" class="level2" href="/Secure/Administrator/CustomerMaint.aspx">
Customer Maintenance </a></li>
<li><a title="Add, Edit, Delete, Update Catalogs" class="level2" href="/Secure/Administrator/CatalogMaint.aspx">
Catalog Maintenance </a></li>
<li><a title="Administrator Level Reports" class="level2" href="/Secure/Administrator/AdminReports.aspx">
Administrative Reports </a></li>
<li><a title="Configure the Application" class="level2" href="/Secure/Administrator/AppSettings.aspx">
Application Settings</a></li>
</ul>
</li>
<li><a>Customer</a><ul class="level2">
<li><a title="Add, Edit, Delete, Update Orders" class="level2" href="/Secure/Customer/OrderMaint.aspx">
Order Maintenance</a> </li>
<li><a title="Add, Edit, Delete, Update Products" class="level2" href="/Secure/Customer/ProductMaint.aspx">
Product Maintenance</a> </li>
<li><a title="Customer Level Reports" class="level2" href="/Secure/Customer/CustomerReports.aspx">
Customer Reports</a> </li>
<li><a title="Detailed Customer Information" class="level2" href="/Secure/Customer/CustomerInfo.aspx">
Customer Information</a> </li>
</ul>
</li>
<li><a title="Developer Utilities, Maintenance and Processing" class="level1" href="/Secure/Developer/DeveloperUtils.aspx">
Developer Utilities</a> </li>
<li><a>Training / Demonstration </a>
<ul class="level2">
<li><a title="Training on All Customer Processes" class="level2" href="/Secure/Trainee/CustomerTrain.aspx">
Customer Training </a></li>
<li><a title="Training on All Catalog Processes" class="level2" href="/Secure/Trainee/CatalogTrain.aspx">
Catalog Training </a></li>
<li><a title="Training on Reports" class="level2" href="/Secure/Trainee/ReportsTrain.aspx">
Reports Training </a></li>
</ul>
</li>
<li><a title="Detailed information on the application" class="level1" href="/About.aspx">
About OFS</a></li>
</ul>
</div>
<a id="NavigationMenu_SkipLink"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment