svn path=/Website/trunk/; revision=24645
This commit is contained in:
Peter Feij
2015-03-31 15:10:50 +00:00
parent 4b24d1f198
commit 72b6c3b5df
4 changed files with 17 additions and 11 deletions

View File

@@ -117,23 +117,18 @@ if (params.extFilter)
CONTENT_START();
%>
<FORM name="u2" method="post" enctype="multipart/form-data" target="hidFrameUpload">
<% //BLOCK_START("bijlagen",L("lcl_appendixes"));
%>
<label><%=L("lcl_upload_file")%>:</label>
<% if (params.extFilter) { Response.Write("(" + safe.html(params.extFilter) + ")"); } %>
<label><%=L("lcl_upload_file")%><% if (params.extFilter) { Response.Write(" (" + safe.html(params.extFilter) + ")"); } %>:</label>
<input type="file" name="imgfile" id="imgfile" style="width: 95%" onchange='doSubmitUpload()'>
<div id="uploading" style="display:none">
Please wait...
</div>
<% // BLOCK_END();
<%
BUTTON(L("lcl_do_upload_image"), {click: "doSubmitUpload()", dataicon: "forward", id: "btn_upload"});
IFACE.FORM_END();
%>
</FORM>
<%
CONTENT_END();
// FOOTER();
PAGE_END();
%>
<iframe src="../Shared/empty.html"

View File

@@ -69,16 +69,27 @@ label.ed {font-weight: lighter; color: #d14b1c;}
padding: 10px 6px 10px 6px !important;
}
.selfie {
border-radius: 20px;
}
.footerphoto {
height: 40px;
max-width: 40px;
float: right;
border-radius: 20px;
}
.ui-collapsible-heading{
font-size:16px !important;
}
#bijlagepopup {
width:270px;
width:264px;
}
.mfcltmodal {
width:270px; height:140px;
width:270px;
height:140px;
}
#mod_bijlagenM {

View File

@@ -85,7 +85,7 @@ function FOOTER(params)
if (params.thisuser)
{
%> <a href="../pda/user_info.asp">
<img id="photo" src="<%=params.thisuser.photopath%>" style="height: 100%; float: right;">
<img id="photo" src="<%=params.thisuser.photopath%>" class="footerphoto">
</a>
<% }
%> </div> <%

View File

@@ -92,7 +92,7 @@ var thisUser = prs.prs_perslid(prs_key, { withWP: true, withWL: true, withPhoto:
</script>
<div style="text-align:center;">
<img id='photo' src="<%=thisUser.photopath %>"
<img id='photo' class="selfie" src="<%=thisUser.photopath %>"
<%
if (S("prs_use_edit_photo") && canChange)
{