add OSS note links

This commit is contained in:
2014-09-19 20:36:40 +02:00
parent 18ce551602
commit 57f2839b26
5 changed files with 29 additions and 10 deletions

9
masks/note.html Normal file
View File

@@ -0,0 +1,9 @@
<div id="article">
<p class="loading_box step_box round"><i class="fa fa-60 fa-inline fa-spin fa-c-loading"></i>La note est en cours de chargement...</p>
</div>
<script type="text/javascript">
databap.pageInit = function()
{
self.goToExternalLink('http://service.sap.com/sap/support/notes/'+self.vars.id);
}
</script>