
An open source and community driven project to provide a consistent user interface across web applic...
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
`if ( ~itsmobileDeviceInclude != "" )
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");
end;`
` if ( ~itsmobileCssInclude != "" ) <!-- customer include from gui settings -->`
<link rel="stylesheet" href="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileCssInclude & ".css")`" type="text/css" `sh()`>
` else <!-- default include from itsmobile --> `
<link rel="stylesheet" href="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="styles/all/mobile.css")`" type="text/css" `sh()`>
` end;`
<link href="https://blogs.sap.com//unpkg.com/fundamental-styles@latest/dist/fundamental-styles.css" rel="stylesheet">
<!-- main screen begin -->
<div width="100%">`
if ( ~itsmobileCuaInclude != "" ) <!-- customers cua area -->
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileCuaInclude & ".html");
elseif ( ~itsmobileNoCuaInclude != "1" && ~itsmobileNoCuaInclude != "X" ) <!-- default cua area -->
end;`
</div>
<main class="fd-page fd-page--home fd-page--list">
<header>
<div class="fd-bar fd-bar--home-page-xl fd-bar--header">
<div class="fd-bar__middle">
<div class="fd-bar__element">
<b>Biobest SAP</b>
</div>
</div>
</div>
</header>
<div class="fd-page__content--xl" role="region">
<div>
<br>
</div>
</div>
<footer>
<div class="fd-bar fd-bar--home-page-xl fd-bar--footer">
<div class="fd-bar__right">
<div class="fd-bar__element">
<button class="fd-button fd-button--positive" onclick="setOkCode ('/00')">Enter</button>
</div>
</div>
</div>
</footer>
</main>
<!-- main screen end -->
`if ( ( 'GEN_NAME'[GEN_LOOP_LINE].exists == "X" ) && ( 'GEN_NAME'[GEN_LOOP_LINE].visible == "X" ) )
`<button class="fd-button" style="width: 100%" onclick="setOkCode ('`'GEN_NAME'[GEN_LOOP_LINE].okcode`')">`strmask('GEN_NAME'[GEN_LOOP_LINE].label) `</button>`
`<br><br>`
end;`
`if ( 'GEN_NAME'[GEN_LOOP_LINE].exists == "X" )
if ( 'GEN_NAME'[GEN_LOOP_LINE].mode == "multiline" )
`<textarea `
`class="MobileEditMultiline`class_ext('GEN_NAME', GEN_LOOP_LINE); class("GEN_NAME", GEN_LOOP_LINE)`" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].disabled == "X" ) `disabled="disabled" `end;
if ( 'GEN_NAME'[GEN_LOOP_LINE].readonly == "X" ) `readonly="readonly" `end;
if ( 'GEN_NAME'[GEN_LOOP_LINE].okcode != "" )
`onchange="setOkCode('`'GEN_NAME'[GEN_LOOP_LINE].okcode`');return false;" `
end;
`style="`width("GEN_COLS", "GEN_WIDTH"); style("GEN_NAME", GEN_LOOP_LINE)`" `
`rows="`'GEN_NAME'[GEN_LOOP_LINE].rows`" cols="GEN_COLS" `
`onfocus="setFocusField('`'GEN_NAME'[GEN_LOOP_LINE].name`');" `
`onblur="leaveFocusField('`'GEN_NAME'[GEN_LOOP_LINE].name`');" `
`name="`'GEN_NAME'[GEN_LOOP_LINE].name`">`'GEN_NAME'[GEN_LOOP_LINE]`</textarea>`
else
if ( 'GEN_NAME'[GEN_LOOP_LINE].disabled == "X" )
if ( 'GEN_NAME'[GEN_LOOP_LINE].visible != "X" )
`<input class="fd-input" type="hidden" `
elseif ( 'GEN_NAME'[GEN_LOOP_LINE].type == "Password" )
`<input class="fd-input" type="password" readonly="readonly" tabindex="-1" `
`style="`width("GEN_COLS", "GEN_WIDTH"); style("GEN_NAME", GEN_LOOP_LINE)`" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].highlighted == "X" )
`class="MobilePasswordHighlightedDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
else;
`class="MobilePasswordDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
end;
elseif ( 'GEN_NAME'[GEN_LOOP_LINE].inputrequired == "X" )
`<input class="fd-input" type="text" readonly="readonly" tabindex="-1" `
`style="`width("GEN_COLS", "GEN_WIDTH"); align("GEN_NAME", GEN_LOOP_LINE); style("GEN_NAME", GEN_LOOP_LINE)`" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].highlighted == "X" )
`class="MobileEditRequiredHighlightedDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
else;
`class="MobileEditRequiredDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
end;
else
`<input class="fd-input" type="text" readonly="readonly" tabindex="-1" `
`style="`width("GEN_COLS", "GEN_WIDTH"); align("GEN_NAME", GEN_LOOP_LINE); style("GEN_NAME", GEN_LOOP_LINE)`" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].highlighted == "X" )
`class="MobileEditHighlightedDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
else;
`class="MobileEditDisabled `class("GEN_NAME", GEN_LOOP_LINE)`" `
end;
end;
`onfocus="focusField('`'GEN_NAME'[GEN_LOOP_LINE].name`');" `
`name="`'GEN_NAME'[GEN_LOOP_LINE].name`" `
if ( ( 'GEN_NAME'[GEN_LOOP_LINE].inputrequired == "X" ) && ( 'GEN_NAME'[GEN_LOOP_LINE] == "?" ) )
`value="" `
else
`value="`strmaskext('GEN_NAME'[GEN_LOOP_LINE], 1)`" `
end;
`size="`'GEN_NAME'[GEN_LOOP_LINE].width`" maxlength="`'GEN_NAME'[GEN_LOOP_LINE].maxinputsize`"
`sh()`>`
else <!-- not disabled -->
icon( "GEN_NAME", GEN_LOOP_LINE );
if ( 'GEN_NAME'[GEN_LOOP_LINE].visible != "X" )
`<input class="fd-input" type="hidden" `
elseif ( 'GEN_NAME'[GEN_LOOP_LINE].type == "Password" )
`<input class="fd-input" type="password" width="100%" `
elseif ( 'GEN_NAME'[GEN_LOOP_LINE].inputrequired == "X" )
`<input class="fd-input" type="text" width="100%" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].highlighted == "X" )
`class="MobileEditRequiredHighlighted `class("GEN_NAME", GEN_LOOP_LINE)`" `
else
`class="MobileEditRequired `class("GEN_NAME", GEN_LOOP_LINE)`" `
end;
else
`<input class="fd-input" type="text" width="100%" `
if ( 'GEN_NAME'[GEN_LOOP_LINE].highlighted == "X" )
`class="MobileEditHighlighted `class("GEN_NAME", GEN_LOOP_LINE)`" `
else
`class="MobileEdit `class("GEN_NAME", GEN_LOOP_LINE)`" `
end;
end;
if ( 'GEN_NAME'[GEN_LOOP_LINE].okcode != "" )
`onchange="setOkCode('`'GEN_NAME'[GEN_LOOP_LINE].okcode`');return false;" `
end;
`onfocus="setFocusField('`'GEN_NAME'[GEN_LOOP_LINE].name`');" `
`onblur="leaveFocusField('`'GEN_NAME'[GEN_LOOP_LINE].name`');" `
`name="`'GEN_NAME'[GEN_LOOP_LINE].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'GEN_NAME'[GEN_LOOP_LINE].name`" `end;
if ( ( 'GEN_NAME'[GEN_LOOP_LINE].inputrequired == "X" ) && ( 'GEN_NAME'[GEN_LOOP_LINE] == "?" ) )
`value="" `
else
`value="`strmaskext('GEN_NAME'[GEN_LOOP_LINE], 1)`" `
end;
`maxlength="`'GEN_NAME'[GEN_LOOP_LINE].maxinputsize`"`
sh()`><br>`
end;
end;
else
end;`
`if ( ( 'GEN_NAME'[GEN_LOOP_LINE].exists == "X" ) && ( 'GEN_NAME'[GEN_LOOP_LINE].visible == "X" ) )
`<input class="fd-input" type="text" readonly="readonly" value="`strmask('GEN_NAME'[GEN_LOOP_LINE])`" >
<br>`
end;`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |