2024-04-16 23:36:57 +02:00
|
|
|
<div>
|
|
|
|
<a href="/dashboard">
|
2024-05-09 21:28:15 +02:00
|
|
|
<img alt="fipamo logo" class="logo-medium" src="/assets/images/global/fipamo-logo-secondary.svg"/>
|
2024-04-16 23:36:57 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<form id="init-restore" method="POST">
|
2024-05-08 23:55:27 +02:00
|
|
|
<label class="inline">handle</label><input type="text" class="inline" name="restore_member_handle" id="restore_member_handle" placeholder="handle"/>
|
|
|
|
<label class="inline">password</label><input type="password"class="inline" name="restore_member_pass" id="restore_member_pass" placeholder="password"/>
|
2024-07-05 21:17:53 +02:00
|
|
|
<label class="inline">previous</label><input type="text" class="inline" name="restore_former_url" id="restore_former_url" placeholder="previous site url"/>
|
|
|
|
<div>
|
|
|
|
<label>Grab your content backup</label>
|
|
|
|
<input id="backup-content-upload" type="file" name="backup-content-upload" placeholder="Content Archive"/>
|
|
|
|
</div>
|
2024-04-16 23:36:57 +02:00
|
|
|
<div>
|
2024-07-05 21:17:53 +02:00
|
|
|
<label>Grab your file backup</label>
|
|
|
|
<input id="backup-files-upload" type="file" name="backup-files-upload" placeholder="File Archive"/>
|
2024-04-16 23:36:57 +02:00
|
|
|
</div>
|
|
|
|
<br/><br/>
|
|
|
|
<button id="blog-restore" data-action='blog-restore' type='submit'>RESTORE</button>
|
|
|
|
<br/><br/>
|
|
|
|
<button class="init-option" id="init-switch-fresh">OR INSTALL FROM SCRATCH</button>
|
|
|
|
</form>
|