123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- <!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=gb2312" />
- <title></title>
- <link href="public/css.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- <!--
- .body{font-size:12px}
- .left_li { list-style-image: url(images/littlepic.gif); padding-top:10px;text-align:left}
- .left_li li{ margin-top:3px}
- #menu{table-layout:fixed;}
- #menu .menuHere {
- BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center;FONT-WEIGHT: bold; BACKGROUND: #f4fbff; BORDER-BOTTOM-STYLE: none; color:#FF0000
- }
- #menu .menuWill {
- BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center; BACKGROUND: #ffffff;
- }
- #mySide {
- BORDER-RIGHT: #4F8DC1 1px solid;BORDER-LEFT: #4F8DC1 1px solid; BORDER-BOTTOM:#4F8DC1 1px solid; border-top:#9ec9ec 1px;
- padding-top:20px
- }
- #menu .clearance{BORDER-BOTTOM: #9ec9ec 1px solid}
- .STYLE1 {
- font-size: 24px;
- font-weight: bold;
- }
- -->
- </style>
-
- <script language="javascript">
-
- function chck_Mode(obj)
- {
- if (obj.value == 3)
- {
- document.getElementById("fileSound").style.display="";
- document.getElementById("tre_Note_Content").disabled=true;
-
- }else
- {
-
- document.getElementById("tre_Note_Content").disabled=false;
- document.getElementById("fileSound").style.display="none";
- }
-
- }
- function IsDigit()
- {
- return (event.keyCode >= 48) && (event.keyCode <= 57)
- }
- function PopIt(){
-
- m = document.getElementById("file_Sound").value;
- popup ="";
- m=document.getElementById("file_Sound").value
- popup = window.open("","popDialog","height=450,width=385,scrollbars=yes,left=600,top=200") ;
-
- music="<embed src='"+m+"' autostart='true' loop='true' width='200' height='150' > "
- popup.document.write(music) ;
- popup.document.close();
-
-
- }
- function popHelp()
- {
- PopIt('语音试听', '');
- }
-
-
- function chckForm1(obj)
- {
- if (obj.telNo.value =="")
- {
- alert("接收号码不能为空.");
- return false;
- }
-
- var temp=obj.file_Sound.value;
-
- if (temp !="" )
- {
- arr=temp.split(".");
- ext=arr[arr.length-1] ;
- if (ext =="wav")
- {
- return true;
- }
- else
- {
- alert("语音文件格式不正确.请选择wav文件") ;
- return false;
- }
-
- }
- else
- {
- if (obj.tre_Note_Content.value =="")
- {
- alert("语音内容不能为空.");
- return false;
- }
- }
-
-
-
- return true;
- }
- </script>
- </head>
- <body class="body">
-
- <TABLE cellSpacing=0 cellPadding=0 width=650 align=center style="padding-left:30px" border=0>
- <TBODY>
- <TR>
- <td width="10"> </td>
- <TD width="700" valign="top" style="padding-top:10px;" >
-
- <TABLE width="100%" border=0 align="center" cellPadding=0 cellSpacing=0 id=menu>
- <TBODY>
- <TR>
- <TD ><img src="img/v_title_bg.gif" width="100%"/></TD>
- </TR>
- <TR>
- <TD height="320" valign="top" id=mySide style="padding-top:2px;background-color:#E7F0F7">
-
-
- <table width="99%" border="0" cellpadding="0" cellspacing="0">
- <form name="sendForm" method="post" onsubmit="return chckForm1(this)" action="doVoiceSend.asp">
-
- <tr>
- <td><table width="100%" border="0">
- <tr>
- <td><table width="100%" border="0">
- <tr>
- <td height="20"> <div style="padding-left:20px;"><font color="#FF0000">被叫号码
- (多个号码请 换行。区号+号码,手机不加0)</font></div> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="70" > <div style="padding-left:20px;">
-
- <textarea name="telNo" cols="70" rows="6" id="telNo" ></textarea>
-
- </div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td> <div style="padding-left:20px;"> 语音合成模式:
- <input name="rbt_Sound_mode" type="radio" value="1" checked="checked" onclick="chck_Mode(this)" />
- 系统合成
- <input type="radio" name="rbt_Sound_mode" onclick="chck_Mode(this)" value="2" />
- 客服合成
- <input name="rbt_Sound_mode" type="radio" onclick="chck_Mode(this)" value="3" />
- 录音文件 <span id="fileSound" style="display:none">
- <input name="file_Sound" type="file" id="file_Sound" width="100" ></input>
- <input name="bnt_Sound_Audition" type="button" id="bnt_Sound_Audition" onclick="javascript:popHelp()" value="试听"></input>
- </span></div> </td>
- </tr>
- <tr>
- <td height="10"> </td>
- </tr>
- <tr >
- <td height="100%"> <table width="100%" border="0">
- <tr>
- <td width="76%"> <div style="padding-left:20px;">
- <span >语音文字:选择 录音文件 模式时可留空。最大字符支持:8000个字符 </span> </div> </td>
- <td width="24%"> </td>
- </tr>
- </table>
- <div style="padding-left:20px;">
- <textarea name="tre_Note_Content" cols="70" rows="4" id="tre_Note_Content" ></textarea>
- </div> </td>
- </tr>
- <tr>
- <tr>
- <td><table width="100%" border="0">
- <tr>
- <td width="70%"><div style="padding-left:30px;">服务电话
-
- <input name="txt_Sound_phone" type="text" id="txt_Sound_phone" maxlength="60" />
- 最多5个,多个用,号分隔 </div></td>
- <td width="30%"><input name="bnt_Sound_Send" type="submit" id="bnt_Sound_Send" value="发送任务" style="width:100px; height:40px; font-size:18px; font-weight: bold "/></td>
- </tr>
- </table></td>
- </tr> </form>
- </table> </TD>
- </TR>
- </TBODY>
- </TABLE> </TD>
- </TR>
- </TBODY>
- </TABLE>
|