friendica/view/contact_edit.tpl

62 lines
2.0 KiB
Smarty
Raw Normal View History

2010-07-06 14:07:28 +02:00
2010-07-11 08:03:54 +02:00
<h2>Contact Editor</h2>
<div id="contact-edit-banner-name">$name</div>
2010-07-06 14:07:28 +02:00
<div id="contact-edit-wrapper" >
2010-07-11 08:03:54 +02:00
<div id="contact-edit-photo-wrapper" >
2010-07-06 14:07:28 +02:00
<img id="contact-edit-direction-icon" src="$dir_icon" alt="$alt_text" title="$alt_text" />
<div id="contact-edit-photo" >
<a href="$url" title="Visit $name's profile" /><img src="$photo" alt="$name" /></a>
</div>
<div id="contact-edit-photo-end" ></div>
</div>
2010-07-11 08:03:54 +02:00
<div id="contact-edit-nav-wrapper" >
2010-07-06 14:07:28 +02:00
<div id="contact-edit-links" >
2010-07-11 08:03:54 +02:00
<a href="contacts/$contact_id/block" id="contact-edit-block-link" ><img src="images/b_block.gif" alt="Block/Unblock contact" title="$block_text"/></a>
<a href="contacts/$contact_id/drop" id="contact-edit-drop-link"><img src="images/b_drop.gif" alt="Delete contact" title="Delete contact"/></a>
2010-07-06 14:07:28 +02:00
</div>
<div id="contact-edit-nav-end"></div>
</div>
2010-07-11 08:03:54 +02:00
<div id="contact-edit-end" ></div>
$blocked
<form action="contacts/$contact_id" method="post" >
<input type="hidden" name="contact_id" value="$contact_id">
2010-07-11 11:52:47 +02:00
<div id="contact-edit-profile-select-text">
2010-07-11 08:03:54 +02:00
<h4>Profile Visibility</h4>
2010-07-20 14:21:19 +02:00
<p>Please choose the profile you would like to display to $name when viewing your profile securely.
2010-07-11 08:03:54 +02:00
</p>
</div>
2010-07-06 14:07:28 +02:00
$profile_select
2010-07-11 08:03:54 +02:00
<div id="contact-edit-profile-select-end"></div>
<input class="contact-edit-submit" type="submit" name="submit" value="Submit" />
2010-07-06 14:07:28 +02:00
2010-07-11 08:03:54 +02:00
<div id="contact-edit-rating-wrapper">
<h4>Online Reputation</h4>
<p>
Occasionally your friends may wish to inquire about this person's online legitimacy. You may help them choose whether or not to interact with this person by providing a 'reputation' to guide them.
</p>
<div id="contact-edit-rating-select-wrapper">
2010-07-06 14:07:28 +02:00
$rating
2010-07-11 08:03:54 +02:00
</div>
<div id="contact-edit-rating-explain">
<p>
Please take a moment to elaborate on this selection if you feel it could be helpful to others.
</p>
<textarea id="contact-edit-rating-text" name="reason" rows="3" cols="64" >$reason</textarea>
</div>
</div>
$groups
2010-07-06 14:07:28 +02:00
2010-07-11 08:03:54 +02:00
<input class="contact-edit-submit" type="submit" name="submit" value="Submit" />
2010-07-06 14:07:28 +02:00
</form>
</div>