-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (49 loc) · 1.84 KB
/
index.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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-8">
<div class="page-header">
<h1 data-template="config:app-title">Forms Developed for Syriaca.org</h1>
</div>
<div>
<h2>Forms in development</h2>
<ul>
<li>Place
<ul>
<li>
<a href="forms/form.xq?form=initialize.xhtml">Add Place</a>
</li>
<li>
<a href="">Edit a Place</a> - In-process
</li>
</ul>
</li>
<li>Person
<ul>
<li>
<a href="">Add Person</a> - In-process
</li>
<li>
<a href="">Edit a Person</a> - In-process
</li>
</ul>
</li>
<li>Citation
<ul>
<li>
<a href="">Add Citation</a> - In-process
</li>
<li>
<a href="">Edit a Citation</a> - In-process
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<h2>Application Info</h2>
<div data-template="config:app-info"/>
</div>
</div>
</div>