-
Notifications
You must be signed in to change notification settings - Fork 0
/
selectimport.php
37 lines (37 loc) · 2.21 KB
/
selectimport.php
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
<div style="text-align:center">
<div style="width:550px;margin:auto;margin-top:100px">
<b>Select batch import mode</b>
<div style="border:1px solid #999;border-bottom:0;height:50px;width:300px;margin-left:120px"></div>
<div id="select-localhost" class="item-sticker ui-widget-content ui-corner-all" style="margin-left:4px;margin-top:4px;width:240px;float:left;text-align:left;cursor:pointer">
<div class="alternating_row items ui-corner-top"><b>I, Librarian is installed on this computer.</b></div>
<div class="separator" style="margin:0"></div>
<div class="alternating_row ui-corner-bottom" style="padding:4px 7px;overflow:auto;height:70px">
• works only from <b>localhost</b><br>
• does not require Flash<br>
• can work in background<br>
• can import from subdirectories
</div>
</div>
<div id="select-remote" class="item-sticker ui-widget-content ui-corner-all" style="margin-left:4px;margin-top:4px;width:240px;float:right;text-align:left;cursor:pointer">
<div class="alternating_row items ui-corner-top"><b>I am accessing I, Librarian from a remote computer.</b></div>
<div class="separator" style="margin:0"></div>
<div class="alternating_row ui-corner-bottom" style="padding:4px 7px;overflow:auto;height:70px">
• works from <b>any computer</b><br>
<table>
<tr>
<td>
• requires Flash
</td>
<td>
<span class="ui-state-error-text">
<span class="ui-icon ui-icon-alert" title="Flash does not support basic authentication and self-signed certificates. Flash behavior when working through a proxy server is inconsistent and unreliable."></span>
</span>
</td>
</tr>
</table>
• cannot work in background<br>
• cannot import from subdirectories
</div>
</div>
</div>
</div>