관리-도구
편집 파일: _popups.htm
<div id="shareOptionDiv"> <img class="closeButton" alt="close" src="/WebInterface/jQuery/images/cancel.png" onclick="$.unblockUI();"></img> <h2 class="popupHeader"> Share </h2> <form class="myForm"> <fieldset> <legend>File Name</legend> <table width="100%" border="0" cellpadding="2" cellspacing="2"> <tr> <td valign="top"> <label for="txtFilesToShare"> Sharing : </label> </td> <td> <textarea rows="3" disabled="disabled" cols="56" class="box" id="txtFilesToShare" name="txtFilesToShare"></textarea> </td> </tr> <tr> <td style="width: 15%"> <label for="emailFrom"> Share type : </label> </td> <td class="publishType"> <label> <input type="radio" checked="checked" class="box" id="chkCopy" value="copy" name="publishType" /> Copy </label> <label class="advanced"> <input type="radio" class="box" id="chkReference" value="reference" name="publishType" /> Reference </label> <label class="advanced"> <input type="radio" class="box" id="chkMove" value="move" name="publishType" /> Move </label> </td> </tr> <tr> <td> <label for="sendEmail"> Send Email : </label> </td> <td> <input checked="checked" type="checkbox" class="box" id="sendEmail" value="sendEmail" name="sendEmail" /> </td> </tr> <tr> <td> <label for="txtdays"> Expires : </label> </td> <td> <input type="text" class="box" id="txtdays" value="29" name="txtdays" style="width: 25px;" /> Days <input type="text" class="box required" id="txtDate" name="txtDate" style="width: 125px;" /> <input type="text" class="box advanced" alt="time" id="txtTime" value="23:59" name="txtTime" style="width: 45px;" /> </td> </tr> <tr> <td style="width: 15%"> <label for="emailFrom"> From : </label> </td> <td> <input type="text" class="box email required" id="emailFrom" name="emailFrom" /> </td> </tr> <tr> <td> <label for="emailTo"> To : </label> </td> <td> <input type="text" class="box email required" id="emailTo" name="emailTo" /> </td> </tr> <tr> <td> <label for="emailCc"> CC : </label> </td> <td> <input type="text" class="box email" id="emailCc" name="emailCc" /> </td> </tr> <tr> <td> <label for="emailBcc"> BCC : </label> </td> <td> <input type="text" class="box email" id="emailBcc" name="emailBcc" /> </td> </tr> <tr> <td> <label for="emailSubject"> Subject : </label> </td> <td> <input type="text" value="Sharing : A new file is being shared with you." class="box required" id="emailSubject" name="emailSubject" /> </td> </tr> <tr> <td valign="top"> <label for="emailBody"> Body : </label> </td> <td> <textarea rows="8" cols="56" class="box required" id="emailBody" name="emailBody">A user would like to share a file with you. This link will expire on <date> at <time>. <web_link> #FILENAME#</textarea> </td> </tr> <tr> <td colspan="2"> <input type="checkbox" class="box" id="advanced" value="advanced" name="advanced" /> <label for="advanced"> Advanced</label> <input checked="checked" type="checkbox" class="box" id="attach" value="attach" name="attach" /> <label for="attach"> Attach Thumbnail</label> <span class="advanced"> <input type="checkbox" class="box" id="fullaccess" value="attach" name="fullaccess" /> <label for="fullaccess"> Full Access (read, write, delete) </label> </span> </td> </tr> <tr> <td colspan="2" align="right"> <p class="submit"> <input style="color: black;" type="button" value="Send" id="btnSubmitShareAction" /> <input style="color: Red;" type="button" value="Cancel" onclick="$.unblockUI(); return false;" /> </p> </td> </tr> </table> </fieldset> </form> </div> <div id="userOptionsDiv"> <img class="closeButton" alt="close" src="/WebInterface/jQuery/images/cancel.png" onclick="$.unblockUI();"></img> <h2 class="popupHeader"> Preferences </h2> <div class="buttonPanel"> <input onclick="hideItemsStartingWithDot($(this).is(':checked'));" type="checkbox" id="hideItemsStartingWithDot" name="hideItemsStartingWithDot" /> <label for="hideItemsStartingWithDot"> Hide '.' Items</label> <br /> <input onclick="hideCheckBoxColumn($(this).is(':checked'));" type="checkbox" id="hideCheckBoxColumn" name="hideCheckBoxColumn" /> <label for="hideCheckBoxColumn"> Hide Checkbox Column</label> <br /> <input onclick="hideFilter($(this).is(':checked'));" type="checkbox" id="hideFilter" name="hideFilter" /> <label for="hideFilter"> Hide Filter</label> </div> </div> <div id="createFolderDiv"> <img class="closeButton" alt="close" src="/WebInterface/jQuery/images/cancel.png" onclick="$.unblockUI();"></img> <h2 class="popupHeader"> Create new folder. </h2> <div class="buttonPanel"> <input id="txtNewFolder" value="New Folder" type="text" /> <input id="btnSubmitCreateNew" onclick="makedir();" value="Create" type="button" /> </div> </div> <div id="copyDirectLink"> <img class="closeButton" alt="close" src="/WebInterface/jQuery/images/cancel.png" onclick="$.unblockUI();"></img> <h2 class="popupHeader"> Copy direct link. </h2> <div class="buttonPanel"> <hr /> <textarea style="width: 99%" id="txtDirectLink" rows="3"></textarea> </div> </div> <div id="searchDiv"> <img class="closeButton" alt="close" src="/WebInterface/jQuery/images/cancel.png" onclick="$.unblockUI();"></img> <h2 class="popupHeader"> Search </h2> <form method="post" id="searchForm" enctype="multipart/form-data"> <input value="search" id="command" name="command" type="hidden"></input> <table class="tbl" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr class="tblRow"> <td colspan="3"> <label for="keyword"> Keywords :</label> <input size="50" id="keyword" name="keyword" type="text"></input> <input id="exact" name="exact" type="checkbox"></input> <label for="exact"> Exact?</label> </td> </tr> <tr class="tblAltRow"> <td> <input id="date1" name="date1" type="checkbox"></input> <label for="date1"> Modified </label> </td> <td> <select name="date1_action"> <option value="after">After</option> <option value="before">Before</option> </select> </td> <td> <input size="25" name="date1_value" type="text"></input> (mm/dd/yyyy) </td> </tr> <tr class="tblRow"> <td> <input id="date2" name="date2" type="checkbox"></input> <label for="date2"> Modified </label> </td> <td> <select name="date2_action"> <option value="after">After</option> <option value="before">Before</option> </select> </td> <td> <input size="25" name="date2_value" type="text"></input> (mm/dd/yyyy) </td> </tr> <tr class="tblAltRow"> <td> <input id="size1" name="size1" type="checkbox"></input> <label for="size1"> Size is </label> </td> <td> <select name="size1_action"> <option value="bigger than">Bigger than</option> <option value="smaller than">Smaller than</option> </select> </td> <td> <input size="25" name="size1_value" type="text"></input> (Kilobytes) </td> </tr> <tr class="tblRow"> <td> <input id="type1" name="type1" type="checkbox"></input> <label for="type1"> Type is a</label> </td> <td> <select name="type1_action"> <option value="file">file </option> <option value="folder">folder </option> </select> </td> <td> </td> </tr> </table> <div style="text-align: right; padding-right: 10px;"> <input onclick="return startSearch();" value="Start Search" type="submit"></input> <input onclick="$.unblockUI();" value="Cancel" type="button"></input> </div> </form> </div> <div id="browserFileUpload" style="text-align: left"> <img class="closeButton" id="hideUploadPanel" alt="close" src="/WebInterface/jQuery/images/cancel.png"></img> <h2 style="text-align: center"> Upload file </h2> <div class="customtabs"> <a id="uploadDetailsTabAnchor" href="javascript:void(0)" rel="divUploadPanel">Upload Details</a> <a href="javascript:void(0);" onclick="return validateUploadForm(this);" rel="divTab2">Upload Files</a> </div> <div class="tab_content"> <div id="divUploadPanel"> <div id="customUploadForm"> <a href="javascript:void(0);" class="spinner" style="color: White; display: block; height: 17px; padding-left: 18px;">Loading form..</a> </div> </div> <div id="divTab2"> <div> <div class="autoReplyOptionPanel"> <input type="checkbox" id="chkAutoUpload" value="Auto Upload?" /> <label for="chkAutoUpload" id="lblAutoUpload" title="Maximum ### simultaneous files can be uploaded."> Auto Upload?</label> </div> <div id="uploadPanel"> </div> </div> <div style="height:18px;"> <input type="button" class="advancedBrowse" value="Advanced Browse.."></input> </div> <div style="clear: both; height: 16px; margin-right: 10px;"> <img class="closeButton toggleView" rel="#FileUploadSummary" alt="close" src="/WebInterface/jQuery/images/expanded.png"></img> </div> <div id="FileUploadSummary"> <ul class="filesSelected"> </ul> <div style="clear: both" id="submitAction"> <div class="attention" style="display: none;"> Attention Required</div> <a href="javascript:void(0);" class="upload">Start Uploading</a> <a href="javascript:void(0);" class="clearCompleted">Clear completed</a> </div> </div> </div> </div> </div> <div id="filesBasket" style="text-align: left"> <img class="closeButton" id="hideUploadPanel" onclick="$.unblockUI();" alt="close" src="/WebInterface/jQuery/images/cancel.png"></img> <h2 style="text-align: center"> Files in the Basket </h2> <div id="FileBasketList"> <ul class="filesSelectedInBasket"> </ul> <div style="clear: both;border-top:1px solid #333030;" id="submitActionBasket"> <a href="javascript:void(0);" class="clearCompleted">Clear all</a> <a href="javascript:void(0);" class="download">Download Basket</a> <a href="javascript:void(0);" class="download advanced">Download Basket Advanced</a> </div> </div> </div> </div>