1. Imitate Google navigation, the interface data is consistent with the recent daohang.google.cn;
2. Developed using visual studio 2008, the operating environment requires asp.net 2.0;
3. The program is based on the Nvelocity template engine and supports generating static html files and aspx files at the same time;
4. You can place your own advertisements. There are 3 public advertisement slots by default, two more on the homepage, and two more on the sub-pages, a total of 5. If you need to add more, you can modify the template yourself.
Installation instructions:
1. dafault.aspx dynamic mode page file, makehtml.aspx generates static files, and the files will be generated in the current running directory;
2. Template template file directory, the template files under it can be modified by yourself;
3. For several files under template/include, set.vm is some general variables and can be modified by yourself, pay attention to the format; _top.vm top navigation, HTML format, can be modified by yourself; _bottom.vm bottom navigation, copyright and other parts, can be modified by yourself;
4. template/ads is the advertising file directory. A total of 6 advertising slots are set up in the existing template, corresponding to 6 files in the directory. If you do not need advertising, you can delete the file or clear the file content. If you need to place advertising, put the advertising yourself. Put the code into the corresponding advertising file.
5. Add the code for advertising slots:
Add #parse($!{idxxxx}) where you need to add advertising space, where xxxx can be a number or a letter, which corresponds to the file name of the advertising file in the template/ads directory (excluding the extension) . If the ad file does not exist, the corresponding ad slot will not be displayed.
Update log:
[2008-6-23]
*Template update v1.32
*Add a reference file bit, ads/0000.ads file, suitable for placing scripts that do not directly output content on the page but are executed after the page is displayed, such as Thunder Eye ads.
[2008-6-22]
*Template update v1.31
*Template interface fine-tuning
[2008-6-20]
*Template updated to v1.3
*Add sidebar settings, you can set the left and right positions of the sidebars on the homepage and other pages respectively
[2008-6-19]
*The main program version is updated to V1.2
*The template version is updated to V1.2
*Add server-side agent program to solve the problem of cross-domain data acquisition and realize automatic completion of search box
*Modify the template to access the same domain agent program
[2008-6-15]
*Template updated to v1.11
*Add keyword links below the top search bar, and switch parameters in set.vm
*Add keyword links on the right side of the bottom search bar, and switch parameters in set.vm
*Interface CSS adjustment
[2008-6-12]
*The version number is updated to V1.1
*Template version updated V1.1
*The template adds tag variables, and you can add keywords, web page descriptions, etc.
*Add special character variables, newline: $!{crlf}, double quotation mark: $!{dquote}, single quotation mark: $!{squote}
[2008-6-6]
*Initial release
Expand