This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/yuuno/settings/background.tpl

18 lines
786 B
Smarty
Raw Normal View History

2015-08-10 20:04:22 +00:00
<form enctype="multipart/form-data" method="post" action="{{ setting.action }}">
<input type="hidden" name="sessid" value="{{ php.sessionid }}" />
<input type="hidden" name="timestamp" value="{{ php.time }}" />
<input type="hidden" name="mode" value="background" />
<input type="hidden" name="MAX_FILE_SIZE" value="{{ background.max_size }}" />
<div style="text-align: center;">
<div>
<img src="/bg/{{ user.data.id }}" alt="Your Background" class="default-avatar-setting" style="max-width: 90%; max-height: 90%;" />
2015-06-19 16:12:44 +00:00
</div>
2015-08-10 20:04:22 +00:00
<div>
<input type="file" name="background" />
</div>
<div>
<input type="submit" value="Submit" name="submit" class="inputStyling" />
2015-06-19 16:12:44 +00:00
</div>
</div>
2015-08-10 20:04:22 +00:00
</form>