30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="shop_category.aspx.cs" Inherits="Mtxfw.shop.shop_category" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
|
|
<script src="http://api.map.baidu.com/api?v=1.4&ak=RjhQHSYlknyVP8jWPIDrVwDP" type="text/javascript"></script><script type="text/javascript" src="http://api.map.baidu.com/library/MarkerTool/1.2/src/MarkerTool_min.js"></script>
|
|
<link href="css/member.css" rel="stylesheet" type="text/css" />
|
|
<style type="text/css">#tj {
|
|
width: 120px;
|
|
}</style>
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
|
<div class="contentWrapper">
|
|
<form id="Form1" runat="server">
|
|
<div id="main">
|
|
|
|
|
|
<div id="Location"><div class="title">当前位置: <a href="/">首页</a> > 商品分类</div></div>
|
|
|
|
<div class="right_category">
|
|
<h3>商品分类</h3>
|
|
<ul>
|
|
<%=categorys%>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
|
|
</form>
|
|
</div>
|
|
</asp:Content>
|