La console acss

réponsecool Messages postés 59 Statut Membre -  
réponsecool Messages postés 59 Statut Membre -
Bonjour,

salut un pot ma dit que pour réduire le viseur dans css il faut la console et de mettre un cheat je lui est demmander si c'est interdit par ce que moi je veut pas cheater et me faire priver de jouer donc voila comment avoir la console et est ce qu'y ya le droit

merci beaucoup
A voir également:

6 réponses

réponsecool Messages postés 59 Statut Membre 20
 
re tout le monde OU TELECHARGER la console pour css et mettre le cheat de réduir le viseur
1
réponsecool Messages postés 59 Statut Membre 20
 
<!-- saved from url=(0022)http://internet.e-mail -->
<script language="JavaScript">
var ancienFichierMaitre="INDEX.HTM"
</script>

<!-- f9f8f4Ecrans Avril 2008 V 1.190 Public=COLLEGE - Fichier Maitre=INDEX.HTM - Recherche=THEME - Configuration=SIMPLE -->
<html>
<head>
<title> Recherche SIMPLE : THEME - COLLEGE LA VENAISERIE - ST BARTHELEMY D ANJOU</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<link href="../MODCOL/bcdi.css" rel="stylesheet" type="text/css">
</head>
<script language="JavaScript">
var memeFormulaire=(ancienFichierMaitre=="INDEX.HTM")
ua=navigator.userAgent.toLowerCase();
var ie=((ua.indexOf('msie') != -1) && (ua.indexOf('opera') == -1) && (ua.indexOf('webtv') == -1) && (location.href.indexOf('seenIEPage') == -1));
var Derouler=false // A priori, on ne déroule pas les restrictions.
var fichierEnCours="INDEX.HTM";
var aChp; // définie dans Cherche
function DivStatus( nom, numero )
{
var plusMoins=((nom=="a") || (nom=="b") || (nom=="c"))
var divID = nom + numero;
PcH = true;
if ( document.getElementById && document.getElementById( divID ) ) // Pour les navigateurs récents
Pdiv = document.getElementById( divID );
else if ( document.all && document.all[ divID ] ) // Pour les veilles versions
Pdiv = document.all[ divID ];
else if ( document.layers && document.layers[ divID ] ) // Pour les très veilles versions
Pdiv = document.layers[ divID ];
else
PcH = false;
if ( PcH )
Pdiv.className = ( Pdiv.className == 'cachediv' ) ? (plusMoins) ? 'plusmoins' : '' : 'cachediv';
}

function elargir(dico)
{
if (!dico) document.forms[0].AUTOPOSTAGE.checked=false;
document.forms[0].AUTOPOSTAGE.disabled=!dico;
}

function tube(ch)
{
while (ch.substring(0,1)==" ")
ch=ch.substring(1,ch.length)
return "|"+ch+"|"
}
function ParDefaut(ch,defaut)
{
while (ch.substring(0,1)==" ")
ch=ch.substring(1,ch.length)
if (ch=="")
ch=defaut
return ch
}

function BasculerRestrictions() {
DivStatus( 'txt', '3' );
// DivStatus( 'txt', '6' );
}

function ChangerOptions(nom,valeur)
{
res=false
if (valeur>'') {
var selectBox = document.getElementById(nom);
if (selectBox!=null)
for (var i=0; i<selectBox.options.length; i++) {
if (selectBox.options[i].text==valeur) {
selectBox.options[i].selected = true;
if (i>0) res=true;
}
}
}
return(res)
}

function effacer()
{
document.forms[0].reset();
prem=true;
for (i=0;i<document.forms[0].elements.length;i++)
with (document.forms[0].elements[i])
{
if (type=="text") {
value="";
if (prem) {nom=name; prem=false;}
}
if (type=="checkbox") checked=(name=="TYPEDENATURE") // on conserve FICTION et DOCUMENTAIRE
if (name=="LANGAGE") checked=(value=="DICO")
}
if (!prem) document.getElementsByName(nom)[0].focus();
// on efface les HIDDEN
if (aChp!=undefined) for(var n=0; n<aChp.length; n++)
document.getElementsByName(aChp[n].toUpperCase())[0].value=""
}

