add help docs, especially for relationship mapper
[scpubgit/stemmaweb.git] / root / src / index.tt
CommitLineData
fb6e49b3 1[% WRAPPER header.tt
2 pagetitle = "Stemmaweb - Text tradition tools"
538715bd 3 applicationjs = c.uri_for( 'js/componentload.js' )
917bee1c 4 applicationstyle = c.uri_for( 'css/dashboard.css' )
fb6e49b3 5%]
6 <script type="text/javascript">
3f9d7ae5 7// Set global variables that must be passed by the server
8var basepath = "[% c.uri_for( '/' ) %]";
c655153c 9var textOnLoad = "[% withtradition %]";
fb6e49b3 10 </script>
11
12[% END %]
10601e86 13 <div id="main_page" class="clearfix">
14 <div class="mainnav">
5800cf9e 15 <span>[% IF c.user_exists %]Hello! [% c.user.get_object.email %]! &nbsp; <a class="navlink" href="[% c.uri_for( '/logout' ) %]">Sign out</a> | [% ELSE %]<a class="navlink" onclick="window.open('[% c.uri_for( '/login' ) %]', 'loginwindow', 'height=385,width=445')">Sign in/Register</a> | [% END %]<a class="navlink" href="[% c.uri_for( '/about' ) %]">About Stemmaweb</a> </span>
10601e86 16 </div>
7439e248 17 <div id="topbanner">
10601e86 18 <h1 class="title">Stemmaweb - a collection of tools for analysis of collated texts</h1>
50778a5d 19 <p id="compatibility_check"><span class="error">This browser does not support
20 the functions necessary for Stemmaweb to work properly. We recommend use of
21 <a href="http://mozilla.org/firefox">Mozilla Firefox</a> or
22 <a href="http://www.google.com/chrome">Google Chrome</a>.</span></p>
7439e248 23 </div>
fb792f63 24 <div id="directory_container">
25 <h2>Text directory</h2>
04469f3e 26 <div id="directory"></div>
98a45925 27[% IF c.user_exists -%]
e0b90236 28 <div class="button" id="new_trad_button" onClick="$('#upload-collation-dialog').dialog('open')">
98a45925 29 <span>Add a new text tradition</span>
30 </div>
31[% END %]
32 </div>
33 <div id="textinfo_waitbox">
75354c3a 34 <h3>Loading tradition information, please wait...</h3>
35 <img src="[% c.uri_for( 'images', 'ajax-loader.gif' ) %]" alt="Loading tradition info..." />
98a45925 36 </div>
10601e86 37 <div id="textinfo_container" class="clearfix">
04469f3e 38 <div id="textinfo_load_status"></div>
98a45925 39 <h2>Text <span class="texttitle"></span></h2>
ea39d630 40 <form id="open_textinfo_edit" action="" method="GET" name="edit_textinfo">
41 <div class="button" id="edit_textinfo_button"
42 onClick="$('#textinfo-edit-dialog').dialog('open')">
43 <span>Modify information about this tradition</span>
44 </div>
45 </form>
98a45925 46 <ul>
75354c3a 47 <li>is owned by <span id="owner_id"></span></li>
48 <li>is <span id="not_public"></span>public</li>
49 <li>has <span id="marked_language"></span> as its primary language</li>
98a45925 50 <li>has <span id="witness_num"></span> witnesses: <span id="witness_list"></span></li>
98a45925 51 </ul>
52
a35b3190 53 <div id="textinfo_container_buttons">
54 <form id="stemma_pager" action="" method="GET" name="stemma_pager">
ea39d630 55 <div id="stemma_pager_buttons">
65a0c9c6 56 <div class="pager_left_button" id="stemma_pager_left_button"></div>
57 <div class="pager_right_button" id="stemma_pager_right_button"></div>
a35b3190 58 </div>
59 </form>
75354c3a 60 <form id="open_stemma_add" action="" method="GET" name="add_new_stemma">
61 <div class="button" id="stemma_add_button"
62 onClick="$('#stemmaseq').val('n'); $('#stemma-edit-dialog').dialog('open');">
63 <span>Add a new stemma</span>
64 </div>
65 </form>
66 <form id="open_stemma_edit" action="" method="GET" name="edit_current_stemma">
67 <div class="button" id="stemma_edit_button"
68 onClick="$('#stemmaseq').val(selectedStemmaID); $('#stemma-edit-dialog').dialog('open');">
69 <span>Edit this stemma</span>
70 </div>
71 </form>
db234220 72 <form id="open_stemweb_ui" action="" method="GET" name="run_stemweb">
73 <div class="button" id="run_stemweb_button"
74 onClick="$('#stemweb-ui-dialog').dialog('open');">
75 <span>Run a Stemweb algorithm</span>
76 </div>
77 </form>
c2b80bba 78 <form id="query_stemweb_ui" action="" method="GET" name="query_stemweb">
79 <div class="button" id="query_stemweb_button"
80 onClick="query_stemweb_progress();">
81 <span>Check progress of Stemweb algorithm</span>
82 </div>
83 </form>
a35b3190 84 <form id="run_stexaminer" action="" method="GET" name="run_stexaminer">
85 <div class="button" id="stexaminer_button" onClick="$('#run_stexaminer').submit()">
86 <span>Examine variants against this stemma</span>
87 </div>
88 </form>
89 <form id="run_relater" action="" method="GET" name="run_relater">
90 <div class="button" id="relater_button" onClick="$('#run_relater').submit()">
cbd23059 91 <span id='relatebutton_label'>View collation and relationships</span>
a35b3190 92 </div>
93 </form>
38627d20 94 <a id="dl_tradition" href="" download="file.xml">
95 <div class="button" id="download_button">
96 <span id='dlbutton_label'>Download tradition as XML</span>
97 </div>
98 </a>
a35b3190 99 </div>
6aabefa3 100 <div id="stemma_load_status"></div>
98a45925 101 <div id="stemma_graph"></div>
ec2f89ff 102 <div id="stemma_graph_title"><span id="stemma_identifier"></span></div>
7439e248 103 </div>
fb6e49b3 104
04469f3e 105 <!-- Interim 'loading' message for directory box -->
106 <div id="loading_message">
107 <h3>Loading texts, please wait...</h3>
75354c3a 108 <img src="[% c.uri_for( 'images', 'ajax-loader.gif' ) %]" alt="Loading tradition list..."/>
109 </div>
10601e86 110 </div> <!-- main_page -->
111
75354c3a 112 <!-- Textinfo editor dialog -->
113 <div id="textinfo-edit-dialog" title="Edit information about this tradition">
114 <div id="textinfo_edit_container">
115 <form id="edit_textinfo">
116 <label for="edit_name">Tradition name: </label>
117 <input id="edit_name" type="text" size="30" name="name"/><br/>
118 <label for="edit_language">Language: </label>
119 <input id="edit_language" type="text" size="12" name="language"/>
120 <label for="edit_public">Publicly viewable: </label>
121 <input id="edit_public" type="checkbox" name="public"/><br/>
122[% IF c.user_exists -%]
123[% IF c.user.get_object.is_admin -%]
ce1c5863 124 <label for="edit_owner">Tradition owner: </label>
75354c3a 125 <input id="edit_owner" type="text" size="30" name="owner"/><br/>
126[% END -%]
127[% END -%]
128 </form>
129 <div id="edit_textinfo_status"></div>
130 </div>
131 </div>
132
133 <!-- Stemma dot editor dialog, simple textarea for now -->
134 <div id="stemma-edit-dialog">
135 <div id="stemma_edit_container">
136 <form id="edit_stemma">
137 <label for="dot_field">Dot definition for this stemma: </label><br/>
138 <textarea id="dot_field" rows="30" cols="40"></textarea>
139 <input id="stemmaseq" type="hidden" name="stemmaseq" val="n"/>
140 <div id="edit_instructions">
141 <p>All definitions begin with the line
db234220 142 <pre>digraph "Stemma Name" {</pre>
75354c3a 143 and end with the line
db234220 144 <pre>}</pre>
145 Please do not change these lines except to edit the stemma name.</p>
75354c3a 146 <p>First list each witness in your stemma, whether extant or lost /
147 reconstructed / hypothetical, and assign them a class of either "extant"
148 or "hypothetical". For example:</p><pre>
149 α [ class=hypothetical ]
150 C [ class=extant ]
151 </pre>
152 <p>Next, list the direct links between witnesses, one per line. For example, if
153 witness C descends directly from witness α, note it as follows:</p><pre>
154 α -> C
155 </pre>
156 <p>A witness may be the exemplar for any number of other witnesses, whether
157 extant or not; likewise, a witness may inherit from any number of other
158 witnesses. Use as may "A -> B" pairings as necessary to describe the links.</p>
159 </div>
160 </form>
161 <div id="edit_stemma_status"></div>
162 </div>
04469f3e 163 </div>
40ed7ca6 164
db234220 165 <!-- Stemweb UI dialog box -->
70744367 166 <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
db234220 167 <div id="stemweb_ui_container">
168 <form id="call_stemweb">
70744367 169 <input id="stemweb_tradition" type="hidden" name="tradition"/>
170 <label for="algorithm">Run algorithm: </label>
171 <select id="stemweb_algorithm" name="algorithm"></select><br/>
db234220 172 <!-- Algorithm-specific options, if any, will be added within this div -->
173 <div id="stemweb_runtime_options"></div>
174 </form>
175 <div id="stemweb_run_status"></div>
176 </div>
177 </div>
178
40ed7ca6 179 <!-- File upload dialog box -->
180 <div id="upload-collation-dialog" title="Upload a collation">
5cc32d47 181 <div id="upload_container">
ab0d1218 182 <input id="new_file" name="file" type="file" onchange="file_selected(this)">
183 <label for="new_file" id="new_file_label">Collation file: </label>
184 <div id="new_file_name_container" onclick="$('#new_file').click();">&nbsp;(Use 'pick file' to select a tradition file to upload.)</div>
5cc32d47 185 <form id="new_tradition">
75354c3a 186 <label for="new_name">Name of this text / tradition: </label>
187 <input id="new_name" type="text" name="name" size="40"/><br/>
188 <label for="new_lang">Primary language of the text: </label>
189 <input id="new_lang" type="text" name="language" size="20"/><br/>
190 <label for="new_public">Allow public display: </label>
191 <input id="new_public" name="public" type="checkbox"/><br/>
8214a482 192 </form>
5cc32d47 193 <div id="upload_status"></div>
40ed7ca6 194 <div>
195 <h4>Supported file types / extensions:</h4>
196 <ul>
197 <li>*.txt - spreadsheet collation, tab-separated values</li>
198 <li>*.csv - spreadsheet collation, comma-separated values</li>
199 <li>*.xls - spreadsheet collation, Excel 97-2004 format</li>
200 <li>*.xlsx - spreadsheet collation, Excel 2007 XML format</li>
201 <li>*.xml - TEI XML parallel segmentation format</li>
202 <li>*.xml - TEI XML export from Classical Text Editor</li>
203 <li>*.xml - GraphML export from the CollateX tool</li>
204 </ul>
205 <p>All spreadsheet collations should be arranged with the witness sigla in the first row, and the words aligned by row each in its correct witness column.</p>
206 </div>
5cc32d47 207 </div>
b63f3a77 208 </div>
209
210 <div id="root_tree_dialog">
369ff364 211 Use this node to root the stemma? <img id="root_tree_dialog_button_ok" src="[% c.uri_for( 'images', 'tick_circle_frame_24.png' ) %]"/>
b63f3a77 212 </div>
213
fb6e49b3 214[% PROCESS footer.tt %]