mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 08:38:35 +00:00
tidyup of image rotate
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<br>
|
||||
<input class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px "
|
||||
|
||||
title="Type in the new name for this file here"
|
||||
label = "Rename to" name = "renametoname" id="renameto"
|
||||
pattern="[A-Za-z][A-Za-z0-9_-\.]*"/>
|
||||
<label
|
||||
@@ -31,14 +32,14 @@
|
||||
for="renametoname">type in the new name for this file<br></label>
|
||||
<br><br><br>
|
||||
|
||||
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="rename" type = "submit" value = "Rename" >
|
||||
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="rename" type = "submit" title="Renames the file but disallows certain characters and replaces them, e.g. #, &, ?" value = "Rename" >
|
||||
Rename it
|
||||
</button>
|
||||
</form>
|
||||
<br />
|
||||
<form method ='post' >
|
||||
{% csrf_token %}
|
||||
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="rotate" type = "submit" value = "Rotate" >
|
||||
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="rotate" type = "submit" title="Rotates 90 degrees clockwise. JPG and PNG files only." value = "Rotate" >
|
||||
Rotate it
|
||||
</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user