Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.55 KB | None | 0 0
  1.         <div class="periodo">
  2.             <span style="width:190px;height:30px;font-size:20px;margin-bottom:10px;margin-left:0px;"> Informacoes Uteis</span>
  3.             <ul style="list-style:none;">
  4.             <nome>Periodo Atual</nome>
  5.             <select class="selectpicker" data-width="100px" name="periodo" >
  6.                 @for(periodo <- plano.getPeriodos()){
  7.                     <option value=@periodo.getNumero() name="periodo" >@periodo.getNumero()</option><br>
  8.                 }
  9.             </select><button type="submit" value="@plano.setPeriodoAtual(4)" class="btn btn-primary" type="button">Alterar periodo</button>
  10.  
  11.             </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement