~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/overall_footer.html

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
                                        </div>
3
 
                                </div>
4
 
                        <span class="corners-bottom"><span></span></span>
5
 
                </div>
6
 
                </div>
7
 
        </div>
8
 
        
9
 
        <!--
10
 
                We request you retain the full copyright notice below including the link to www.phpbb.com.
11
 
                This not only gives respect to the large amount of time given freely by the developers
12
 
                but also helps build interest, traffic and use of phpBB. If you (honestly) cannot retain
13
 
                the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
14
 
                "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
15
 
                forums may be affected.
16
 
        
17
 
                The phpBB Group : 2006
18
 
        // -->
19
 
        
20
 
        <div id="page-footer">
21
 
                <!-- IF S_COPYRIGHT_HTML -->
22
 
                        Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>
23
 
                        <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
24
 
                <!-- ENDIF -->
25
 
 
26
 
                <!-- IF DEBUG_OUTPUT -->
27
 
                        <!-- IF S_COPYRIGHT_HTML --><br /><!-- ENDIF -->
28
 
                        {DEBUG_OUTPUT}
29
 
                <!-- ENDIF -->
30
 
        </div>
31
 
</div>
32
 
 
33
 
</body>
34
 
</html>
 
 
b'\\ No newline at end of file'