-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect-lmsroot.html
More file actions
16 lines (14 loc) · 904 Bytes
/
select-lmsroot.html
File metadata and controls
16 lines (14 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="preference-instructions">
Please select the LMS Folder. The LMS Root folder location is required because it contains the suite of executable programs that display the song in the browser.
</div>
<form id="preference-form">
<input type="hidden" id="preference-field" value="lmsroot">
<input type="hidden" id="preference-key" value="lmsRoot">
<input type="hidden" id="dialog-title" value="LMS Root">
<input type="hidden" id="dialog-property-type" value="openDirectory">
<input type="hidden" id="dialog-message" value="Please select the LMS Root Folder">
<span>
<label for="select-lmsroot-button">LMS Root</label> <button type="button" onclick="javascript:displayFolderDialog(this);" id="select-lmsroot-button" value="Select LMS Root Folder">Choose LMS Root Folder</button>
</span>
<span id="file-select-status">No Folder Selected</span>
</form>