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

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/acp_update.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
 
<!-- INCLUDE overall_header.html -->
2
 
 
3
 
<a name="maincontent"></a>
4
 
        
5
 
<!-- IF S_VERSION_CHECK -->
6
 
 
7
 
        <h1>{L_VERSION_CHECK}</h1>
8
 
 
9
 
        <p>{L_VERSION_CHECK_EXPLAIN}</p>
10
 
 
11
 
        <!-- IF S_UP_TO_DATE and S_UP_TO_DATE_AUTO -->
12
 
                <div class="successbox">
13
 
                        <p>{L_VERSION_UP_TO_DATE_ACP}</p>
14
 
                </div>
15
 
        <!-- ELSE -->
16
 
                <div class="errorbox">
17
 
                        <p>{L_VERSION_NOT_UP_TO_DATE_ACP}</p>
18
 
                </div>
19
 
        <!-- ENDIF -->
20
 
 
21
 
        <fieldset>
22
 
                <legend></legend>
23
 
        <dl>
24
 
                <dt><label>{L_CURRENT_VERSION}</label></dt>
25
 
                <dd><strong><!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->{AUTO_VERSION}<!-- ELSE -->{CURRENT_VERSION}<!-- ENDIF --></strong></dd>
26
 
        </dl>
27
 
        <dl>
28
 
                <dt><label>{L_LATEST_VERSION}</label></dt>
29
 
                <dd><strong>{LATEST_VERSION}</strong></dd>
30
 
        </dl>
31
 
        </fieldset>
32
 
 
33
 
        <!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->
34
 
                {L_UPDATE_INSTRUCTIONS_INCOMPLETE}
35
 
                <br /><br />
36
 
                {UPDATE_INSTRUCTIONS}
37
 
                <br /><br />
38
 
        <!-- ENDIF -->
39
 
        <!-- IF not S_UP_TO_DATE -->
40
 
                {UPDATE_INSTRUCTIONS}
41
 
                <br /><br />
42
 
        <!-- ENDIF -->
43
 
 
44
 
<!-- ENDIF -->
45
 
 
46
 
<!-- INCLUDE overall_footer.html -->
 
 
b'\\ No newline at end of file'