[slbackup-commit] CVS update: slbackup-php/templates config.tpl menu.tpl

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Fri Apr 13 20:44:48 UTC 2007


  User: finnarne-guest
  Date: 07/04/13 20:44:48

  Modified:    templates config.tpl
  Added:       templates menu.tpl
  Log:
  Added a menu-file (I guess we need a stylesheet as well...)
  
  Revision  Changes    Path
  1.5       +1 -0      slbackup-php/templates/config.tpl
  
  Index: config.tpl
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/templates/config.tpl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.tpl	13 Apr 2007 10:57:40 -0000	1.4
  +++ config.tpl	13 Apr 2007 20:44:48 -0000	1.5
  @@ -21,6 +21,7 @@
   	<title>{t}SLBackup Configuration{/t}</title>
       </head>
       <body>
  +    {include file="menu.tpl"}
   
       <FORM method=post>
   	<INPUT type=hidden name=xorstring value="{$xorstring}">
  
  
  
  1.1                  slbackup-php/templates/menu.tpl
  
  Index: menu.tpl
  ===================================================================
  {*
      slbackup-php, an administration tool for slbackup
      Copyright (C) 2007  Finn-Arne Johansen <faj at bzz.no>, Bzzware AS, Norway
  
      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.,
      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *}
  <div class="menu">
    <h2 class="menu">Menu</h2>
  
    <form name=menu method=post>
      <INPUT type=hidden name=xorstring value="{$xorstring}">
      <ul>
          <li><input type=submit name=config value="{t}Config{/t}"></li>
          <li><input type=submit name=status value="{t}Status{/t}"></li>
          <li><input type=submit name=logout value="{t}Logout{/t}"></li>
     </ul>
  
    </form>
  </div>
  
  
  



More information about the slbackup-commit mailing list