Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-2) was last changed on 09-Oct-2016 18:14 by Halmágyi Árpád

This page was created on 09-Oct-2016 18:14 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 3 changed one line
Make a new form in the server [preferences WebInterface|WebInterfacePrefs], and add three items.
Make a new form in the server [preferences WebInterface|WebInterfacePrefs], and add two fields.
At line 5 changed one line
The first item must be a checkbox, or text field, etc. Some value the user must have the option to modify as the browser will auto select this when the page loads. So maybe the persons name they must fill in, or have two checkboxes required to confirm reading the form, etc. One at the top, and bottom.
The first item must be a label enter name for label as "disclaimerPage", keep left text empty or enter "Disclaimer", Enter this for right text entry :
At line 7 changed one line
Second item is a label. The "Left" text is: (copy and paste this, it will get merged into one line.)
{get:/WebInterface/disclaimer.html#height:400px;}
At line 9 changed 8 lines
{{{
<script>
$.get("/WebInterface/disclaimer.html", function(data){$("td:contains('Disclaimer')").html(data);});
$("#welcomeFormPanel").css("height","400px");
$("#welcomeFormPanel").css("overflow-y","scroll");
$("#welcomeFormPanel").css("overflow-x","hidden");
</script>
}}}
You can change page height by changing 400px to your required value, you'll see live preview of your form with disclaimer page loaded.
At line 19 changed one line
The "Right" text must be the word "Disclaimer".
The second item is 1 checkbox.
At line 21 removed 6 lines
Then add a third item to the form, a checkbox.
Left label is blank.
1 checkbox.
Version Date Modified Size Author Changes ... Change note
2 09-Oct-2016 18:14 1.145 kB Halmágyi Árpád to previous
1 09-Oct-2016 18:14 1.605 kB Ben Spink to last
« This page (revision-2) was last changed on 09-Oct-2016 18:14 by Halmágyi Árpád
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
UserManagerWebInterface

JSPWiki