merge.adp
Delivered as text/html
Related Files
- packages/acs-admin/www/users/merge.xql
- packages/acs-admin/www/users/merge.tcl
- packages/acs-admin/www/users/merge.adp
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">Merge account system</property>
<property name="context">@context;literal@</property>
<h2>User Account Merge</h2>
This is the user account merge wizard. You selected these accounts to merge:
<p/>
<table align="center">
<tr>
<td valign="top">
<table style="background-color:#006666;border-width:2px;">
<tr>
<td>
<table style="background-color:#D1FFFF">
<tr>
<td>
<center>
<strong>ACCOUNT ONE</strong>
<p/>
<img style="border:2" width="80" height="80" src="@one_img_src@" alt="Portrait of @user_id@">
<h3>General Information of user one (<strong>@one_email@</strong>):</h3>
</center>
<ul>
<li>
Name:
<em>@one_first_names@ @one_last_name@</em>
</li>
<li>
Email:
<strong><a href="mailto:@one_email@">@one_email@</a></strong>
</li>
<li>
Screen name:
<strong>@one_screen_name@</strong>
</li>
<li>
Username:
<strong>@one_username@</strong>
</li>
<li>
User id:
@user_id@
</li>
<li>
URL:
@one_url@
</li>
<li>
Registration date:
@one_creation_date@
</li>
<li>
Registration IP:
@one_creation_ip@
</li>
<li>
Registration user:
@one_creation_user@
</li>
<li>
Last modified date:
@one_last_modified@
</li>
<li>
Modifying IP:
@one_modifying_ip@
</li>
<li>
Modifying user:
@one_modifying_user@
</li>
<li>
Last visit:
@one_last_visit@
</li>
<li>
Member state:
@one_member_state@
</li>
</ul>
<center>
(<a id="toggle-footer-display-control-1" href="#" class="off" title="Toggle Footer display">more information</a>)
</center>
<div class="um-adp-box-off">
<div class="um-more-info-off">
<multiple name="one_user_contributions">
<h2>@one_user_contributions.pretty_plural@</h2>
<ul>
<group column="pretty_name">
<li>@one_user_contributions.creation_date@: <a href="@one_user_contributions.one_item_object_url@" >@one_user_contributions.object_name@</a></li>
</group>
</ul>
</multiple>
@user_id_one_items_html;noquote@
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">
<form action="merge-confirm" method="get">
<table>
<tr>
<td>
<center>
<strong>Which is the good account?</strong>
<p/>
<input type="radio" name="merge_action" value="0">
<img src="/resources/acs-admin/left.gif" alt="left one">
</center>
</td>
</tr>
<tr>
<td>
<center>
<input type="radio" name="merge_action" value="1">
<img src="/resources/acs-admin/right.gif" alt="right one">
</center>
</td>
</tr>
<tr>
<td>
<input type="hidden" name="from_user_id" value="@user_id@">
<input type="hidden" name="to_user_id" value="@user_id_from_search@">
<center>
<input type="submit" value="Continue">
</center>
</td>
</tr>
</table>
</form>
</td>
<td valign="top">
<table style="background-color:#FFA217">
<tr>
<td>
<table style="background-color:#FFE3B9">
<tr>
<td>
<center>
<strong>ACCOUNT TWO</strong>
<p/>
<img style="border:2" width="80" height="80" src="@two_img_src@" alt="Portrait of @user_id_from_search@">
<h3>General Information of user two (<strong>@two_email@</strong>):</h3>
</center>
<ul>
<li>
Name:
<em>@two_first_names@ @two_last_name@</em>
</li>
<li>
Email:
<strong><a href="mailto:@two_email@">@two_email@</a></strong>
</li>
<li>
Screen name:
<strong>@two_screen_name@</strong>
</li>
<li>
Username:
<strong>@two_username@</strong>
</li>
<li>
User id:
@user_id_from_search@
</li>
<li>
URL:
@two_url@
</li>
<li>
Registration date:
@two_creation_date@
</li>
<li>
Registration IP:
@two_creation_ip@
</li>
<li>
Registration user:
@two_creation_user@
</li>
<li>
Last modified date:
@two_last_modified@
</li>
<li>
Modifying IP:
@two_modifying_ip@
</li>
<li>
Modifying user:
@two_modifying_user@
</li>
<li>
Last visit:
@two_last_visit@
</li>
<li>
Member state:
@two_member_state@
</li>
</ul>
<center>
(<a id="toggle-footer-display-control-2" href="#" class="off" title="Toggle Footer display">more information</a>)
</center>
<div class="um-adp-box-off2">
<div class="um-more-info-off2">
<multiple name="two_user_contributions">
<h2>@two_user_contributions.pretty_plural@</h2>
<ul>
<group column="pretty_name">
<li>@two_user_contributions.creation_date@: <a href="@two_user_contributions.two_item_object_url@"> @two_user_contributions.object_name@ </a></li>
</group>
</ul>
</multiple>
@user_id_two_items_html;noquote@
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>