Changelog version 0.7 (mars 2013)

This commit is contained in:
pyg77 2013-11-21 15:02:46 +01:00
parent 75e21b48e6
commit 7298915562
7 changed files with 22 additions and 27 deletions

5
.gitignore vendored
View File

@ -3,4 +3,7 @@ admin/.htaccess
admin/.htpasswd
admin/logs_studs.txt
framanav
nav
.htaccess
.gitignore
.gitmodules

View File

@ -1,12 +0,0 @@
authType basic
authName "ADMIN OpenSondage"
authUserFile /home/framatools/www/opensondage_dev/admin/.htpasswd
#order deny,allow
# satisfy all
# allow from all
#require user studs

View File

@ -176,17 +176,16 @@ vous-même votre propre service.
</h1>
<h2>Éditeur et Responsable de la publication</h2>
<p>Editeur : Association Framasoft (cf "Hébergement")</p>
<p>Responsable de la publication : Alexis Kauffmann&nbsp;</p>
<p>Responsable de la publication : Christophe Masutti</p>
<p>Vous pouvez rentrer en contact avec l'Editeur et le
Responsable de la publication en passant par la page "<a
href="contacts.php">contact</a>".</p>
href="http://contact.framasoft.org">contact</a>".</p>
<p>Les propos tenus sur ce site ne représentent que et uniquement
lopinion de leur auteur, et nengagent pas l'association Framasoft,
les sociétés, entreprises ou collectifs auxquels il contribue ou dont
il peut être associé ou employé.</p>
<h2>Hébergement</h2>
<p>Ce site est hébergé par Framasoft, c/o T. CEZARD, 5 avenue
Stephen Pichon 75013 Paris, France.
<p>Ce site est hébergé par Framasoft, 10 bis rue Jangot 69007 Lyon, France.
Cet hébergeur possède à ce jour les éléments didentification
personnelle concernant l'Éditeur (voir <a
href="http://www.framasoft.net/article4736.html">http://www.framasoft.net/article4736.html</a>).</p>
@ -291,7 +290,7 @@ l'équipe Framasoft. Les sources sont disponibles sur le Github <a
<b>Propositions améliorations de Framadate</b><br>
<br>
Si quelque chose venait à vous manquer, vous pouvez nous en faire part
via le <a href="contacts.php">formulaire en ligne</a>.
via le <a href="http://contact.framasoft.org">formulaire en ligne</a>.
<br>
Les dernières améliorations de Framadate sont visibles dans le fichier <a
href="CHANGELOG">CHANGELOG</a>.<br>

View File

@ -41,12 +41,13 @@ include_once('fonctions.php');
function framanav()
{
if (file_exists($_SERVER['DOCUMENT_ROOT']."/framanav/nav.php")) {
/* if (file_exists($_SERVER['DOCUMENT_ROOT']."/framanav/nav.php")) {
//echo "\n".'<!-- Framanav --> '."\n";;
//echo '<script src="/framanav/scripts/jquery.min.js" type="text/javascript"></script>'."\n";
include_once($_SERVER['DOCUMENT_ROOT']."/framanav/nav.php");
//echo '<!-- /Framanav --> '."\n";
}
}*/
echo '<script src="/nav/nav.js" id="nav_js" type="text/javascript" charset="utf-8"></script>'."\n";
}
function gAnalytics() {
@ -71,9 +72,9 @@ function gAnalytics() {
//le logo
function logo ()
{
if(defined('LOGOBANDEAU')) {
/* if(defined('LOGOBANDEAU')) {
echo '<div class="logo"><img src="/' . LOGOBANDEAU . '" height="74" alt="logo"></div>'."\n";
}
}*/
}
@ -119,7 +120,7 @@ function sous_bandeau()
/*echo '<div class="sousbandeau">' .
'<a href="/">'. _("Home") .'</a>' .
'<a href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
'<a href="/contacts.php">'. _("Contact") .'</a>' .
'<a href="http://contact.framasoft.org" target="_new">'. _("Contact") .'</a>' .
//'<a href="/sources/sources.php">'. _("Sources") .'</a>' . //not implemented
'<a href="/apropos.php">'. _("About") .'</a>' .
'<a href="/admin/index.php">'. _("Admin") .'</a>' .
@ -188,7 +189,7 @@ function bandeau_pied_mobile()
echo '<div class="sousbandeau">' .
'<a class="button small gray" href="/">'. _("Home") .'</a>' .
'<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
'<a class="button small gray" href="/contacts.php">'. _("Contact") .'</a>' .
'<a class="button small gray" href="http://contact.framasoft.org" target="_new">'. _("Contact") .'</a>' .
//'<a href="/sources/sources.php">'. _("Sources") .'</a>' . //not implemented
'<a class="button small gray" href="/apropos.php">'. _("About") .'</a>' .
//'<a class="button small gray" href="/admin/index.php">'. _("Admin") .'</a>' .

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -56,7 +56,11 @@ body {
img {
border: 0;
}
*, *:before, *:after {
-webkti-box-sizing:content-box;
-moz-box-sizing: content-box;
box-sizing:content-box;
}
/*bandeau de titre*/
.framorange {
@ -92,7 +96,7 @@ div.bandeau{
top:6px;
left:6px;
right:6px;
padding-top:35px;
/* padding-top:35px;*/
}
@ -121,7 +125,7 @@ div.bandeautitre{
font-style: italic;
vertical-align:middle;
font-family:arial;
padding:3px;
padding:13px;
position:static;
top:57px;
left:6px;