首次推送
This commit is contained in:
21
Mtxfw.shop/_Admin/showlicense.aspx
Normal file
21
Mtxfw.shop/_Admin/showlicense.aspx
Normal file
@@ -0,0 +1,21 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user