Homepage.aspx
上传用户:cpbs999
上传日期:2022-03-10
资源大小:1805k
文件大小:4k
源码类别:

MySQL数据库

开发平台:

Others

  1. <%@ Page Title="Smart Traveller - Homepage" Language="C#" MasterPageFile="~/STMaster.master" AutoEventWireup="true" CodeFile="Homepage.aspx.cs" Inherits="Homepage" %>
  2. <asp:Content ID="cntHomepageHead" ContentPlaceHolderID="cntSTMasterHead" Runat="Server">
  3. </asp:Content>
  4. <asp:Content ID="cntHomepageBody" ContentPlaceHolderID="cntSTMasterBody" Runat="Server">
  5.     <div class="bannerContainer">
  6.     <div class="col1"><img src="images/bannerpic.jpg" alt="banner-pic" /></div>
  7.     <h5>Travel Route</h5>
  8.     <span class="path1">Intelligent Navigation System Based on WEBGIS. </span>
  9.     <div class="col2"><span class="greenText1"></span> This project aims at designing and developing the system architecture, key technology and system realization for the travel route intelligent navigation system based on WEBGIS. Our project work includes the use of Oracle spatial database and MapXtreme technology, GIS and data mining according to the traveler&#8217;s type, preference, characteristics and requirement, and  provides user information management, intelligent information processing and travel route planning services intelligently and personally.
  10.       
  11.     </div>
  12.     <div class="clear"></div>
  13.   </div>
  14.   <div class="boxContainer">
  15.     <h1><span class="greenText">Why Use</span> <span class="path">Smart Travel Planner  - </span> <span class="lightGrey">3 Important Reasons</span></h1>
  16.     <div class="box1Top">
  17.       <h4>Best Maps Display</h4>
  18.       <div class="boxPic1"><img src="images/pic1.png" alt="1" /> </div>
  19.       <div class="box1Text"> <span class="greyUnderline"><a href="#">Get Travelling Maps</a></span> With our system you will not only get the locations to visit but also their respective maps. This will help you to reach your destination much faster and with ease.</div>
  20.       <div class="box1Bottom">
  21.         <div class="learnBox1"><a href="#"><img src="images/learnmore2.png" alt="learn" border="0" /></a></div>
  22.       </div>
  23.     </div>
  24.     <div class="box1Top">
  25.       <h4>Best Hotels to Stay </h4>
  26.       <div class="boxPic1"><img src="images/pic2.png" alt="2" /> </div>
  27.       <div class="box1Text"> With our system you will get the best hotel to stay depending upom your budget. So just enter your budget and we help you find out the best hotel with maximum amenities and of high quality and standards. </div>
  28.       <div class="box1Bottom">
  29.         <div class="learnBox1"><a href="#"><img src="images/learnmore2.png" alt="learn" border="0" /></a></div>
  30.       </div>
  31.     </div>
  32.     <div class="box2Top">
  33.       <h4>Best Journey Ever</h4>
  34.       <div class="boxPic1"><img src="images/pic3.png" alt="3" /> </div>
  35.       <div class="box1Text"><span class="greyUnderline">Finally you will get the best journey of your life with our little help. Just log in to our site and enjoy the new era of travelling and tender your memories. Make the best out of this site. <br />
  36.       </div>
  37.       <div class="box1Bottom">
  38.         <div class="learnBox1"><a href="#"><img src="images/learnmore2.png" alt="learn" border="0" /></a></div>
  39.       </div>
  40.     </div>
  41.     <div class="clear"></div>
  42.   </div>
  43.   <div class="boxContainer">
  44.     <h1><span class="greenText">About</span> <span class="path">Smart Travel Planner </span></h1>
  45.     <div class="aboutCol">
  46.       <p> Our project implements a travel route intelligent navigation system based on WEBGIS. It researches on the tourism route planning based on the traveler&rsquo;s types, preferences, characteristics and requirements. Its basic function is to produce a satisfying tourism route planning for travelers based on huge database of tourism destination information, the result of data mining and classification of traveler&rsquo;s characteristic, market&rsquo;s hotspots, the travelers&rsquo; requirements such as destination, time, and budget, etc. Furthermore, it can provide analysis, prediction and decision making methods by comprehensively using technologies of GIS, mapXtreme2005, database. </p>
  47.     </div>
  48.    
  49.     <div class="clear"></div>
  50.   </div>
  51.   <div class="clear"></div>
  52. </span>
  53. </asp:Content>