Project

General

Profile

1 1641 Luisehahne
<!-- BEGIN main_block -->
2 1825 Luisehahne
<div class="page-info">
3
<table>
4
<thead>
5
  <tr>
6
    <th class="description"></th>
7
    <th class="id"></th>
8
    <th></th>
9
  </tr>
10
</thead>
11
<tbody>
12
  <tr>
13
	<td class="left nowrap"><h2>{HEADING_MODIFY_PAGE}</h2></td>
14
	<td class="left">PID: {PAGE_ID}</td>
15
	<td class="right nowrap">
16
		{TEXT_CURRENT_PAGE}:<strong>{PAGE_TITLE}</strong><br />
17
        {SETTINGS_LINK_BEFORE}{TEXT_CHANGE_SETTINGS}{SETTINGS_LINK_AFTER}
18 1707 Luisehahne
		<span class="{DISPLAY_MANAGE_SECTIONS}">
19 1825 Luisehahne
		-
20
        {SECTIONS_LINK_BEFORE}{TEXT_MANAGE_SECTIONS}{SECTIONS_LINK_AFTER}
21 1707 Luisehahne
		</span>
22
		<br />
23 1825 Luisehahne
		<span class="right {CLASS_DISPLAY_MODIFIED}">
24
			{TEXT_LAST_MODIFIED} {MODIFIED_BY}, {MODIFIED_WHEN}
25 1707 Luisehahne
		</span>
26 1641 Luisehahne
	</td>
27 1825 Luisehahne
28 1707 Luisehahne
  </tr>
29 1825 Luisehahne
</tbody>
30 1641 Luisehahne
</table>
31 1825 Luisehahne
</div>
32 1641 Luisehahne
<!-- END main_block -->