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

« back to all changes in this revision

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

Merge setup-stuff.

phpBB is gone, configuration, setup and jail building are completely redone.

Please read doc/setup/install_proc.txt, or you'll not get far.

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'