FSN#34307 styling details, betere art
svn path=/Website/trunk/; revision=27241
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB |
BIN
APPL/Pictures/touchbg.jpg
Normal file
BIN
APPL/Pictures/touchbg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 79 KiB |
@@ -86,25 +86,23 @@ checkUserAgent(); // heeft device capability bits gezet
|
||||
<input type="hidden" id="mobile" name="mobile" value="0">
|
||||
<div id="logindiv">
|
||||
<table id="logintable">
|
||||
<tr><td class="label" colspan="2"><label><%=L("lcl_vis_log_name")%></label></td></tr>
|
||||
<tr><td><input class="required" type="text" maxlength="100" id="visname" name="vis_name"></td>
|
||||
<td id="mobkey"><%
|
||||
<tr><td class="label"><label><%=L("lcl_vis_log_name")%></label>
|
||||
<div id="mobkey"><%
|
||||
if (S("mobile_password") == 1
|
||||
|| (S("mobile_password_pda") == 1 && device.test(device.isMobile))
|
||||
) {
|
||||
%><img class="details" id="mobbutton" title="<%=L("lcl_password_to_mobile")%>" alt="SMS"
|
||||
src="../Pictures/key.png" onClick="passwrd2mobile();"><%
|
||||
|| (S("mobile_password_pda") == 1 && device.test(device.isMobile))) {
|
||||
%><img class="details" id="mobbutton" title="<%=L("lcl_password_to_mobile")%>" alt="SMS" src="../Pictures/key.png" onClick="passwrd2mobile();"><%
|
||||
}
|
||||
%></td></tr>
|
||||
%></div></td></tr>
|
||||
<tr><td><input class="required" type="text" maxlength="100" id="visname" name="vis_name"></td></tr>
|
||||
<tr>
|
||||
<td class="label" colspan="2"><label><%=L("lcl_vis_log_psw")%></label></td></tr>
|
||||
<td class="label"><label><%=L("lcl_vis_log_psw")%></label></td></tr>
|
||||
<tr><td><input type="Password" <%=(S("mobile_password") == 1?" readonly ":"")%> maxlength="30" id="vispswd" name="vis_pswd">
|
||||
</td><td></td>
|
||||
</td>
|
||||
</tr>
|
||||
<% if (S("login_remember_days") > 0)
|
||||
RWCHECKBOXTR("remember", "fldremember", L("lcl_login_remember"), 0, {boxfirst: true});
|
||||
%><tr>
|
||||
<td colspan="2"><%
|
||||
<td><%
|
||||
buttons = [ { title: L("lcl_logon"), action: "do_submit()" } ];
|
||||
if (S("fac_emailtoken_auth_expire") > 0 && device.test(device.isMobile))
|
||||
buttons.push ({ title: L("lcl_token2email"), action: "token2mail()" });
|
||||
|
||||
@@ -103,7 +103,7 @@ div#touchmenu li a {
|
||||
|
||||
#twelkom {
|
||||
height: 200px;
|
||||
background: url(../Pictures/welcomebg.jpg);
|
||||
background: url(../Pictures/touchbg.jpg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
margin: 0 5px 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user