Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.78 KB | None | 0 0
  1. {
  2.               if(page==0){
  3.                 <li><a href="/" class="active" >Ruokalista</a></li>
  4.                 <li><a href="/maksu">Ostoskori{this.pasteCart()}</a></li>
  5.                 <li><a href="/henkilokunta">Henkilokunta</a></li>
  6.               }
  7.               else if(page==1){
  8.                 <li><a href="/">Ruokalista</a></li>
  9.                 <li><a href="/maksu" class="active" >Ostoskori{this.pasteCart()}</a></li>
  10.                 <li><a href="/henkilokunta">Henkilokunta</a></li>
  11.               }
  12.               else if(page==2){
  13.                 <li><a href="/">Ruokalista</a></li>
  14.                 <li><a href="/maksu">Ostoskori{this.pasteCart()}</a></li>
  15.                 <li><a href="/henkilokunta" class="active" >Henkilokunta</a></li>
  16.               }
  17.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement