[zi-cvs] packages/com.zzoss.zis.theme.kde footer.php,1.3,1.4

Christian Zonsius <[email protected]> Mon, 17 May 2004 23:32:44 +0000
Newsgroups gmane.comp.php.zzoss.installer.cvs
Message-ID <[email protected]>
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32566

Modified Files:
	footer.php 
Log Message:
adapted footer

Index: footer.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde/footer.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** footer.php	17 May 2004 09:55:31 -0000	1.3
--- footer.php	17 May 2004 23:32:41 -0000	1.4
***************
*** 1,71 ****
! <?php   
!     /*
!     Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
! 
!     This library is free software; you can redistribute it and/or
!     modify it under the terms of the GNU Lesser General Public
!     License as published by the Free Software Foundation; either
!     version 2.1 of the License, or (at your option) any later version.
! 
!     This library 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
!     Lesser General Public License for more details.
! 
!     You should have received a copy of the GNU Lesser General Public
!     License along with this library; if not, write to the Free Software
!     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
!     */
!     
!     /**
!     @version $Id$
!     @copyright Copyright &copy; 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
!     @license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
!     */
! ?>
!                 </div>
!                 
!                 <div class="buttons-bottom">
!                     <input type="hidden" name="id" value="<?php echo $_REQUEST['id']; ?>">
!                     <?php
!                     if(!$zi_hide['profile']){
!                         ?>
!                         <input type="hidden" name="profile" value="<?php echo $_REQUEST['profile']; ?>">
!                         <?php
!                     }
!                     ?>
!                     <input type="hidden" name="distribution" value="<?php echo $_REQUEST['distribution']; ?>">
!                     <input type="hidden" name="application" value="<?php echo $_REQUEST['application']; ?>">
!                     <input type="hidden" name="mode" value="<?php echo $_REQUEST['mode']; ?>">
!                     <input type="hidden" name="update_distri" value="<?php echo $_REQUEST['update_distri']; ?>">
!                     <input type="hidden" name="update_app" value="<?php echo $_REQUEST['update_app']; ?>">
!                     <input type="hidden" name="type" value="<?php echo $_REQUEST['type']; ?>"><?php
!                         if(isset($zi_buttons['back'])){
!                             ?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/back.gif" name="ZI_BUTTON_BACK" value="&lt; Back" tabindex="3" title="&lt; Back"><input type="hidden" name="ZI_LOCATION_BACK" value="<?php echo $zi_buttons['back']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['cancel'])){
!                         ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/stop.gif" name="ZI_BUTTON_CANCEL" value="Cancel" tabindex="4" title="X Cancel">
!                         <input type="hidden" name="ZI_LOCATION_CANCEL" value="<?php echo $zi_buttons['cancel']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['save'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/filesave.gif" name="ZI_BUTTON_NEXT" value="Save" tabindex="2" title="Save">
!                             <input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['save']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['next'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/forward.gif" name="ZI_BUTTON_NEXT" value="Next &gt;" tabindex="1" title="Next &gt;">
!                             <input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['next']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['ok'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/button_ok.gif" name="ZI_BUTTON_OK" value="OK" tabindex="1" title="OK">
!                             <input type="hidden" name="ZI_LOCATION_OK" value="<?php echo $zi_buttons['ok']; ?>"><?php
!                         }
!                     ?>
!                 </div>
!                 
!                 </form>
!             </div>
!         
!         </div>
!         
!     </body>
! </html>
\ No newline at end of file
--- 1,79 ----
! <?php
!     /*
!     Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
! 
!     This library is free software; you can redistribute it and/or
!     modify it under the terms of the GNU Lesser General Public
!     License as published by the Free Software Foundation; either
!     version 2.1 of the License, or (at your option) any later version.
! 
!     This library 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
!     Lesser General Public License for more details.
! 
!     You should have received a copy of the GNU Lesser General Public
!     License along with this library; if not, write to the Free Software
!     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
!     */
! 
!     /**
!     @version $Id$
!     @copyright Copyright &copy; 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
!     @license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
!     */
! ?>
!                 </div>
! 
!                 <div class="buttons-bottom">
!                     <input type="hidden" name="id" value="<?php echo $_REQUEST['id']; ?>">
!                     <?php
!                     if(!$zi_hide['profile']){
!                         ?>
!                         <input type="hidden" name="profile" value="<?php echo $_REQUEST['profile']; ?>">
!                         <?php
!                     }
!                     ?>
!                     <input type="hidden" name="distribution" value="<?php echo $_REQUEST['distribution']; ?>">
!                     <input type="hidden" name="application" value="<?php echo $_REQUEST['application']; ?>">
!                     <input type="hidden" name="mode" value="<?php echo $_REQUEST['mode']; ?>">
!                     <input type="hidden" name="update_distri" value="<?php echo $_REQUEST['update_distri']; ?>">
!                     <input type="hidden" name="update_app" value="<?php echo $_REQUEST['update_app']; ?>">
!                     <input type="hidden" name="type" value="<?php echo $_REQUEST['type']; ?>"><?php
!                         if(isset($zi_buttons['back'])){
!                             ?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/back.gif" name="ZI_BUTTON_BACK" value="&lt; Back" tabindex="3" title="&lt; Back"><input type="hidden" name="ZI_LOCATION_BACK" value="<?php echo $zi_buttons['back']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['cancel'])){
!                         ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/stop.gif" name="ZI_BUTTON_CANCEL" value="Cancel" tabindex="4" title="X Cancel">
!                         <input type="hidden" name="ZI_LOCATION_CANCEL" value="<?php echo $zi_buttons['cancel']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['save'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/filesave.gif" name="ZI_BUTTON_NEXT" value="Save" tabindex="2" title="Save">
!                             <input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['save']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['next'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/forward.gif" name="ZI_BUTTON_NEXT" value="Next &gt;" tabindex="1" title="Next &gt;">
!                             <input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['next']; ?>"><?php
!                         }
!                         if(isset($zi_buttons['ok'])){
!                             ?>&nbsp;<input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/button_ok.gif" name="ZI_BUTTON_OK" value="OK" tabindex="1" title="OK">
!                             <input type="hidden" name="ZI_LOCATION_OK" value="<?php echo $zi_buttons['ok']; ?>"><?php
!                         }
!                     ?>
!                 </div>
! 
! 
!             </div>
! 
!             </div>
! 
!         </div>
!         </form>
!     </body>
! </html>
! <?php
! $response = ob_get_contents();
! ob_end_clean();
! require_once 'ZZOSS_Browser/Browser.php';
! echo ZZOSS_Browser::png($response, $chdir_theme.'spacer.gif');
! ?>
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click