-
Notifications
You must be signed in to change notification settings - Fork 8
/
A2J_ViewerWBOJ.html
25 lines (25 loc) · 1.17 KB
/
A2J_ViewerWBOJ.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
<!--
A2J Author 7 * Justice * 正义 * công lý * правосудие
All Contents Copyright The Center for Computer-Assisted Legal Instruction
White Box of Justice
2/2014
-->
<html>
<head>
<title>Access to Justice</title>
<body style="margin:0px;padding:0px;background-color:#000;xoverflow:hidden;">
<div style="text-align:center;font-size:2em;background-color:#ffd">
Access to Justice White Box of Justice Plugin Template
</div>
<div style="position:absolute;top:35px;left:5px;bottom:35px;width:150px;padding:5px;background-color:#ddf;">
<p>Welcome to the Access to Justice White Box of Justice Plugin Template.</p>
<p>Simple demo of embedding the A2J viewer into a page via IFRAME. </p>
</div>
<div style="position:absolute;top:35px;left:170px;right:5px;bottom:35px;padding:25px;margin:0px;background-color:#fdd;">
<iframe style="width:100%;height:100%;" src="A2J_ViewerApp.html" ></iframe>
</div>
<div style="position:absolute;margin:0;padding:0px;margin-top:5px;left:0px;right:0px;height:30px;bottom:0px;text-align:center;font-size:1em;background-color:#fdf;overflow:hidden">
<P>Copyright 2013 Center for Computer-Assisted Legal Instruction</p>
</div>
</body>
</html>