Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    BOUNTY: Web GUI reprogramming

    Scheduled Pinned Locked Moved Bounties
    256 Posts 31 Posters 176.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      c0urier
      last edited by

      Tested again after having downloaded the package. It's the same result.

      pfsense: 2.1.5-RELEASE, AMD64
      Running on: MB/CPU: ASUS P8H77-I / Core i3-2120T | MEM: 8GB DDR3 | HDD: WD Blue 120GB 2.5" SATA | WAN/LAN: Fujitsu D2735-2 – Intel® chip 82576NS | WLAN: Realtek® 8111F PCIe | Connection: 1000/1000Mbit (Bredband2.com)
      [/U

      1 Reply Last reply Reply Quote 0
      • C
        charlie0440
        last edited by

        hmm i'll have to investigate further. Just downloading the latest snapshot to check there hasn't been a change that is affecting it. I am currently running a build from 17th May.

        Again can anyone else test this out?

        Edit - Works fine for me on 28th May snapshot

        1 Reply Last reply Reply Quote 0
        • C
          c0urier
          last edited by

          My exact version is:
          2.1-RC0 (amd64)
          built on Thu May 23 20:43:32 EDT 2013
          FreeBSD 8.3-RELEASE-p8

          pfsense: 2.1.5-RELEASE, AMD64
          Running on: MB/CPU: ASUS P8H77-I / Core i3-2120T | MEM: 8GB DDR3 | HDD: WD Blue 120GB 2.5" SATA | WAN/LAN: Fujitsu D2735-2 – Intel® chip 82576NS | WLAN: Realtek® 8111F PCIe | Connection: 1000/1000Mbit (Bredband2.com)
          [/U

          1 Reply Last reply Reply Quote 0
          • C
            Clear-Pixel
            last edited by

            @charlie0440:

            @clear-pixel Don't think you read the last few posts before posting. I solved that problem of storing the column number a few posts back.

            I hear what your saying about the GUI. I think the way to go is to get all the css and as much js as we can out of the HTML/PHP pages and into .css & .js files. Then we can work on stuff like collapsible menus and fancy stuff. But until that is done, it would be a nightmare.

            Do you think, or do you know you fixed it?

            HP EliteBook 2530p Laptop - Core2 Duo SL9600 @ 2.13Ghz - 4 GB Ram -128GB SSD
            Atheros Mini PCI-E as Access Point (AR5BXB63H/AR5007EG/AR2425)
            Single Ethernet Port - VLAN
            Cisco SG300 10-port Gigabit Managed Switch
            Cisco DPC3008 Cable Modem  30/4 Mbps
            Pfsense 2.1-RELEASE (amd64)
            –------------------------------------------------------------
            Total Network Power Consumption - 29 Watts

            1 Reply Last reply Reply Quote 0
            • C
              charlie0440
              last edited by

              Well it works fine on my setup but appears not to be working for c0urier. Perhaps you could test it too?

              Edit - Yes it works

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Maybe a 32bit/64bit issue? Is there anything compiled in there?

                It works fine for me on a 32bit nano install, a few days weeks old though:

                2.1-BETA1 (i386)
                built on Wed May 15 13:19:07 EDT 2013 
                

                Looks good.  :)

                Steve

                1 Reply Last reply Reply Quote 0
                • C
                  charlie0440
                  last edited by

                  Thanks for testing Stephen.

                  ~~Its odd it's not working for c0urier  as the only changes are a few lines to the index.php and some added Jquery to a javascript file.

                  @c0urier I pm'd you~~

                  1 Reply Last reply Reply Quote 0
                  • C
                    c0urier
                    last edited by

                    The index.php file was located in /usr/local/www/themes for some reason.
                    But I can't explain why it ended there as it asked to overwrite index.php.

                    It works now, thanks!

                    pfsense: 2.1.5-RELEASE, AMD64
                    Running on: MB/CPU: ASUS P8H77-I / Core i3-2120T | MEM: 8GB DDR3 | HDD: WD Blue 120GB 2.5" SATA | WAN/LAN: Fujitsu D2735-2 – Intel® chip 82576NS | WLAN: Realtek® 8111F PCIe | Connection: 1000/1000Mbit (Bredband2.com)
                    [/U

                    1 Reply Last reply Reply Quote 0
                    • C
                      charlie0440
                      last edited by

                      Glad to here it!  ;)

                      For anyone else trying this please make sure when copying you copy the files to the correct location you need to be copying from the root of the zip files ie if you extracted the zip to a folder called tmp you need to cd into tmp
                      cd /location/of/folder/tmp/
                      scp -r * root@192.168.0.50:/usr/local/www/

                      that will place index.php to /usr/local/www/index.php (overwrite)
                      and the full_screen folder to /usr/local/www/themes/full_screen

                      1 Reply Last reply Reply Quote 0
                      • C
                        charlie0440
                        last edited by

                        tiny bug fix to bring this inline with my github.

                        Found a bug a few days ago where it was adding the add/delete column buttons to the picture widget

                        If your updating it may be easier to make the change yourself (usr/local/www/themes/full_screen/loader.js line 111):

                        change

                        jQuery('form')
                        
                        

                        to:

                        jQuery('form[action="index.php"]')
                        

                        as seen here: https://github.com/CharlieMarshall/pfsense/commit/0e94111d38c67d56901df3573e8af29afaf767d8

                        or download the whole theme from:

                        download link: https://dl.dropboxusercontent.com/u/12367642/full_screen_theme.zip
                        youtube video: http://youtu.be/irglXyn41Ys
                        Installation instructions: http://forum.pfsense.org/index.php/topic,48140.msg338715.html#msg338715

                        1 Reply Last reply Reply Quote 0
                        • S
                          Supermule Banned
                          last edited by

                          Also working for 2.0.3?

                          1 Reply Last reply Reply Quote 0
                          • C
                            charlie0440
                            last edited by

                            @Supermule:

                            Also working for 2.0.3?

                            Afraid not, jQuery is a requirement which got added in 2.1.

                            I can try and hack one together for you.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Supermule Banned
                              last edited by

                              That would be awesome!

                              Then we could have a package for that if possible!

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                There seem to be some spurious add/delete column buttons on the RRD graph page.

                                Steve

                                1 Reply Last reply Reply Quote 0
                                • C
                                  charlie0440
                                  last edited by

                                  See about 5 posts above. I think that will fix it. Let me know if not

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Hmm, yes I saw that and made the change. Perhaps the old file is cached. I'll look again.
                                    Edit: Yep, fixed.  :)

                                    Steve

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      c0urier
                                      last edited by

                                      I can't get this working with current RC.
                                      2.1-RC0 (amd64)
                                      built on Wed Jun 12 06:19:17 EDT 2013

                                      I've tried to redownload the package:
                                      cd /usr/local/www
                                      fetch https://dl.dropboxusercontent.com/u/12367642/full_screen_theme.zip
                                      unzip full_screen_theme.zip

                                      index.php source:
                                      http://pastebin.com/0vZbd5qk

                                      pfsense: 2.1.5-RELEASE, AMD64
                                      Running on: MB/CPU: ASUS P8H77-I / Core i3-2120T | MEM: 8GB DDR3 | HDD: WD Blue 120GB 2.5" SATA | WAN/LAN: Fujitsu D2735-2 – Intel® chip 82576NS | WLAN: Realtek® 8111F PCIe | Connection: 1000/1000Mbit (Bredband2.com)
                                      [/U

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        charlie0440
                                        last edited by

                                        that's the original index.html it doesn't look like you have overridden it with the index.php from the zip

                                        Same problem you had before

                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          gogol
                                          last edited by

                                          @charlie0440:

                                          that's the original index.html it doesn't look like you have overridden it with the index.html from the zip

                                          Same problem you had before

                                          I downloaded the widescreen package zip today from dropbox, but there is no index.php.in it

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            charlie0440
                                            last edited by

                                            @gogol this technically isn't the widescreen package, it acts the same but creates  new theme called full_screen which is widescreen. If you downloaded from the link listed 2 posts above by c0urier there is definitely a index.php file, inside the zip there is the following:

                                            index.php
                                            themes (folder)

                                            Edit: On another note I see there was a commit merged with master while I was on holiday which made a slight alteration to index.php (charset encoding). I will update the zip tonight to add this change:

                                            
                                            162	 	 -
                                             	162	 +
                                            
                                            165	 	 -  
                                             	165	 +  
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.