function InitChecked()
{
chComment=ParDefaut("","TOUS").substr(0,4)
chLangage=ParDefaut("DICO","DICO")
chClassement=ParDefaut("PERTINENCE","PERTINENCE").substr(0,4)
chTypeNature=ParDefaut("Documentaire","Fiction|Documentaire")
chTypeNature=tube(chTypeNature);
chSupport=tube("Internet")
chAutopostage=""
Derouler=false;
for (i=0;i<document.forms[0].elements.length;i++)
{
nomI=document.forms[0].elements[i].name;
if (nomI=="AUTOPOSTAGE")

document.forms[0].elements[i].checked=((chAutopostage>"!") && (chAutopostage!="on"));

else
if (nomI=="LANGAGE") {
document.forms[0].elements[i].value=chLangage
Radios=document.getElementsByName("LANGAGEVISIBLE")
if (Radios.length>0)
for(var j=0; j<Radios.length; j++)
Radios[j].checked=(Radios[j].value==chLangage)
}
else
if (nomI=="COMMENT")
{document.forms[0].elements[i].checked=(document.forms[0].elements[i].value.substr(0,4)==chComment)}
else
if (nomI=="CLASSEMENT")
{document.forms[0].elements[i].checked=(document.forms[0].elements[i].value.substr(0,4)==chClassement)}
else
if (nomI=="TYPEDENATURE")
{
ch="|"+document.forms[0].elements[i].value+"|"
document.forms[0].elements[i].checked=(chTypeNature.indexOf(ch)>=0)
}
else
if (nomI=="SUPPORT1")
{
ch="|"+document.forms[0].elements[i].value+"|"
document.forms[0].elements[i].checked=(chSupport.indexOf(ch)>=0)
}
else // Date > espace
if ((nomI.substr(0,4)=="DATE") && (document.forms[0].elements[i].value>" ")) Derouler=true
else
if (nomI.substr(0,5)=="DISPO")
{
document.forms[0].elements[i].checked=!(""=="")
if (document.forms[0].elements[i].checked) Derouler=true
}
}
ChangerOptions('GENRES',"Tous")
ChangerOptions('NATURES',"Tous")
if (ChangerOptions('NIVEAUX',"Tous")) Derouler=true
if (ChangerOptions('DISCIPLINES',"Tous")) Derouler=true
if (ChangerOptions('PUBLICS',"Tous")) Derouler=true
if (!memeFormulaire) {effacer(); Derouler=false;}
if (Derouler) BasculerRestrictions();
}
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<body onLoad="javascript:InitChecked()">
<noscript>Votre navigateur n'autorise pas la gestion des scripts Javascript, vous ne pouvez pas utiliser BCDI Web</noscript>

<form action="/bcdiweb/bcdiweb.cgi/data" TARGET="_self" name="recherche" method="post">
<INPUT TYPE=HIDDEN NAME=NP VALUE=2>
<INPUT TYPE=HIDDEN NAME=FORMAT VALUE=LISTENOT>
<INPUT TYPE="HIDDEN" NAME="FORMULAIRE_RECHERCHE" VALUE="INDEX" >
<INPUT TYPE=HIDDEN NAME=FICHIER VALUE=INDEX.HTM>
<INPUT TYPE=HIDDEN NAME=FICHIERORIGINE VALUE=INDEX.HTM>
<INPUT TYPE="HIDDEN" NAME="CLASSEMENT" VALUE="PERTINENCE">
<div class="zonemenu">
<div class="fxcal">
<div class="menucalibre"> </div>

<div class="menuON">

<div class="menuONgauche"></div>
<div class="menuONtxt"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=INDEX.HTM&MODELE=INDEX.HTM" TARGET="_self">Recherche simple</a></div>
<div class="menuONdroite"></div>
</div>

<div class="menuOFF">
<div class="menuOFFgauche"></div>
<div class="menuOFFtxt"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=INDEX.HTM&MODELE=AVANCEE-THEME.HTM" TARGET="_self">Recherche avancée</a></div>
<div class="menuOFFdroite"></div>

</div>

<div class="menuOFF">
<div class="menuOFFgauche"></div>
<div class="menuOFFtxt"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=INDEX.HTM&MODELE=VISITTH.HTM" TARGET="_self">Recherche thésaurus</a></div>
<div class="menuOFFdroite"></div>
</div>
<script type="text/javascript">
var nbTry = 0
function tryClose()
{
nbTry++
ch="La configuration de ce navigateur n'autorise pas sa fermeture programmée.\nFermez vous-même la fenêtre pour vous déconnecter !"
if (nbTry>1)
alert(ch)
else
{
t1 = new Date();
window.close();
t2 = new Date();
possible = (t2.getTime()-t1.getTime()>50) // il y a eu une demande de confirmation
if (possible) {nbTry = 0} else {alert(ch)}
}
}
</script>

<div class="menuOFF">
<div class="menuOFFgauche"></div><div class="menuOFFtxt">

<span class="pasdepanier">Mon panier</span>

</div><div class="menuOFFdroite"></div>
</div>

