summaryrefslogtreecommitdiffstats
path: root/install/static/user-details.inc
blob: 08b8be1ca5701eaee7d40c063bc6d67eab646212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<h1>Managing user:</h1>
<div id="buttons">
    <a href="jslink" onclick="return (reset_on_click(this));">
        <img id="butreset" src="but-reset.png" alt="Reset" />
    </a>
    <a href="jslink" onclick="return (update_on_click(this));">
        <img id="butupdate" src="but-update.png" alt="Update" />
    </a>
</div>

<ul id="viewtype">
    <li id="viewcaption">View:</li>
    <li>
        <img src="but-selected.png" alt="" />
        Identity Details
    </li>
    <li>
        <img src="but-unselected.png" alt="" />
        <a href="memberof?pkey=${pkey}">Memberships</a>
    </li>
</ul>
<hr />

<div id="backtotop">
    <a href="#viewtype">Back to Top</a>
</div>