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

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/permission_trace.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 simple_header.html -->
2
 
 
3
 
<div style="background-color: #fff; padding: 10px; margin-top: 10px;" class="permissions">
4
 
 
5
 
        <!-- IF U_BACK --><a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">&laquo; {L_BACK}</a><!-- ENDIF -->
6
 
 
7
 
        <h3>{L_TRACE_FOR}: {PERMISSION_USERNAME} / <!-- IF FORUM_NAME -->{FORUM_NAME} / <!-- ENDIF -->{PERMISSION} </h3>
8
 
 
9
 
        <br />
10
 
 
11
 
        <table cellspacing="1" class="type1">
12
 
        <thead>
13
 
        <tr>
14
 
                <th>{L_TRACE_WHO}</th>
15
 
                <th style="width: 50px;">{L_ACL_SETTING}</th>
16
 
                <th style="width: 50px;">{L_TRACE_TOTAL}</th>
17
 
                <th>{L_INFORMATION}</th>
18
 
        </tr>
19
 
        </thead>
20
 
        <tbody>
21
 
        <!-- BEGIN trace -->
22
 
                <!-- IF trace.S_ROW_COUNT is even --><tr class="row4"><!-- ELSE --><tr class="row3"><!-- ENDIF -->
23
 
                <td style="white-space: nowrap;"><strong>{trace.WHO}</strong></td>
24
 
 
25
 
                <!-- IF trace.S_SETTING_NEVER -->
26
 
                        <td class="never">{L_ACL_NEVER}</td>
27
 
                <!-- ELSEIF trace.S_SETTING_YES -->
28
 
                        <td class="yes">{L_ACL_YES}</td>
29
 
                <!-- ELSE -->
30
 
                        <td class="no">{L_ACL_NO}</td>
31
 
                <!-- ENDIF -->
32
 
 
33
 
                <!-- IF trace.S_TOTAL_NEVER -->
34
 
                        <td class="never">{L_ACL_NEVER}</td>
35
 
                <!-- ELSEIF trace.S_TOTAL_YES -->
36
 
                        <td class="yes">{L_ACL_YES}</td>
37
 
                <!-- ELSE -->
38
 
                        <td class="no">{L_ACL_NO}</td>
39
 
                <!-- ENDIF -->
40
 
 
41
 
                <td>{trace.INFORMATION}</td>
42
 
        </tr>
43
 
        <!-- END trace -->
44
 
        <tr class="row2">
45
 
                <td style="white-space: nowrap;"><strong>{L_TRACE_RESULT}</strong></td>
46
 
                <td colspan="2" style="text-align: center;" class="<!-- IF S_RESULT_NEVER -->never<!-- ELSEIF S_RESULT_YES -->yes<!-- ELSE -->no<!-- ENDIF -->">
47
 
                <!-- IF S_RESULT_NEVER -->{L_ACL_NEVER}<!-- ELSEIF S_RESULT_YES -->{L_ACL_YES}<!-- ELSE -->{L_ACL_NO}<!-- ENDIF -->
48
 
                </td>
49
 
                <td>{L_RESULTING_PERMISSION}</td>
50
 
        </tr>
51
 
        </tbody>
52
 
        </table>
53
 
 
54
 
        <br />
55
 
 
56
 
</div>
57
 
 
58
 
<!-- INCLUDE simple_footer.html -->