~tim-alwaysreformed/reformedchurcheslocator/rcl-backbone-test_for_directory_type

« back to all changes in this revision

Viewing changes to _attachments/import_directory.html

  • Committer: Tim Black
  • Date: 2012-04-24 08:11:25 UTC
  • Revision ID: tim@alwaysreformed.com-20120424081125-uqcwoz2cx4ytso4b
Migrate code into couchapp

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<head>
 
4
    <title>Reformed Churches Locator</title>
 
5
    <link rel="stylesheet" href="style/main.css" type="text/css">
 
6
</head>
 
7
<body>
 
8
        <div id="header">
 
9
                <h2 style="text-align: center">
 
10
                        <b>Reformed Churches Locator</b>
 
11
                        <br />
 
12
                        <br />
 
13
                        <span class="subtitle">The Ultimate Directory of Reformed Churches Worldwide</span>
 
14
                </h2>
 
15
        </div>
 
16
        <ul id="mainmenu">
 
17
                <li class="first"><a href="index.html" class="active">Find a church</a></li>
 
18
                <li><a href="import_directory.html">Import a directory</a></li>
 
19
        </ul>
 
20
 
 
21
        <div id="content">
 
22
                <div id="account" style="float: right"></div>
 
23
                <div id="download"></div>
 
24
        </div>
 
25
        <!-- End of main_content -->
 
26
 
 
27
</body>
 
28
 
 
29
<!--  Couchapp JavaScript files -->
 
30
 
 
31
<script src="vendor/couchapp/loader.js"></script>
 
32
<script>couchapp_load(["vendor/couchapp/jquery.couchLogin.js"])</script>
 
33
 
 
34
<!-- Reformed Churches Locator JavaScript files -->
 
35
 
 
36
<script src="script/download_congs.js"></script>
 
37
 
 
38
</html>