-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.html.php
43 lines (37 loc) · 1.37 KB
/
localization.html.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?#Register Src="~/Controls/Message.php" TagPrefix="php" TagName="Message"?>
<?#Register Src="~/Controls/TabControl.php" TagPrefix="php" TagName="TabControl"?>
<html xmlns:php="http://aleksey.nemiro.ru/php-webforms">
<body>
<php:Content ID="MainContent">
<h2>${Introduction}</h2>
<p>${IntroductionText1}</p>
<p>${IntroductionText2}</p>
<p>${IntroductionText3}</p>
<p>${IntroductionText4}</p>
<p>${IntroductionText5}</p>
<p>${IntroductionText6}</p>
<p>${IntroductionText7}</p>
<h2 id="filenames">${StructureOfTheFileNames}</h2>
<p>${StructureOfTheFileNamesText1}</p>
<p>${StructureOfTheFileNamesText2}</p>
<p>${StructureOfTheFileNamesText3}</p>
<p>${StructureOfTheFileNamesText4}</p>
<p>${StructureOfTheFileNamesText5}</p>
<h2 id="structure">${StructureOfFiles}</h2>
<p>${StructureOfFilesText1}</p>
<p>${StructureOfFilesText2}</p>
<p>${StructureOfFilesText3}</p>
<p>${StructureOfFilesText4}</p>
<p>${StructureOfFilesText5}</p>
<pre><code class="json">[
{ "Key": "PageTitle", "Value": "${StructureOfFilesText6}" },
{ "Key": "Introduction", "Value": "${Introduction}" },
{ "Key": "IntroductionText", "Value": "${HeaderDescription}" }
]</code></pre>
<p>${StructureOfFilesText7}</p>
<h2 id="usage">${ResourseUsage}</h2>
<p>${ResourseUsageText1}</p>
<p>${ResourseUsageText2}</p>
</php:Content>
</body>
</html>