Old school Swatch Watches
*** DOwnload Yung Flames New Song *GUILTY NATION* GUILTY NATION BY YUNG FLAMES
Chat, Flirt and Hook Up Zone
donshalchy.xtgem.com™
Earn Money online and become Rich
Reaching Us? Mail Us on: Ositadonzy@gmail.com
Fast And Easy Contact?? + 08103699537
+donshalchy
Good Morning!
Always post donshalchy.xtgem.com on your facebook, twitter and 2go status! If you love DONSHALCHYWAP(¤) and enjoy unlimited services here!
»Forum And discussions
* DONZYWAP
<!-- ** Xtguestbook Twig Ini Original By seotrick.xtgem.com barang siapa yang akan meng edit atau me modif silahkan asal jangan menghapus creadit nama saya sebagai pembuat di bawah ini..

Author : Coding page failed
situs : http://seotrick.xtgem.com
email : okatrick@gmail.com
facebook : coding page failed

hargai karya orang lain maka anda akan di hargai sekian dan terimakasih salam sahabat  ** -->


<div class="top-content">    {% block guestbook_comments_form %}
{% if data.comments_form.is_maintenance %}
{{ data.comments_form.maintenante_markup|raw }}
{% elseif data.is_logged_in and not data.community_name %}
<div id="oka-title">
<b>Tulis Pesan</b></div><div class="oka-menu"><b>{{ data.translations.t_provide_community_name }}</b>
<br>
<form action="{{ data.community_name_submit_url }}" method="post">
{% if data.in_comments_thread %}
<input type="hidden" name="__xtcomments_thread_id" value="{{ data.in_comments_thread }}" />
{% endif %}
<input class="oka-input" type="text" name="community_name" value="{{data.community_name_tmp}}" /><br>

</div><div class="comment-title">
<span class="count"><a href="/smile.html"><b>SMILE</b></a> | <a href="/bbcode.html"><b>BBCODE</b></a></span>
<input class="oka-submit" name="submit" type="submit" value="{{ data.translations.t_submit }}" />
</form></div>
{% else %}
<div id="oka-title">
<b>{{ data.translations.t_post_a_comment }}</b></div>

{% if data.comments_form.comments_restriction == "logged_in" and not data.is_logged_in %}
<div class="oka-menu">
<b>{{ data.translations.t_comments_login_required }}:</b>
<a href="{{ data.comments_form.login_link }}"> {{ data.translations.t_login }} </a>
<a href="{{ data.comments_form.signup_link }}"> {{ data.translations.t_signup }} </a></div>
{% elseif data.comments_form.comments_restriction == "logged_in" and data.is_logged_in and not data.is_confirmed_email %}
<div class="oka-menu">
<a href="{{ data.confirm_email_link }}?redir={{ data.comments_form.url_encoded }}"> {{ data.translations.t_confirm_email }}</a></div>
{% else %}
{% if data.comments_form.spam_comments_reserved_name %}
<div class="oka-content">{{ data.translations.t_reserved_name }}</div>
{% endif %}

<div class="oka-menu">
<form action="{{ data.comments_form.url }}" method="post">
{% if data.entry.in_comments_thread %}
<input type="hidden" name="__xtcomments_thread_id" value="{{ data.entry.in_comments_thread }}" />
{% endif %}
<input type="hidden" name="__xtx" value="{{ data.comments_form.fields.xtx }}" />
<input type="hidden" name="__xtxs" value="{{ data.comments_form.fields.xtxs }}" />
<input class="oka-input" type="text" name="__xtcomments_comments" value="" style="display:none" />
{% if data.is_logged_in %}
{{ data.translations.t_posting_as }}:
<span class="author">{{ data.community_name }}</span><br>
{% else %}
{% if data.comments_form.poster %}
<input type="hidden" name="__xtcomments_nick" value="{{ data.comments_form.poster }}" />
{% else %}
{{ data.translations.t_name }} <br>
<input class="oka-input" type="text" name="__xtcomments_nick" value="{{ data.comments_form.spam_comments_nick }}" /><br>

