Files
g.hnyhua.cn/Mtxfw.shop/_Admin/admin_config.aspx

203 lines
6.0 KiB
Plaintext
Raw Normal View History

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_config.aspx.cs" Inherits="Mtxfw.shop._Admin.admin_config" %>
<!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 runat="server">
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/Scripts/jquery-1.7.2.js"></script>
</head>
<body><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>
<form id="form1" runat="server">
<div class="main">
<div class="bt1">系统设置</div>
<div class="bt2">
<div class="clear"></div>
</div>
<div class="bt3">
<table width="100%" class="addtable">
<asp:Panel ID="Panel_v" runat="server">
<tr>
<th>公司名称:</th>
<td>
<asp:TextBox ID="Text_webCom" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>站点名称:</th>
<td>
<asp:TextBox ID="Text_webName" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>站点地址:</th>
<td>
<asp:TextBox ID="Text_webUrl" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>站点LOGO</th>
<td>
<asp:TextBox ID="Text_webLogo" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>站点备案号:</th>
<td>
<asp:TextBox ID="Text_webIcp" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>关键字:</th>
<td>
<asp:TextBox ID="Text_WebKeywords" TextMode="MultiLine" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>站点描述:</th>
<td>
<asp:TextBox ID="Text_webDescription" TextMode="MultiLine" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>版权信息:</th>
<td>
<asp:TextBox ID="Text_webCopyright" TextMode="MultiLine" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>联系邮箱:</th>
<td>
<asp:TextBox ID="Text_webEmail" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>联系电话:</th>
<td>
<asp:TextBox ID="Text_webPhone" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>传真号码:</th>
<td>
<asp:TextBox ID="Text_webFax" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>联系QQ</th>
<td>
<asp:TextBox ID="Text_webQQ" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>图片保存路径:</th>
<td>
<asp:TextBox ID="Text_webUpPath" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>图片上传格式:</th>
<td>
<asp:TextBox ID="Text_webUpType" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>文件上传大小:</th>
<td>
<asp:TextBox ID="Text_webUpSize" runat="server" Columns="40"></asp:TextBox> (KB)
</td>
</tr>
<tr>
<th>缩略图尺寸:</th>
<td>
<asp:TextBox ID="Text_webImgAllowSize" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>统计代码:</th>
<td>
<asp:TextBox ID="Text_webTongji" runat="server" Columns="40"></asp:TextBox>
</td>
</tr>
<tr>
<th>发贴审核:</th>
<td>
<asp:CheckBox ID="Text_webcheckSeef" runat="server"></asp:CheckBox>勾选后论坛发贴,无需审核
</td>
</tr>
<tr>
<th>运费首重(元1kg以内)</th>
<td>
<asp:TextBox ID="Text_YHMoney" runat="server" Columns="40"></asp:TextBox>元
</td>
</tr>
<tr>
<th>运费续重(元/kg)</th>
<td>
<asp:TextBox ID="Text_YHMoney2" runat="server" Columns="40"></asp:TextBox>元
</td>
</tr>
<tr>
<th>付款通道金额:</th>
<td>
<asp:TextBox ID="Text_webMoney1" runat="server" Columns="40"></asp:TextBox>元
</td>
</tr>
</asp:Panel>
<tr>
<th>公司地址:</th>
<td>
<asp:TextBox ID="Text_webAddress" runat="server" Columns="40"></asp:TextBox> <button type="button" id="searchbtn">
在地图上查找</button>
</td>
</tr>
<tr>
<th>
地图坐标:
</th>
<td>
lng:<input type="text" value="" name="lng" id="lng" readonly runat="server" style=" width:100px;" />lat:<input
type="text" value="" name="lat" id="lat" readonly runat="server" style=" width:100px;"/>
</td>
</tr>
<tr>
<th></th>
<td>
<asp:Button ID="Btn_Save" runat="server" CssClass="savebtn" Text="保存" />
<input id="btn_back" type="button" value="返回" class="returnbtn" onclick="history.go(-1)" />
</td>
</tr>
<tr>
<th>
</th>
<td>
<button type="button" id="addMarker">
标注地图</button>查找位置不正确?点击左侧按钮标注正确的位置
</td>
</tr>
<tr>
<th>
</th>
<td>
<div class="map_container" id="map">
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
<script type="text/javascript" src="/Scripts/map.js"></script>
</body>
</html>