freeipa/install/static/user-details.inc
Pavel Zuna 19466d499b Make user details work again in the webUI.
Unfortunately we can't have any javascript in *.inc files, because
the browser will strip them for security reasons. I moved all the
attribute callbacks etc. to the only logical place: user.js.

It's fine for now, but user.js is going to need some serious cleaning
up in the future.
2010-08-17 14:28:29 -04:00

28 lines
674 B
HTML

<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>