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

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/acp_inactive.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
 
<h2>{L_INACTIVE_USERS}</h2>
6
 
 
7
 
<p>{L_INACTIVE_USERS_EXPLAIN}</p>
8
 
 
9
 
<form id="inactive" method="post" action="{U_ACTION}">
10
 
 
11
 
<div class="clearfix"></div>
12
 
 
13
 
<!-- IF PAGINATION -->
14
 
<div class="pagination">
15
 
                <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> &bull; <span>{PAGINATION}</span>
16
 
</div>
17
 
<!-- ENDIF -->
18
 
 
19
 
<table cellspacing="1">
20
 
<thead>
21
 
<tr>
22
 
        <th>{L_USERNAME}</th>
23
 
        <th>{L_JOINED}</th>
24
 
        <th>{L_INACTIVE_DATE}</th>
25
 
        <th>{L_INACTIVE_REASON}</th>
26
 
        <th>{L_LAST_VISIT}</th>
27
 
        <th>{L_MARK}</th>
28
 
</tr>
29
 
</thead>
30
 
<tbody>
31
 
<!-- BEGIN inactive -->
32
 
        <!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
33
 
 
34
 
                <td><a href="{inactive.U_USER_ADMIN}">{inactive.USERNAME}</a></td>
35
 
                <td>{inactive.JOINED}</td>
36
 
                <td>{inactive.INACTIVE_DATE}</td>
37
 
                <td>{inactive.REASON}</td>
38
 
                <td>{inactive.LAST_VISIT}</td>
39
 
                <td>&nbsp;<input type="checkbox" class="radio" name="mark[]" value="{inactive.USER_ID}" />&nbsp;</td>
40
 
        </tr>
41
 
<!-- BEGINELSE -->
42
 
        <tr>
43
 
                <td colspan="6" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
44
 
        </tr>
45
 
<!-- END inactive -->
46
 
</tbody>
47
 
</table>
48
 
 
49
 
        <fieldset class="display-options">
50
 
                {L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}
51
 
                <input class="button2" type="submit" value="{L_GO}" name="sort" />
52
 
        </fieldset>
53
 
        <hr />
54
 
        <!-- IF PAGINATION -->
55
 
        <div class="pagination">
56
 
                        <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> &bull; <span>{PAGINATION}</span>
57
 
        </div>
58
 
        <!-- ENDIF -->
59
 
 
60
 
        <fieldset class="quick">
61
 
                <select name="action">{S_INACTIVE_OPTIONS}</select>
62
 
                <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" />
63
 
                <p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p>                
64
 
                {S_FORM_TOKEN}
65
 
        </fieldset>
66
 
 
67
 
 
68
 
 
69
 
</form>
70
 
 
71
 
<!-- INCLUDE overall_footer.html -->
 
 
b'\\ No newline at end of file'