79 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head>
 | |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | |
| <meta name="generator" content="Doxygen 1.8.13"/>
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/>
 | |
| <title>JETServer: /home/bradarant/barant/HTTPServer/__welcome.h Source File</title>
 | |
| <link href="tabs.css" rel="stylesheet" type="text/css"/>
 | |
| <script type="text/javascript" src="jquery.js"></script>
 | |
| <script type="text/javascript" src="dynsections.js"></script>
 | |
| <link href="search/search.css" rel="stylesheet" type="text/css"/>
 | |
| <script type="text/javascript" src="search/searchdata.js"></script>
 | |
| <script type="text/javascript" src="search/search.js"></script>
 | |
| <link href="doxygen.css" rel="stylesheet" type="text/css" />
 | |
| </head>
 | |
| <body>
 | |
| <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | |
| <div id="titlearea">
 | |
| <table cellspacing="0" cellpadding="0">
 | |
|  <tbody>
 | |
|  <tr style="height: 56px;">
 | |
|   <td id="projectalign" style="padding-left: 0.5em;">
 | |
|    <div id="projectname">JETServer
 | |
|    </div>
 | |
|   </td>
 | |
|  </tr>
 | |
|  </tbody>
 | |
| </table>
 | |
| </div>
 | |
| <!-- end header part -->
 | |
| <!-- Generated by Doxygen 1.8.13 -->
 | |
| <script type="text/javascript">
 | |
| var searchBox = new SearchBox("searchBox", "search",false,'Search');
 | |
| </script>
 | |
| <script type="text/javascript" src="menudata.js"></script>
 | |
| <script type="text/javascript" src="menu.js"></script>
 | |
| <script type="text/javascript">
 | |
| $(function() {
 | |
|   initMenu('',true,false,'search.php','Search');
 | |
|   $(document).ready(function() { init_search(); });
 | |
| });
 | |
| </script>
 | |
| <div id="main-nav"></div>
 | |
| </div><!-- top -->
 | |
| <!-- window showing the filter options -->
 | |
| <div id="MSearchSelectWindow"
 | |
|      onmouseover="return searchBox.OnSearchSelectShow()"
 | |
|      onmouseout="return searchBox.OnSearchSelectHide()"
 | |
|      onkeydown="return searchBox.OnSearchSelectKey(event)">
 | |
| </div>
 | |
| 
 | |
| <!-- iframe showing the search results (closed by default) -->
 | |
| <div id="MSearchResultsWindow">
 | |
| <iframe src="javascript:void(0)" frameborder="0" 
 | |
|         name="MSearchResults" id="MSearchResults">
 | |
| </iframe>
 | |
| </div>
 | |
| 
 | |
| <div class="header">
 | |
|   <div class="headertitle">
 | |
| <div class="title">/home/bradarant/barant/HTTPServer/__welcome.h</div>  </div>
 | |
| </div><!--header-->
 | |
| <div class="contents">
 | |
| <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span> <span class="preprocessor">#ifndef ____welcome_h__</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span> <span class="preprocessor">#define ____welcome_h__</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span> </div><div class="line"><a name="l00004"></a><span class="lineno">    4</span> <span class="preprocessor">#include "HTTPPage.h"</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span> <span class="preprocessor">#include "BMAMySQL.h"</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span> </div><div class="line"><a name="l00007"></a><span class="lineno">    7</span> <span class="keyword">namespace </span><a class="code" href="namespacehttp.html">http</a> {</div><div class="line"><a name="l00008"></a><span class="lineno">    8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="classhttp_1_1____welcome.html">    9</a></span>    <span class="keyword">class </span><a class="code" href="classhttp_1_1____welcome.html">__welcome</a> : <span class="keyword">public</span> <a class="code" href="classhttp_1_1_h_t_t_p_page.html">HTTPPage</a> {</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>    </div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>       <span class="keywordtype">int</span> processCommand(std::string request, </div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>                          core::Session *session, </div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>                          <a class="code" href="classhttp_1_1_h_t_t_p_session.html">HTTPSession</a> *httpSession, </div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>                          <a class="code" href="classhttp_1_1_h_t_t_p_request.html">HTTPRequest</a> &httpRequest, </div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>                          std::stringstream &data)<span class="keyword"> override </span>{</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>                             </div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>          data << <span class="stringliteral">"<div class=\"window\">\</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span> <span class="stringliteral">            <p>You have successfully set up a JETServer.\</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span> <span class="stringliteral">            <br>Session Id: "</span> << httpSession->getSessionId() << <span class="stringliteral">"\</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span> <span class="stringliteral">            <br>The configuration has not yet been established for this web site.</p>\</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span> <span class="stringliteral">            <input type=\"button\" onmousedown=\"getPage('/setupadmin','main'); return true;\" name=\"button1\" value=\"Configure\">\</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span> <span class="stringliteral">            </div>"</span>;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>             </div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>          httpRequest.response.addHeader(<span class="stringliteral">"Content-Type"</span>, <span class="stringliteral">"text/html"</span>);   </div><div class="line"><a name="l00025"></a><span class="lineno">   25</span> </div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>          <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>       }        </div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>    };</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span> }</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span> </div><div class="line"><a name="l00031"></a><span class="lineno">   31</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="classhttp_1_1_h_t_t_p_session_html"><div class="ttname"><a href="classhttp_1_1_h_t_t_p_session.html">http::HTTPSession</a></div><div class="ttdef"><b>Definition:</b> HTTPSession.h:9</div></div>
 | |
| <div class="ttc" id="namespacehttp_html"><div class="ttname"><a href="namespacehttp.html">http</a></div><div class="ttdef"><b>Definition:</b> __configure.h:4</div></div>
 | |
| <div class="ttc" id="classhttp_1_1_h_t_t_p_page_html"><div class="ttname"><a href="classhttp_1_1_h_t_t_p_page.html">http::HTTPPage</a></div><div class="ttdef"><b>Definition:</b> HTTPPage.h:11</div></div>
 | |
| <div class="ttc" id="classhttp_1_1_h_t_t_p_request_html"><div class="ttname"><a href="classhttp_1_1_h_t_t_p_request.html">http::HTTPRequest</a></div><div class="ttdef"><b>Definition:</b> HTTPRequest.h:11</div></div>
 | |
| <div class="ttc" id="classhttp_1_1____welcome_html"><div class="ttname"><a href="classhttp_1_1____welcome.html">http::__welcome</a></div><div class="ttdef"><b>Definition:</b> __welcome.h:9</div></div>
 | |
| </div><!-- fragment --></div><!-- contents -->
 | |
| <!-- start footer part -->
 | |
| <hr class="footer"/><address class="footer"><small>
 | |
| Generated by  <a href="http://www.doxygen.org/index.html">
 | |
| <img class="footer" src="doxygen.png" alt="doxygen"/>
 | |
| </a> 1.8.13
 | |
| </small></address>
 | |
| </body>
 | |
| </html>
 |