~vcs-imports/clansuite/trunk

« back to all changes in this revision

Viewing changes to installation/install_footer.php

  • Committer: vain
  • Date: 2011-12-29 03:35:13 UTC
  • Revision ID: vain-20111229033513-jf2pok81w9porztb
- installation cleanup - part 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
?>
8
8
 
9
9
    <div id="footer">
10
 
 
11
10
        <p style="opacity:0.60;">
12
11
            <br />
13
12
            <?php
15
14
            $webinstaller_version = 'Version 0.4 - '. date('l, jS F Y',getlastmod()); ?>
16
15
            Clansuite Installation <?php echo $webinstaller_version; ?>
17
16
            <br />
18
 
            SVN: $Rev: 5869 $ $Author: vain $
 
17
            SVN: $Rev: 5910 $ $Author: vain $
19
18
            <br />
20
19
            &copy; 2005-<?php echo date('Y'); ?> by <a href="http://www.jens-andre-koch.de" target="_blank">Jens-Andr&#x00E9; Koch</a> &amp; Clansuite Development Team.
21
20
        </p>
28
27
            </a>
29
28
        </span>
30
29
    </div>
 
30
 
31
31
</div><!-- PAGE ENDE -->
32
32
 
33
33
<div id="rightpage">
34
34
   <div id="rightsidebar">
35
 
   <div id="rightinner">
 
35
 
36
36
        <ul>
37
37
 
38
38
            <!-- Installation Progress BAR -->
105
105
 
106
106
            <!-- Clansuite Shortcuts -->
107
107
            <li><h2><?php echo $language['SHORTCUTS']; ?></h2></li>
108
 
            <li><strong><a href="http://www.clansuite.com/">Website</a></strong></li>
 
108
            <li><strong><a href="http://clansuite.com/">Website</a></strong></li>
109
109
            <li><strong><a href="http://forum.clansuite.com/">Forum</a></strong></li>
110
 
            <li><strong><a href="http://forum.clansuite.com/index.php?board=25">Installsupport</a></strong></li>
 
110
            <li><strong><a href="http://forum.clansuite.com/index.php?board=4">Supportforum</a></strong></li>
111
111
            <li><strong><a href="http://trac.clansuite.com/">Bugtracker</a></strong></li>
112
112
            <li><strong><a href="http://webchat.quakenet.org/?channels=clansuite">IRC Webchat</a></strong></li>
113
 
            <li><strong><a href="http://www.clansuite.com/toolbar/">Toolbar</a></strong></li>
 
113
            <li><strong><a href="http://clansuite.com/toolbar/">Toolbar</a></strong></li>
114
114
 
115
115
            <!-- Link Us -->
116
116
            <li><h2>Link us</h2></li>
117
 
            <li><a href="http://www.clansuite.com/banner/" target="_blank"><img src="http://www.clansuite.com/banner/clansuite-crown-banner-88x31.png" alt="Clansuite 80x31 LOGO" /></a></li>
 
117
            <li><a href="http://clansuite.com/banner/" target="_blank"><img src="http://clansuite.com/banner/clansuite-crown-banner-88x31.png" alt="Clansuite 80x31 LOGO" /></a></li>
118
118
 
119
119
       </ul>
120
 
    </div><!-- rightinner ENDE -->
 
120
   
121
121
    </div><!-- rightsidebar ENDE -->
122
122
</div><!-- rightpage ENDE -->
123
123