-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprjtask.xml
18 lines (18 loc) · 1.25 KB
/
prjtask.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?><XI3uWnd debug="1" title="三优项目管理系统" _signinbguri="http://localhost/markers.png" bgx="bg_gfcolors:2|4|2,0x7dafff|0x0,0xccbadb|0x64,0xccaadb|0x6464,ccaadb|0x6400,0x102,302" icons="http://3ucs.com/biz/theme/delight-vtiger/vtiger/style.css">
<var name="css" expr="http://3ucs.com/biz/theme/delight-vtiger/vtiger/style.css"/>
<EventHandlers>
<EventHandler Event="ReceivedCall('%{callerid}')">
<assign name="contact.base_mobile" expr="%{callerid}"/>
<assign name="contact.TB_callid" expr="%{input}"/>
<DbDetails><Where>where base_mobile='%{contact.base_mobile}' or base_phone='%{contact.base_mobile}'</Where></DbDetails><submit next="contact.ContactList" namelist="DbDetails" method="post"/>
</EventHandler>
<EventHandler Handler="(contact.TB_callid)SetText(%{input});" Event="CallAlerting('%{input}')"/>
<EventHandler Event="CallDisconnected()"><assign name="topmost" expr="nis3ucs:USS|b"/>
</EventHandler>
</EventHandlers>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\general.xml"/>
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vtiger_projecttask_View.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vmyinfo.xml"/>
</WndTaps>
</XI3uWnd>