PZHO#28655: Vraag mbt inventariseren en registreren meubilair.
svn path=/Website/trunk/; revision=21344
This commit is contained in:
@@ -667,7 +667,7 @@ var uitvoertijd;
|
||||
var fso = new ActiveXObject("Scripting.FileSystemObject");
|
||||
if (fso.FileExists(Server.MapPath(imageFile)))
|
||||
{ %>
|
||||
<img id="insphoto" src="<%=imageFile%>">
|
||||
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
|
||||
<% }
|
||||
}
|
||||
else
|
||||
|
||||
@@ -324,7 +324,7 @@ oRs.Close();
|
||||
var fso = new ActiveXObject("Scripting.FileSystemObject");
|
||||
if (fso.FileExists(Server.MapPath(imageFile)))
|
||||
{ %>
|
||||
<img id="insphoto" src="<%=imageFile%>">
|
||||
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
|
||||
<% }
|
||||
} %>
|
||||
</td>
|
||||
|
||||
@@ -169,7 +169,7 @@ oRs.close();
|
||||
%>
|
||||
<tr>
|
||||
<td>
|
||||
<img id="insphoto" src="<%=imageFile%>">
|
||||
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user