web_renderjs_ui: don't use manage_FTPget to get page code

manage_FTPget is an API to serve the file content to response, it is not
suitable to just get the file/page template content like we need here.
It was causing issues when running through activities, because timerserver
responses does not have the setBase method, but is also wrong because
large files are streamed to response directly.

Zope does not really offer an unified API to get the source of page
templates or files, except the PrincipiaSearchSource method which it uses
for its builtin search engine. It seems suitable to use here as well.

Also add a test for the case where web pages are in a OFS.File, only
the case of PageTemplate was covered.
6 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
failed ERP5.CodingStyleTest-Master

passed ERP5.PerformanceTest-Master

00:22:58

failed ERP5.UnitTest-Master

01:52:08

failed ERP5.UnitTest-Master.Medusa

01:36:50

passed SlapOS.Eggs.UnitTest-Master.Python2

00:21:08

passed SlapOS.Eggs.UnitTest-Master.Python3

00:10:30