<script type="text/javascript">
if(1!=0){
if(0==0) {
document.write('<div class="menuOFF">')
document.write('<div class="menuOFFgauche"> </div>')
document.write('<div class="menuOFFtxtcompte"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier='+fichierEnCours+'&modele=identification.htm" title="Il faut s\'identifier pour voir le compte-lecteur" TARGET="_self">Mon compte</a></div>')
document.write('<div class="menuOFFdroite"> </div>')
document.write('</div>')

document.write('<div class="menuOFF">')
document.write('<div class="menuOFFgauche"> </div>')
document.write('<div class="menuOFFtxtcompte"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier='+fichierEnCours+'&modele=identification.htm" title="Il faut s\'identifier pour voir le compte-lecteur ou pour réserver" TARGET="_self">Identification</a></div>')
document.write('<div class="menuOFFdroite"> </div>')
document.write('</div>')
}
else {
document.write('<div class="menuOFF">')
document.write('<div class="menuOFFgauche"> </div>')
document.write('<div class="menuOFFtxtcompte"><a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier='+fichierEnCours+'&modele=AccueilCompte.htm" TARGET="_self">Mon compte</a></div>')
document.write('<div class="menuOFFdroite"> </div>')
document.write('</div>')

document.write('<div class="menuOFF">')
document.write('<div class="menuOFFgauche"> </div>')
ch="La configuration de ce navigateur n'autorise pas sa fermeture programmée.\nFermez vous-même la fenêtre pour vous déconnecter !"
// on ferme
document.write('<div class="menuOFFtxt" style="cursor:pointer" onClick="javascript:tryClose();" title="(déconnecter )">Déconnexion</div>')
// ou on réinitialise
/*
ch="'?DECONNECTER=OUI&NP=2'";
document.write('<div class="menuOFFtxt" style="cursor:pointer" onClick="javascript:window.location.href='+ch+'" title="(déconnecter )">Déconnexion</div>')
*/
document.write('<div class="menuOFFdroite"> </div>')
document.write('</div>')
}
}
</script>
</div>

<div class="menuseparatsuite">
<div class="txt100pr100"> </div>
<div class="menucalibre"> </div>

<a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=INDEX" class="menuseparatlienON" title="Recherche simple">Thème</a>

<a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=SIMPLE-TITRE" class="menuseparatlienOFF" title="Recherche simple">Titre</a>

<a href="/bcdiweb/bcdiweb.cgi/data?np=2&fichier=SIMPLE-AUTEUR" class="menuseparatlienOFF" title="Recherche simple">Auteur</a>

<font size="+1"><B>    BCDI Web</B></font>

<div class="txt100pr100"> </div>
</div>
<br/>
</div>
<!-- Fichier Cherche.htm -->

<script language="JavaScript">
function DonnerFocus(nom)
{
if (document.getElementsByName(nom).length==1)
if (document.getElementsByName(nom)[0].type=="text")
document.getElementsByName(nom)[0].focus();
}

<!-- autres -->
// THESAURUS
var delai_de_frappe=700 // millisecondes
var DernierCode=0 // pour fKeyUp
var en_timer=false
var chpAlister=""
var idTimer=""
var nomChpFocus=""

function ParDefaut(ch,defaut)
{
while (ch.substring(0,1)==" ")
{
ch=ch.substring(1,ch.length)
}
if (ch=="")
ch=defaut
return ch
}

function SansParametre(url,param) // on enlève un champ de la liste des paramètres d'une URL
{
p=url.indexOf("?"+param+"=");
if (p<0)
p=url.indexOf("&"+param+"=");
if (p>=0)
{
ch=url.substring(0,p)
reste=url.substr(p+1,10000)
p=reste.indexOf("&");
if (p>0)
ch+="&"+reste.substr(p+1,10000)
url=ch
}
return(url)
}
function RajouterParametre(url,nom,valeur) // on rajoute un champ de la liste des paramètres d'une URL
{
url=SansParametre(url,nom)
if (valeur=="") valeur=" "
{
p=url.indexOf("?");
if (p<0)
url+="?"
else
url+="&"
url+=nom+"="+escape(valeur)
}
return(url)
}

