diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-08-31 08:03:16 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-08-31 08:03:16 +0000 |
commit | 2700cc79d0749dedf1d78d7386c8292d530fa477 (patch) | |
tree | 7aaf51ef0ee74652d5000eccd974eeffe298f30f /perl-install/share/advertising/corpo-desk-06-a.pl | |
parent | 911fe21de188cc0c84658a4476054c7ced7833f6 (diff) | |
download | drakx-2700cc79d0749dedf1d78d7386c8292d530fa477.tar drakx-2700cc79d0749dedf1d78d7386c8292d530fa477.tar.gz drakx-2700cc79d0749dedf1d78d7386c8292d530fa477.tar.bz2 drakx-2700cc79d0749dedf1d78d7386c8292d530fa477.tar.xz drakx-2700cc79d0749dedf1d78d7386c8292d530fa477.zip |
Corporate material
Diffstat (limited to 'perl-install/share/advertising/corpo-desk-06-a.pl')
-rw-r--r-- | perl-install/share/advertising/corpo-desk-06-a.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/perl-install/share/advertising/corpo-desk-06-a.pl b/perl-install/share/advertising/corpo-desk-06-a.pl new file mode 100644 index 000000000..6c304963d --- /dev/null +++ b/perl-install/share/advertising/corpo-desk-06-a.pl @@ -0,0 +1,15 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +@text = ([ N("<b>Find out about our professional services!</b>"), center => 1 ], + ' ', + [ N("<b>Corporate Club</b>"), center => 1 ], + ' ', + N("The Corporate Club is designed to serve organizations that have discovered that Free Software is an essential element for solving critical technology issues and fulfilling corporate goals. The Corporate Club provides a framework for a privileged relationship with Mandrakesoft. It will provide dedicated company contacts to help with requests for customized training, support, and platform development."), + ' ', + N("For further information, visit <b>www.mandrakesoft.com/corporateclub</b>")); |