Skip to content

Commit

Permalink
Changelog version 0.7 (mars 2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyg77 committed Nov 21, 2013
1 parent 75e21b4 commit 7298915
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 27 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ admin/.htaccess
admin/.htpasswd
admin/logs_studs.txt
framanav

nav
.htaccess
.gitignore
.gitmodules
12 changes: 0 additions & 12 deletions admin/.htaccess

This file was deleted.

9 changes: 4 additions & 5 deletions apropos.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,16 @@
</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
l’opinion de leur auteur, et n’engagent 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 d’identification
personnelle concernant l'Éditeur (voir <a
href="http://www.framasoft.net/article4736.html">http://www.framasoft.net/article4736.html</a>).</p>
Expand Down Expand Up @@ -291,7 +290,7 @@
<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>
Expand Down
13 changes: 7 additions & 6 deletions bandeaux.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@

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() {
Expand All @@ -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";
}
}*/
}


Expand Down Expand Up @@ -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>' .
Expand Down Expand Up @@ -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>' .
Expand Down
Binary file modified favicon.ico
Binary file not shown.
Binary file modified images/logo-framadate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -92,7 +96,7 @@ div.bandeau{
top:6px;
left:6px;
right:6px;
padding-top:35px;
/* padding-top:35px;*/

}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7298915

Please sign in to comment.