Replaced HIIT/EADH logos
[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>
6cf17f04 94 <form id="dl_tradition" action="" method="GET" name="run_downloader">
95 <div class="button" id="download_button"
96 onClick="$('#download-dialog').dialog('open');">
97 <span id='dlbutton_label'>Download tradition</span>
38627d20 98 </div>
6cf17f04 99 </form>
a35b3190 100 </div>
6aabefa3 101 <div id="stemma_load_status"></div>
98a45925 102 <div id="stemma_graph"></div>
ec2f89ff 103 <div id="stemma_graph_title"><span id="stemma_identifier"></span></div>
7439e248 104 </div>
fb6e49b3 105
04469f3e 106 <!-- Interim 'loading' message for directory box -->
107 <div id="loading_message">
108 <h3>Loading texts, please wait...</h3>
75354c3a 109 <img src="[% c.uri_for( 'images', 'ajax-loader.gif' ) %]" alt="Loading tradition list..."/>
110 </div>
10601e86 111 </div> <!-- main_page -->
112
75354c3a 113 <!-- Textinfo editor dialog -->
114 <div id="textinfo-edit-dialog" title="Edit information about this tradition">
115 <div id="textinfo_edit_container">
116 <form id="edit_textinfo">
117 <label for="edit_name">Tradition name: </label>
118 <input id="edit_name" type="text" size="30" name="name"/><br/>
119 <label for="edit_language">Language: </label>
120 <input id="edit_language" type="text" size="12" name="language"/>
121 <label for="edit_public">Publicly viewable: </label>
122 <input id="edit_public" type="checkbox" name="public"/><br/>
123[% IF c.user_exists -%]
124[% IF c.user.get_object.is_admin -%]
ce1c5863 125 <label for="edit_owner">Tradition owner: </label>
75354c3a 126 <input id="edit_owner" type="text" size="30" name="owner"/><br/>
127[% END -%]
128[% END -%]
129 </form>
130 <div id="edit_textinfo_status"></div>
131 </div>
132 </div>
133
134 <!-- Stemma dot editor dialog, simple textarea for now -->
135 <div id="stemma-edit-dialog">
136 <div id="stemma_edit_container">
137 <form id="edit_stemma">
138 <label for="dot_field">Dot definition for this stemma: </label><br/>
139 <textarea id="dot_field" rows="30" cols="40"></textarea>
140 <input id="stemmaseq" type="hidden" name="stemmaseq" val="n"/>
141 <div id="edit_instructions">
142 <p>All definitions begin with the line
db234220 143 <pre>digraph "Stemma Name" {</pre>
75354c3a 144 and end with the line
db234220 145 <pre>}</pre>
146 Please do not change these lines except to edit the stemma name.</p>
75354c3a 147 <p>First list each witness in your stemma, whether extant or lost /
148 reconstructed / hypothetical, and assign them a class of either "extant"
149 or "hypothetical". For example:</p><pre>
150 α [ class=hypothetical ]
151 C [ class=extant ]
152 </pre>
153 <p>Next, list the direct links between witnesses, one per line. For example, if
154 witness C descends directly from witness α, note it as follows:</p><pre>
155 α -> C
156 </pre>
157 <p>A witness may be the exemplar for any number of other witnesses, whether
158 extant or not; likewise, a witness may inherit from any number of other
159 witnesses. Use as may "A -> B" pairings as necessary to describe the links.</p>
160 </div>
161 </form>
162 <div id="edit_stemma_status"></div>
163 </div>
04469f3e 164 </div>
40ed7ca6 165
db234220 166 <!-- Stemweb UI dialog box -->
70744367 167 <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
db234220 168 <div id="stemweb_ui_container">
e8237bfe 169 <div id="sponsor_container">
2e4d15fa 170 <img id="hiit_logo" src="[% c.uri_for( '/images/hiit_logo.jpg' ) %]"></img>
167fd90f 171 <img id="eadh_logo" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
e8237bfe 172 <p>Stemweb is a webservice provided by the Helsinki Institute for Information Technology HIIT. The integration into Stemmaweb was generously supported by a small project grant from the European Association for Digital Humanities.
173 </p>
174 </div>
175 <hr/>
176 <form id="call_stemweb">
70744367 177 <input id="stemweb_tradition" type="hidden" name="tradition"/>
d9d6b62b 178 <h5>Choose an algorithm</h5>
70744367 179 <label for="algorithm">Run algorithm: </label>
d9d6b62b 180 <select id="stemweb_algorithm" name="algorithm"></select>
e239d45f 181 <span id="stemweb_algorithm_help">What is this?</span><br/>
d9d6b62b 182 <div id="stemweb_algorithm_desc_text"></div>
183 <br/>
e8237bfe 184 <h5>Set the options</h5>
db234220 185 <!-- Algorithm-specific options, if any, will be added within this div -->
186 <div id="stemweb_runtime_options"></div>
3cb9d9c0 187 <br/>
188 <!-- Options applicable to all algorithms belong within this div -->
189 <div id="stemweb_local_options">
190 <label for="merge_reltypes">Disregard variation of type:</label>
191 <select multiple name="merge_reltypes" id="stemweb_merge_reltypes"></select>
192 </div>
db234220 193 </form>
194 <div id="stemweb_run_status"></div>
195 </div>
196 </div>
197
6cf17f04 198 <!-- Data download dialog box -->
199 <div id="download-dialog" title="Download tradition data">
200 <div id="download_container">
201 <form id="download_form">
202 <input id="download_tradition" type="hidden" name="tradition"/><br/>
203 <label for="download_format">Choose a format for download: </label>
204 <select id="download_format" name="format">
205 <option value="GraphML">Native XML format</option>
206 <option value="CSV">Comma-separated values (collation only)</option>
207 <option value="TSV">Tab-separated values (collation only)</option>
208 <option value="SVG">SVG graph display (collation and relationships)</option>
209 <!-- option value="tei_ps" -->
210 <!-- option value="tei_dea" -->
211 </select>
212 </form>
213 <div id="download_status"></div>
214 </div>
215 </div>
216
40ed7ca6 217 <!-- File upload dialog box -->
218 <div id="upload-collation-dialog" title="Upload a collation">
5cc32d47 219 <div id="upload_container">
ab0d1218 220 <input id="new_file" name="file" type="file" onchange="file_selected(this)">
221 <label for="new_file" id="new_file_label">Collation file: </label>
222 <div id="new_file_name_container" onclick="$('#new_file').click();">&nbsp;(Use 'pick file' to select a tradition file to upload.)</div>
5cc32d47 223 <form id="new_tradition">
75354c3a 224 <label for="new_name">Name of this text / tradition: </label>
225 <input id="new_name" type="text" name="name" size="40"/><br/>
226 <label for="new_lang">Primary language of the text: </label>
227 <input id="new_lang" type="text" name="language" size="20"/><br/>
228 <label for="new_public">Allow public display: </label>
229 <input id="new_public" name="public" type="checkbox"/><br/>
8214a482 230 </form>
5cc32d47 231 <div id="upload_status"></div>
40ed7ca6 232 <div>
233 <h4>Supported file types / extensions:</h4>
234 <ul>
235 <li>*.txt - spreadsheet collation, tab-separated values</li>
236 <li>*.csv - spreadsheet collation, comma-separated values</li>
237 <li>*.xls - spreadsheet collation, Excel 97-2004 format</li>
238 <li>*.xlsx - spreadsheet collation, Excel 2007 XML format</li>
239 <li>*.xml - TEI XML parallel segmentation format</li>
240 <li>*.xml - TEI XML export from Classical Text Editor</li>
241 <li>*.xml - GraphML export from the CollateX tool</li>
242 </ul>
243 <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>
244 </div>
5cc32d47 245 </div>
b63f3a77 246 </div>
247
248 <div id="root_tree_dialog">
369ff364 249 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 250 </div>
251
fb6e49b3 252[% PROCESS footer.tt %]