|
|
|
@ -1,110 +1,99 @@
|
|
|
|
|
|
|
|
|
|
{{if $header}}<h2>{{$header}}</h2>{{/if}} |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-wrapper" > |
|
|
|
|
|
|
|
|
|
{{* Insert Tab-Nav *}} |
|
|
|
|
{{$tab_str}} |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-actions"> |
|
|
|
|
<a class="btn" rel="#contact-actions-menu" href="#" id="contact-edit-actions-button">{{$contact_action_button}}</a> |
|
|
|
|
|
|
|
|
|
<ul role="menu" aria-haspopup="true" id="contact-actions-menu" class="menu-popup" > |
|
|
|
|
{{if $lblsuggest}}<li><a href="#" title="{{$contact_actions.suggest.title}}" onclick="window.location.href='{{$contact_actions.suggest.url}}'; return false;">{{$contact_actions.suggest.label}}</a></li>{{/if}} |
|
|
|
|
{{if $poll_enabled}}<li><a href="#" title="{{$contact_actions.update.title}}" onclick="window.location.href='{{$contact_actions.update.url}}'; return false;">{{$contact_actions.update.label}}</a></li>{{/if}} |
|
|
|
|
<li><a href="#" title="{{$contact_actions.repair.title}}" onclick="window.location.href='{{$contact_actions.repair.url}}'; return false;">{{$contact_actions.repair.label}}</a></li> |
|
|
|
|
<li class="divider"></li> |
|
|
|
|
<li><a href="#" title="{{$contact_actions.block.title}}" onclick="window.location.href='{{$contact_actions.block.url}}'; return false;">{{$contact_actions.block.label}}</a></li> |
|
|
|
|
<li><a href="#" title="{{$contact_actions.ignore.title}}" onclick="window.location.href='{{$contact_actions.ignore.url}}'; return false;">{{$contact_actions.ignore.label}}</a></li> |
|
|
|
|
<li><a href="#" title="{{$contact_actions.archive.title}}" onclick="window.location.href='{{$contact_actions.archive.url}}'; return false;">{{$contact_actions.archive.label}}</a></li> |
|
|
|
|
<li><a href="#" title="{{$contact_actions.delete.title}}" onclick="return confirmDelete();">{{$contact_actions.delete.label}}</a></li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-drop-link" > |
|
|
|
|
<a href="contacts/{{$contact_id}}/drop" class="icon drophide" id="contact-edit-drop-link" onclick="return confirmDelete();" title="{{$delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);"></a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-drop-link-end"></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact-edit-nav-wrapper" > |
|
|
|
|
<div id="contact-edit-links"> |
|
|
|
|
<ul> |
|
|
|
|
{{if $relation_text}} |
|
|
|
|
<li><div id="contact-edit-rel">{{$relation_text}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $lost_contact}} |
|
|
|
|
<li><div id="lost-contact-message">{{$lost_contact}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $insecure}} |
|
|
|
|
<li><div id="insecure-message">{{$insecure}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $blocked}} |
|
|
|
|
<li><div id="block-message">{{$blocked}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $ignored}} |
|
|
|
|
<li><div id="ignore-message">{{$ignored}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $archived}} |
|
|
|
|
<li><div id="archive-message">{{$archived}}</div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<ul> |
|
|
|
|
<!-- <li><a href="network/0?nets=all&cid={{$contact_id}}" id="contact-edit-view-recent">{{$lblrecent}}</a></li> --> |
|
|
|
|
{{if $lblsuggest}} |
|
|
|
|
<li><a href="fsuggest/{{$contact_id}}" id="contact-edit-suggest">{{$lblsuggest}}</a></li> |
|
|
|
|
{{/if}} |
|
|
|
|
{{if $follow}} |
|
|
|
|
<li><div id="contact-edit-follow"><a href="{{$follow}}">{{$follow_text}}</a></div></li> |
|
|
|
|
{{/if}} |
|
|
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-status-wrapper"> |
|
|
|
|
<span id="contact-edit-contact-status">{{$contact_status}}</span> |
|
|
|
|
|
|
|
|
|
{{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}} |
|
|
|
|
<div id="contact-edit-actions"> |
|
|
|
|
<a class="btn" rel="#contact-actions-menu" href="#" id="contact-edit-actions-button">{{$contact_action_button}}</a> |
|
|
|
|
|
|
|
|
|
<ul role="menu" aria-haspopup="true" id="contact-actions-menu" class="menu-popup" > |
|
|
|
|
{{if $lblsuggest}}<li role="menuitem"><a href="#" title="{{$contact_actions.suggest.title}}" onclick="window.location.href='{{$contact_actions.suggest.url}}'; return false;">{{$contact_actions.suggest.label}}</a></li>{{/if}} |
|
|
|
|
{{if $poll_enabled}}<li role="menuitem"><a href="#" title="{{$contact_actions.update.title}}" onclick="window.location.href='{{$contact_actions.update.url}}'; return false;">{{$contact_actions.update.label}}</a></li>{{/if}} |
|
|
|
|
<li role="menuitem"><a href="#" title="{{$contact_actions.repair.title}}" onclick="window.location.href='{{$contact_actions.repair.url}}'; return false;">{{$contact_actions.repair.label}}</a></li> |
|
|
|
|
<li class="divider"></li> |
|
|
|
|
<li role="menuitem"><a href="#" title="{{$contact_actions.block.title}}" onclick="window.location.href='{{$contact_actions.block.url}}'; return false;">{{$contact_actions.block.label}}</a></li> |
|
|
|
|
<li role="menuitem"><a href="#" title="{{$contact_actions.ignore.title}}" onclick="window.location.href='{{$contact_actions.ignore.url}}'; return false;">{{$contact_actions.ignore.label}}</a></li> |
|
|
|
|
<li role="menuitem"><a href="#" title="{{$contact_actions.archive.title}}" onclick="window.location.href='{{$contact_actions.archive.url}}'; return false;">{{$contact_actions.archive.label}}</a></li> |
|
|
|
|
<li role="menuitem"><a href="#" title="{{$contact_actions.delete.title}}" onclick="return confirmDelete();">{{$contact_actions.delete.label}}</a></li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{{* Block with status information about the contact *}} |
|
|
|
|
<ul> |
|
|
|
|
{{if $relation_text}}<li><div id="contact-edit-rel">{{$relation_text}}</div></li>{{/if}} |
|
|
|
|
|
|
|
|
|
{{if $poll_enabled}} |
|
|
|
|
<li><div id="contact-edit-last-update-text">{{$lastupdtext}} <span id="contact-edit-last-updated">{{$last_update}}</span></div> |
|
|
|
|
{{if $poll_interval}} |
|
|
|
|
<span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval}} |
|
|
|
|
{{/if}} |
|
|
|
|
</li> |
|
|
|
|
{{/if}} |
|
|
|
|
|
|
|
|
|
{{if $lost_contact}}<li><div id="lost-contact-message">{{$lost_contact}}</div></li>{{/if}} |
|
|
|
|
{{if $insecure}}<li><div id="insecure-message">{{$insecure}}</div></li> {{/if}} |
|
|
|
|
{{if $blocked}}<li><div id="block-message">{{$blocked}}</div></li>{{/if}} |
|
|
|
|
{{if $ignored}}<li><div id="ignore-message">{{$ignored}}</div></li>{{/if}} |
|
|
|
|
{{if $archived}}<li><div id="archive-message">{{$archived}}</div></li>{{/if}} |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<ul> |
|
|
|
|
<!-- <li><a href="network/0?nets=all&cid={{$contact_id}}" id="contact-edit-view-recent">{{$lblrecent}}</a></li> --> |
|
|
|
|
{{if $follow}}<li><div id="contact-edit-follow"><a href="{{$follow}}">{{$follow_text}}</a></div></li>{{/if}} |
|
|
|
|
</ul> |
|
|
|
|
</div> {{* End of contact-edit-status-wrapper *}} |
|
|
|
|
|
|
|
|
|
{{* Some information about the contact from the profile *}} |
|
|
|
|
<dl><dt>{{$profileurllabel}}</dt><dd><a target="blank" href="{{$url}}">{{$profileurl}}</a></dd></dl> |
|
|
|
|
{{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}} |
|
|
|
|
{{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}} |
|
|
|
|
{{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about}}</dd></dl>{{/if}} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div id="contact-edit-nav-end"></div> |
|
|
|
|
</div>{{* End of contact-edit-links *}} |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-links-end"></div> |
|
|
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
<hr /> |
|
|
|
|
|
|
|
|
|
<form action="contacts/{{$contact_id}}" method="post" > |
|
|
|
|
<input type="hidden" name="contact_id" value="{{$contact_id}}"> |
|
|
|
|
<h4 id="contact-edit-settings-label" class="fakelink" onclick="openClose('contact-edit-settings')">{{$contact_settings_label}}</h4> |
|
|
|
|
<div id="contact-edit-settings"> |
|
|
|
|
<form action="contacts/{{$contact_id}}" method="post" > |
|
|
|
|
<input type="hidden" name="contact_id" value="{{$contact_id}}"> |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-poll-wrapper"> |
|
|
|
|
{{if $poll_enabled}} |
|
|
|
|
<div id="contact-edit-last-update-text">{{$lastupdtext}} <span id="contact-edit-last-updated">{{$last_update}}</span></div> |
|
|
|
|
{{if $poll_interval}} |
|
|
|
|
<span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval}} |
|
|
|
|
<div id="contact-edit-end" ></div> |
|
|
|
|
{{include file="field_checkbox.tpl" field=$notify}} |
|
|
|
|
{{if $fetch_further_information}} |
|
|
|
|
{{include file="field_select.tpl" field=$fetch_further_information}} |
|
|
|
|
{{if $fetch_further_information.2 == 2 }} {{include file="field_textarea.tpl" field=$ffi_keyword_blacklist}} {{/if}} |
|
|
|
|
{{/if}} |
|
|
|
|
{{include file="field_checkbox.tpl" field=$hidden}} |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-info-wrapper"> |
|
|
|
|
<h4>{{$lbl_info1}}</h4> |
|
|
|
|
<textarea id="contact-edit-info" rows="8" cols="60" name="info">{{$info}}</textarea> |
|
|
|
|
<input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" /> |
|
|
|
|
</div> |
|
|
|
|
<div id="contact-edit-info-end"></div> |
|
|
|
|
|
|
|
|
|
{{if $profile_select}} |
|
|
|
|
<div id="contact-edit-profile-select-text"> |
|
|
|
|
<h4>{{$lbl_vis1}}</h4> |
|
|
|
|
<p>{{$lbl_vis2}}</p> |
|
|
|
|
</div> |
|
|
|
|
{{$profile_select}} |
|
|
|
|
<div id="contact-edit-profile-select-end"></div> |
|
|
|
|
<input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" /> |
|
|
|
|
{{/if}} |
|
|
|
|
<span id="contact-edit-update-now" class="button"><a href="contacts/{{$contact_id}}/update" >{{$udnow}}</a></span> |
|
|
|
|
{{/if}} |
|
|
|
|
</div> |
|
|
|
|
<div id="contact-edit-end" ></div> |
|
|
|
|
{{include file="field_checkbox.tpl" field=$notify}} |
|
|
|
|
{{if $fetch_further_information}} |
|
|
|
|
{{include file="field_select.tpl" field=$fetch_further_information}} |
|
|
|
|
{{if $fetch_further_information.2 == 2 }} {{include file="field_textarea.tpl" field=$ffi_keyword_blacklist}} {{/if}} |
|
|
|
|
{{/if}} |
|
|
|
|
{{include file="field_checkbox.tpl" field=$hidden}} |
|
|
|
|
|
|
|
|
|
<div id="contact-edit-info-wrapper"> |
|
|
|
|
<h4>{{$lbl_info1}}</h4> |
|
|
|
|
<textarea id="contact-edit-info" rows="8" cols="60" name="info">{{$info}}</textarea> |
|
|
|
|
<input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" /> |
|
|
|
|
</div> |
|
|
|
|
<div id="contact-edit-info-end"></div> |
|
|
|
|
|
|
|
|
|
{{if $profile_select}} |
|
|
|
|
<div id="contact-edit-profile-select-text"> |
|
|
|
|
<h4>{{$lbl_vis1}}</h4> |
|
|
|
|
<p>{{$lbl_vis2}}</p> |
|
|
|
|
</div> |
|
|
|
|
{{$profile_select}} |
|
|
|
|
<div id="contact-edit-profile-select-end"></div> |
|
|
|
|
<input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" /> |
|
|
|
|
{{/if}} |
|
|
|
|
</form> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div>{{* End of contact-edit-nav-wrapper *}} |
|
|
|
|
</div> |
|
|
|
|