~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/include/pref_header.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/********************************************************
 
3
 
 
4
        FILE: include/pref_header.inc
 
5
        PURPOSE:
 
6
                Show header in "source/prefs.php" and "source/pref_colors.php"
 
7
                
 
8
********************************************************/
 
9
?>
 
10
<table border="0" cellspacing="2" cellpadding="0" width="100%">
 
11
<tr bgcolor="<?php echo $my_colors["main_head_bg"]?>"><td><span class="bigTitle"><?php echo $prefHeaderStrings[0]?></span></td></tr>
 
12
<tr><td class="mainLight">
 
13
    [<a href="prefs.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[1]?></a>]
 
14
    [<a href="pref_identities.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[3]?></a>]
 
15
    [<a href="pref_colors.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[2]?></a>]
 
16
        <?php
 
17
        if ($GPG_ENABLE){
 
18
                echo '[<a href="pref_gpg.php?user='.$sid.'" class="mainLight">GPG</a>]';
 
19
        }
 
20
        ?>
 
21
</td></tr>
 
22
</table>