Remove unnecessary elements from config.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
7     <title>MKWS demo: full configuration</title>
8     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript">
10         var mkws_config = {
11                 language_Arabic: {
12                         // Navigation
13                         "Search": "بحث",
14                         "Displaying": "عرض",
15                         "to": "إلى",
16                         "of": "من",
17                         "found": "أسس",
18                         "Prev": "السابق",
19                         "Next": "التالي",
20                         // Sorting and sort-criteria
21                         "Sort by": "الترتيب حسب",
22                         "and show": "وعرض",
23                         "per page": "في كل صفحة",
24                         "relevance": "أهميتها",
25                         "title": "لقب",
26                         "newest": "أحدث",
27                         "oldest": "أقدم",
28                         // Field names
29                         "Title": "لقب",
30                         "Date": "تاريخ",
31                         "Author": "الكاتب",
32                         "URL": "URL", // Is this a universal?
33                         "Subject": "موضوع",
34                         "Location": "موقع",
35                         // Facet heading and individual facet names
36                         "Termlists": "العضو الأجل",
37                         "Sources": "مصادر",
38                         "Subjects": "المواضيع",
39                         "Authors": "الكتاب",
40                         // Display switching
41                         "Records": "أهداف",
42                         "Targets": "السجلات",
43                         // Status info captions
44                         "Status info": "معلومات الحالة",
45                         "Active clients": "عميل نشط",
46                         "Retrieved records": "السجلات التي تم استردادها",
47                         // Target info table headings
48                         "Target ID": "معرف الهدف",
49                         "Hits": "الفعالية",
50                         "Diags": "التشخيص",
51                         "Records": "تسجيل",
52                         "State": "دولة",
53                 }
54         };
55     </script>
56     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
57     <script type="text/javascript" src="http://x.mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
58     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
59   </head>
60   <body>
61     <div id="mkwsSwitch"></div>
62     <div id="mkwsLang"></div>
63     <div id="mkwsSearch"></div>
64     <div id="mkwsResults"></div>
65     <div id="mkwsTargets"></div>
66     <div id="mkwsStat"></div>
67   </body>
68 </html>