Subversion Repositories Applications.projet

Compare Revisions

No changes between revisions

Ignore whitespace Rev 14 → Rev 15

/trunk/langues/pro_langue_pt.inc.php
10,7 → 10,7
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
* +-----------------------------------------------------------------------+
 
* $Id: pro_langue_pt.inc.php,v 1.2 2005-09-27 16:45:35 alexandre_tb Exp $
* $Id: pro_langue_pt.inc.php,v 1.3 2005-09-28 16:29:39 ddelon Exp $
*/
 
 
103,6 → 103,7
 
// ========== Partie concernant les wikini ===========================================
 
define ('PROJET_ASSOCIER_WIKI', 'Associer un wikini');
define ("PROJET_WIKINI_POSSEDE", "This project has a wiki site") ;
define ("PROJET_WIKINI_ALLER", "Go on the wiki site") ;
define ("PROJET_WIKINI_SUPPRIMER", "Supress wiki ") ;
/trunk/langues/pro_langue_es.inc.php
10,7 → 10,7
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
* +-----------------------------------------------------------------------+
 
* $Id: pro_langue_es.inc.php,v 1.2 2005-09-27 16:45:35 alexandre_tb Exp $
* $Id: pro_langue_es.inc.php,v 1.3 2005-09-28 16:29:39 ddelon Exp $
*/
 
 
88,7 → 88,8
define ("PROJET_REP_MODIFIER", "Modificacion de una agenda ") ;
define ("PROJET_REP_SUPPRIMER", "esta seguro de cancelar la agenda") ;
 
//======= Parte concerniente a los wikis========================================
//======= Parte concerniente a los wikis========================================
define ('PROJET_ASSOCIER_WIKI', 'Associer un wikini') ;
define ("PROJET_WIKINI_POSSEDE", "Este proyecto posee un espacio wiki") ;
define ("PROJET_WIKINI_ALLER", "Ir al wiki") ;
define ("PROJET_WIKINI_SUPPRIMER", "Cancelar el wiki") ;
/trunk/langues/pro_langue_fr.inc.php
10,7 → 10,7
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
* +-----------------------------------------------------------------------+
 
* $Id: pro_langue_fr.inc.php,v 1.2 2005-09-27 16:45:35 alexandre_tb Exp $
* $Id: pro_langue_fr.inc.php,v 1.3 2005-09-28 16:29:39 ddelon Exp $
*/
 
 
158,6 → 158,7
// ========== Partie concernant les wikini ===========================================
 
define ('PROJET_CREER_WIKI', 'Créer un wikini') ;
define ('PROJET_ASSOCIER_WIKI', 'Associer un wikini');
define ('PROJET_WIKI_ASSOCIE', 'Espace de rédaction collaborative') ;
define ("PROJET_WIKINI_POSSEDE", "Ce projet poss&egrave;de un espace wikini") ;
define ("PROJET_WIKINI_ALLER", "Aller sur le wikini") ;
/trunk/langues/pro_langue_en.inc.php
10,7 → 10,7
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
* +-----------------------------------------------------------------------+
 
* $Id: pro_langue_en.inc.php,v 1.2 2005-09-27 16:45:35 alexandre_tb Exp $
* $Id: pro_langue_en.inc.php,v 1.3 2005-09-28 16:29:39 ddelon Exp $
*/
 
 
103,6 → 103,7
 
// ========== Partie concernant les wikini ===========================================
 
define ('PROJET_ASSOCIER_WIKI', 'Associer un wikini') ;
define ("PROJET_WIKINI_POSSEDE", "This project has a wiki site") ;
define ("PROJET_WIKINI_ALLER", "Go on the wiki site") ;
define ("PROJET_WIKINI_SUPPRIMER", "Supress wiki ") ;
/trunk/projet.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: projet.php,v 1.3 2005-09-27 16:31:06 alexandre_tb Exp $
// CVS : $Id: projet.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
66,7 → 66,7
$_REQUEST[PROJET_VARIABLE_ACTION] = PROJET_ACTION_VOIR_RESUME ;
}
$res = '' ;
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) && $GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre') {
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) && (($GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre')||($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste'))) {
$res .= '<ul class="onglets">';
$GLOBALS['url']->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_RESUME);
$res .= '<li class="'.cma(PROJET_ACTION_VOIR_RESUME).'"><a href="'.$GLOBALS['url']->getURL().'">'.PROJET_SYNTHESE.'</a></li>';
109,7 → 109,7
}
// Dans le cas de la présentation par arbre, on met les menus
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) && $GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre') {
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) && (($GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre') || ($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste'))){
$sortie .= $controleur->menuGeneral() ;
}
return $sortie;
177,7 → 177,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/09/27 16:31:06 alexandre_tb
* ??
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
 
/trunk/classes/projet.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: projet.class.php,v 1.3 2005-09-27 16:42:00 alexandre_tb Exp $
// CVS : $Id: projet.class.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
145,13 → 145,14
 
/**
*
*
* PHP5
* @return projet
* @access public
*/
function __construct( )
function __construct( &$dbObject, $id_projet = "")
{
$this->projet($dbObject, $id_projet);
} // end of member function __construct
 
