diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
commit | 6348e70daa113e8b3203de8fbc919d08c90d972e (patch) | |
tree | 1bc3dd3bc85fe6136411086785cf6753960e22f9 /view/intros.tpl | |
download | volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.gz volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.bz2 volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.zip |
Initial checkin
Diffstat (limited to 'view/intros.tpl')
-rw-r--r-- | view/intros.tpl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/view/intros.tpl b/view/intros.tpl new file mode 100644 index 000000000..75739005b --- /dev/null +++ b/view/intros.tpl @@ -0,0 +1,21 @@ + +<div class="intro-wrapper" id="intro-$contact-id" > +<hr class="intro-top" /> +<p class="intro-desc">Notification type: Introduction</p> +<div class="intro-fullname" id="intro-fullname-$contact-id" >$fullname</div> +<a class="intro-url-link" id="intro-url-link-$contact-id" href="$url" ><img id="photo-$contact-id" class="intro-photo" src="$photo" width="175" height=175" name="$fullname" alt="fullname" /></a> +<div class="intro-knowyou">Presumably known to you? <strong>$knowyou</strong></div> +<div class="intro-note" id="intro-note-$contact-id">$note</div> +<div class="intro-wrapper-end" id="intro-wrapper-end-$contact-id"></div> + +<form class="intro-approve-form" action="dfrn_confirm" method="post"> +<input type="hidden" name="dfrn_id" value="$dfrn-id" > +<input type="hidden" name="intro_id" value="$intro_id" > +<input class="intro-submit-approve" type="submit" name="submit" value="Approve" /> +</form> +<form class="intro-form" action="notifications/$intro_id" method="post"> +<input class="intro-submit-ignore" type="submit" name="submit" value="Ignore" /> +<input class="intro-submit-discard" type="submit" name="submit" value="Discard" /> +</form> +</div> +<div class="intro-end"></div> |