                                Modify Webpages- v1.0
		-------------------------------------------------------
			
Introduction
============
    This document will lead you how to add or modify the webpage.
	

Step
====
    1. At AP\goahead-2.1.1\web-gw or AP\goahead-2.1.1\web-ap
       a. Add new page.
       b. Add new link at code.asp
       b. Create new page as *.asp
    2. Dynamical values are generated and MUST within "<% getInfo('value_name'); %>"
    3. At AP\goahead-2.1.1\LINUX\fmget.c. Add the return value by apmib_get() in "getInfo" function.
    4. Find or add new goform function in AP\goahead-2.1.1\LINUX\fm*.c which handle the setting send from webpage.
       ex."<form action=/goform/formWanTcpipSetup method=POST name="tcpip">" in AP\goahead-2.1.1\web-gw\tcpipwan.asp
       Save the new setting to flash by apmib_set().
    5. Re-build the rootfs image. The image and location is AP\goahead-2.1.1\LINUX\webpages-gw.bin
    6. You can combine root.bin and webpages-gw.bin by tool "mgbin" into a single binary file. At AP\goahead-2.1.1\LINUX\. Type "./mgbin -c ./webpages-gw.bin ../../root.bin -o root_webpages.bin"
	
Note
====
    * The webpages will decompress in /var/webs file. To change the size of /var/webs, please refer to "Modify_Tmp_File.txt"
	
	
