Add in shares contrib also fix comment out script in partial add fix json5 python
This commit is contained in:
57
html/shared-folders_list.html
Normal file
57
html/shared-folders_list.html
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>SME Server mailserver.bjsystems.co.uk</title>
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/hwinfo.css");
|
||||
</style>
|
||||
|
||||
<link rev="made" href="mailto:bugs%40koozali.org">
|
||||
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
|
||||
<link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/sme_main.css");
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Create, modify, or remove shared folders</h1>
|
||||
<form method="POST" action="shares" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="page" value="0">
|
||||
<input type="hidden" name="page_stack" value="">
|
||||
<input type=hidden name=".id" value="c0cdcbf334471423ad151c4e5d38f927">
|
||||
<input type="hidden" name="csrf_token" value="TvmFptTylfwxUjzsqWoFJNOdXc50KkJV5b9mgUp0xsW">
|
||||
<table class="sme-noborders">
|
||||
<tr><td colspan="2"><p>You can remove any shared folder by clicking on the corresponding command next to the shared folder.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<p><a class="button-like" href="shares?page=0&page_stack=&Next=Next&wherenext=CreateModify">Create a new shared folder</a></p></tr>
|
||||
<table class="sme-border">
|
||||
<tr><th colspan="1" class="sme-border">Name</th>
|
||||
<th colspan="1" class="sme-border">Description</th>
|
||||
<th colspan="3" class="sme-border">Action</th>
|
||||
</tr>
|
||||
<tr><td colspan="1" class="sme-border">africa2023</td>
|
||||
<td colspan="1" class="sme-border">New one</td>
|
||||
<td colspan="1" class="sme-border"><a href="shares?page=;page_stack=;wherenext=Permissions&name=africa2023">Permissions</a> </td>
|
||||
<td colspan="1" class="sme-border"><a href="shares?page=;page_stack=;wherenext=CreateModify&action=modify&name=africa2023">Modify</a> </td>
|
||||
<td colspan="1" class="sme-border"><a href="shares?page=;page_stack=;wherenext=Remove&name=africa2023&description=New one">Remove</a> </td>
|
||||
</tr></table>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<HR class="sme-copyrightbar">
|
||||
<FONT class="sme-copyright">
|
||||
SME Server 10.1<BR>Copyright 1999-2006 Mitel Corporation<BR>All rights reserved.
|
||||
|
||||
<BR>Copyright (c) 2013 - 2021 Koozali Foundation Inc.<BR>
|
||||
</FONT>
|
||||
</BODY>
|
||||
|
||||
</HTML>
|
129
html/shared-folders_modify.html
Normal file
129
html/shared-folders_modify.html
Normal file
@@ -0,0 +1,129 @@
|
||||
|
||||
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>SME Server mailserver.bjsystems.co.uk</title>
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/hwinfo.css");
|
||||
</style>
|
||||
|
||||
<link rev="made" href="mailto:bugs%40koozali.org">
|
||||
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
|
||||
<link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/sme_main.css");
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Create, modify, or remove shared folders</h1>
|
||||
<h2>Create or modify a shared folder</h2>
|
||||
<form method="POST" action="shares" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="page" value="1">
|
||||
<input type="hidden" name="page_stack" value="0">
|
||||
<input type=hidden name=".id" value="3250b0901fa9d5aadac6bbc80694be75">
|
||||
<input type="hidden" name="csrf_token" value="rVRGjkTMEpY5xE11Ykgsm9k7hXGLuQAV2YwjMQG8I2Q">
|
||||
<table class="sme-noborders">
|
||||
<tr><td colspan="2">The share name should contain only lower-case letters, numbers, periods, hyphens and underscores, and should start with a lower-case letter. For example "johnson", "intra", and "cust3.prj12" are all valid names, but "3associates", "John Smith" and "Bus!Partner" are not. The name is limited to 12 characters.</td></tr><tr><td class="sme-noborders-label">Shared folder name</td>
|
||||
|
||||
<td class="sme-noborders-content">africa2023
|
||||
<input type="hidden" name="name" value="africa2023">
|
||||
<input type="hidden" name="action" value="modify">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Description
|
||||
<td class="sme-noborders-content"><INPUT VALUE="New one" NAME="description" TYPE="text"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<hr class="sectionbar"/>
|
||||
<tr>
|
||||
<td colspan="2"><p>The following settings control the access of this shared folder from the local network, using the SMB/CIFS protocol.</p></td>
|
||||
</tr> <tr>
|
||||
<td class="sme-noborders-label">SMB Access
|
||||
<td class="sme-noborders-content"><SELECT NAME="smbaccess" TYPE="select">
|
||||
<OPTION VALUE="browseable" SELECTED>Enabled, browseable
|
||||
<OPTION VALUE="non-browseable">Enabled, hidden
|
||||
<OPTION VALUE="none">No access
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Recycle bin
|
||||
<td class="sme-noborders-content"><SELECT NAME="recyclebin" TYPE="select">
|
||||
<OPTION VALUE="disabled" SELECTED>disabled
|
||||
<OPTION VALUE="enabled">Enabled, keep only the latest version
|
||||
<OPTION VALUE="keep-versions">Enabled, keep a copy of all versions
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Retention time
|
||||
<td class="sme-noborders-content"><SELECT NAME="retention" TYPE="select">
|
||||
<OPTION VALUE="30">one month
|
||||
<OPTION VALUE="7">one week
|
||||
<OPTION VALUE="365">one year
|
||||
<OPTION VALUE="180">six months
|
||||
<OPTION VALUE="unlimited" SELECTED>unlimited
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<hr class="sectionbar"/>
|
||||
<tr>
|
||||
<td colspan="2"><p>The following settings control the access of this shared folder using the HTTP/HTTPS protocol.</p></td>
|
||||
</tr> <tr>
|
||||
<td class="sme-noborders-label">Web Access
|
||||
<td class="sme-noborders-content"><SELECT NAME="httpaccess" TYPE="select">
|
||||
<OPTION VALUE="global">Entire Internet (no password required)
|
||||
<OPTION VALUE="global-pw">Entire Internet (password required)
|
||||
<OPTION VALUE="global-pw-remote">Entire Internet (password required outside local network)
|
||||
<OPTION VALUE="local">Local network (no password required)
|
||||
<OPTION VALUE="local-pw">Local network (password required)
|
||||
<OPTION VALUE="none" SELECTED>No access
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">WebDav support
|
||||
<td class="sme-noborders-content"><SELECT NAME="webdav" TYPE="select">
|
||||
<OPTION VALUE="disabled" SELECTED>disabled
|
||||
<OPTION VALUE="enabled">enabled
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Force secure connections
|
||||
<td class="sme-noborders-content"><SELECT NAME="requireSSL" TYPE="select">
|
||||
<OPTION VALUE="disabled" SELECTED>disabled
|
||||
<OPTION VALUE="enabled">enabled
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Indexes
|
||||
<td class="sme-noborders-content"><SELECT NAME="indexes" TYPE="select">
|
||||
<OPTION VALUE="disabled" SELECTED>disabled
|
||||
<OPTION VALUE="enabled">enabled
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sme-noborders-label">Dynamic content execution (PHP, CGI, SSI)
|
||||
<td class="sme-noborders-content"><SELECT NAME="dynamic" TYPE="select">
|
||||
<OPTION VALUE="disabled" SELECTED>disabled
|
||||
<OPTION VALUE="enabled">enabled
|
||||
</SELECT></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width=100%><tr><th class="sme-layout"><input type="submit" name="Next" value="Save"></th></tr></table>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<HR class="sme-copyrightbar">
|
||||
<FONT class="sme-copyright">
|
||||
SME Server 10.1<BR>Copyright 1999-2006 Mitel Corporation<BR>All rights reserved.
|
||||
|
||||
<BR>Copyright (c) 2013 - 2021 Koozali Foundation Inc.<BR>
|
||||
</FONT>
|
||||
</BODY>
|
||||
|
||||
</HTML>
|
136
html/shared-folders_perms.html
Normal file
136
html/shared-folders_perms.html
Normal file
@@ -0,0 +1,136 @@
|
||||
|
||||
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>SME Server mailserver.bjsystems.co.uk</title>
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/hwinfo.css");
|
||||
</style>
|
||||
|
||||
<link rev="made" href="mailto:bugs%40koozali.org">
|
||||
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
|
||||
<link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/sme_main.css");
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Create, modify, or remove shared folders</h1>
|
||||
<h2>Access right management</h2>
|
||||
<form method="POST" action="shares" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="page" value="3">
|
||||
<input type="hidden" name="page_stack" value="0">
|
||||
<input type=hidden name=".id" value="4cf77970572e8c694559fe2ca4df6f02">
|
||||
<input type="hidden" name="csrf_token" value="RrDuaqzmzwa1PN4K54W8TYd3DOi4zSp3qnMVSbsTofY">
|
||||
<table class="sme-noborders">
|
||||
<tr>
|
||||
<td colspan="2"><p>You can use this matrix to define groups and users access permissions.</p></td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><tr><td class="sme-noborders-label">Shared folder name</td>
|
||||
<td class="sme-noborders-content">africa2023</td><tr><td class="sme-noborders-label">Description</td>
|
||||
<td class="sme-noborders-content">New one</td><tr><td class="sme-noborders-label">Permissions</td><td>
|
||||
<table class="sme-border">
|
||||
<tr><th colspan="1" class="sme-border">Groups</th>
|
||||
<th colspan="1" class="sme-border">Description</th>
|
||||
<th colspan="1" class="sme-border">Read / Write</th>
|
||||
<th colspan="1" class="sme-border">Read Only</th>
|
||||
</tr><tr><td colspan="1" class="sme-border">shared</td>
|
||||
<td colspan="1" class="sme-border">Everyone</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writegroup" value="shared"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readgroup" value="shared"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">changeofkey</td>
|
||||
<td colspan="1" class="sme-border">Group for emails</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writegroup" value="changeofkey"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readgroup" value="changeofkey"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">domainadmins</td>
|
||||
<td colspan="1" class="sme-border">Domain Admins</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writegroup" value="domainadmins"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readgroup" value="domainadmins"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">ecmw2023grp</td>
|
||||
<td colspan="1" class="sme-border">ecmw 2023</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writegroup" value="ecmw2023grp"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readgroup" value="ecmw2023grp"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">miwgrp</td>
|
||||
<td colspan="1" class="sme-border">Group for MIW payments</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writegroup" value="miwgrp"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readgroup" value="miwgrp"></td>
|
||||
</tr><tr><th colspan="1" class="sme-border">Users</th>
|
||||
<th colspan="1" class="sme-border">Description</th>
|
||||
<th colspan="1" class="sme-border">Read / Write</th>
|
||||
<th colspan="1" class="sme-border">Read Only</th>
|
||||
</tr><tr><td colspan="1" class="sme-border">brianr</td>
|
||||
<td colspan="1" class="sme-border">Brian Read</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="brianr"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="brianr"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">cok1</td>
|
||||
<td colspan="1" class="sme-border">Clare Park</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="cok1"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="cok1"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">cok2</td>
|
||||
<td colspan="1" class="sme-border">Frank Park</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="cok2"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="cok2"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">dmarc</td>
|
||||
<td colspan="1" class="sme-border">Dmarc Dmarc</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="dmarc"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="dmarc"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">ecmw2025</td>
|
||||
<td colspan="1" class="sme-border">ecmw 2025</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="ecmw2025"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="ecmw2025"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">englishcountrymusicweekend</td>
|
||||
<td colspan="1" class="sme-border">English Music Weekend</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="englishcountrymusicweekend"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="englishcountrymusicweekend"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">guest</td>
|
||||
<td colspan="1" class="sme-border">Guest Guest</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="guest"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="guest"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">katy</td>
|
||||
<td colspan="1" class="sme-border">Katy Read</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="katy"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="katy"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">more</td>
|
||||
<td colspan="1" class="sme-border">More 4AllianceForFoodPurity</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="more"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="more"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">nikki</td>
|
||||
<td colspan="1" class="sme-border">Nicola Escott</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="nikki"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="nikki"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">phil</td>
|
||||
<td colspan="1" class="sme-border">Phil Fermor</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="phil"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="phil"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">sheila</td>
|
||||
<td colspan="1" class="sme-border">Sheila Read</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="sheila"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="sheila"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">smeserver</td>
|
||||
<td colspan="1" class="sme-border">sme server</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="smeserver"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="smeserver"></td>
|
||||
</tr><tr><td colspan="1" class="sme-border">zara.healy</td>
|
||||
<td colspan="1" class="sme-border">Zara Healy</td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="writeuser" value="zara.healy"></td>
|
||||
<td colspan="1" class="sme-border"><input type="checkbox" name="readuser" value="zara.healy"></td>
|
||||
</tr></table></td></tr>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table width=100%><tr><th class="sme-layout"><input type="submit" name="Next" value="Save"></th></tr></table>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<HR class="sme-copyrightbar">
|
||||
<FONT class="sme-copyright">
|
||||
SME Server 10.1<BR>Copyright 1999-2006 Mitel Corporation<BR>All rights reserved.
|
||||
|
||||
<BR>Copyright (c) 2013 - 2021 Koozali Foundation Inc.<BR>
|
||||
</FONT>
|
||||
</BODY>
|
||||
|
||||
</HTML>
|
55
html/shared-folders_remove.html
Normal file
55
html/shared-folders_remove.html
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>SME Server mailserver.bjsystems.co.uk</title>
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/hwinfo.css");
|
||||
</style>
|
||||
|
||||
<link rev="made" href="mailto:bugs%40koozali.org">
|
||||
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
|
||||
<link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
|
||||
<style type="text/css">
|
||||
@import url("/server-common/css/sme_main.css");
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Create, modify, or remove shared folders</h1>
|
||||
<h2>Remove shared folder</h2>
|
||||
<form method="POST" action="shares" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="page" value="2">
|
||||
<input type="hidden" name="page_stack" value="0">
|
||||
<input type=hidden name=".id" value="4ac6b55069cf10e90f4b5d7d64b5b352">
|
||||
<input type="hidden" name="csrf_token" value="qvZ5GjwZ0fhXu6bszNjS1M94ds9FDFnubBjjcwzYF4x">
|
||||
<table class="sme-noborders">
|
||||
<tr><td colspan="2"><p><p>
|
||||
You are about to remove the following shared folder
|
||||
</p>
|
||||
<p>
|
||||
All files belonging to this shared folder will be deleted.
|
||||
</p>
|
||||
<p>
|
||||
Are you sure you wish to remove it ?
|
||||
</p></p></td>
|
||||
</tr>
|
||||
<tr><td class="sme-noborders-label">Name</td> <td class="sme-noborders-content">africa2023</td></tr>
|
||||
<tr><td class="sme-noborders-label">Description</td> <td class="sme-noborders-content">New one</td></tr>
|
||||
<table width="100%"><tr><th class="sme-layout"><input type="submit" name="cancel" value="Cancel" > <input type="submit" name="remove" value="Remove" ></th></tr></table>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<HR class="sme-copyrightbar">
|
||||
<FONT class="sme-copyright">
|
||||
SME Server 10.1<BR>Copyright 1999-2006 Mitel Corporation<BR>All rights reserved.
|
||||
|
||||
<BR>Copyright (c) 2013 - 2021 Koozali Foundation Inc.<BR>
|
||||
</FONT>
|
||||
</BODY>
|
||||
|
||||
</HTML>
|
Reference in New Issue
Block a user