<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
|
<%Session.CodePage=65001%>
|
<!--#include virtual="/inc/chkadmin.gds"-->
|
<!--#include virtual="/inc/function.gds"-->
|
<%
|
if isDepartment("0605")=0 then
|
Response.Redirect "/"
|
Response.End()
|
end If
|
|
'各种返回信息
|
SystemMessageType=trim(Request("SystemMessageType"))
|
SMT=trim(Request("SMT"))
|
if SMT="1" then
|
SystemMessageTXT="数据不足!!!"
|
elseif SMT="2" then
|
SystemMessageTXT="介绍人资料修改完成"
|
elseif SMT="3" then
|
SystemMessageTXT="新建介绍人资料完成"
|
elseif SMT="4" then
|
SystemMessageTXT="介绍人资料删除完成"
|
elseif SMT="5" then
|
SystemMessageTXT="介绍人资料重复"
|
elseif SMT="6" then
|
SystemMessageTXT="请选择需要修改的项目"
|
end if
|
|
searchTXT=trim(Request("searchTXT"))
|
Set rs = Server.CreateObject("ADODB.Recordset")
|
|
'单据类型表列
|
OrdClassTypes = ""
|
sql="select vID,vtext,vOrder2 from dictionary where vType=1 and vtitle='OrderClass' order by vOrder"
|
rs.open Sql,objConn,1,1
|
do while not rs.Eof
|
OrdClassTypes = OrdClassTypes & rs("vOrder2") &","& rs("vtext") & "|"
|
rs.movenext
|
Loop
|
rs.close()
|
OrdClassTypes = left(OrdClassTypes,len(OrdClassTypes)-1)
|
OrdClassTypesPS = SPLIT(OrdClassTypes,"|")
|
%>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<title><%=LindemanAdmin%></title>
|
<!--#include virtual="/inc/ccs.gds"-->
|
</head>
|
<body onkeydown="xKeyEvent(event)">
|
<!--#INCLUDE FILE="menu_header.gds" -->
|
<!-- content -->
|
<div id="content">
|
<!--#INCLUDE FILE="AdminUser_menu_left.gds" -->
|
<!-- content / right -->
|
<div id="right">
|
<!-- table -->
|
<div class="box">
|
<!-- box / title -->
|
<div class="title">
|
<h5>介绍人名录</h5>
|
<ul class="links">
|
<%if isDepartment("060502")=1 then%>
|
<li><a onclick="javascript:IntroducerCreate.style.display='block';">新建</a></li>
|
<li><a onClick="form1_Introducer_update()">修改</a></li>
|
<li><a onClick="form1_Introducer_delete()">删除</a></li>
|
<%End If%>
|
</ul>
|
<script LANGUAGE="javascript">
|
//修改介绍人
|
function form1_Introducer_update(){
|
document.form1.action = "admin_save.gds";
|
document.form1.admin_save.value = "77";
|
form1.submit();
|
}
|
//删除介绍人
|
function form1_Introducer_delete(){
|
document.form1.action = "admin_save.gds";
|
document.form1.admin_save.value = "78";
|
form1.submit();
|
}
|
//选择修改介绍人
|
function form1_Introducer_Edit(id){
|
if (document.getElementById('Show_IntroducerName_'+id).style.display=="none")
|
{
|
document.getElementById('Show_IntroducerName_'+id).style.display='';
|
document.getElementById('Edit_IntroducerName_'+id).style.display='none';
|
document.getElementById('IntroducerName_'+id).disabled=true;
|
document.getElementById('Show_IntroducerTEL_'+id).style.display='';
|
document.getElementById('Edit_IntroducerTEL_'+id).style.display='none';
|
document.getElementById('IntroducerTEL_'+id).disabled=true;
|
document.getElementById('Show_IntroducerUnitID_'+id).style.display='';
|
document.getElementById('Edit_IntroducerUnitID_'+id).style.display='none';
|
document.getElementById('IntroducerUnit_'+id+'ID').disabled=true;
|
document.getElementById('IntroducerUnit_'+id).disabled=true;
|
document.getElementById('Show_IntroducerOrdClass_'+id).style.display='';
|
document.getElementById('Edit_IntroducerOrdClass_'+id).style.display='none';
|
document.getElementById('Show_IntroducerAdminName_'+id).style.display='';
|
document.getElementById('Edit_IntroducerAdminName_'+id).style.display='none';
|
document.getElementById('IntroducerAdminName_'+id).disabled=true;
|
}
|
else
|
{
|
document.getElementById('Show_IntroducerName_'+id).style.display='none';
|
document.getElementById('Edit_IntroducerName_'+id).style.display='';
|
document.getElementById('IntroducerName_'+id).disabled=false;
|
document.getElementById('Show_IntroducerTEL_'+id).style.display='none';
|
document.getElementById('Edit_IntroducerTEL_'+id).style.display='';
|
document.getElementById('IntroducerTEL_'+id).disabled=false;
|
document.getElementById('Show_IntroducerUnitID_'+id).style.display='none';
|
document.getElementById('Edit_IntroducerUnitID_'+id).style.display='';
|
document.getElementById('IntroducerUnit_'+id+'ID').disabled=false;
|
document.getElementById('IntroducerUnit_'+id).disabled=false;
|
document.getElementById('Show_IntroducerOrdClass_'+id).style.display='none';
|
document.getElementById('Edit_IntroducerOrdClass_'+id).style.display='';
|
document.getElementById('Show_IntroducerAdminName_'+id).style.display='none';
|
document.getElementById('Edit_IntroducerAdminName_'+id).style.display='';
|
document.getElementById('IntroducerAdminName_'+id).disabled=false;
|
|
}
|
|
|
}
|
//新建介绍人-关闭窗口
|
function JS_IntroducerCreateClose()
|
{
|
IntroducerCreate.style.display="none";
|
}
|
//新建介绍人-保存
|
function JS_IntroducerCreateSave()
|
{
|
form2.submit();
|
}
|
</script>
|
</div>
|
<div class="dialogJ dialogJfix dialogJshadow" id="IntroducerCreate" style="width: 370px; right: 300px; top: 150px;display:none;">
|
<div class="dialogJtitle">
|
<a href="javascript:JS_IntroducerCreateClose();" class="dialogJclose" title="关闭本窗口"> </a>
|
<span class="dialogJtxt" id="EditPhotoTXT">新建介绍人资料</span>
|
</div>
|
<form id="form2" name="form2" action="admin_save.gds" method="post">
|
<input name="admin_save" type="hidden" value="76">
|
<div class="dialogJcontent">
|
<div class="dialogJbody" id="dialogJbody">
|
<div class="modify-album-name">
|
<p class="album-tips"></p>
|
<span>姓名:</span>
|
<input id="IntroducerName" name="IntroducerName" type="text" value="" maxlength="99/">
|
</div>
|
<div class="modify-album-name">
|
<p class="album-tips"></p>
|
<span>电话:</span>
|
<input id="IntroducerTEL" name="IntroducerTEL" type="text" value="" maxlength="99/">
|
</div>
|
<div class="modify-album-name">
|
<p class="album-tips"></p>
|
<span>所属合作公司:</span>
|
<input id="IntroducerUnitID" name="IntroducerUnitID" type="hidden" value="">
|
<input type="text" id="IntroducerUnit" name="IntroducerUnit" value="" readonly="true" onclick="javascript:JS_UnitOpen('IntroducerUnit');" maxlength="99/" style="width: 220px;">
|
</div>
|
<div class="modify-album-name">
|
<p class="album-tips"></p>
|
<span>合作平台账号:</span>
|
<input id="IntroducerAdminName" name="IntroducerAdminName" type="text" value="" maxlength="99/" style="width: 220px;">
|
</div>
|
<div class="modify-album-name">
|
<p class="album-tips"></p>
|
<span>服务类型:</span>
|
<%for z = 0 to UBOUND(OrdClassTypesPS)
|
OrdClassTypesPS1=SPLIT(OrdClassTypesPS(z),",")
|
vID=OrdClassTypesPS1(0)
|
vtext=OrdClassTypesPS1(1)
|
%>
|
<input type="checkbox" id="IntroducerOrdClass_<%=vID%>" value="<%=vID%>" name="IntroducerOrdClass" style="margin: auto;width: 15px;"/>
|
<label for="IntroducerOrdClass_<%=vID%>" style="line-height: 25px;"><%=vtext%></label>
|
<%next%>
|
</div>
|
</div>
|
</div>
|
</form>
|
<div class="dialogJanswers">
|
<input type="button" class="dialogJbtn first-child" onclick="JS_IntroducerCreateSave()" value="确定">
|
<input type="button" class="dialogJbtn" onclick="JS_IntroducerCreateClose()" value="取消">
|
</div>
|
</div>
|
<!-- end box / title -->
|
<%
|
IntroducerSearchID=trim(Request("IntroducerSearchID"))
|
If IntroducerSearchID<>"" Then
|
sql="select *,SourceUserInt=(select count(UserID) from UserData where UserSource='Iid'+CONVERT(VARCHAR(8),IntroducerID)),SourceOrdInt=(select count(ServiceOrdID) from ServiceOrder where ServiceOrdIntroducer=CONVERT(VARCHAR(8),IntroducerID)) from IntroducerData left join IntroducerUnitData on UnitID=IntroducerUnitID where IntroducerState>0 AND IntroducerID="&IntroducerSearchID&" order by IntroducerID desc"
|
else
|
sql="select *,SourceUserInt=(select count(UserID) from UserData where UserSource='Iid'+CONVERT(VARCHAR(8),IntroducerID)),SourceOrdInt=(select count(ServiceOrdID) from ServiceOrder where ServiceOrdIntroducer=CONVERT(VARCHAR(8),IntroducerID)) from IntroducerData left join IntroducerUnitData on UnitID=IntroducerUnitID where IntroducerState>0 order by IntroducerID desc"
|
End If
|
rs.open sql,objConn,1,1
|
if rs.eof then
|
SystemMessageType=2
|
SystemMessageTXT="数据库中相关无数据!"
|
end if
|
%>
|
<!--#include virtual="/inc/SystemMessages.gds" -->
|
<div class="table">
|
<form id="form1" name="form1" action="" method="post">
|
<input name="admin_save" type="hidden" value="77">
|
<input name="IntroducerSearchID" type="hidden" value="<%=IntroducerSearchID%>">
|
<table>
|
<thead>
|
<tr>
|
<th class="selected"><input type="checkbox" class="checkall" /></th>
|
<th>ID</th>
|
<th>姓名</th>
|
<th>电话</th>
|
<th>所属合作公司</th>
|
<th>合作平台账号</th>
|
<th>服务类型</th>
|
<th>状态</th>
|
<th>介绍用户</th>
|
<th class="last">介绍订单</th>
|
</tr>
|
</thead>
|
<tbody>
|
|
<%i=1
|
do while not rs.Eof
|
IntroducerID = rs("IntroducerID")
|
IntroducerName = rs("IntroducerName") '姓名
|
IntroducerUnitID = rs("IntroducerUnitID") '所属合作公司ID
|
UnitName = rs("UnitName") '所属合作公司
|
IntroducerTEL = rs("IntroducerTEL") '电话
|
IntroducerState = rs("IntroducerState") '状态(0删除,1正常)
|
IntroducerOrdClass= rs("IntroducerOrdClass") '所属服务类型
|
IntroducerAdminName= rs("IntroducerAdminName") '合作平台账号
|
IntroducerAdminPass= rs("IntroducerAdminPass") '合作平台密码
|
SourceUserInt = rs("SourceUserInt") '介绍人数
|
SourceOrdInt = rs("SourceOrdInt") '介绍订单
|
If IntroducerState="1" Then
|
IntroducerState="正常"
|
ElseIf IntroducerState="0" Then
|
IntroducerState="已删除"
|
End If
|
If IntroducerAdminName="" Or Isnull(IntroducerAdminName) Then
|
IntroducerAdminNameTXT="未开设"
|
Else
|
IntroducerAdminNameTXT=IntroducerAdminName
|
End If
|
IntroducerOrdClassSP = SPLIT(IntroducerOrdClass,",")
|
i=i+1
|
%>
|
<tr style="white-space: nowrap;">
|
<td class="selected" style='white-space: nowrap;'><input type="checkbox" id="IntroducerID_<%=IntroducerID%>" name="IntroducerID" value="<%=IntroducerID%>" onclick="javascript:form1_Introducer_Edit('<%=IntroducerID%>')"/></td>
|
<td class="selected" style='white-space: nowrap;'><%=IntroducerID%></td>
|
<td class="category" id="Show_IntroducerName_<%=IntroducerID%>" style='white-space: nowrap;'><A HREF="#"><%=IntroducerName%></A></td>
|
<td class="category" id="Edit_IntroducerName_<%=IntroducerID%>" style="display:none;"><input id="IntroducerName_<%=IntroducerID%>" name="IntroducerName_<%=IntroducerID%>" class="small" style="width:200px;text-align: center;" value="<%=IntroducerName%>" type="text" disabled="true"></td>
|
<td class="category" id="Show_IntroducerTEL_<%=IntroducerID%>" style='white-space: nowrap;'><%=IntroducerTEL%></td>
|
<td class="category" id="Edit_IntroducerTEL_<%=IntroducerID%>" style="display:none;"><input id="IntroducerTEL_<%=IntroducerID%>" name="IntroducerTEL_<%=IntroducerID%>" class="small" style="width:150px;text-align: center;" value="<%=IntroducerTEL%>" type="text" disabled="true"></td>
|
<td class="category" id="Show_IntroducerUnitID_<%=IntroducerID%>" style='white-space: nowrap;'><%=UnitName%></td>
|
<td class="category" id="Edit_IntroducerUnitID_<%=IntroducerID%>" style="display:none;">
|
<input id="IntroducerUnit_<%=IntroducerID%>ID" name="IntroducerUnitID_<%=IntroducerID%>" value="<%=IntroducerUnitID%>" type="hidden" disabled="true">
|
<input type="text" id="IntroducerUnit_<%=IntroducerID%>" name="IntroducerUnit_<%=IntroducerID%>" class="small valid" value="<%=UnitName%>" readonly="true" onclick="javascript:JS_UnitOpen('IntroducerUnit_<%=IntroducerID%>');" disabled="true">
|
</td>
|
<td class="category" id="Show_IntroducerAdminName_<%=IntroducerID%>" style='white-space: nowrap;'>
|
<%=IntroducerAdminNameTXT%>
|
<%If IntroducerAdminNameTXT<>"未开设" Then%>
|
<input type="button" name="submit51" value="密码重设" class="ui-button ui-widget ui-state-default ui-corner-all" role="button" aria-disabled="false" onclick="window.location.href='/admin_save.gds?admin_save=114&IntroducerID=<%=IntroducerID%>'">
|
<input type="button" name="submit51" value="登陆账户" class="ui-button ui-widget ui-state-default ui-corner-all" role="button" aria-disabled="false" onclick="window.open('http://cc1.966120.com.cn:803/login.php?adminName=<%=IntroducerAdminName%>&adminID=<%=IntroducerID%>');">
|
<%End If%>
|
</td>
|
<td class="category" id="Edit_IntroducerAdminName_<%=IntroducerID%>" style="display:none;"><input id="IntroducerAdminName_<%=IntroducerID%>" name="IntroducerAdminName_<%=IntroducerID%>" class="small" style="width:150px;text-align: center;" value="<%=IntroducerAdminName%>" type="text" disabled="true"></td>
|
<td class="category" id="Show_IntroducerOrdClass_<%=IntroducerID%>" style="text-align: left;">
|
<%q=0
|
for z = 0 to UBOUND(OrdClassTypesPS)
|
OrdClassTypesPS1=SPLIT(OrdClassTypesPS(z),",")
|
vID=OrdClassTypesPS1(0)
|
vtext=OrdClassTypesPS1(1)
|
for j = 0 to UBOUND(IntroducerOrdClassSP)
|
If vID=Trim(IntroducerOrdClassSP(j)) Then
|
Response.Write vtext&" "
|
If (q+1) mod 5=0 Then Response.Write "<br>"
|
q=q+1
|
End If
|
Next
|
|
next%>
|
</td>
|
<td class="category" id="Edit_IntroducerOrdClass_<%=IntroducerID%>" style="display:none;text-align: left;">
|
<%for z = 0 to UBOUND(OrdClassTypesPS)
|
OrdClassTypesPS1=SPLIT(OrdClassTypesPS(z),",")
|
vID=OrdClassTypesPS1(0)
|
vtext=OrdClassTypesPS1(1)
|
OrderClass_is=""
|
for j = 0 to UBOUND(IntroducerOrdClassSP)
|
If vID=Trim(IntroducerOrdClassSP(j)) Then OrderClass_is="1"
|
next
|
%>
|
<input type="checkbox" id="IntroducerOrdClass_<%=vID%>_<%=IntroducerID%>" value="<%=vID%>" name="IntroducerOrdClass_<%=IntroducerID%>" style="margin: auto;"<%If OrderClass_is="1" Then Response.Write " checked=""checked"""%>/>
|
<label for="IntroducerOrdClass_<%=vID%>_<%=IntroducerID%>"><%=vtext%></label>
|
<%If (z+1) mod 3=0 Then Response.Write "<br>"
|
next%>
|
</td>
|
<td class="category"><%=IntroducerState%></td>
|
<td class="category"><a href="ServiceOrder_List.gds?OrdDateType=7&searchTXTMore=, , , , , , , , <%=IntroducerID%>, , ,"><%=SourceUserInt%></a></td>
|
<td class="category last"><a href="ServiceOrder_List.gds?OrdDateType=7&searchTXTMore=, , , , , , , , <%=IntroducerID%>, , ,"><%=SourceOrdInt%></a></td>
|
</tr>
|
<%rs.movenext
|
loop
|
rs.close()
|
%>
|
<%for j=i to 21%>
|
<tr>
|
<td class="selected"> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td> </td>
|
<td class="last"> </td>
|
|
</tr>
|
<%next%>
|
<%If IntroducerSearchID<>"" Then%>
|
<script>
|
document.getElementById("IntroducerID_<%=IntroducerSearchID%>").checked=true;
|
form1_Introducer_Edit('<%=IntroducerSearchID%>');
|
|
</script>
|
<%End If%>
|
</tbody>
|
</table>
|
|
</form>
|
</div>
|
</div>
|
|
<div class="dialogJ dialogJfix dialogJshadow" id="window_Unit" style="z-index: 50007; width:800px; left: 0px; top: 0px;display:none;">
|
<div class="dialogJtitle">
|
<a href="javascript:JS_UnitClose();" class="dialogJclose" title="关闭本窗口"> </a>
|
<input id="UnitJSID" type="hidden" value="">
|
<span class="dialogJtxt">选择合作公司</span> <input type="text" id="UnitSearchTXT" name="UnitSearchTXT" value="<%=UnitSearchTXT%>" style="width: 100px;" onkeypress="EnterPress_Unit(event)" onkeydown="EnterPress_Unit()"/> <input type="button" name="button3" value="查询" onclick="JS_UnitSearch();"> <input type="button" name="button3" value="清空" onclick="JS_UnitDel();"> <input type="button" name="button3" value="新增" onclick="javascript:window.open('/UnitData.gds?h_menu1=1');">
|
</div>
|
<div class="dialogJcontent">
|
<div class="box">
|
<div class="table" style="padding: 0px;">
|
<input name="window_UnitID" type="hidden" value="">
|
<table>
|
<thead>
|
<tr>
|
<th class="category left" style="text-align: center;">全称</th>
|
<th class="category left" style="text-align: center;">简称</th>
|
<th class="category left" style="text-align: center;">地址</th>
|
<th class="category last" style="text-align: center;">操作</th>
|
</tr>
|
</thead>
|
<tbody id="UnitList">
|
<%for j=0 to 6%>
|
<tr>
|
<td class="category"> </td>
|
<td class="category"> </td>
|
<td class="category"> </td>
|
<td class="category"> </td>
|
</tr>
|
<%next%>
|
</tbody>
|
</table>
|
</div>
|
</div>
|
</div>
|
</div>
|
<script LANGUAGE="javascript">
|
//打开选择合作公司窗口
|
function JS_UnitOpen(id)
|
{
|
var sTop=document.documentElement.scrollTop;
|
if (sTop==0) {sTop=document.body.scrollTop;}
|
var sLeft= document.documentElement.scrollLeft;
|
if (sLeft==0) {sLeft=document.body.scrollLeft;}
|
|
var dTop = document.getElementById(id).getBoundingClientRect().top;
|
if (dTop<200) {dTop=110;}
|
var dLeft = document.getElementById(id).getBoundingClientRect().left;
|
if (dLeft<200) {dLeft=200;}
|
window_Unit.style.display="block";
|
window_Unit.style.left=(dLeft-100)+"px";
|
window_Unit.style.top=(sTop+dTop+30)+"px";
|
document.getElementById("UnitJSID").value=id;
|
window.HiddenFrame.location.replace('IntroducerUnitSearch.gds?JSID='+id);
|
}
|
//关闭选择合作公司窗口
|
function JS_UnitClose()
|
{
|
document.all.UnitSearchTXT.value='';
|
window_Unit.style.display="none";
|
}
|
//选择合作公司查询
|
function JS_UnitSearch()
|
{
|
UnitSearchTXT=document.all.UnitSearchTXT.value;
|
window.HiddenFrame.location.replace('IntroducerUnitSearch.gds?UnitSearchTXT='+UnitSearchTXT);
|
}
|
function EnterPress_Unit(e){ //传入 event
|
var e = e || window.event;
|
if(e.keyCode == 13){JS_UnitSearch();}
|
}
|
//选择合作公司
|
function JS_UnitSave(UnitID,UnitLicense)
|
{
|
var id=document.getElementById("UnitJSID").value;
|
document.getElementById(id+"ID").value=UnitID;
|
document.getElementById(id).value=UnitLicense;
|
JS_UnitClose();
|
}
|
//选择合作公司清空
|
function JS_UnitDel()
|
{
|
var id=document.getElementById("UnitJSID").value;
|
document.getElementById(id+"ID").value='';
|
document.getElementById(id).value='';
|
JS_UnitClose();
|
}
|
//显示合作公司列表窗口
|
function JS_UnitList(UnitListArray,acc1,acc2,UnitSearchTXT,acc3)
|
{
|
var UnitListHTML = "";
|
var i = 0;
|
if (UnitListArray.length>0)
|
{
|
for (var i=0;i<UnitListArray.length;i++)
|
{
|
UnitListHTML = UnitListHTML+"<tr style='cursor:pointer'><td class='category' onclick='JS_UnitSave("+UnitListArray[i][0]+",\""+UnitListArray[i][1]+"\")' style='white-space: nowrap;'>"+UnitListArray[i][1]+"</td><td class='category' onclick='JS_UnitSave("+UnitListArray[i][0]+",\""+UnitListArray[i][1]+"\")' style='white-space: nowrap;'>"+UnitListArray[i][2]+"</td><td class='category' onclick='JS_UnitSave("+UnitListArray[i][0]+",\""+UnitListArray[i][1]+"\")' style='white-space: nowrap;'>"+UnitListArray[i][3]+"</td><td class='category last1' style='white-space: nowrap;'><a href='/IntroducerUnitSearch.gds?UnitSearchID="+UnitListArray[i][0]+"' target='_blank'>修改</a></td></tr>";
|
}
|
}
|
if (acc2>1)
|
{
|
i=i+1;
|
UnitListHTML = UnitListHTML+"<tr><td colspan='4' style='text-align:center;'>";
|
if (acc1>1){UnitListHTML = UnitListHTML+"<a href='javascript:window.HiddenFrame.location.replace(\"IntroducerUnitSearch.gds?UnitSearchTXT="+UnitSearchTXT+"&page="+(acc1-1)+"\");'>上一页</a>";}else{UnitListHTML = UnitListHTML+" ";}
|
if (acc1<acc2){UnitListHTML = UnitListHTML+" <a href='javascript:window.HiddenFrame.location.replace(\"IntroducerUnitSearch.gds?UnitSearchTXT="+UnitSearchTXT+"&page="+(acc1+1)+"\");'>下一页</a>";}
|
UnitListHTML = UnitListHTML+" 共 "+acc3+" 条记录</td></tr>";
|
}
|
|
for (var j=i;j<=6;j++)
|
{
|
UnitListHTML = UnitListHTML+"<tr><td class='category'> </td><td class='category last1'> </td><td class='category last1'> </td><td class='category last1'> </td></tr>";
|
}
|
document.getElementById("UnitList").innerHTML=UnitListHTML;
|
|
}
|
</script>
|
<!-- end table -->
|
|
|
</div>
|
<!-- end content / right -->
|
</div>
|
<!-- end content -->
|
<!--#include FILE="vicgame.asp"-->
|
<IFRAME id="HiddenFrame" name="HiddenFrame" WIDTH=0 HEIGHT=0 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=#ffffff></IFRAME>
|
</body>
|
</html>
|