service-endpoint-editor/src/main/webapp/RuntimeResourceCreator.html

38 lines
1.7 KiB
HTML

<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype is not supported. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="favicon.gif" >
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link type="text/css" rel="stylesheet" href="RuntimeResourceCreator.css">
<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Runtime Resource Editor</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="sepeditor/sepeditor.nocache.js"></script>
</head>
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<div id="RuntimeResourcePortletDIV" style="width:100%;"></div>
</body>
</html>