Accueil › Forums › Gestion d’un serveur WIMS › Administration d’un serveur WIMS › Gestion du site version 4.05
- Ce sujet contient 6 réponses, 2 participants et a été mis à jour pour la dernière fois par Jean-Luc DONADONI, le il y a 11 années et 7 mois.
-
AuteurMessages
-
-
26 mai 2013 à 00:28 #1470Jean-Luc DONADONIParticipant
-
26 mai 2013 à 08:27 #1472bernadetteMaître des clés
-
26 mai 2013 à 11:40 #1473Jean-Luc DONADONIParticipant
-
26 mai 2013 à 11:54 #1474bernadetteMaître des clés::
Regarde dans le source si le lien y est. Il doit y avoir quelque chose comme
<!-- _widgets/manager.phtml --> <div class="wimsmanager"> <a href="http://127.0.0.1/wims/wims.cgi?session=4B81B24A6B.1&+lang=fr&+module=adm%2Fmanage" >WIMS gestion du site en ligne</a> </div> <!-- end _widgets/manager.phtml -->
Si c’est le cas, c’est une question de css (par exemple mauvaise couleur).
Sinon, c’est un autre problème, mais je ne vois pas car on n’a rien changé sur cela.Bernadette
Tu es bien dans le thème standard ? -
26 mai 2013 à 12:39 #1475Jean-Luc DONADONIParticipant::
Je ne trouve pas dans le source : <!– _widgets/manager.phtml –> …
Je t’envoie le source de la page :<!DOCTYPE html PUBLIC « -//W3C//DTD XHTML 1.1 plus MathML 2.0//EN » « http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd »>
<html xml:lang= »fr » xmlns= »http://www.w3.org/1999/xhtml » xmlns:mathml= »http://www.w3.org/1998/Math/MathML »><head><!–begin of standard/htmlheader.phtml–>
<meta http-equiv= »Content-Type » content= »application/xhtml+xml; charset=iso-8859-1″ />
<title>WWW Interactive Multipurpose Server</title>
<meta name= »GENERATOR » content= »wims [fr] » />
<meta name= »description » content= »interactive exercises, mathematical tools, interactive puzzles, teaching documents interactive exercises, online calculators and plotters, mathematical recreation and games » />
<meta name= »keywords » content= »interactive mathematics, interactive math, server side interactivity, , » />
<meta name= »Author » content= »XIAO Gang » />
<meta http-equiv= »Content-Style-Type » content= »text/css » />
<meta http-equiv= »expires » content= »1 Jan 1990″ />
<meta http-equiv= »Pragma » content= »no-cache » />
<meta http-equiv= »Cache-Control » content= »no-cache » />
<link href= »html/themes/standard/css.css » rel= »stylesheet » type= »text/css » />
<link href= »html/themes/standard/theme.css » rel= »stylesheet » type= »text/css » />
<link href= »gifs/themes/default/icon.css » rel= »stylesheet » type= »text/css » /><!– METAS iOS : –>
<link rel= »apple-touch-icon » href= »gifs/wims_logo.png » />
<meta name= »apple-mobile-web-app-capable » content= »yes » />
<!– prevents links from apps from opening in mobile safari –>
<script type= »application/javascript » src= »scripts/js/safari_mobile_links.js »></script>
<!– Librairies JQUERY –>
<script type= »text/javascript » src= »scripts/js/jquery/jquery.min.js »></script>
<link rel= »stylesheet » href= »scripts/js/jquery/themes/smoothness/jquery-ui.min.css » />
<script type= »text/javascript » src= »scripts/js/jquery/jquery-ui.min.js »></script>
<!– JQUERY pour autocompletion –>
<script type= »text/javascript » src= »scripts/js/interface/autocomplete.js »></script>
<!– Styles pour iphone –>
<link rel= »stylesheet » media= »screen and (max-device-width: 480px) » href= »html/css/mobile.css » type= »text/css » />
<!– Styles pour ipad (portrait) –>
<link rel= »stylesheet » media= »screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) » href= »html/css/ipad-portrait.css » type= »text/css » />
<!– Styles pour ipad (landscape) –>
<link rel= »stylesheet » media= »screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) » href= »html/css/ipad-landscape.css » type= »text/css » />
<!– Style pour impression –>
<link rel= »stylesheet » media= »print » href= »html/themes/_css/print.css » type= »text/css » />
<!– Style pour document latex2wims –>
<link rel= »stylesheet » href= »html/themes/_css/l2w.css » type= »text/css » />
<!– Style pour createQCM et confia2qcm par exemple –>
<link rel= »stylesheet » href= »html/themes/_css/createqcm.css » type= »text/css » /><style type= »text/css »>
body.main_body {
background-color: #E8E8E8;
}a:link {color:#004077;}
a:visited {color:#004077;}
.wimsmanager a {color:white;}
#wimstopbox,#wimsmenubox,#wimsmenumodubox { color: white; background-color: #777777;}
.container h4{ background-color:#777777; color:white;}
#menu_pendant,#menu_html { background-color:#777777; color:white;}
#menu_avant,#menu_apres { background-color:#666666; color:white;}
.infobulle{ background-color: #666666; color: white;}
.topmenuitem a { color: white;}
.menuitem a { color: white;}
table.wimstable th {background-color: #777777; color:white;}
table.wimstable th a {color: white;}
table.wimstable caption {background-color: #777777;color: white;}
table.wimstable caption a {color: white;}
table.wimstable caption a.wims_button{background-color: #666666;color: white;}
table.wimstable th a.wims_button{background-color: #666666;color: white;}input[type= »submit »],input[type= »button »],body.main_body .wims_button{
background-color:#666666;
color:white;
}
body.main_body .wims_button_help{
background-color:green;
color:white;
}.legend {background-color: #777777;color:white;}
</style>
<!–end standard/htmlheader.phtml–>
</head>
<body class= »main_body » dir= »ltr » >
Jean-Luc -
26 mai 2013 à 13:24 #1476bernadetteMaître des clés
-
27 mai 2013 à 16:09 #1478Jean-Luc DONADONIParticipant::
Finalement le problème est la taille de l’écran.
Je travaille avec un mini ordinateur et un écran 10 pouces.
Dans ce cas le lien n’apparait pas sur la page d’accueil et il n’y a pas de curseur pour éventuellement élargir la vision sur la page.
La solution est de faire un Zoom arrière dans le menu du navigateur pour voir apparaître le lien.
Jean.Luc
-
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.