Advertisement
Guest User

Untitled

a guest
May 24th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. <asp:LoginView runat="server" ViewStateMode="Disabled">
  2. <AnonymousTemplate>
  3. <span><a runat="server" href="~/">
  4. <img src="Images\logo.png" href="~/" style="height: 40px; width: 80px; float: left;"></a></span>
  5. <span><a class="navbar-brand" runat="server" href="~/">MobilVet</a></span>
  6.  
  7. <ul id="nav2">
  8. <li><a runat="server" href="~/Informacao">Informacao</li>
  9. </a>
  10. <li><a runat="server" href="~/Cliente/Marcacoes">Marcacoes</li>
  11. </a>
  12. <%--<li><a runat="server" href="~/Cliente/Historico">Historial Medico</li>--%>
  13. </a>
  14. <%--<li><a runat="server" href="#">Medicacao</li></a>--%>
  15.  
  16. <%-- <li><a runat="server" href="~/Cliente/Gerenciar">Gerenciar Animais</a></li>
  17. <li><a runat="server" href="~/Admin/AdminPanel">AdminPanel</li></a>--%>
  18.  
  19.  
  20. <li><span style="float: right;"><a runat="server" href="~/Account/Register">Register</a></li>
  21. <li><span style="float: right;"><a runat="server" href="~/Account/Login">Log in</a></li>
  22. </span>
  23. </AnonymousTemplate>
  24. <%-- <LoggedInTemplate>--%>
  25. <RoleGroups>
  26. <asp:RoleGroup Roles="Veterinario">
  27. <ContentTemplate>
  28. PAGINAS METES AQUI CARALHO OS TEUS BOTOES OU O CRL
  29. </ul>
  30. </ContentTemplate>
  31. </asp:RoleGroup>
  32. </RoleGroups>
  33. <RoleGroups>
  34. <asp:RoleGroup Roles="Admin">
  35. <ContentTemplate>
  36. PAGINAS METES AQUI CARALHO OS TEUS BOTOES OU O CRL
  37. </ContentTemplate>
  38. </asp:RoleGroup>
  39. </RoleGroups>
  40. <RoleGroups>
  41. <asp:RoleGroup Roles="Registado">
  42. <ContentTemplate>
  43. PAGINAS METES AQUI CARALHO OS TEUS BOTOES OU O CRL
  44. </ContentTemplate>
  45. </asp:RoleGroup>
  46. </RoleGroups>
  47. <RoleGroups>
  48. <asp:RoleGroup Roles="Cliente">
  49. <ContentTemplate>
  50. PAGINAS METES AQUI CARALHO OS TEUS BOTOES OU O CRL
  51. </ContentTemplate>
  52. </asp:RoleGroup>
  53. </RoleGroups>
  54. <%--</LoggedInTemplate>--%>
  55. </asp:LoginView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement