Files
g.hnyhua.cn/Mtxfw.shop/_Admin/showlicense.aspx
2026-02-07 15:48:27 +08:00

22 lines
1.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="showlicense.aspx.cs" Inherits="Mtxfw.shop._admin.showlicense" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
<SCRIPT src="images/qh.js"></SCRIPT>
</head>
<body>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<div style=" text-align:center;">营业执照<br><img src="<%#Eval("Businesslicense").ToString()==""?"/Images/NotImage/256x256.gif":"/Image/"+Eval("Businesslicense") %>" /></div>
<p></p><p></p>
<div style=" text-align:center;">税务登记证<br><img src="<%#Eval("TaxRegistration").ToString()==""?"/Images/NotImage/256x256.gif":"/Image/"+Eval("TaxRegistration") %>" /></div>
</ItemTemplate>
</asp:Repeater>
</body>
</html>