echo sort_by('title', 'Titolo'); ?> </th> <th class="<?php echo sort_header_class('divisa'); ?> "><?php echo sort_by('divisa', 'Divisa'); ?> </th> <th class="<?php echo sort_header_class('quantita'); ?> "><?php echo sort_by('quantita', 'Quantità'); ?> </th> <th class="<?php echo sort_header_class('prezzo'); ?> "><?php echo sort_by('prezzo', 'Prezzo'); ?> </th> <th class="headout">Ultimo</th> <th class="headout">Variazione</th> <th class="headout">Valore investito</th> <th class="headout">Valore stimato</th> <th class="headout" colspan="2">Plus/Minus</th> </tr>
</th> <th class="<?php echo sort_header_class('rating'); ?> "><?php echo sort_by('rating', 'Rating'); ?> </th> <th class="<?php echo sort_header_class('mercato'); ?> "><?php echo sort_by('mercato', 'Mercato'); ?> </th> <th class="<?php echo sort_header_class('tipo'); ?> "><?php echo sort_by('tipo', 'Tipo'); ?> </th> <th class="<?php echo sort_header_class('divisa'); ?> "><?php echo sort_by('divisa', 'Divisa'); ?> </th> </tr>
</th> <th class="<?php echo sort_header_class('investito'); ?> "><?php echo sort_by('investito', 'Investito'); ?> </th> <th class="<?php echo sort_header_class('break_even_date'); ?> "><?php echo sort_by('break_even_date', 'Break Even'); ?> </th> <th class="<?php echo sort_header_class('plusminus_percent'); ?> " colspan="2"><?php echo sort_by('plusminus_percent', 'Plus/Minus'); ?> </th> <th class="<?php echo sort_header_class('plusminus_percent_per_year'); ?> " colspan="2"><?php echo sort_by('plusminus_percent_per_year', 'Plus/Minus (Anno)'); ?> </th> </tr>
<th class="<?php echo sort_header_class('min'); ?> "><?php echo sort_by('min', 'Soglia Min'); ?> </th> <th class="<?php echo sort_header_class('max'); ?> "><?php echo sort_by('max', 'Soglia Max'); ?> </th> <th class="<?php echo sort_header_class('alert'); ?> "><?php echo sort_by('alert', 'Avviso'); ?> </th> </tr> </table> <?php } else { ?> <div class="notice">Nessun risultato per i parametri specificati</div> <?php } ?> </form>
echo sort_header_class('tipo'); ?> "><?php echo sort_by('tipo', 'Tipo'); ?> </th> <th class="<?php echo sort_header_class('importo'); ?> "><?php echo sort_by('importo', 'Importo'); ?> </th> <th class="headout">Tasso</th> <th class="<?php echo sort_header_class('stacco'); ?> "><?php echo sort_by('stacco', 'Stacco'); ?> </th> </tr> </table> <?php } else { ?> <div class="notice">Nessun risultato per i parametri specificati</div> <?php } ?> </form>
foreach ($this->errors as $error) { $this->render(array('partial' => 'error', 'object' => $error)); } ?> <tr class="crystal"> <th></th> <th class="<?php echo sort_header_class('testo'); ?> "><?php echo sort_by('testo', 'Testo'); ?> </th> <th class="<?php echo sort_header_class('data'); ?> "><?php echo sort_by('data', 'Data'); ?> </th> </tr> </table> <?php } else { ?> <div class="notice">Nessun risultato per i parametri specificati</div> <?php } ?> </form>
<th class="<?php echo sort_header_class('prezzo'); ?> "><?php echo sort_by('prezzo', 'Prezzo'); ?> </th> <th class="<?php echo sort_header_class('quantita'); ?> "><?php echo sort_by('quantita', 'Quantità'); ?> </th> <th class="<?php echo sort_header_class('data'); ?> "><?php echo sort_by('data', 'Data'); ?> </th> <th class="<?php echo sort_header_class('negot_id'); ?> "><?php echo sort_by('negot_id', 'Negoziazione'); ?> </th> <th class="headout">Importo stimato</th> </tr>