2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<div class="intro-wrapper" >
|
|
|
|
|
|
|
|
<p class="intro-desc">{{$str_notifytype}} {{$notify_type}}</p>
|
|
|
|
<div class="intro-madeby">{{$madeby}}</div>
|
|
|
|
<div class="intro-fullname" >{{$fullname}}</div>
|
2015-02-16 08:30:12 +00:00
|
|
|
<a class="intro-url-link" href="{{$url}}" ><img class="intro-photo lframe" src="{{$photo}}" width="175" height=175" title="{{$fullname|escape:'html'}}" alt="{{$fullname|escape:'html'}}" /></a>
|
2013-04-23 11:47:57 +00:00
|
|
|
<div class="intro-note" >{{$note}}</div>
|
|
|
|
<div class="intro-wrapper-end"></div>
|
|
|
|
<form class="intro-form" action="notifications/{{$intro_id}}" method="post">
|
2015-02-16 08:30:12 +00:00
|
|
|
<input class="intro-submit-ignore" type="submit" name="submit" value="{{$ignore|escape:'html'}}" />
|
|
|
|
<input class="intro-submit-discard" type="submit" name="submit" value="{{$discard|escape:'html'}}" />
|
2013-04-23 11:47:57 +00:00
|
|
|
</form>
|
|
|
|
<div class="intro-form-end"></div>
|
|
|
|
|
|
|
|
<form class="intro-approve-form" action="{{$request}}" method="get">
|
|
|
|
{{include file="field_checkbox.tpl" field=$hidden}}
|
2015-02-16 08:30:12 +00:00
|
|
|
<input class="intro-submit-approve" type="submit" name="submit" value="{{$approve|escape:'html'}}" />
|
2013-04-23 11:47:57 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="intro-end"></div>
|