/**
491,6 → 492,9
}
$id = SQL_obtenirNouveauId($this->_db, 'projet', 'p_id') ;
$requete = 'insert into projet set p_id='.$id ;
if (!isset($tableau_de_valeur['projet_wikini'])) {
$tableau_de_valeur['projet_wikini']='';
}
$requete .= ', p_titre="'.$tableau_de_valeur['projet_titre'].'", p_description="'.$tableau_de_valeur['projet_description'].'"'.
', p_espace_internet="'.$tableau_de_valeur['projet_espace_internet'].'", p_date_creation=NOW()'.
', p_wikini="'.$tableau_de_valeur['projet_wikini'].'", p_nom_repertoire="'.$nom_repertoire.'", p_resume="'.$tableau_de_valeur['projet_resume'].
645,9 → 649,15
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
$nom = strtoupper(substr($chaine, 0, 1)) ;
$nom .= $ligne->p_id + 1 ;
if ($resultat->numRows() > 0) {
$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
$nom = strtoupper(substr($chaine, 0, 1)) ;
$nom .= $ligne->p_id + 1 ;
}
else {
$nom = strtoupper(substr($chaine, 0, 1)) ;
$nom .= 1 ;
}
return $nom ;
} // end of member function genereNomRepertoire
/trunk/classes/fichier.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: fichier.class.php,v 1.3 2005-09-27 16:38:35 alexandre_tb Exp $
// CVS : $Id: fichier.class.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
97,7 → 97,7
* @return void
* @access public
*/
function fichier( $chemin, $objetDB = "")
function fichier( $chemin, &$objetDB = "")
{
$this->_chemin = $chemin ;
// On analyse l'extension pour découvrir le type mime
117,8 → 117,9
* @return fichier
* @access public
*/
function __construct( $chemin )
function __construct( $chemin, &$objetDB = "" )
{
$this->fichier($chemin, $objetDB);
} // end of member function __construct
 
/trunk/classes/document.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: document.class.php,v 1.3 2005-09-27 16:38:11 alexandre_tb Exp $
// CVS : $Id: document.class.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
135,21 → 135,22
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
fichier::fichier($chemin.$ligne->pd_lien, $this->_db) ;
$this->_id = $ligne->pd_id ;
if (is_object ($this->_type_mime)) $this->_type_mime->setCheminIcone ($chemin_icones) ;
$this->_id_proprietaire = $ligne->pd_ce_utilisateur ;
$this->_nom_long = $ligne->pd_nom ;
$this->_visibilite = $ligne->pd_visibilite ;
$this->_date_mise_a_jour = $ligne->pd_date_de_mise_a_jour ;
$this->_description = $ligne->pd_description ;
$this->_pd_lien = $ligne->pd_lien;
if ($this->_isRacine($ligne->pd_pere)) {
$this->_id_pere = 0 ;
} else {
$this->_id_pere = $ligne->pd_pere ;
}
if ($resultat->numRows()>0) {
fichier::fichier($chemin.$ligne->pd_lien, $this->_db) ;
$this->_id = $ligne->pd_id ;
if (is_object ($this->_type_mime)) $this->_type_mime->setCheminIcone ($chemin_icones) ;
$this->_id_proprietaire = $ligne->pd_ce_utilisateur ;
$this->_nom_long = $ligne->pd_nom ;
$this->_visibilite = $ligne->pd_visibilite ;
$this->_date_mise_a_jour = $ligne->pd_date_de_mise_a_jour ;
$this->_description = $ligne->pd_description ;
$this->_pd_lien = $ligne->pd_lien;
if ($this->_isRacine($ligne->pd_pere)) {
$this->_id_pere = 0 ;
} else {
$this->_id_pere = $ligne->pd_pere ;
}
}
}
} // end of member function document
162,8 → 163,10
* @return document
* @access public
*/
function __construct( $id_document, &$objetDB )
function __construct( $id_document = "", &$objetDB, $chemin = '', $chemin_icones = '' )
{
$this->document($id_document, $objetDB, $chemin, $chemin_icones);
} // end of member function __construct
 