{% endif %}
{% endif %}
{% if data.comments_form.comments_restriction == "email_required" and not data.is_logged_in %}
{{ data.translations.t_email }} <br>
<input class="oka-input" type="email" name="__xtcomments_email" value="{{ data.comments_form.spam_comments_email }}" />
<br>
{% endif %}
{{ data.translations.t_comment }}
<br>
<textarea class="oka-textarea" name="__xtcomments_msg">{{ data.comments_form.spam_comments_msg }}</textarea>
<br>
{% if data.comments_form.spam_comments %}
<input type="hidden" name="hash" value="{{ data.comments_form.spam_hash }}" />
<label>
Masukan teks pada gambar dibawah ini:
<br>
<img src="{{ data.comments_form.spam_captcha_url }}" alt="" /><br>
<input class="oka-code" type="text" name="code" />
</label>
{% endif %}
</div><div class="comment-title">
<span class="count"><a href="/smile.html"><b>SMILE</b></a> | <a href="/bbcode.html"><b>BBCODE</b></a></span>
<input class="oka-submit" name="submit" type="submit" value="{{ data.translations.t_post }}" />
</form></div>
{% endif %}
{% endif %}
{% endblock %}

{% block guestbook_comments_list %}
{% if data.in_comments_thread %}
{{ data.comments_thread_all }}

<div class="oka-menu">{{ data.translations.t_show_all_comments }}</div>
{% endif %}
{% macro comments_list (comments, ctx) %}
{% for comment in comments %}
<div class="comment_block{% if comment.owner_of_comment %} admin_post{% endif %}">
<div class="comment_author{% if not comment.author_profile %} ano{% endif %}"><table border="0" width="100%"><td>{% if comment.author_profile %}<tr><td width="32px"><img src="{{ comment.author_profile.avatars[32] }}" alt="{{ comment.author_profile.name }}" /></td><td width="auto"><b><a href="{{ comment.author_profile.link }}" style="color:{% if comment.owner_of_comment %}#f00;{% else %}#faae1e;{% endif %}"> {% if comment.owner_of_comment %}Admin{% else %} {{ comment.author_profile.name }}{% endif %}</a></b><br>{{ comment.date }}&nbsp;</td></tr>{% else %}<tr><td width="32px"><img src="/_xtgem_templates/profile.png" alt="*"/></td><td width="auto"><b>{{ comment.nick }}</b><br>{{ comment.date }}&nbsp;</td></tr>{% endif %}</td></table></div><div class="comment_message">
{% if comment.is_hidden %}
{{ ctx.data.translations.t_hidden_comment }}
{% else %}
{{ comment.message|raw }}
{% endif %}
{% if comment.childs %}
<div class="xt_reply">{{ _self.comments_list(comment.childs, ctx) }}
</div></div>
{% endif %}

</div>
{% if not ( ctx.data.entry.in_comments_thread and comment.childs and (comment.childs_count > 0) ) and not comment.owner_of_comment%}
<div class="comment_actions">

{% if ctx.data.visitor_is_admin and not comment.childs %}
<a href="{{ comment.reply_link }}" class="xt_blog_comment_action_reply">{{ ctx.data.translations.t_reply }}</a>
{% endif %}
{% if ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
{% if ctx.data.reported_spam and ctx.data.reported_spam == comment.id %}
{{ctx.data.translations.t_reported}}
{% else %}
<a href="{{ comment.spam_link }}">{{ ctx.data.translations.t_report_spam }}</a>
{% endif %}
{% elseif not ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
<a href="{{ comment.login_link }}">{{ ctx.data.translations.t_report_spam }}</a>
{% endif %}
</div>
{% endif %}
</div>
{% endfor %}
{% endmacro %}
{{ _self.comments_list(data.comments, _context) }}
{{ data.comments_pagination_html|raw }}
<div class="oka-menu"><script type="text/javascript" src="http://seotrick.xtgem.com/_xtgem_templates/ads.js"></script></div>
{% endblock %}
</div>

Copy code
2017-03-19 16:58 (edited 2017-03-19 17:00 by DONZYWAP ) · (0)

Online: Guests: 1
Online : 1 user
Today : 39 user
This Week : 129

Total all : 347 Visitor

© DONZYWAP™ PROJECT
Copyright © 2012 -
ALL RIGHT RESERVED.
ANAMBRA STATE
NIGERIA