|
|
@ -24,8 +24,8 @@
|
|
|
|
<legend>write a new note</legend>
|
|
|
|
<legend>write a new note</legend>
|
|
|
|
<textarea name="message" rows="1"></textarea>
|
|
|
|
<textarea name="message" rows="1"></textarea>
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="buttons">
|
|
|
|
<button type="submit" id="publish" disabled>send</button>
|
|
|
|
<button type="submit" id="publish" class="primary" disabled>send</button>
|
|
|
|
<button type="button" name="back">back</button>
|
|
|
|
<button type="button" name="back" class="primary">back</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<small id="sendstatus" class="form-status"></small>
|
|
|
|
<small id="sendstatus" class="form-status"></small>
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
<input type="url" name="picture" id="profile_picture" placeholder="https://your.domain/image.png">
|
|
|
|
<input type="url" name="picture" id="profile_picture" placeholder="https://your.domain/image.png">
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="buttons">
|
|
|
|
<small id="profilestatus" class="form-status" hidden></small>
|
|
|
|
<small id="profilestatus" class="form-status" hidden></small>
|
|
|
|
<button type="submit" name="publish" tabindex="0" disabled>publish</button>
|
|
|
|
<button type="submit" name="publish" class="primary" tabindex="0" disabled>publish</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
<form action="#" name="options">
|
|
|
|
<form action="#" name="options">
|
|
|
@ -86,8 +86,8 @@
|
|
|
|
<input type="password" id="privatekey" autocomplete="off">
|
|
|
|
<input type="password" id="privatekey" autocomplete="off">
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="buttons">
|
|
|
|
<small id="keystatus" class="form-status" hidden></small>
|
|
|
|
<small id="keystatus" class="form-status" hidden></small>
|
|
|
|
<button type="button" name="generate" tabindex="0">new</button>
|
|
|
|
<button type="button" name="generate" class="primary" tabindex="0">new</button>
|
|
|
|
<button type="button" name="import" tabindex="0" disabled>save</button>
|
|
|
|
<button type="button" name="import" class="primary" tabindex="0" disabled>save</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
<footer class="text">
|
|
|
|
<footer class="text">
|
|
|
|