269,15 → 272,19
*/
function _isRacine( $id_document )
{
$requete = "select pd_pere from projet_documents where pd_id=$id_document" ;
$resultat = $this->_db->query ($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
if ($ligne->pd_pere == null){
return true ;
}
if ($id_document) {
$requete = "select pd_pere from projet_documents where pd_id=".$id_document ;
$resultat = $this->_db->query ($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
if ($resultat->numRows() >0) {
if ($ligne->pd_pere == null){
return true ;
}
}
}
return false ;
} // end of member function _isRacine
 
319,19 → 326,22
}
$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
$chemin_rep_id_nom = array() ;
if ($ligne->pd_pere == 0) {
$tab = array ($ligne->pd_id, $ligne->pd_nom) ;
if ($resultat->numRows()>0) {
if ($ligne->pd_pere == 0) {
$tab = array ($ligne->pd_id, $ligne->pd_nom) ;
return $tab ;
} else {
$requete_pere = "select pd_id, pd_nom from projet_documents where pd_id=$ligne->pd_pere" ;
$resultat_pere = $objetDB->query ($requete_pere) ;
if (DB::isError($resultat_pere)) {
die ("Echec de la requete<br />".$resultat_pere->getMessage()."<br />".$resultat_pere->getDebugInfo()) ;
}
$ligne_pere = $resultat_pere->fetchRow (DB_FETCHMODE_OBJECT) ;
array_push ($chemin_rep_id_nom, $ligne->pd_id,$ligne->pd_nom) ;
$tab = document::getCheminIdRepertoire($ligne_pere->pd_id, $objetDB) ;
$chemin_rep_id_nom = array_merge ($chemin_rep_id_nom, $tab) ;
}
else {
$requete_pere = "select pd_id, pd_nom from projet_documents where pd_id=$ligne->pd_pere" ;
$resultat_pere = $objetDB->query ($requete_pere) ;
if (DB::isError($resultat_pere)) {
die ("Echec de la requete<br />".$resultat_pere->getMessage()."<br />".$resultat_pere->getDebugInfo()) ;
}
$ligne_pere = $resultat_pere->fetchRow (DB_FETCHMODE_OBJECT) ;
array_push ($chemin_rep_id_nom, $ligne->pd_id,$ligne->pd_nom) ;
$tab = document::getCheminIdRepertoire($ligne_pere->pd_id, $objetDB) ;
$chemin_rep_id_nom = array_merge ($chemin_rep_id_nom, $tab) ;
}
}
$tabl_resultat = array() ;
for ($i = 0; $i < count ($chemin_rep_id_nom); $i++) {
/trunk/classes/projetControleur.class.php
20,7 → 20,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
 
// CVS : $Id: projetControleur.class.php,v 1.6 2005-09-27 16:50:41 alexandre_tb Exp $
// CVS : $Id: projetControleur.class.php,v 1.7 2005-09-28 16:29:39 ddelon Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $
*@version $Revision: 1.7 $
// +------------------------------------------------------------------------------------------------------+
*/
 
388,6 → 388,8
$arbre = new arbre() ;
// recherche du projet principal
$cime='';
foreach ($projetListe as $projet) {
$this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_PARTICIPANT) ;
449,7 → 451,7
}
$this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
$ligne_tableau = array ($projet->getId(), '<a href="'.PROJET_CHEMIN_ATELIERS.$projet->getId().'">'.$projet->getTitre().'</a>') ;
$ligne_tableau = array ($projet->getId(), '<a href="'.$this->_url->getURL().'">'.$projet->getTitre().'</a>') ;
if ($auth) {
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_DESINSCRIPTION_PROJET) ;
array_push ($ligne_tableau, '<a href="'.$this->_url->getURL().'" onclick="javascript:return confirm(\''.
495,7 → 497,7
foreach ($projetNonParticipantListe as $projet) {
$this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
$ligne_projet = array (
'<a href="'.PROJET_CHEMIN_ATELIERS.$projet->getId().'">'.$projet->getTitre().'</a>' // le nom du projet
'<a href="'.$this->_url->getURL().'">'.$projet->getTitre().'</a>' // le nom du projet
) ;
$this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE) ;
if ($auth) array_push ($ligne_projet, '<a href="'.$this->_url->getURL().'">'.PROJET_S_INSCRIRE.'</a>') ;
/trunk/classes/HTML_listeDocuments.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: HTML_listeDocuments.class.php,v 1.3 2005-09-27 16:42:00 alexandre_tb Exp $
// CVS : $Id: HTML_listeDocuments.class.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
121,8 → 121,9
* @return void
* @access public
*/
function __construct( $utilise_pager )
function __construct( &$url, $utilise_pager = false, $id_repertoire = 0, $auth = '' )
{
$this->HTML_listeDocuments($url, $utilise_pager, $id_repertoire, $auth);
} // end of member function __construct
 
/trunk/classes/HTML_listeProjet.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: HTML_listeProjet.class.php,v 1.3 2005-09-27 16:36:56 alexandre_tb Exp $
// CVS : $Id: HTML_listeProjet.class.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
79,8 → 79,9
* @return void
* @access public
*/
function __construct( )
function __construct($utilise_pager = false)
{
$this->HTML_listeProjet($utilise_pager);
} // end of member function __cosntruct
 
/trunk/actions/participants.php
1,4 → 1,4
<?php
1<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: participants.php,v 1.3 2005-09-27 16:43:53 alexandre_tb Exp $
// CVS : $Id: participants.php,v 1.4 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.3 $
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
 
/trunk/images/ago-botanorm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-corsinia.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-anthillys.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-thelipt.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-tbpteri.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-anoviti.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-colchique.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-arenaria.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-lichens.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-philonotis.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-sbf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-drosera.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-exemple.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-tropic.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-bartramia.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-carex.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-pellia.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-messicoles.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-Ophrys_pectus.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-sorbus.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-po66.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-exemple.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-tbgs.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-Phytolacca_americana.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-thymusvulg.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-phaeoceros.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-thymus.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/images/ago-orch.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream