|
From: Jon O. <jon...@us...> - 2007-09-09 19:57:40
|
Update of /cvsroot/mxbb/mx_gallery2/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13714/_core Added Files: gallery2.tpl gallery2_toplist.tpl index.htm Log Message: for 2.9.x --- NEW FILE: gallery2.tpl --- <!-- /* * $RCSfile: gallery2.tpl,v $ * * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2005 Bharat Mediratta * * 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. */ /** * Gallery 2 integration for phpBB2. * @version $Revision: 1.1 $ $Date: 2007/09/09 19:57:36 $ * @author Dariush Molavi <da...@nu...> */ --> {CSS} {JAVASCRIPT} <table width="100%" cellspacing="1" cellpadding="2" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> {BODY} </td> </tr> </table> --- NEW FILE: gallery2_toplist.tpl --- <!-- /* * $RCSfile: gallery2_toplist.tpl,v $ * * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2005 Bharat Mediratta * * 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. */ /** * Gallery 2 integration for phpBB2. * @version $Revision: 1.1 $ $Date: 2007/09/09 19:57:36 $ * @author Dariush Molavi <da...@nu...> */ --> {CSS} <table width="100%" cellspacing="1" cellpadding="2" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> {BODY} </td> </tr> </table> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |