* Copyright (C) 2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ * $Source$ */ /** \file htdocs/public/adherents/index.php \ingroup member \brief Fichier de la page de l'espace publique adherent \author Laurent Destailleur \version $Revision$ */ require("./pre.inc.php"); /* * Afffichage page */ llxHeader(); print_fiche_titre($langs->trans("PublicMembersArea")); print ''; print '
'; print $langs->trans('FollowingLinksArePublic').'
'; print '
'; print ''; print ''; print ''; print ''; print ''; print '
'.$langs->trans("Description").''.$langs->trans("URL").'
'.$langs->trans("BlankSubscriptionForm").''.$dolibarr_main_url_root.DOL_URL_ROOT.'/public/adherents/new.php'.'
'.$langs->trans("BlankSubscriptionEditForm").''.$dolibarr_main_url_root.DOL_URL_ROOT.'/public/adherents/priv_edit.php?id=xxx'.'
'.$langs->trans("PublicMemberList").''.$dolibarr_main_url_root.DOL_URL_ROOT.'/public/adherents/priv_liste.php'.'
'; print '
'; $db->close(); llxFooter('$Date$ - $Revision$'); ?>