Skip to content

Commit

Permalink
Removing label class #282
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellettini committed Mar 30, 2013
1 parent d275d66 commit cabb435
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f36_ruolo">Ruolo:</label>
<p><label for="f36_ruolo">Ruolo:</label>
<input type="text" class="casella" id="f36_ruolo" name="f36_ruolo" size="65" maxlength="130" value="{$f36_ruolo|escape:"htmlall"}" />
</p>
<p><label class="label" for="f36_email">Email:</label>
<p><label for="f36_email">Email:</label>
<input type="text" class="casella" id="f36_email" name="f36_email" size="65" maxlength="130" value="{$f36_email|escape:"htmlall"}" />
</p>
<p><label class="label" for="f36_recapito">Recapito:</label>
<p><label for="f36_recapito">Recapito:</label>
<input type="text" class="casella" id="f36_recapito" name="f36_recapito" size="65" maxlength="130" value="{$f36_recapito|escape:"htmlall"}" />
</p>

<p><label class="label" for="f36_foto">Foto:</label>
<p><label for="f36_foto">Foto:</label>
<input class="submit" type="file" name="f36_foto" id="f36_foto" size="65" value="{$f36_foto|escape:"htmlall"}" />
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
<fieldset>
<legend>Modifica:</legend>
{foreach name=edit item=val key=key from=$f41_edit_sel}
<p><label class="label" for="{$key}">{$key|escape:"htmlall"}:</label>
<p><label for="{$key}">{$key|escape:"htmlall"}:</label>
<input class="casella" type="text" name="f41_edit_sel[{$key}]" id="{$key}" size="65" value="{$val|escape:"htmlall"}" /></p>