function fKeyUp(event,nom)
{
1
réponsecool Messages postés 59 Statut Membre 20
 
function RajouterParametre(url,nom,valeur) // on rajoute un champ de la liste des paramètres d'une URL
{
url=SansParametre(url,nom)
if (valeur=="") valeur=" "
{
p=url.indexOf("?");
if (p<0)
url+="?"
else
url+="&"
url+=nom+"="+escape(valeur)
}
return(url)
}

function fKeyUp(event,nom)
{
chpAlister=nom
if (en_timer) window.clearTimeout(idTimer)
idTimer=window.setTimeout("init_liste()",delai_de_frappe)
en_timer=true
if (!event)
if (window.event) event=window.event
if (event)
{
if (typeof(event.keyCode)=="number")
DernierCode=event.keyCode;
else if (typeof(event.which)=="number")
DernierCode=event.which;
else if (typeof(event.charCode)=="number")
DernierCode=event.charCode;
}
}

function valeurs_checkees(NomChp)
{
res=""
ListeElements=document.getElementsByName(NomChp)
if (ListeElements.length>0)
{
for(var j=0; j<ListeElements.length; j++)
{
if (ListeElements[j].checked)
{
if (res>" ")
res+="|"
res+=ListeElements[j].value
}
}
}
return(res)
}

function init_liste(chp) // renvoie le formulaire avec la liste correspondant au début de saisie
{
if (en_timer) window.clearTimeout(idTimer)
en_timer=false
ch=window.location.href;
for (i=0;i<document.forms[0].elements.length;i++) {
obj=document.forms[0].elements[i]
nom=obj.name
upNom=nom.toUpperCase()
if (upNom.substr(0,5)=="THEME")
{
ch=RajouterParametre(ch,upNom,obj.value)
if (nomChpFocus==nom) ch=RajouterParametre(ch,"THESAURUS_DESCRIPTEURS",obj.value)
}
}
// ch=RajouterParametre(ch,"CLASSEMENT",valeurs_checkees("CLASSEMENT"))
ch=RajouterParametre(ch,"SUPPORT1",valeurs_checkees("SUPPORT1"))
ch=RajouterParametre(ch,"TYPEDENATURE",valeurs_checkees("TYPEDENATURE"))
ch=RajouterParametre(ch,"DISPO",valeurs_checkees("DISPONIBILITE"))
ch=RajouterParametre(ch,"FOCUS",chpAlister)
// if (nomChpFocus>"") ch=RajouterParametre(ch,"FOCUS",nomChpFocus)
// ch=RajouterParametre(ch,"FICHIER",document.forms[0].FICHIER.value)
// ch=RajouterParametre(ch,"NP",document.forms[0].NP.value)
window.location.href=ch;
}

function decode(ch)
{
st="";
p=0;
while (p<ch.length)
{
c=ch.charAt(p++);
if ((c=="%") && (ch.charAt(p)=="2") && ((ch.charAt(p+1)=="2") || (ch.charAt(p+1)=="7")))
{
p++;
if (ch.charAt(p)=="2")
c='"'
else
c="'"
p++;
}
st+=c;
}
return(st)
}

function maj_saisie() // recopie la valeur de la liste déroulante dans la zone de saisie
{
var suite="+++";
pour=document.getElementById(nomChpFocus)
if(pour!=null) pour.focus();
ch=document.forms[0].LISTE_DESCRIPTEURS.value
if (ch.indexOf(suite)==0)
{
ch=ch.substr(suite.length,255)
if(pour!=null) pour.value=decode(ch)
if (nomChpFocus!="") chpAlister=nomChpFocus
init_liste()
}
else document.getElementById(nomChpFocus).value=decode(ch)
}
function surFocus(obj)
{
nomChpFocus=obj.name
if (obj.createTextRange)
{
var range = obj.createTextRange();
range.collapse(false);range.select();
}
}

var etOu=(""!=""); // vrai si ou
function elargir(dico)
{
if (dico)
document.getElementsByName("LANGAGE")[0].value="DICO"
else {
document.getElementsByName("LANGAGE")[0].value="TEXTESEUL"
document.forms[0].AUTOPOSTAGE.checked=false;
}
document.forms[0].AUTOPOSTAGE.disabled=!dico;
}
function majNom2()
{
if (etOu)
{
document.getElementById("THEMEPOLE1CASE2").value=document.getElementById("THEMEPOLE2").value;
document.getElementById("THEMEPOLE2CASE1").value="";
}
else
{
document.getElementById("THEMEPOLE2CASE1").value=document.getElementById("THEMEPOLE2").value;
document.getElementById("THEMEPOLE1CASE2").value="";
}
}
function changeEtOu() {
etOu=(document.getElementById("CONJONCTION_OU").checked)
majNom2()
}

</script>
<INPUT TYPE="HIDDEN" NAME="NP" VALUE="2">
<INPUT TYPE="HIDDEN" NAME="FICHIERORIGINE" VALUE="">
<INPUT TYPE="HIDDEN" NAME="RESTRICTIONS" VALUE="OUI">
<INPUT TYPE="HIDDEN" NAME="LANGAGE" VALUE="DICO">
<INPUT TYPE="HIDDEN" NAME="FORMAT" VALUE="LISTENOT">

<INPUT TYPE="HIDDEN" NAME="FOCUS" VALUE="">

<SCRIPT type="text/javascript">if (!ie) document.write('<br/>'); </SCRIPT>
<div style="background-color:#f7fff3; border:1px solid #000000; font-family:Times New Roman">
<br/> 

<table><tr>

<td width="120" align="right" valign="top"><b>Je cherche des </b></td>
<td width=4> </td>
<td width=300><input name="TYPEDENATURE" type="checkbox" value="Fiction" checked>Fictions <i><b><span style="font-size:12px">(des histoires racontées, inventées...)</b></i></span></td>

<td width=20> </td>
<td><input name="TYPEDENATURE" type="checkbox" value="Documentaire" checked="Yes">Documentaires <i><b><span style="font-size:12px">(des informations...)</span></b></i></td>
</tr><tr>
<td align="right" valign="top">
<br/><b> parlant de </b><br/>

<span style="font-size: 8px;"> </span><br/>
<input type="HIDDEN" id="THEMEPOLE1CASE2" name="THEMEPOLE1CASE2">

<input type="HIDDEN" id="THEMEPOLE2CASE1" name="THEMEPOLE2CASE1">
<!--
<input id="CONJONCTION_ET" name="CONJONCTION" type="radio" value="ET" onClick="changeEtOu()" checked >
<span style="font-family:courier"><b>Et de</b><br/></span>
<input id="CONJONCTION_OU" name="CONJONCTION" type="radio" value="OU" onClick="changeEtOu()" checked >
<span style="font-family:courier"><b>Ou de</b><br/></span>
-->
<span style="font-size:8px"><br/></span>
<span style="font-size:12px">Et</span>
<input id="CONJONCTION_ET" name="CONJONCTION" type="radio" value="ET" onClick="changeEtOu()" checked >
<span style="font-size:12px">  ou</span>
<input id="CONJONCTION_OU" name="CONJONCTION" type="radio" value="OU" onClick="changeEtOu()" checked >
<span style="font-size:14px"><b>    de</b></span>

</td>
<td> </td>
<td valign="top"><br/>
<input id="THEMEPOLE1CASE1" name="THEMEPOLE1CASE1" value="RECYCLAGE" class="input200" "">

<span style="font-size:12px"><i>(par exemple : Egypte, eau)</i></span>
<br /> <br/>
<input id="THEMEPOLE2" name="THEMEPOLE2" value="" class="input200" onkeyup="majNom2()">

<span style="font-size:12px"><i>(par exemple : Religion, pollution)</i></span>
<SCRIPT type="text/javascript">
document.getElementById("CONJONCTION_OU").checked=(etOu)
document.getElementById("CONJONCTION_ET").checked=(!etOu)
changeEtOu();
</SCRIPT>

</td>

</tr><tr>
<td> </td><td> </td>
<td>
<INPUT name ="LANGAGEVISIBLE" type="radio" value="DICO" onclick="elargir(true)" checked> Avec le dictionnaire 

<i><b><span style="font-size:12px">(chercher des mots équivalents)</b></i></span><br/>
<INPUT name ="LANGAGEVISIBLE"type="radio" value="TEXTESEUL" onclick="elargir(false)">Sans le dictionnaire<br> 
</td>
<td> </td>
<td valign="top">
<INPUT type="Checkbox" name="AUTOPOSTAGE" value="SPECIFIQUE"> Elargir la recherche
<span style="font-size:12px"><i><b>(chercher des thèmes proches)</b></i></span>
</td></tr></table>

</div>
<!-- Fin du Fichier Cherche.htm -->
<div id="jaune" style="background-color:#e3f6aa;border: 1px solid #000000;">
<br/> 
<span style="margin-left:20px"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>
<span style="width:60px;"><b>Natures : </b></span>
<select id="NATURES" name="NATURES" class="deroulant18x173" style="width:250px;">
<option selected>Tous</option><OPTION>Album</OPTION>

<OPTION>Annales</OPTION>
<OPTION>Anthologie</OPTION>
<OPTION>Archives</OPTION>
<OPTION>Article de périodique</OPTION>
<OPTION>Atlas</OPTION>
<OPTION>B.d.</OPTION>
<OPTION>Bande dessinée</OPTION>
<OPTION>Bibliographie</OPTION>
<OPTION>Biographie</OPTION>

<OPTION>Brevet</OPTION>
<OPTION>Cahier de l'élève</OPTION>
<OPTION>Chronologie</OPTION>
<OPTION>Conte, fable</OPTION>
<OPTION>Débat, controverse</OPTION>
<OPTION>Dictionnaire</OPTION>
<OPTION>Document officiel</OPTION>
<OPTION>Document pédagogique</OPTION>
<OPTION>Documentaire</OPTION>

<OPTION>Encyclopédie</OPTION>
<OPTION>Enquête, reportage</OPTION>
<OPTION>Entretien, interview</OPTION>
<OPTION>Essai</OPTION>
<OPTION>Essai, réflexion</OPTION>
<OPTION>Etude comparative</OPTION>
<OPTION>Fiche guide</OPTION>
<OPTION>Fiche tp</OPTION>
<OPTION>Guide pratique</OPTION>

<OPTION>Guide touristique</OPTION>
<OPTION>Iconographie</OPTION>
<OPTION>Iconographie.</OPTION>
<OPTION>Livre-jeu</OPTION>
<OPTION>Manuel d'enseignement</OPTION>
<OPTION>Musique</OPTION>
<OPTION>Nouvelle</OPTION>
<OPTION>Outil pédagogique</OPTION>
<OPTION>Parascolaire</OPTION>

<OPTION>Poésie</OPTION>
<OPTION>Production d'élève</OPTION>
<OPTION>Programmes scolaires</OPTION>
<OPTION>Récit</OPTION>
<OPTION>Récit personnel</OPTION>
<OPTION>Répertoire, annuaire</OPTION>
<OPTION>Roman</OPTION>
<OPTION>Séquence pédagogique</OPTION>
<OPTION>Suggestion d'activité</OPTION>

<OPTION>Témoignage</OPTION>
<OPTION>Textes sacrés</OPTION>
<OPTION>Théâtre</OPTION>
</select>
  <i>(par exemple, roman, bande dessinée...)</i>
<br/> 
<br/> 
<span style="margin-left:20px"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>
<span style="width:60px;"><b>Genres :  </b></span>

<select id="GENRES" name="GENRES" class="deroulant18x173" style="width:250px;">
<option selected>Tous</option><OPTION>Animalier</OPTION>
<OPTION>Autobiographie</OPTION>
<OPTION>Aventure</OPTION>
<OPTION>conte philosophique</OPTION>
<OPTION>Enquête policière</OPTION>
<OPTION>Epopée</OPTION>
<OPTION>fait de société</OPTION>

<OPTION>Fantastique</OPTION>
<OPTION>Horreur</OPTION>
<OPTION>Humour</OPTION>
<OPTION>Humour, satire</OPTION>
<OPTION>Légende</OPTION>
<OPTION>Lettres</OPTION>
<OPTION>manga</OPTION>
<OPTION>Merveilleux</OPTION>
<OPTION>Merveilleux, Heroic fantasy</OPTION>

<OPTION>Policier</OPTION>
<OPTION>policier/historique</OPTION>
<OPTION>Psychologique</OPTION>
<OPTION>Science-fiction</OPTION>
<OPTION>Sentimental</OPTION>
<OPTION>Sport</OPTION>
</select>
  <i>(par exemple, policier, historique...)</i>

<br/> 
<br/> 
<!--div class="txt4"-->
<span style="margin-left:20px"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span><b><span style="width:160px;">Type de documents</span></b>

<div class="zone5" style="margin-left:20px">
<div><input name='SUPPORT1' type='checkbox' value="Autre" checked ><img src='../MODCOL/PUCEAUTRE.gif' width=20 height=20>Autre </div>
<div><input name='SUPPORT1' type='checkbox' value="Brochure" checked ><img src='../MODCOL/PUCEBROCHURE.gif' width=20 height=20>Brochure </div>
<div><input name='SUPPORT1' type='checkbox' value="Cassette Audio" checked ><img src='../MODCOL/PUCECASSETTE AUDIO.gif' width=20 height=20>Cassette Audio </div>
<div><input name='SUPPORT1' type='checkbox' value="Cédérom" checked ><img src='../MODCOL/PUCECEDEROM.gif' width=20 height=20>Cédérom </div>

<div><input name='SUPPORT1' type='checkbox' value="Diapositive" checked ><img src='../MODCOL/PUCEDIAPOSITIVE.gif' width=20 height=20>Diapositive </div>
<div><input name='SUPPORT1' type='checkbox' value="Disque compact" checked ><img src='../MODCOL/PUCEDISQUE COMPACT.gif' width=20 height=20>Disque compact </div>
<div><input name='SUPPORT1' type='checkbox' value="Disquette" checked ><img src='../MODCOL/PUCEDISQUETTE.gif' width=20 height=20>Disquette </div>
<div><input name='SUPPORT1' type='checkbox' value="Dossier" checked ><img src='../MODCOL/PUCEDOSSIER.gif' width=20 height=20>Dossier </div>
<div><input name='SUPPORT1' type='checkbox' value="DVD-ROM" checked ><img src='../MODCOL/PUCEDVD-ROM.gif' width=20 height=20>DVD-ROM </div>
<div><input name='SUPPORT1' type='checkbox' value="DVD-vidéo" checked ><img src='../MODCOL/PUCEDVD-VIDEO.gif' width=20 height=20>DVD-vidéo </div>
<div><input name='SUPPORT1' type='checkbox' value="Internet" checked ><img src='../MODCOL/PUCEINTERNET.gif' width=20 height=20>Internet </div>
<div><input name='SUPPORT1' type='checkbox' value="Livre" checked ><img src='../MODCOL/PUCELIVRE.gif' width=20 height=20>Livre </div>
<div><input name='SUPPORT1' type='checkbox' value="Multisupport" checked ><img src='../MODCOL/PUCEMULTISUPPORT.gif' width=20 height=20>Multisupport </div>

<div><input name='SUPPORT1' type='checkbox' value="Périodique" checked ><img src='../MODCOL/PUCEPERIODIQUE.gif' width=20 height=20>Périodique </div>
<div><input name='SUPPORT1' type='checkbox' value="Transparent" checked ><img src='../MODCOL/PUCETRANSPARENT.gif' width=20 height=20>Transparent </div>
<div><input name='SUPPORT1' type='checkbox' value="Valise, boîte" checked ><img src='../MODCOL/PUCEVALISE, BOITE.gif' width=20 height=20>Valise, boîte </div>
<div><input name='SUPPORT1' type='checkbox' value="Vidéocassette" checked ><img src='../MODCOL/PUCEVIDEOCASSETTE.gif' width=20 height=20>Vidéocassette </div>
<br/> 
</div>
<div> </div>
</div>
<div class="txt4">
<table width="99%" ><tr>
<td width="33%" align="left">   

<input class="txt6" name="Restreindre" type="button" value="Autres choix" onClick="BasculerRestrictions()">
</td>
<td width="33%" align="center">
<input class="txt6" name="Rechercher" type="submit" value="Rechercher" onClick="changeEtOu();">
</td>
<td align="right">
<input class="txt6" name="Effacer" type="button" value="Effacer" onClick="effacer()">
   
</td></tr>

</table>
</div>
<div style="border: 1px solid #000000;">
<div id="txt3" class='cachediv'>
<div class="menuzonedatagoption">
<div class="menuzonedataoption">
<div class="txt4">
<div class="txt5">
<div class="zonedate1"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""><b>Date de parution =</b> </div>

<div class="zonedate2"><input name="DATEEGAL" type="text" class="input100" value=""> <span class="gris">(jj/mm/aaaa)</span>
<span style="position:absolute; left: 340px;"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>
<span style="position:absolute; left: 350px; width:70px;"><b>Publics : </b></span>
<select id="PUBLICS" name="PUBLICS" class="deroulant18x173" style="position:absolute; left: 450px; width:300px">
<option selected>Tous</option><OPTION>Elève</OPTION>
<OPTION>Enseignant</OPTION>

<OPTION>Tous publics</OPTION>
</select>
</div>
</div>
<div class="txt5">
<div class="zonedate1"><b>Avant </b> </div>
<div class="zonedate2"><input name="DATEINF" type="text" class="input100" value=""> <span class="gris">(jj/mm/aaaa)</span>

<span style="position:absolute; left: 340px;"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>
<span style="position:absolute; left: 350px; width:70px;"><b>Niveaux : </b></span>
<select id="NIVEAUX" name="NIVEAUX" class="deroulant18x173" style="position:absolute; left: 450px; width:300px">
<option selected>Tous</option><OPTION>Classe de 1ère</OPTION>
<OPTION>Classe de 2de</OPTION>
<OPTION>Classe de 2e</OPTION>
<OPTION>Classe de 3e</OPTION>

<OPTION>Classe de 4e</OPTION>
<OPTION>Classe de 5e</OPTION>
<OPTION>Classe de 6e</OPTION>
<OPTION>Classe de 6e/Classe de 5e</OPTION>
<OPTION>Classe de Terminale</OPTION>
<OPTION>Collège</OPTION>
<OPTION>Collège /Classe de 2de</OPTION>
<OPTION>Cycle 2</OPTION>
<OPTION>Cycle 3</OPTION>

<OPTION>Ecole élémentaire</OPTION>
<OPTION>Ecole maternelle</OPTION>
<OPTION>Ecole primaire</OPTION>
<OPTION>Ens</OPTION>
<OPTION>Ens/Classe 3e</OPTION>
<OPTION>Enseignement supérieur</OPTION>
<OPTION>Ensth</OPTION>
<OPTION value="Formation des personnels de l'éducation nationale">Formation des personnels de l'éducation </OPTION>
<OPTION value="Formation des professeurs des lycées et collèges">Formation des professeurs des lycées et </OPTION>

<OPTION>Lycée</OPTION>
<OPTION>Lycée professionnel</OPTION>
<OPTION>Secondaire</OPTION>
<OPTION>Tous</OPTION>
<OPTION>Tous niveaux</OPTION>
</select>
</div>
</div>
<div class="txt5">

<div class="zonedate1"><b>Après </b> </div>
<div class="zonedate2"><input name="DATESUP" type="text" class="input100" value=""> <span class="gris">(jj/mm/aaaa)</span>
<span style="position:absolute; left: 340px;"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>
<span style="position:absolute; left: 350px; width:70px;"><b>Disciplines : </b></span>
<select id="DISCIPLINES" name="DISCIPLINES" class="deroulant18x173" style="position:absolute; left: 450px; width:300px">
<option selected>Tous</option><OPTION>Agroalimentaire - Alimentation</OPTION>

<OPTION>Allemand</OPTION>
<OPTION>Anglais</OPTION>
<OPTION value="Arts appliqués - Communication - Image et son">Arts appliqués - Communication - Image e</OPTION>
<OPTION>Arts du spectacle</OPTION>
<OPTION>Arts plastiques</OPTION>
<OPTION>arts plastiques : discipline</OPTION>
<OPTION>Arts visuels</OPTION>
<OPTION>Chimie</OPTION>
<OPTION>Cinéma audiovisuel</OPTION>

<OPTION>Cinéma et audiovisuel</OPTION>
<OPTION>Découvrir le monde - Education humaine</OPTION>
<OPTION value="Découvrir le monde - Histoire et géographie">Découvrir le monde - Histoire et géograp</OPTION>
<OPTION value="Disciplines générales de l'enseignement secondai">Disciplines générales de l'enseignement </OPTION>
<OPTION value="Disciplines générales de l'enseignement secondaire">Disciplines générales de l'enseignement </OPTION>
<OPTION>Domaines</OPTION>
<OPTION>Domaines Arts et</OPTION>
<OPTION>Domaines Arts et culture</OPTION>
<OPTION>Domaines de l'enseignement</OPTION>

<OPTION>Domaines de l'enseignement primaire</OPTION>
<OPTION value="Domaines de l'enseignement technologique et professionnel">Domaines de l'enseignement technologique</OPTION>
<OPTION>ECJS</OPTION>
<OPTION>Education à la citoyenneté</OPTION>
<OPTION>Education à la sécurité</OPTION>
<OPTION>Education aux arts et à la culture</OPTION>
<OPTION>Education civique</OPTION>
<OPTION>Education musicale</OPTION>
<OPTION>EPS</OPTION>

<OPTION>Espagnol</OPTION>
<OPTION>Formations transversales</OPTION>
<OPTION>Français</OPTION>
<OPTION>Français - Lettres</OPTION>
<OPTION>Français-Grammaire</OPTION>
<OPTION>Français-Littérature</OPTION>
<OPTION>Géographie</OPTION>
<OPTION>Histoire</OPTION>
<OPTION>Histoire /Géographie</OPTION>

<OPTION>Histoire des arts</OPTION>
<OPTION>La voix et l'écoute - Education musicale</OPTION>
<OPTION value="Langage et langue française - Education littéraire">Langage et langue française - Education </OPTION>
<OPTION>Latin</OPTION>
<OPTION>Littérature</OPTION>
<OPTION>Littérature, poésie et livre jeunesse</OPTION>
<OPTION>Math</OPTION>
<OPTION>Mathématiques</OPTION>
<OPTION>Musique</OPTION>

<OPTION>Organisation de l'enseignement</OPTION>
<OPTION>Orientation</OPTION>
<OPTION>Philosophie</OPTION>
<OPTION>Physique</OPTION>
<OPTION>Sciences de la terre</OPTION>
<OPTION>Sciences de la vie</OPTION>
<OPTION>Sciences expérimentales et technologie</OPTION>
<OPTION>SES</OPTION>
<OPTION>SVT</OPTION>

<OPTION>Technologie</OPTION>
</select>
</div>
</div>

<div class="txt5">
<div class="zonedate1"> </div>
<div class="zonedate1"> </div>
<span style="position:absolute; left: 340px;"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""></span>

<span style="position:absolute; left: 350px; width:100px;"><b>Centre d'intérêt : </b></span>
<select id="CENTRE D'INTERET" name="CENTRE D'INTERET" class="deroulant18x173" style="position:absolute; left: 450px; width:300px">
<option selected>Tous</option>
</select> 
</div>
</div>

</div> 

</div> 
<div style="margin-left:20px"><img src="../MODCOL/puceoptions.gif" width="10" height="12" alt=""><b>Ne chercher que les documents disponibles</b>
<input name="DISPONIBLES" value="DISPONIBLE" type="checkbox"> 
</div>
</div>
</div>
</div>
</form>
</body>
</html>
1
réponsecool Messages postés 59 Statut Membre 20
 
dsl c mon frere a+++
1

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
ibtor Messages postés 2564 Statut Membre 283
 
CHEATER C'EST MAL !!!
-1
réponsecool Messages postés 59 Statut Membre 20
 
oui c se que je lui est dit mais il ma dit que tout le monde le fesait et que c'est t pas vrément un cheat
-1