-
Notifications
You must be signed in to change notification settings - Fork 0
/
kategorier.aspx
27 lines (25 loc) · 1.08 KB
/
kategorier.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="kategorier.aspx.cs" Inherits="om_os" %>
<%@ OutputCache Duration="86400" VaryByParam="none" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<link href="/css/layout.min.css" rel="stylesheet" />
<link rel="import" href="/bower_components/breadcrumb/breadcrumb.html" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div class="breadcrumbs">
<asp:Literal ID="litBreadcrumb" runat="server" />
</div>
<div class="content">
<aside>
<h2><asp:Literal ID="litPagename" runat="server" /></h2>
<hr />
<ul>
<asp:Literal ID="litSubpages" runat="server" />
</ul>
<a class="buy" href="/how-to-buy">How To Buy</a>
</aside>
<div class="page">
<div class="top"></div>
<asp:Literal ID="litContent" runat="server" />
</div>
</div>
</asp:Content>