{* <p><label class="label" for="f41_codDoc">Codice docente:</label>
{* <p><label for="f41_codDoc">Codice docente:</label>
<input class="casella" type="text" name="f41_codDoc" id="f41_codDoc" size="65" value="{$f41_codDoc|escape:"htmlall"}" /></p>
<p><label class="label" for="f41_ciclo">Ciclo:</label>
<p><label for="f41_ciclo">Ciclo:</label>
<input type="text" class="casella" id="f41_ciclo" name="f41_ciclo" size="65" maxlength="130" value="{$f41_ciclo|escape:"htmlall"}" /></p>
<p><span><label for="f41_Description"><p>Descrizione<br /> del link:<br />(max 1000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f41_Description" name="f41_Description">{$f41_Description|escape:"htmlall"}</textarea></span></p>*}
Expand All @@ -64,9 +64,9 @@
{if $DidatticaGestione_docenteEdit}
<fieldset>
<legend>Ricerca docente</legend>
<p><label class="label" for="f41_username">per&nbsp;username: </label>
<p><label for="f41_username">per&nbsp;username: </label>
<input name="f41_username" id="f41_username" type="text" value="" /></p>
<p><label class="label" for="f41_email">per e-mail: </label>
<p><label for="f41_email">per e-mail: </label>
<input name="f41_email" id="f41_email" type="text" value="" /></p>
<p><input class="submit" name="f41_search" id="f41_search" type="submit" value="Cerca" /></p>
{if $DidatticaGestione_docs != ''}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f12_file">File:</label>
<p><label for="f12_file">File:</label>
<input class="submit" type="file" name="f12_file" id="f12_file" size="65" value="{$f12_file|escape:"htmlall"}" />
<input type="hidden" name="MAX_FILE_SIZE" value="20971520" /></p>
<p><label class="label" for="f12_titolo">Titolo:</label>
<p><label for="f12_titolo">Titolo:</label>
<input type="text" class="casella" id="f12_titolo" name="f12_titolo" size="65" maxlength="130" value="{$f12_titolo|escape:"htmlall"}" /></p>
<p><span><label for="f12_abstract"><p>Abstract/descrizione<br /> del file:<br />(max 3000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f12_abstract" name="f12_abstract">{$f12_abstract|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f13_titolo">Titolo:</label>
<p><label for="f13_titolo">Titolo:</label>
<input type="text" class="casella" id="f13_titolo" name="f13_titolo" size="65" maxlength="130" value="{$f13_titolo|escape:"htmlall"}" /></p>
<p><span><label for="f13_abstract"><p>Abstract/descrizione<br /> del file:<br />(max 3000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f13_abstract" name="f13_abstract">{$f13_abstract|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f23_file">File:</label>
<p><label for="f23_file">File:</label>
<input class="submit" type="file" name="f23_file" id="f23_file" size="65" value="{$f23_file|escape:"htmlall"}" />
<input type="hidden" name="MAX_FILE_SIZE" value="20971520" /></p>
<p><label class="label" for="f23_titolo">Titolo:</label>
<p><label for="f23_titolo">Titolo:</label>
<input type="text" class="casella" id="f23_titolo" name="f23_titolo" size="65" maxlength="130" value="{$f23_titolo|escape:"htmlall"}" /></p>
<p><span><label for="f23_abstract"><p>Abstract/descrizione<br /> del file:<br />(max 3000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f23_abstract" name="f23_abstract">{$f23_abstract|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f24_titolo">Titolo:</label>
<p><label for="f24_titolo">Titolo:</label>
<input type="text" class="casella" id="f24_titolo" name="f24_titolo" size="65" maxlength="130" value="{$f24_titolo|escape:"htmlall"}" /></p>
<p><span><label for="f24_abstract"><p>Abstract/descrizione<br /> del file:<br />(max 3000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f24_abstract" name="f24_abstract">{$f24_abstract|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f29_URI">Indirizzo:</label>
<p><label for="f29_URI">Indirizzo:</label>
<input class="submit" type="text" name="f29_URI" id="f29_URI" size="65" value="{$f29_URI|escape:"htmlall"}" />
<p><label class="label" for="f29_Label">Etichetta:</label>
<p><label for="f29_Label">Etichetta:</label>
<input type="text" class="casella" id="f29_Label" name="f29_Label" size="65" maxlength="130" value="{$f29_Label|escape:"htmlall"}" /></p>
<p><span><label for="f29_Description"><p>Descrizione<br /> del link:<br />(max 1000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f29_Description" name="f29_Description">{$f29_Description|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

{include file="avviso_notice.tpl"}
<form method="post" enctype="multipart/form-data">
<p><label class="label" for="f31_URI">Indirizzo:</label>
<p><label for="f31_URI">Indirizzo:</label>
<input class="submit" type="text" name="f31_URI" id="f31_URI" size="65" value="{$f31_URI|escape:"htmlall"}" /></p>
<p><label class="label" for="f31_Label">Etichetta:</label>
<p><label for="f31_Label">Etichetta:</label>
<input type="text" class="casella" id="f31_Label" name="f31_Label" size="65" maxlength="130" value="{$f31_Label|escape:"htmlall"}" /></p>
<p><span><label for="f31_Description"><p>Descrizione<br /> del link:<br />(max 1000 caratteri)</p></label>
<textarea cols="50" rows="10" id="f31_Description" name="f31_Description">{$f31_Description|escape:"htmlall"}</textarea></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
{include file="avviso_notice.tpl"}
<form method="post">
<p><label class="label" for="f7_titolo">Titolo:</label>
<p><label for="f7_titolo">Titolo:</label>
<input type="text" class="casella" id="f7_titolo" name="f7_titolo" size="65" maxlength="130" value="{$f7_titolo|escape:"htmlall"}" /></p>
<p><fieldset>
<legend>Data Inserimento:</legend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{include file="avviso_notice.tpl"}

<form method="post">
<p><label class="label" for="f8_titolo">Titolo:</label>
<p><label for="f8_titolo">Titolo:</label>
<input type="text" class="casella" id="f8_titolo" name="f8_titolo" size="65" maxlength="130" value="{$f8_titolo|escape:"htmlall"}" /></p>
<p><fieldset>
<legend>Data Inserimento:</legend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<form action="#gotof3" id="f3" method="post">
<fieldset>
<legend>{$question_PersonalInfo|escape:"htmlall"}</legend>
<p><label class="label" for="f3_nome">{$question_PersonalInfoData[0]|escape:"htmlall"}</label>
<p><label for="f3_nome">{$question_PersonalInfoData[0]|escape:"htmlall"}</label>
<input id="f3_nome" maxlength="50" size="40" name="f3_nome" value="{$f3_nome|escape:"htmlall"}" /></p>
<p><label class="label" for="f3_cognome">{$question_PersonalInfoData[1]|escape:"htmlall"}</label>
<p><label for="f3_cognome">{$question_PersonalInfoData[1]|escape:"htmlall"}</label>
<input id="f3_cognome" maxlength="50" size="40" name="f3_cognome" value="{$f3_cognome|escape:"htmlall"}" /></p>
<p><label class="label" for="f3_mail">{$question_PersonalInfoData[2]|escape:"htmlall"}</label>
<p><label for="f3_mail">{$question_PersonalInfoData[2]|escape:"htmlall"}</label>
<input id="f3_mail" maxlength="50" size="40" name="f3_mail" value="{$f3_mail|escape:"htmlall"}" /></p>
<p><label class="label" for="f3_tel">{$question_PersonalInfoData[3]|escape:"htmlall"}</label>
<p><label for="f3_tel">{$question_PersonalInfoData[3]|escape:"htmlall"}</label>
<input id="f3_tel" maxlength="50" size="40" name="f3_tel" value="{$f3_tel|escape:"htmlall"}" /></p>
<p><label class="label" for="f3_cdl">{$question_PersonalInfoData[4]|escape:"htmlall"}</label>
<p><label for="f3_cdl">{$question_PersonalInfoData[4]|escape:"htmlall"}</label>
<input id="f3_cdl" maxlength="50" size="40" name="f3_cdl" value="{$f3_cdl|escape:"htmlall"}" /></p>
</fieldset>
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<h3>{$ruoliAdminSearch_langSearch|escape:"htmlall"}</h3>

<form method="post">
<p><label class="label" for="f16_username">Cerca per username: </label>
<p><label for="f16_username">Cerca per username: </label>
<input name="f16_username" id="f16_username" type="text" value="" /></p>
<p><label class="label" for="f16_email">Cerca per e-mail: </label>
<p><label for="f16_email">Cerca per e-mail: </label>
<input name="f16_email" id="f16_email" type="text" value="" /></p>
<p><input class="submit" name="f16_submit" id="f16_submit" type="submit" value="Cerca" /></p>
</form>
Expand Down

0 comments on commit cabb435

Please sign in to comment.