';
+ if (!options.pathReadOnly) {
var instruction = options.instruction ? options.instruction + "
" : "";
- html += '
', html += instruction, html += Globalize.translate("MessageDirectoryPickerInstruction").replace("{0}", "
\\\\server").replace("{1}", "
\\\\192.168.1.101"), "synology" === (systemInfo.PackageName || "").toLowerCase() ? (html += "
", html += "
", html += '
' + Globalize.translate("LearnHowToCreateSynologyShares") + "") : "bsd" === systemInfo.OperatingSystem.toLowerCase() ? (html += "
", html += "
", html += Globalize.translate("MessageDirectoryPickerBSDInstruction"), html += "
", html += '
' + Globalize.translate("ButtonMoreInformation") + "") : "linux" === systemInfo.OperatingSystem.toLowerCase() && (html += "
", html += "
", html += Globalize.translate("MessageDirectoryPickerLinuxInstruction"), html += "
"), html += "
"
+ html += '
';
+ html += instruction;
+ html += Globalize.translate("MessageDirectoryPickerInstruction").replace("{0}", "
\\\\server").replace("{1}", "
\\\\192.168.1.101");
+ if ("synology" === (systemInfo.PackageName || "").toLowerCase()) {
+ html += "
";
+ html += "
";
+ html += '
';
+ html += Globalize.translate("LearnHowToCreateSynologyShares");
+ html += "";
+ } else if ("bsd" === systemInfo.OperatingSystem.toLowerCase()) {
+ html += "
";
+ html += "
";
+ html += Globalize.translate("MessageDirectoryPickerBSDInstruction");
+ html += "
";
+ html += '
';
+ html += Globalize.translate("ButtonMoreInformation");
+ html += "";
+ } else if ("linux" === systemInfo.OperatingSystem.toLowerCase()) {
+ html += "
";
+ html += "
";
+ html += Globalize.translate("MessageDirectoryPickerLinuxInstruction");
+ html += "
";
+ }
+ html += "
"
}
- html += '
", html += "