This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Affiliates.html
85 lines (82 loc) · 3.75 KB
/
Affiliates.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<title>Open Mobile Alliance - Material from Affiliates</title>
<meta charset="utf-8">
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<!-- Normalize CSS -->
<link rel="stylesheet" href="/CSS/Normalize.css" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/CSS/Site.css">
<link rel="shortcut icon" href="https://www.omaspecworks.org/wp-content/uploads/2018/01/favicon-1.png" type="image/x-icon">
<script>
$(function () {
$('#header').load("/header.html");
$('#footer').load("/footer.html");
});
</script>
<script src="./Scripts/googleanalytics.js"></script>
</head>
<body>
<!-- This gets populated with the header.html using Javascript -->
<div id="header"></div>
<div class="container">
<div>
<h1>
Material from Affiliates
</h1>
</div>
<div>
<p>
A year into the formation of OMA, significant consolidation has been achieved with the integration of the WAP Forum, Location Interoperability Forum (LIF),
SyncML Initiative, Multimedia Messaging Interoperability Forum (MMS-IOP), Wireless Village, Mobile Gaming Interoperability Forum (MGIF), In Location Alliance (ILA) and the Mobile Wireless
Internet Forum (MWIF) The work of these organizations continues in various Working Groups within OMA. Original documents created in each organization prior to the
integration into OMA can be found by clicking on the name of the Affiliate:
</p>
</div>
<div>
<table id="registries-table" class="table-bordered">
<thead>
<tr>
<th>Material from Affiliates</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<ul>
<li>
<a href="Affiliates/LIF.html">Location Interoperability Forum (LIF)</a>
</li>
<li>
<a href="Affiliates/MGIF.html">Mobile Games Interoperability Forum (MGIF)</a>
</li>
<li>
<a href="Affiliates/MWIF.html">Mobile Wireless Internet Forum (MWIF)</a>
</li>
<li>
<a href="Affiliates/SyncML.html">SyncML</a>
</li>
<li>
<a href="Affiliates/WAP.html">WAP Forum</a>
</li>
<li>
<a href="Affiliates/Wireless-village.html">Wireless Village</a>
</li>
<li>
<a href="Affiliates/ILA.html">In Location Alliance (ILA)</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- This gets populated with the footer.html using Javascript -->
<div id="footer"></div>
</body>
</html>