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