Subversion Repositories bacoAlunos

Rev

Rev 1306 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
215 jmachado 1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
3
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
6
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
7
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
8
<jsp:useBean id="UserSession" type="pt.estgp.estgweb.domain.UserSession" scope="request"/>
9
<div class="linkMenuBlock">
10
    <div class="linkMenuBlockTitle"><bean:message key="module.ManagedIdentifier"/></div>
11
    <div class="linkLeftMenu">
12
        <div class="listClean">
13
            <ul>
14
                <li>
15
                    <html:link action="/user/startLoadManagedIdentifierCollectionsFromServiceZone"><bean:message key="managedidentifier.home"/></html:link>
16
                </li>
17
                <baco:hasRole role="identifiersCollectionCreator">
18
                <li>
19
                    <html:link action="/user/startNewManagedIdentifierCollectionFromServiceZone"><bean:message key="managedidentifier.collection.new"/></html:link>
20
                </li>
21
                </baco:hasRole>
22
            </ul>
23
        </div>
24
    </div>
25
</div>