home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Communiquer / V4S / V4Sfr.exe / V4S.dll / 1036 / HTML / 149 < prev    next >
Text File  |  2006-02-03  |  2KB  |  65 lines

  1. <!DOCTYPE root [
  2. <!ENTITY nbsp " ">
  3. <!ENTITY eacute "é">
  4. ]>
  5. <html>
  6. <head>
  7. <style>
  8.     body { margin: 0; margin-left: 20px; margin-top: 0px; }
  9.     body,td,a,p,.h,.login {font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; }
  10.  
  11.     .odd{background-color: #eef5fc;}
  12.      .even{;}
  13.     .playing{background-color: #c1defa;}
  14.     .new{font-weight:bold;}
  15.     .read{;}
  16.     
  17.     a {text-decoration:none; font-weight:bold; color:#287ac1;}
  18.     a:hover {color:#333;}            
  19.     a.nav {color:#555;text-decoration:none}            
  20.     a:hover.nav {color:#287ac1;}
  21.     a.small {text-decoration:none; font-weight:normal; color:#287ac1;}
  22.     a:hover.small {color:#333;}
  23.                 
  24.     h1 {font-size: 16px; font-weight:bold;margin:0px; color:#287ac1;}
  25.     h2 {font-size: 12px; font-weight:bold;margin:0px; color:#333;}
  26.     h4 {font-size: 20px; font-weight:bold;margin:0px; color:#287ac1;}
  27. </style>
  28. <title>Partagez V4S avec vos amis!</title>
  29. <script type="text/javascript">
  30. <!--
  31. function checkAll(bChecked)
  32. {    
  33.   for(i = 0; i < <tmpl_var totalMessages/>; i++)
  34.   {
  35.       document.getElementById('chk' + i).checked = bChecked;
  36.   }
  37. }
  38. function submitForm(btn)
  39. {
  40.     document.getElementById(btn).value=btn;
  41.     document.formMessages.submit();
  42. }
  43. -->
  44. </script>
  45. </head>
  46. <body topmargin="0" marginheight="0">
  47. <orb:crumbs name="Parler de V4S α vos amis" />
  48. <form method="post" action="orb://page?orbName=_TellFriends<tmpl_var frameparams/>" name="formMessages" onSubmit="setTimeout('parent.close',1000)">
  49. <TABLE cellspacing="0" cellpadding="4" width="100%" border="0">
  50.     <tmpl_loop loopitems>
  51.     <tr <tmpl_if __ODD__>class="odd"<tmpl_else/>class="even"</tmpl_if>>
  52.         <td width="5%">
  53.             <input type="checkbox" name="_<tmpl_var handle/>" id="chk<tmpl_var __LINE__/>" <tmpl_var checked /> />
  54.         </td>
  55.         <td width="95%">
  56.             <tmpl_var dispname escape=html/>
  57.         </td>
  58.     </tr>
  59.     </tmpl_loop>
  60. </TABLE>
  61. <input type="hidden" ID="Send" NAME="Send" title="Prévenir mes amis" value=""/>
  62. </form>
  63. </body>
  64. </html>
  65.