home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2006 October
/
wn148cd2.iso
/
Windows
/
Communiquer
/
V4S
/
V4Sfr.exe
/
V4S.dll
/
1036
/
HTML
/
171
< prev
next >
Wrap
Text File
|
2006-02-03
|
5KB
|
122 lines
<!DOCTYPE root [
<!ENTITY nbsp " ">
<!ENTITY eacute "é">
]>
<html>
<head>
<title>V4S - Appeler un contact Skype</title>
<style>
body { margin: 0; margin-left: 20px; margin-top: 0px; }
body,td,a,p,.h,.login {font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; }
a {text-decoration:none; font-weight:bold; color:#304d75;}
a:hover {color:#333;}
a.nav {color:#555;text-decoration:none}
a:hover.nav {color:#287ac1;}
a.small {text-decoration:none; font-weight:normal; color:#287ac1;}
a:hover.small {color:#333;}
.bold{font-weight:bold;}
.odd{background-color: #eef5fc; cursor: pointer;}
.even{cursor: pointer;}
.select{background-color: #c1defa;cursor: pointer;}
h1 {font-size: 16px; font-weight:bold;margin:0px; color:#287ac1;}
h2 {font-size: 12px; font-weight:bold;margin:0px; color:#333;}
h3 {font-size: 12px; font-weight:bold;margin:0px; color:#287ac1;}
h4 {font-size: 20px; font-weight:bold;margin:0px; color:#287ac1;}
.status {color: #ffffff;}
</style>
</head>
<body>
<script language="JavaScript" type="text/javascript">
<!--
function selectContact(iToSelect, trToSelect)
{
var i = 0;
var tr = document.getElementById("contactTr" + i);
while (tr)
{
if (i != iToSelect)
{
if(i % 2 == 0)
{
tr.className = "odd";
}
else
{
tr.className = "even";
}
}
else
{
tr.className = "select";
}
i++;
tr = document.getElementById("contactTr" + i);
}
}
function callSelected()
{
var i = 0;
var tr = document.getElementById("contactTr" + i);
while (tr)
{
if (tr.className == "select")
{
var handle = document.getElementById("handle" + i).innerHTML;
var url = "callto://" + handle;
window.location = url;
}
i++;
tr = document.getElementById("contactTr" + i);
}
}
function callContact( i )
{
var handle = document.getElementById("handle" + i).innerHTML;
var url = "callto://" + handle;
window.location = url;
}
-->
</script>
<div align="center" style="text-align:left; width:300;"><h3><br/>Appeler un contact Skype</h3>
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="7" height="7" ><img border="0" src="orb://image?orbName=box_w_top_left.gif" width="7" height="7"/></td>
<td height="7" background="orb://image?orbName=box_w_top.gif"></td>
<td width="8" height="7" ><img border="0" src="orb://image?orbName=box_w_top_right.gif" width="8" height="7"/></td>
</tr>
<tr>
<td width="7" background="orb://image?orbName=box_w_left.gif" valign="top" > </td>
<td valign="top" >
<tmpl_if error>
<tmpl_var error/>
<tmpl_else/>
<div id="contactList" style="height:365; width:300; overflow : scroll;">
<table cellpadding="2" cellspacing="0" border="0" style=" height: 85%; width:100%">
<tmpl_loop contacts>
<tr id="contactTr<tmpl_var i/>" onSelectStart="return false;" onclick="selectContact(<tmpl_var i/>, this);" ondblclick="callContact(<tmpl_var i/>);"<tmpl_if __ODD__> class="odd"<tmpl_else/> class="even"</tmpl_if>>
<td style="padding-right:0;"><img src="orb://image?orbName=<tmpl_if isOffline>icon_skype_offline.gif</tmpl_if><tmpl_if isOnline>icon_skype_online.gif</tmpl_if><tmpl_if isAway>icon_skype_away.gif</tmpl_if><tmpl_if isNA>icon_skype_not_available.gif</tmpl_if><tmpl_if isDND>icon_skype_dnd.gif</tmpl_if><tmpl_if isSkypeMe>icon_skype_skypeme.gif</tmpl_if>" width="16" height="16" border="0"/></td>
<td width="100%"><span id="contactInfo<tmpl_var i/>">
<tmpl_var display escape=html/>
</span><span id="handle<tmpl_var i/>" style="display: none;"><tmpl_var handle escape=html/></span></td>
</tr>
</tmpl_loop>
</table>
</div>
<div style="width:300; text-align:center; height:40;"><br/><img src="orb://image?orbName=call_s_l.gif" title="Appeler" onclick="callSelected();" style="cursor: pointer;" width="33" height="28" border="0"/></div>
</tmpl_if>
</td>
<td width="8" background="orb://image?orbName=box_w_right.gif" valign="bottom" > </td>
</tr>
<tr>
<td width="7" height="8" ><img border="0" src="orb://image?orbName=box_w_bot_left.gif" width="7" height="8"/></td>
<td height="8" background="orb://image?orbName=box_w_bot.gif" ></td>
<td width="8" height="8" ><img border="0" src="orb://image?orbName=box_w_bot_right.gif" width="8" height="8"/></td>
</tr>
</table></div>
</body>
</html>