Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.02 KB | None | 0 0
  1. //----------------------------
  2. // HTML template
  3. //----------------------------
  4. <!DOCTYPE html>
  5. <head>
  6.     <!-- Required meta tags-->
  7.     <meta charset="utf-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  9.     <!-- Your app title -->
  10.       <title>%apptitle%</title>
  11.   <!-- Your resource string data -->
  12.   <%rescode%>
  13.  
  14.   <script type="text/javascript" src=%appcode%></script>
  15.  
  16. </head>
  17.   <body>
  18.     <!-- Path to your app js-->
  19.   <script type="text/javascript">
  20.     window.addEventListener("load", rtl.run);
  21.   </script>    
  22.   </body>
  23. </html>
  24.  
  25.  
  26. //----------------------------
  27. // generated main HTML
  28. //----------------------------
  29. <!DOCTYPE html>
  30. <head>
  31.     <!-- Required meta tags-->
  32.     <meta charset="utf-8">
  33.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  34.     <!-- Your app title -->
  35.       <title>Project1</title>
  36.   <!-- Your resource string data -->     
  37.   <script type="application/json" data-name="res1" id="res1">
  38.     {
  39.       "program" : {
  40.         "URLTitle":"Vertaling met resourcestrings - URL API"
  41.       },
  42.       "mystrings": {
  43.           "Button":"Vertaal deze pagina",
  44.           "Header":"Vertaling met resourcestrings",
  45.           "Paragraph":"Deze tekst wordt vertaald.",
  46.           "TranslateDirect":"De directe API wordt gebruikt voor dit voorbeeld.",
  47.           "TranslateJSON":"Een JSON object wordt gebruikt voor dit voorbeeld.",
  48.           "TranslateURL":"Een URL wordt gebruikt voor dit voorbeeld."
  49.       }
  50.     }
  51.   </script>
  52.  
  53.   <script type="application/json" data-name="formData1" id="formData1">
  54.     {
  55.      
  56.       "ClassName": "TDialog",
  57.       "Name": "formAccounting",
  58.       "Properties": {
  59.          "Top": 0,
  60.          "Left": 0,
  61.          "Height": 535,
  62.          "Width": 597,
  63.          "Animations": {  },
  64.          "CaptionBar": { "Name": "",
  65.             "Height": 44,
  66.             "Caption": "Check Accounting",
  67.             "Font": { "Name": "Segoe UI", "Size": 18, "Color": 4294967295 },
  68.             "FontIcon": { "Name": "",
  69.                "Color": -16777216,
  70.                "Size": 16 },
  71.             "Padding": {  } },
  72.          "Client": { "Name": "",
  73.             "Background": {
  74.                "Fill": { "Color": 4294967295 } },
  75.             "InsetShadow": {  },
  76.             "Padding": {  } },
  77.          "Constraints": {  },
  78.          "Corners": {  },
  79.          "Layout": {  },
  80.          "Margins": {  },
  81.          "OutsetShadow": { "Color": 1677721600, "HorzOffset": 2,
  82.     "VertOffset": 2, "Blur": 6, "Visible": true } },
  83.       "Controls": [
  84.       { "ClassName": "TLabel",
  85.          "Name": "Label1",
  86.          "Properties": {
  87.             "Top": 8,
  88.             "Left": 8,
  89.             "Height": 22,
  90.             "Width": 56,
  91.             "Animations": {  },
  92.             "Background": {  },
  93.             "Border": {  },
  94.             "Corners": {  },
  95.             "Caption": "Caption",
  96.             "Constraints": {  },
  97.             "DisplayOrder": 0,
  98.             "Font": { "Name": "Segoe UI", "Color": 4285562249 },
  99.             "Format": {  },
  100.             "Layout": { "Consumption": 7, "Position": 1 },
  101.             "LayoutOrder": 0,
  102.             "Margins": { "Left": 4, "Top": 4, "Right": 4, "Bottom": 4 },
  103.             "OutsetShadow": {  },
  104.             "Padding": {  } } },
  105.       { "ClassName": "TBrowser",
  106.          "Name": "Browser1",
  107.          "Properties": {
  108.             "Top": 30,
  109.             "Left": 0,
  110.             "Height": 426,
  111.             "Width": 589,
  112.             "Animations": {  },
  113.             "Background": {
  114.                "Fill": { "Color": 4294967295 } },
  115.             "Border": {
  116.                "Top": { "Color": 4292797157, "Width": 2, "Visible": true },
  117.                "Left": { "Color": 4292797157, "Width": 2, "Visible": true },
  118.                "Right": { "Color": 4292797157, "Width": 2, "Visible": true
  119.     },
  120.                "Bottom": { "Color": 4292797157, "Width": 2, "Visible": true
  121.     } },
  122.             "Constraints": {  },
  123.             "Corners": {  },
  124.             "DisplayOrder": 1,
  125.             "InsetShadow": {  },
  126.             "Layout": { "Position": 1, "Stretch": 8 },
  127.             "LayoutOrder": 1,
  128.             "Margins": {  },
  129.             "OutsetShadow": {  },
  130.             "Padding": {  } } } ]
  131.        }  
  132.   </script>
  133.  
  134.   <script type="text/javascript" src="project1.js"></script>
  135.  
  136. </head>
  137.   <body>
  138.     <!-- Path to your app js-->
  139.   <script type="text/javascript">
  140.     window.addEventListener("load", rtl.run);
  141.   </script>    
  142.   </body>
  143. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement