Accueil > Forum > > > > Multiple problème
Multiple problème
lundi 21 janvier 2008 à 19:19:40 |
Multiple problème

dclick07
|
Bonjour, j'aurais quelque question qui pourrait grandement m'aider. Je suis venu demander de l'aide sur ce forum car c'était mon dernier recours svp aider moi !!!!
| Code: | {include file='header.tpl'}
{* JAVASCRIPT FOR ADDING COMMENT *} {literal} <script type='text/javascript'> <!-- var comment_changed = 0; var first_comment = 1; var last_comment = {/literal}{$comments|@count}{literal}; var next_comment = last_comment+1; var total_comments = {/literal}{$total_comments}{literal};
function removeText(commentBody) { if(comment_changed == 0) { commentBody.value=''; commentBody.style.color='#000000'; comment_changed = 1; } }
function addText(commentBody) { if(commentBody.value == '') { commentBody.value = '{/literal}{$profile44}{literal}'; commentBody.style.color = '#888888'; comment_changed = 0; } }
function checkText() { if(comment_changed == 0) { var commentBody = document.getElementById('comment_body'); commentBody.value=''; } var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile45}{literal}'; commentSubmit.disabled = true; }
function addComment(is_error, comment_body, comment_date) { if(is_error == 1) { var commentError = document.getElementById('comment_error'); commentError.style.display = 'block'; if(comment_body == '') { commentError.innerHTML = '{/literal}{$profile46}{literal}'; } else { commentError.innerHTML = '{/literal}{$profile47}{literal}'; } var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile48}{literal}'; commentSubmit.disabled = false; } else { var commentError = document.getElementById('comment_error'); commentError.style.display = 'none'; commentError.innerHTML = '';
var commentBody = document.getElementById('comment_body'); commentBody.value = ''; addText(commentBody);
var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile48}{literal}'; commentSubmit.disabled = false;
var commentSecure = document.getElementById('comment_secure'); commentSecure.value='' var secureImage = document.getElementById('secure_image'); secureImage.src = secureImage.src + '?' + (new Date()).getTime();
total_comments++; var totalComments = document.getElementById('total_comments'); totalComments.innerHTML = total_comments;
if(total_comments > 10) { var oldComment = document.getElementById('comment_'+first_comment); if(oldComment) { oldComment.style.display = 'none'; first_comment++; } }
var newComment = document.createElement('div'); var divIdName = 'comment_'+next_comment; newComment.setAttribute('id',divIdName); var newTable = "<table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_item1' width='80'>"; {/literal} {if $user->user_info.user_id != 0} newTable "<a href='{$url->url_create('profile',$user->user_info.user_username)}'><img src='{$user->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($user->user_photo('./images/nophoto.gif'),'75','75','w')}'
></a></td><td class='profile_item2'><table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_comment_author'><b><a href='{$url->url_create('profile',$user->user_info.user_username)}'>{$user->us
er_info.user_username}</a></b> - {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($smarty.now, $global_timezone))}</td><td class='profile_comment_author' align='right' nowrap='nowrap'><a href='{$url->url_create('profile',$user->user_info.user_username)}#comments'>{$pr
ofile26}</a> | <a href='user_messages_new.php?to={$user->user_info.user_username}'>{$profile34}</a& amp; gt;</td>"; {else} newTable "<img src='./images/nophoto.gif' class='photo' border='0' width='75'></td><td class='profile_item2'><table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_comment_author'><b>{$profile33}</b> - {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($smarty.now, $global_timezone))}</td><td class='profile_comment_author' align='right' nowrap='nowrap'> </td>"; {/if} newTable "</tr><tr><td colspan='2' class='profile_comment_body'>"+comment_body+"</td></tr></table
></td></tr></table>"; {literal} newComment.innerHTML = newTable; var profileComments = document.getElementById('profile_comments'); var prevComment = document.getElementById('comment_'+last_comment); profileComments.insertBefore(newComment, prevComment); next_comment++; last_comment++; } }
function action_delete(action_id) { var divname = 'action_' + action_id; var newsrc = 'action_delete.php?action_id=' + action_id; hidediv(divname); document.getElementById('actionimage').src = newsrc; document.getElementById('actions_total').value--; if(document.getElementById('actions_total').value == 0) { document.getElementById('actions').style.display = "none"; } }
//--> </script> {/literal}
<br> <table cellpadding='0' cellspacing='0' width='103%'> <tr> <td width="37%">{$profile6} {$owner->user_info.user_username}</td> <td width="52%"> </td> <td width="11%">{$profile16} {$total_views} {$profile17}</td> </tr> </table>
<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_leftside' width='200'> {* BEGIN LEFT COLUMN *}
{* SHOW USER PHOTO *} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr> <td class='profile_photo'><p><a href='albums.php?user={$owner->user_info.user_username}'><img class='photo' src='{$owner->user_photo("./images/nophoto.gif")}' border='0'></a></p> </td>
</tr> </table> {* SHOW BUTTONS IF LOGGED IN AND VIEWING SOMEONE ELSE *} {if $owner->user_info.user_username != $user->user_info.user_username} <table class='profile_menu' cellpadding='0' cellspacing='0' width='100%'> {* SHOW VIEW FRIENDS MENU ITEM *} {if $total_friends != 0} <tr> <td class='profile_menu1'><a href='profile_friends.php?user={$owner->user_info.user_username}'><img src='./images/icons/browsefriends16.gif' class='icon' border='0'>{$profile7} {$owner->user_info.user_username|truncate:10:"...":true}</a></td>
</tr> {/if}
{* SHOW ADD OR REMOVE FRIEND MENU ITEM *} {if $friendship_allowed != 0} {if $is_friend == TRUE} <tr> <td class='profile_menu1'><a href='user_friends_confirm.php?task=remove&user={$owner->user_info.user_username}&a mp;a mp;return_url={$url->url_create('profile', $owner->user_info.user_username)}'><img src='./images/icons/remove_friend16.gif' class='icon' border='0'>{$profile41}</a></td> </tr> {else} <tr> <td class='profile_menu1'><a href='user_friends_add.php?user={$owner->user_info.user_username}'><img src='./images/icons/addfriend16.gif' class='icon' border='0'>{$profile9}</a></td> </tr> {/if} {/if}
{* SHOW SEND MESSAGE MENU ITEM *} {if $user->level_info.level_message_allow == 2 | ($user->level_info.level_message_allow == 1 & $is_friend == TRUE)} <tr> <td class='profile_menu1'><a href='user_messages_new.php?to={$owner->user_info.user_username}'><img src='./images/icons/sendmessage16.gif' class='icon' border='0'>{$profile10}</a></td> </tr> {/if} {* SHOW REPORT THIS PERSON MENU ITEM *} <tr> <td class='profile_menu1'><a href='user_report.php?return_url={$url->url_current()}'><img src='./images/icons/report16.gif' class='icon' border='0'>{$profile11}</a></td> </tr>
{* SHOW BLOCK OR UNBLOCK THIS PERSON MENU ITEM *} {if $user->level_info.level_profile_block != 0} {if $user->user_blocked($owner->user_info.user_id) == TRUE} <tr> <td class='profile_menu1'><a href='user_friends_block.php?task=unblock&user={$owner->user_info.user_username}'&a mp;g t;<img src='./images/icons/unblock16.gif' class='icon' border='0'>{$profile42}</a></td> </tr> {else} <tr> <td class='profile_menu1'><a href='user_friends_block.php?task=block&user={$owner->user_info.user_username}'>
<img src='./images/icons/block16.gif' class='icon' border='0'>{$profile12}</a></td> </tr> {/if} {/if}
</table> {/if}
{* DISPLAY IF PROFILE IS PRIVATE TO VIEWING USER *} {if $is_profile_private != 0}
{* END LEFT COLUMN *} </td> <td class='profile_rightside'> {* BEGIN RIGHT COLUMN *}
<img src='./images/icons/error48.gif' border='0' class='icon_big'> <div class='page_header'>{$profile3}</div> {$profile4}
{* DISPLAY ONLY IF PROFILE IS NOT PRIVATE TO VIEWING USER *} {else}
{* BEGIN STATUS *} {if ($owner->level_info.level_profile_status != 0 AND $owner->user_info.user_status != "") } <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr> <td class='header'>{$profile36}</td> <tr> <td class='profile'> {if $owner->level_info.level_profile_status != 0 AND $owner->user_info.user_status != ""} <table cellpadding='0' cellspacing='0'{if $is_online == 1} style='margin-top: 5px;'{/if}> <tr> <td valign='top'><img src='./images/icons/status16.gif' border='0' class='icon'></td> <td>{$owner->user_info.user_username} {$profile14} {$owner->user_info.user_status|choptext:12:"<br>"}</td> </tr> </table> {/if} </td> </tr> </table> {/if} {* END STATUS *}
{* BEGIN STATS *}
{* END STATS *}
{* BEGIN PLUGIN RELATED PROFILE SECTIONS *} {section name=profile_loop loop=$global_plugins}{include file="profile_`$global_plugins[profile_loop]`.tpl"}{/section}
{* END LEFT COLUMN *} </td> <td class='profile_rightside'> {* BEGIN RIGHT COLUMN *}
{* SHOW RECENT ACTIVITY *} {if $actions_total > 0} {literal} <script language="JavaScript"> <!-- Rollimage0 = new Array() Rollimage1 = new Array() Rollimage0['join']= new Image(10,12); Rollimage0['join'].src = "./images/icons/action_delete1.gif"; Rollimage1['join'] = new Image(10,12); Rollimage1['join'].src = "./images/icons/action_delete2.gif";
function SwapOut(imgname, imgsrc) { imgname.src = Rollimage1[imgsrc].src; return true; } function SwapBack(imgname, imgsrc) { imgname.src = Rollimage0[imgsrc].src; return true; } //--> </script> {/literal}
<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;' id='actions'> <tr><td class='header'>{$profile24}</td></tr> <tr> <td class='profile'> {* SHOW RECENT ACTIONS *} {section name=actions_loop loop=$actions} <div id='action_{$actions[actions_loop].action_id}' class='profile_action{if $smarty.section.actions_loop.last == true}_bottom{/if}'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td valign='top'> <table cellpadding='0' cellspacing='0'> <tr> <td valign='top'><img src='./images/icons/{$actions[actions_loop].action_icon}' border='0' class='icon'></td> <td valign='top' width='100%'> <div class='profile_action_date'> {$datetime->time_since($actions[actions_loop].action_date)} {* DISPLAY DELETE LINK IF NECESSARY *} {if $setting.setting_actions_selfdelete == 1 AND $actions[actions_loop].action_user_id == $user->user_info.user_id} <a href="javascript:action_delete('{$actions[actions_loop].action_id}')"><img
src='./images/icons/action_delete1.gif' style='vertical-align: middle; margin-left: 3px;' border='0' onMouseOver="SwapOut(this, 'join')" onMouseOut="SwapBack(this, 'join')" name='join{$actions[actions_loop].action_id}' id='join{$actions[actions_loop].action_id}'></a> {/if} </div> {$actions[actions_loop].action_text|choptext:50:"<br>"} </td> </tr> </table> </td> </tr> </table> </div> {/section} <input type='hidden' name='actions_total' id='actions_total' value='{$actions_total}'> <img id='actionimage' src='./images/trans.gif' border='0' style='display: none;'> </td> </tr> </table> {/if} {* END RECENT ACTIVITY *} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'></td></tr> <tr> <td class='profile'> <table cellpadding='0' cellspacing='0'> {if $owner->user_info.user_dateupdated != ""}<tr><td width="237">{$profile22}</td> <td width="905"> {$datetime->time_since($owner->user_info.user_dateupdated)}</td> </tr>{/if} {if $owner->user_info.user_signupdate != ""}<tr><td>{$profile23}</td><td>{$datetime->cdate(&am p;qu ot;`$setting.setting_dateformat`", $datetime->timezone("`$owner->user_info.user_signupdate`", $global_timezone))}</td></tr> <tr> <td>Présentement :</td> <td> {if $is_online != 0}<div class="green">En ligne</div>{else}<div class="red">Hors-ligne</div>{/if}</td> </tr> {/if} </table> </td> </tr> </table>
{* SHOW PROFILE TABS AND FIELDS *} {section name=tab_loop loop=$tabs} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'></td></tr> <tr> <td class='profile'> <table cellpadding='0' cellspacing='0'> {* LOOP THROUGH FIELDS IN TAB, ONLY SHOW FIELDS THAT HAVE BEEN FILLED IN *} {section name=field_loop loop=$tabs[tab_loop].fields} <tr> <td width='130' valign='top'> {$tabs[tab_loop].fields[field_loop].field_title}: </td> <td> {$tabs[tab_loop].fields[field_loop].field_value_profile} {if $tabs[tab_loop].fields[field_loop].field_birthday == 1} ({$datetime->age($tabs[tab_loop].fields[field_loop].field_value)} {$profile37}){/if} </td> </tr> {/section} </table> </td> </tr> </table> {/section} {* END PROFILE TABS AND FIELDS *}
{* BEGIN FRIEND LIST *} {if $total_friends != 0} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'> {$profile35} ({$total_friends}) [ <a href='profile_friends.php?user={$owner->user_info.user_username}'>{$profile25} {$profile19}</a> ] </td></tr> <tr> <td class='profile' align='center'> {* LOOP THROUGH FRIENDS *} {section name=friend_loop loop=$friends} {* START NEW ROW *} {cycle name="startrow2" values="<table cellpadding='0' cellspacing='0'><tr>,,,,"} <td class='profile_friend'><a href='{$url->url_create('profile',$friends[friend_loop]->user_info.user_username)}'& amp; gt;<img src='{$friends[friend_loop]->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($friends[friend_loop]->user_photo('./images/nophoto.gif'),
'75','75','w')}'><br>{$friends[friend_loop]->user_info.user_username}</a> ; ;</td> {* END ROW AFTER 4 RESULTS *} {if $smarty.section.friend_loop.last == true} </tr></table> {else} {cycle name="endrow2" values=",,,,</tr></table>"} {/if} {/section} </td> </tr> </table> {/if} {* END FRIEND LIST *}
{* BEGIN COMMENTS *} <a name='comments'></a> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='header'> {$profile38} (<span id='total_comments'>{$total_comments}</span>) [ <a href='profile_comments.php?user={$owner->user_info.user_username}'>{$profile25} {$profile32}</a> ] </td> </tr> {if $allowed_to_comment != 0} <tr> <td class='profile_postcomment'> <form action='profile_comments.php' method='post' target='AddCommentWindow' onSubmit='checkText()'> <textarea name='comment_body' id='comment_body' rows='2' cols='65' onfocus='removeText(this)' onblur='addText(this)' style='color: #888888; width: 100%;'>{$profile44}</textarea>
<table cellpadding='0' cellspacing='0' width='100%'> <tr> {if $setting.setting_comment_code == 1} <td width='75' valign='top'><img src='./images/secure.php' id='secure_image' border='0' height='20' width='67' class='signup_code'></td> <td width='68' style='padding-top: 4px;'><input type='text' name='comment_secure' id='comment_secure' class='text' size='6' maxlength='10'></td> <td width='10'><img src='./images/icons/tip.gif' border='0' class='icon' onMouseover="tip('{$profile49}')"; onMouseout="hidetip()"></td> {/if} <td align='right' style='padding-top: 5px;'> <input type='submit' id='comment_submit' class='button' value='{$profile48}'> <input type='hidden' name='user' value='{$owner->user_info.user_username}'> <input type='hidden' name='task' value='dopost'> </form> </td> </tr> </table> <div id='comment_error' style='color: #FF0000; display: none;'></div> <iframe name='AddCommentWindow' style='display: none' src=''></iframe> </div> </div> </td> </tr> {/if} <tr> <td class='profile' id='profile_comments'>
{* LOOP THROUGH PROFILE COMMENTS *} {section name=comment_loop loop=$comments} <div id='comment_{math equation='t-c' t=$comments|@count c=$smarty.section.comment_loop.index}'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_item1' width='80'> {if $comments[comment_loop].comment_author->user_info.user_id != 0} <a href='{$url->url_create('profile',$comments[comment_loop].comment_author->user_info.
user_username)}'><img src='{$comments[comment_loop].comment_author->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($comments[comment_loop].comment_author->user_photo('./imag
es/nophoto.gif'),'75','75','w')}'></a> {else} <img src='./images/nophoto.gif' class='photo' border='0' width='75'> {/if} </td> <td class='profile_item2'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_comment_author'><b>{if $comments[comment_loop].comment_author->user_info.user_id != 0}<a href='{$url->url_create('profile',$comments[comment_loop].comment_author->user_info.
user_username)}'>{$comments[comment_loop].comment_author->user_info.user_username}&a mp;l t;/a>{else}{$profile33}{/if}</b> </td> <td class='profile_comment_author2' align="right"> {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($comments[comment_loop].comment_date, $global_timezone))}</td> </tr> <tr> <td colspan='3' class='profile_comment_body'>{$comments[comment_loop].comment_body|choptext:50:"&a mp;l t;br>"}</td> </tr> </table> </td> </tr> </table> </div> {/section}
</td> </tr> </table> {* END COMMENTS *}
{/if} {* END PRIVACY IF STATEMENT *}
{* END RIGHT COLUMN *} </td> </tr> </table>
{include file='footer.tpl'} | Je veux retirer le code de sécurité quand on envoie un message à une personne mais j'n'y arrive pas(L'anti-spam). (J'ai acheté en toute légalité la lisence de ce script)
Ensuite, je cherche un code pour ajouter au profil des membres pour savoir qui ont visité leur profil, rien de compliquer simplement un nom qui apparaiterais pour dire que cette personne à visité sa fiche.
Ensuite, je cherche un script que je pourrais facilement ajouter a la section membre pour que les membres puissent ajouté une chansons(mp3) dans leur profil !!
Et comme derniere chose, je cherche un forum facile à intégrer a mon site avec les derniers post fait que jpourrais mettre sur l'accueil, un peut comme sur ce site www.outaouaisweb.com/index_main.asp
Pour l'instant j'me contenterais de ca :) Si quelqu'un peut m'aider ce serais grandement aprécié!!!
Ceci n'est pas du spam mais simplement le site que je suis en train de construire!! www.garde-conact.com
Merci à tous !
|
|
mercredi 23 janvier 2008 à 16:18:26 |
Re : Multiple problème

garfield90
|
Si tu as acheter ca, demande a la société/personne qu'il l'a fait de te le modifier en fonction de tes besoins. car perso, je ne toucherai jamais a un code comme ca, car c'est immonde à lire.
Welcome in a smarty club
"They are 10 sorts of persons whose understand binary and whose not"
|
|
Cette discussion est classée dans : user, info, username, loop, if
Répondre à ce message
Sujets en rapport avec ce message
Comparaison, si ok, redirection [ par jmobylette ]
Bonjour !Voilà, en fait je veux faire un chat pour il faut s'identifier avec le login et mdp eut sur le forum.Donc ben j'ai fait un formulaire avec lo
push_array associatif [ par Teddy_le_gnein ]
bonjour,j'ai une question qui me semble simple, mais j'ai énormément de mal à trouver la réponse.alors voilà, j'ai une boucle while qui récupère des d
exploiter une variable inconnue dans un array incrémenté [ par Teddy_le_gnein ]
Hello tous le monde.je reviens à la charge avec mes array incrémentés...Comme la dernière fois je suis persuadé qu'il y a une solution simple mais que
orienter un utilisateur en fonction de son login [ par pronostic ]
Bonjour à tous et merci de votre précieuse aide. Je voudrais qu'un utilisateur soit redirigé en fonction de son login. Voila ma page . J'ai essayé nom
page php et base sql [ par pronostic ]
Bonjour à tous. Petite question peut etre idiote...Est il possible d'appeller un mot dans un fichier au lieu de l'appeller dans la base de donnée ? $u
les ' dérange les liens [ par dclick07 ]
On ma dit de faire comme ceci, nfin bref la solution à ton problème est d'utiliser la fonction urlencode. $username = urlencode($username); Ce qui v
probleme cookie unserialize [ par msatter ]
Bonjour, j'ai un probleme qui ne s'est averer que quand je suis passer de esyphp2.01b à xampp . le probleme est que mon cookie refuse de se "unseriali
une erreur en PHP(besoin d'aide) [ par uniXbyte ]
Bonsoir, je suis nouveau sur le forum et je suis un étudiant en informatique qui a commencé à étudier le javascript, css et html pourtant je n'ai pas
Erreur inattendue... vraiment inattendue... [ par Lunasoft ]
Salut! J ai éecrit ces codes mais je ne parviens pas à acceder ma base Myqsl. Voici le message d erreur: [color=red]Parse error: parse error in C:\A
Script de vérification pour avoir un username unique [ par reddjo ]
Bonjour à tous, Je dois créer un site web qui permettrait aux utilisateurs de créer des questionnaires publics et analyser les résultats, un peu de l
Livres en rapport
|
Derniers Blogs
GESTION D'EXCEPTION AVEC LES TASKSGESTION D'EXCEPTION AVEC LES TASKS par richardc
Nous avons vu dans un précédent article comment utiliser Task pour effectuer des opérations dans un autre thread.
Malheureusement, comme tout le monde n'est pas parfait, il se peut que cette exécution se passe mal et qu'une exception se produise.
La...
Cliquez pour lire la suite de l'article par richardc DéMARRONS AVEC LES TASKSDéMARRONS AVEC LES TASKS par richardc
Que vous le vouliez ou non, le développement multi-tâche est maintenant une obligation pour toute nouvelle application. Il est donc vital d'en comprendre les mécanismes et de s'y mettre le plus tôt possible.
En attendant le .NET Framework 4.5 avec le...
Cliquez pour lire la suite de l'article par richardc SLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPSSLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPS par Vko
Retrouvez les slides et les démo de ma session Fast & Furious XAML Apps. A ceux qui se posent la question : "est-ce que le code de la DataGrid est disponible?", je vous répondrais "pas encore". Je vais mettre en place un projet codeplex pour part...
Cliquez pour lire la suite de l'article par Vko XNA IS DEAD!XNA IS DEAD! par richardc
Depuis la semaine dernière (et grâce aux TechDays 2012), je me penche activement sur la nouvelle version de Windows, aka Windows 8. Vous me direz, il était temps puisque la première preview date de Septembre dernier.
OK. Remarquez, on n'en est qu'aux...
Cliquez pour lire la suite de l'article par richardc TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 !TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 ! par ROMELARD Fabrice
Speakers: Fabrice Meillon et Stanislas Quastana Cette session est basée entièrement sur celle donnée lors de la BUILD cet hiver. Il n'y a pas d'ajout d'information en rapport avec cet évènement passé. Windows 8 Server sera intégralem...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
CHAMPS TIMECHAMPS TIME par vargas
Cliquez pour lire la suite par vargas
Logiciels
DocTranslate (V3.1.0.0)DOCTRANSLATE (V3.1.0.0)DocTranslate est un traducteur de document Microsoft Word, PowerPoint et Excel. Il permet d'autom... Cliquez pour télécharger DocTranslate Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System
|