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

  1. <!DOCTYPE root [
  2. <!ENTITY nbsp " ">
  3. <!ENTITY eacute "é">
  4. ]>
  5. <root xmlns:orb="http://www.orb.com">
  6. <orb:crumbs name="V4S" href="<tmpl_var orbPageRoot/>"/>
  7. <orb:crumbs name="<tmpl_if Inbox>Messages</tmpl_if><tmpl_if Trash>Recycle Bin</tmpl_if>" />
  8. <tmpl_if warning><font color="red"><tmpl_var warning escape=html/></font><br/></tmpl_if>
  9. <tmpl_var messageCount /><br />
  10. <form method="post" action="orb://page?orbName=messageList&folder=<tmpl_var folder/>">
  11.     <tmpl_if hasNewMessages>
  12.         Nouveau messages:
  13.         <table cellspacing="0" cellpadding="1" width="100%">
  14.             <tmpl_loop newloop>
  15.                 <tr<tmpl_if __ODD__> bgcolor="eef5fc"</tmpl_if>>
  16.                     <td>
  17.                         <tmpl_if hasTextOrForward><a href="orb://page?orbName=messageDetail&mediumId=<tmpl_var mediumId />"><img src="orb://image?orbName=text_msg.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></a></tmpl_if>
  18.                     </td>
  19.                     <td>
  20.                         <tmpl_if hasAudio><a href="orb://play?orbMediumId=<tmpl_var mediumId />" onclick="return clickPlay('{orb://play?orbMediumId=<tmpl_var mediumId />}');"><img src="orb://image?orbName=playthis.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></a></tmpl_if>
  21.                         <tmpl_if hasAudioDisabled><img src="orb://image?orbName=playthis_off.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></tmpl_if>
  22.                     </td>
  23.                     <td><input type="checkbox" name="<tmpl_var mediumId/>" <tmpl_var checked /> /></td>
  24.                     <td nowrap="nowrap"<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>><tmpl_var date /></td>
  25.                     <td<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>>
  26.                         <tmpl_if Sent>
  27.                             <tmpl_var recipient escape=html/><tmpl_if hasMultipleRecipients>, ...</tmpl_if>
  28.                         <tmpl_else/>
  29.                             <tmpl_if !handle><Unknown user><tmpl_else/><tmpl_if fullname><tmpl_var fullname escape=html/> (</tmpl_if><tmpl_var handle escape=html/><tmpl_if fullname>)</tmpl_if></tmpl_if>
  30.                         </tmpl_if>
  31.                     </td>
  32.                     <td<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>><tmpl_var duration /></td>
  33.                 </tr>
  34.             </tmpl_loop>
  35.         </table>
  36.     </tmpl_if>
  37.     <tmpl_if hasNewAndOldMessages>
  38.         <hr />
  39.     </tmpl_if>
  40.     <tmpl_if hasOldMessages>
  41.         Anciens messages:
  42.         <table cellspacing="0" cellpadding="1" width="100%">
  43.             <tmpl_loop loopitems>
  44.                 <tr<tmpl_if __ODD__> bgcolor="eef5fc"</tmpl_if>>
  45.                     <td>
  46.                         <tmpl_if hasTextOrForward><a href="orb://page?orbName=messageDetail&mediumId=<tmpl_var mediumId />"><img src="orb://image?orbName=text_msg.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></a></tmpl_if>
  47.                     </td>
  48.                     <td>
  49.                         <tmpl_if hasAudio><a href="orb://play?orbMediumId=<tmpl_var mediumId />" onclick="return clickPlay('{orb://play?orbMediumId=<tmpl_var mediumId />}');"><img src="orb://image?orbName=playthis.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></a></tmpl_if>
  50.                         <tmpl_if hasAudioDisabled><img src="orb://image?orbName=playthis_off.gif" width="<tmpl_var iconsize />" height="<tmpl_var iconsize />" border="0"/></tmpl_if>
  51.                     </td>
  52.                     <td><input type="checkbox" name="<tmpl_var mediumId/>" <tmpl_var checked /> /></td>
  53.                     <td nowrap="nowrap"<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>><tmpl_var date /></td>
  54.                     <td<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>>
  55.                         <tmpl_if Sent>
  56.                             <tmpl_var recipient escape=html/><tmpl_if hasMultipleRecipients>, ...</tmpl_if>
  57.                         <tmpl_else/>
  58.                             <tmpl_if !handle><Unknown user><tmpl_else/><tmpl_if fullname><tmpl_var fullname escape=html/> (</tmpl_if><tmpl_var handle escape=html/><tmpl_if fullname>)</tmpl_if></tmpl_if>
  59.                         </tmpl_if>
  60.                     </td>
  61.                     <td<tmpl_if isNew> style="font-weight:bold;"</tmpl_if>><tmpl_var duration /></td>
  62.                 </tr>
  63.             </tmpl_loop>
  64.         </table>
  65.     </tmpl_if>
  66.     <table>
  67.         <tr>
  68.             <td><input class="button" type="submit" value="Tout sΘlectionner" ID="SelectAll" NAME="SelectAll"/></td>
  69.             <td><input class="button" type="submit" value="Tout desΘlectionner" ID="DeselectAll" NAME="DeselectAll"/></td>
  70.         </tr>
  71.     </table>
  72.     <table>
  73.         <tmpl_if Inbox>
  74.             <tr>
  75.                 <td><input type="submit" value="DΘplacer dans la corbeille" name="recycle"/></td>
  76.             </tr>
  77.         </tmpl_if><tmpl_if Sent>
  78.             <tr>
  79.                 <td>
  80.                     <input type="checkbox" value="confirm" name="confirm"/>
  81.                 </td>
  82.                 <td>
  83.                     <tmpl_if missingConfirmation><font color="red"></tmpl_if>
  84.                         Cela supprimera dΘfinitivement les messages sΘlectionnΘe.<br/> 
  85.                         Les destinataires ne seront peut Ωtre pas en mesure d'Θcouter les messages audio correspondants.<br/>
  86.                         Cochez la case pour confirmer la suppression.
  87.                     <tmpl_if missingConfirmation></font></tmpl_if>
  88.                 </td>
  89.             </tr>
  90.             <tr>
  91.                 <td colspan="2"><input type="submit" value="Supprimer" name="delete"/></td>
  92.             </tr>
  93.         </tmpl_if><tmpl_if Trash>
  94.             <tr>
  95.                 <td><input type="submit" value="Undelete" name="undelete"/></td>
  96.                 <td><input type="hidden" value="confirm" name="confirm"/><input type="submit" value="Supprimer" name="delete"/></td>
  97.             </tr>
  98.         </tmpl_if>
  99.     </table>
  100.     <span class="fontsize1">Statut Skype: <tmpl_if skypeOnline><font color="#008000">En ligne</font><tmpl_else/><font color="#ff0000">Hors ligne</font> <input class="button" type="submit" value="Reconnecter Skype" NAME="reconnect" style="font-size: 10px"/></tmpl_if><br/></span>
  101.     <span class="fontsize1">Statut répondeur: <tmpl_if v4sEnabled><font color="#008000">AllumΘ</font><tmpl_else/><font color="#ff0000">Eteint</font></tmpl_if></span>
  102. </form>
  103. <script language="javascript">
  104. <!--
  105. window.setTimeout('refreshMessages()', 60000);
  106. function refreshMessages()
  107. {
  108.     window.location = '{orb://page?orbName=messageList&folder=<tmpl_var folder escape=url/><tmpl_var frameparams/>}';
  109. }
  110. function clickPlay(urlPlay)
  111. {            
  112.     window.setTimeout('refreshMessages()', 10000);
  113.     return true;
  114. }
  115. -->
  116. </script>
  117. </root>
  118.