FIrst import of web frontend#70
FIrst import of web frontend#70patrickpr wants to merge 2 commits intoGroundApps:develfrom patrickpr:devel
Conversation
|
Why you use the old version from query? Please style the form like the form from the INSTALL.php it is important that all designed pages look like the others |
|
Why you use the old version from query? Why you use not this: Please style the form like the form from the INSTALL.php it is important that all designed pages look like the others |
|
Ok. But we have choose a design, and it didn't look really pro like, when we have for everything different designs. |
|
Ok, I'll see if I adapt the design or switch to bootstrap. |
|
I see a big problem there. You have created a index.php. Actually we currently rewrite api.php to index.php with a .htaccess. That will cause problems. It seems that your .htaccess was not used, otherwise you should never have seen the index.php but the api.php.
|
|
Since the update, it doesn't matter what the index file of the directory is, api.php will always be used. So that is one problem less to solve :) |
|
First, the name of the php file can be changed very easily and hasn't got to be index.php It won't be possible to use the user agent to deliver json or web page, because the ajax calls in the web page need to access api.php and use the browser user agent (it's a w3c recommendation). The simplest thing I can think of is :
|
This reverts commit d15b766.
|
What we could do to fix this is, that we will create a subfolder like, /web and then on request you cloud create a subdomain or somethink like that |
For testing and feedback.