Revision deb35bf3
Added by Benjamin Dauvergne over 13 years ago
| calebasse/personnes/templates/personnes/acces.html | ||
|---|---|---|
|
});
|
||
|
});
|
||
|
</script>
|
||
|
<style>
|
||
|
#input-box { position: relative; }
|
||
|
div input { display: inline; }
|
||
|
.clear {
|
||
|
position: absolute;
|
||
|
top: 6px;
|
||
|
right: 3px;
|
||
|
display: none;
|
||
|
}
|
||
|
.clear:active {
|
||
|
color: black;
|
||
|
}
|
||
|
</style>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block appbar %}
|
||
| ... | ... | |
|
<div>
|
||
|
<h3>Rechercher dans les comptes</h3>
|
||
|
<form>
|
||
|
<label>Identifiant : <div id="input-box"><input type="text"/ name='identifier' value="{{ request.GET.identifier }}"><span class="clear">✖</span></div></label>
|
||
|
<label>Identifiant : <div class="text-input-wrapper"><input type="text"/ name='identifier' value="{{ request.GET.identifier }}"><span class="clear">✖</span></div></label>
|
||
|
<button>Rechercher</button>
|
||
|
</form>
|
||
|
</div>
|
||
Also available in: Unified diff
personnes: move inline style to style.css