2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2021-05-19 23:47:15 +02:00
|
|
|
<div class="intro-wrapper">
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2020-01-24 18:39:50 +01:00
|
|
|
<p class="intro-desc">{{$str_notification_type}} {{$str_type}}</p>
|
2018-06-14 17:05:23 +02:00
|
|
|
{{if $madeby}}<div class="intro-madeby">{{$lbl_madeby}} {{$madeby}}</div>{{/if}}
|
2021-05-19 23:47:15 +02:00
|
|
|
<div class="intro-fullname">{{$fullname}}</div>
|
|
|
|
<a class="intro-url-link" href="{{$url}}"><img class="intro-photo lframe" src="{{$photo}}" width="175" height="175" title="{{$fullname}}" alt="{{$fullname}}" /></a>
|
|
|
|
<div class="intro-note">{{$note}}</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
<div class="intro-wrapper-end"></div>
|
2020-01-28 23:21:24 +01:00
|
|
|
<form class="intro-form" action="notification/{{$intro_id}}" method="post">
|
2018-12-14 04:28:12 +01:00
|
|
|
<input class="intro-submit-ignore" type="submit" name="submit" value="{{$ignore}}" />
|
|
|
|
<input class="intro-submit-discard" type="submit" name="submit" value="{{$discard}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
</form>
|
|
|
|
<div class="intro-form-end"></div>
|
|
|
|
|
|
|
|
<form class="intro-approve-form" action="{{$request}}" method="get">
|
|
|
|
{{include file="field_checkbox.tpl" field=$hidden}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="intro-end"></div>
|