Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FileNook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sanblas
FileNook
Commits
6dd6a68e
Commit
6dd6a68e
authored
May 21, 2019
by
Patricia
Browse files
Options
Downloads
Patches
Plain Diff
dxc
parent
2c487c53
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/paginaNook.jsp
+2
-2
2 additions, 2 deletions
web/paginaNook.jsp
web/registro.html
+1
-1
1 addition, 1 deletion
web/registro.html
with
3 additions
and
3 deletions
web/paginaNook.jsp
+
2
−
2
View file @
6dd6a68e
...
...
@@ -63,12 +63,12 @@ and open the template in the editor.
<div
class=
"opciones"
>
<ul>
<%
if
(
userName
.
equals
(
autor
)){
%>
<li><a
href=
"perfil.jsp"
><img
src=
"recuperarImagen
OtroSV?autor
=
<%=
autor
%>
"
<li><a
href=
"perfil.jsp"
><img
src=
"recuperarImagen
esSV?userName
=
<%=
autor
%>
"
class=
"imagenesUsuarios"
alt=
"Imagen del perfil de usuario"
></a></li>
<li><a
href=
"perfil.jsp"
><%=
autor
%></a></li>
<%
}
else
{
%>
<li><a
href=
"autorSV?nombre=
<%=
autor
%>
"
><img
src=
"recuperarImagen
OtroSV?autor
=
<%=
autor
%>
"
<li><a
href=
"autorSV?nombre=
<%=
autor
%>
"
><img
src=
"recuperarImagen
esSV?userName
=
<%=
autor
%>
"
class=
"imagenesUsuarios"
alt=
"Imagen del perfil de usuario"
></a></li>
<li><a
href=
"autorSV?nombre=
<%=
autor
%>
"
><%=
autor
%></a></li>
...
...
This diff is collapsed.
Click to expand it.
web/registro.html
+
1
−
1
View file @
6dd6a68e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment