Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
EJB-EncryptionBean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wilson Farias
EJB-EncryptionBean
Compare revisions
master to 1e931e19ad5279e6522d39e3423377db252bebf9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
wilsonsf/EJB-EncryptionBean
Select target project
No results found
1e931e19ad5279e6522d39e3423377db252bebf9
Select Git revision
Branches
develop
master
Swap
Target
web2/EJB-EncryptionBean
Select target project
web2/EJB-EncryptionBean
wilsonsf/EJB-EncryptionBean
2 results
master
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Encryption-WebClient/src/main/webapp/index.xhtml
+23
-0
23 additions, 0 deletions
Encryption-WebClient/src/main/webapp/index.xhtml
with
23 additions
and
0 deletions
Encryption-WebClient/src/main/webapp/index.xhtml
0 → 100644
View file @
1e931e19
<ui:composition
template=
"/WEB-INF/template/layout.xhtml"
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:h=
"http://xmlns.jcp.org/jsf/html"
>
<ui:define
name=
"title"
>
Encryption Bean - Página inicial
</ui:define>
<ui:define
name=
"content"
>
<h1>
Bem-vindo, use o menu superior para navegar.
</h1>
<h2><h:outputText
value=
"#{anotherBean.text}"
/></h2>
<h:form>
<ul>
<li>
<h:commandLink
styleClass=
"btn btn-primary"
action=
"#{someBean.form}"
value=
"Hash"
/>
</li>
</ul>
</h:form>
<!--<h:commandLink action="#{myHashBean.form()}" value=""></h:commandLink>-->
</ui:define>
</ui:composition>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next