]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/cropbody.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / smarty3 / cropbody.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7 <p id="cropimage-desc">
8 {{$desc}}
9 </p>
10 <div id="cropimage-wrapper">
11 <img src="{{$image_url}}" id="croppa" class="imgCrop" alt="{{$title}}" />
12 </div>
13 <div id="cropimage-preview-wrapper" >
14 <div id="previewWrap" ></div>
15 </div>
16
17 <form action="profile_photo/{{$resource}}" id="crop-image-form" method="post" />
18 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
19
20 <input type="hidden" name="cropfinal" value="1" />
21 <input type="hidden" name="xstart" id="x1" />
22 <input type="hidden" name="ystart" id="y1" />
23 <input type="hidden" name="xfinal" id="x2" />
24 <input type="hidden" name="yfinal" id="y2" />
25 <input type="hidden" name="height" id="height" />
26 <input type="hidden" name="width"  id="width" />
27
28 <div id="crop-image-submit-wrapper" >
29 <input type="submit" name="submit" value="{{$done}}" />
30 </div>
31
32 </form>