html, js and css fixes

This commit is contained in:
Serghei Mihai 2014-04-08 00:58:44 +02:00
parent a12c2ba864
commit b396cb116b
1 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ function tipi() {
{% else %}
return exer;
{% endif %}
};
}};
var tipi_url = '{{ instance.url }}?saisie={{ instance.saisie }}&numcli=' + document.getElementById('numcli').value;
var url_params = '&';
@ -111,7 +111,7 @@ function tipi() {
}
#tipi .error {
color: #f00;
font-size:.9em;
font-size:.8em;
display: none;
}
#tipi #wip {
@ -132,10 +132,10 @@ function tipi() {
<h3>{% trans "Paiement en cours..." %}</h3>
</div>
<form action='javascript:tipi()' name='tipi'>
<ul
<ul>
<li>
<label>{% trans "Identifiant collectivité" %}</label>
<select name="numcli">
<select id="numcli">
<option value="005955">CAM</option>
<option value="005956">CAM assainissement</option>
<option value="005957">CAM pompes funèbres</option>
@ -151,7 +151,7 @@ function tipi() {
<li>
<label>{% trans "Montant" %}</label>
<input type='text' id='montant_euros' size="4" maxlength="4" placeholder="0000" /> ,
<input type='text' id='montant_cents size="2" maxlength="2" placeholder="00" />
<input type='text' id='montant_cents' size="2" maxlength="2" placeholder="00" />
<span class="error" id="montant_error">{% trans "montant invalide" %}</span>
</li>
<li>