home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / forum / login.php?sid=ae7c5f2bad048d1700778ad32f89681d.orig < prev    next >
Text File  |  2011-07-09  |  12KB  |  320 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title="FAQ & Technical Support Forum Index" />
  8. <link rel="search" href="./search.php" title="Search" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Memberlist" />
  11.  
  12. <title>FAQ & Technical Support :: Log in</title>
  13. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  14. <style type="text/css">
  15. <!--
  16. /*
  17.   The original subSilver Theme for phpBB version 2+
  18.   Created by subBlue design
  19.   http://www.subBlue.com
  20.  
  21.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  22.   theme administration centre. When you have finalised your style you could cut the final CSS code
  23.   and place it in an external file, deleting this section to save bandwidth.
  24. */
  25.  
  26. /* General page style. The scroll bar colours only visible in IE5.5+ */
  27. body {
  28.     background-image: url(templates/subSilver/images/grapha.gif);
  29.     scrollbar-face-color: #DEE3E7;
  30.     scrollbar-highlight-color: #FFFFFF;
  31.     scrollbar-shadow-color: #DEE3E7;
  32.     scrollbar-3dlight-color: #D1D7DC;
  33.     scrollbar-arrow-color:  #006699;
  34.     scrollbar-track-color: #EFEFEF;
  35.     scrollbar-darkshadow-color: #98AAB1;
  36. }
  37.  
  38. /* General font families for common tags */
  39. font,th,td,p { font-family: Verdana,
  40.   Arial, Helvetica, sans-serif }
  41. a:link,a:active,a:visited { color : #006699; }
  42. a:hover        { text-decoration: underline; color : #DD6900; }
  43. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  44.  
  45. /* This is the border line & background colour round the entire page */
  46. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  47.  
  48. /* This is the outline round the main forum tables */
  49. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  50.  
  51. /* Main table cell colours and backgrounds */
  52. td.row1    { background-color: #EFEFEF; }
  53. td.row2    { background-color: #DEE3E7; }
  54. td.row3    { background-color: #D1D7DC; }
  55.  
  56. /*
  57.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  58.   By default this is the fading out gradiated silver background.
  59.   However, you could replace this with a bitmap specific for each forum
  60. */
  61. td.rowpic {
  62.         background-color: #FFFFFF;
  63.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  64.         background-repeat: repeat-y;
  65. }
  66.  
  67. /* Header cells - the blue and silver gradient backgrounds */
  68. th    {
  69.     color: #FFA34F; font-size: 11px; font-weight : bold;
  70.     background-color: #006699; height: 25px;
  71.     background-image: url(templates/subSilver/images/cellpic3.gif);
  72. }
  73.  
  74. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  75.             background-image: url(templates/subSilver/images/cellpic1.gif);
  76.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  77. }
  78.  
  79. /*
  80.   Setting additional nice inner borders for the main table cells.
  81.   The names indicate which sides the border will be on.
  82.   Don't worry if you don't understand this, just ignore it :-)
  83. */
  84. td.cat,td.catHead,td.catBottom {
  85.     height: 29px;
  86.     border-width: 0px 0px 0px 0px;
  87. }
  88. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  89.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  90. }
  91. td.row3Right,td.spaceRow {
  92.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  93. }
  94.  
  95. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  96. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  97. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  98. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  99. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  100. th.thTop     { border-width: 1px 0px 0px 0px; }
  101. th.thCornerL { border-width: 1px 0px 0px 1px; }
  102. th.thCornerR { border-width: 1px 1px 0px 0px; }
  103.  
  104. /* The largest text used in the index page title and toptic title etc. */
  105. .maintitle    {
  106.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana,
  107.   Arial, Helvetica, sans-serif;
  108.     text-decoration: none; line-height : 120%; color : #000000;
  109. }
  110.  
  111. /* General text */
  112. .gen { font-size : 12px; }
  113. .genmed { font-size : 11px; }
  114. .gensmall { font-size : 10px; }
  115. .gen,.genmed,.gensmall { color : #000000; }
  116. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  117. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  118.  
  119. /* The register, login, search etc links at the top of the page */
  120. .mainmenu        { font-size : 11px; color : #000000 }
  121. a.mainmenu        { text-decoration: none; color : #006699;  }
  122. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  123.  
  124. /* Forum category titles */
  125. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  126. a.cattitle        { text-decoration: none; color : #006699; }
  127. a.cattitle:hover{ text-decoration: underline; }
  128.  
  129. /* Forum title: Text and link to the forums used in: index.php */
  130. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  131. a.forumlink     { text-decoration: none; color : #006699; }
  132. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  133.  
  134. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  135. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  136. a.nav            { text-decoration: none; color : #006699; }
  137. a.nav:hover        { text-decoration: underline; }
  138.  
  139. /* titles for the topics: could specify viewed link colour too */
  140. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  141. a.topictitle:link   { text-decoration: none; color : #006699; }
  142. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  143. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  144.  
  145. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  146. .name            { font-size : 11px; color : #000000;}
  147.  
  148. /* Location, number of posts, post date etc */
  149. .postdetails        { font-size : 10px; color : #000000; }
  150.  
  151. /* The content of the posts (body of text) */
  152. .postbody { font-size : 12px; line-height: 18px}
  153. a.postlink:link    { text-decoration: none; color : #006699 }
  154. a.postlink:visited { text-decoration: none; color : #5493B4; }
  155. a.postlink:hover { text-decoration: underline; color : #DD6900}
  156.  
  157. /* Quote & Code blocks */
  158. .code {
  159.     font-family: Courier, 'Courier New',
  160.   sans-serif; font-size: 11px; color: #006600;
  161.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  162.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  163. }
  164.  
  165. .quote {
  166.     font-family: Verdana,
  167.   Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  168.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  169.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  170. }
  171.  
  172. /* Copyright and bottom info */
  173. .copyright        { font-size: 10px; font-family: Verdana,
  174.   Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  175. a.copyright        { color: #444444; text-decoration: none;}
  176. a.copyright:hover { color: #000000; text-decoration: underline;}
  177.  
  178. /* Form elements */
  179. input,textarea, select {
  180.     color : #000000;
  181.     font: normal 11px Verdana,
  182.   Arial, Helvetica, sans-serif;
  183.     border-color : #000000;
  184. }
  185.  
  186. /* The text input fields background colour */
  187. input.post, textarea.post, select {
  188.     background-color : #FFFFFF;
  189. }
  190.  
  191. input { text-indent : 2px; }
  192.  
  193. /* The buttons used for bbCode styling in message post */
  194. input.button {
  195.     background-color : #EFEFEF;
  196.     color : #000000;
  197.     font-size: 11px; font-family: Verdana,
  198.   Arial, Helvetica, sans-serif;
  199. }
  200.  
  201. /* The main submit button option */
  202. input.mainoption {
  203.     background-color : #FAFAFA;
  204.     font-weight : bold;
  205. }
  206.  
  207. /* None-bold submit button */
  208. input.liteoption {
  209.     background-color : #FAFAFA;
  210.     font-weight : normal;
  211. }
  212.  
  213. /* This is the line in the posting page which shows the rollover
  214.   help line. This is actually a text box, but if set to be the same
  215.   colour as the background no one will know ;)
  216. */
  217. .helpline { background-color: #DEE3E7; border-style: none; }
  218.  
  219. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  220. @import url("templates/subSilver/formIE.css");
  221. -->
  222. </style>
  223. <!-- QuickMenu Pro, Copyright (c) 1998-2003, OpenCube Inc., All Rights Reserved. -->
  224. <SCRIPT LANGUAGE="JavaScript1.2">dqm__codebase = 'http://www.ifirobotics.com/app/'</SCRIPT>
  225. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/electronic_menu_settings.js"></SCRIPT>
  226. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/tdqm_loader.js"></SCRIPT>
  227. </head>
  228. <body text="#000000" link="#006699" vlink="#5493B4">
  229.  
  230. <a name="top"></a>
  231. <TABLE BACKGROUND="http://www.ifirobotics.com/images/general/brushed-aluminum-menu.gif" WIDTH="750" cellspacing="0" cellpadding="0" height="104">
  232.   <TR>
  233.     <TD valign="top">
  234.     <A TITLE="IFI Robotics - The Art and Science of Control" HREF="../index.htm">
  235.     <img border="0" src="http://www.ifirobotics.com/app/empty13x8.gif" width="210" height="76"></A><br><SCRIPT LANGUAGE="JavaScript1.2">generate_mainitems()</SCRIPT>
  236.     </TD>
  237.   </TR>
  238. </TABLE>
  239. <br>
  240. <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  241.     <tr>
  242.         <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  243.             <tr>
  244.                 <table cellspacing="0" cellpadding="2" border="0">
  245.                     <tr>
  246.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Search" hspace="3" />Search</a> 
  247.                          <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Log in" hspace="3" />Log in</a> </span></td>
  248.                     </tr>
  249.                 </table></td>
  250.             </tr>
  251.         </table>
  252.  
  253.         <br />
  254.  
  255.  
  256. <form action="login.php" method="post" target="_top">
  257.  
  258. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  259.   <tr>
  260.     <td align="left" class="nav"><a href="index.php" class="nav">FAQ & Technical Support Forum Index</a></td>
  261.   </tr>
  262. </table>
  263.  
  264. <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
  265.   <tr>
  266.     <th height="25" class="thHead" nowrap="nowrap">Please enter your username and password to log in.</th>
  267.   </tr>
  268.   <tr>
  269.     <td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
  270.           <tr>
  271.             <td colspan="2" align="center"> </td>
  272.           </tr>
  273.           <tr>
  274.             <td width="45%" align="right"><span class="gen">Username:</span></td>
  275.             <td>
  276.               <input type="text" class="post" name="username" size="25" maxlength="40" value="" />
  277.             </td>
  278.           </tr>
  279.           <tr>
  280.             <td align="right"><span class="gen">Password:</span></td>
  281.             <td>
  282.               <input type="password" class="post" name="password" size="25" maxlength="32" />
  283.             </td>
  284.           </tr>
  285.           <tr align="center">
  286.             <td colspan="2"><span class="gen">Log me on automatically each visit: <input type="checkbox" name="autologin" /></span></td>
  287.           </tr>
  288.           <tr align="center">
  289.             <td colspan="2"><input type="hidden" name="redirect" value="" /><input type="submit" name="login" class="mainoption" value="Log in" /></td>
  290.           </tr>
  291.           <tr align="center">
  292.             <td colspan="2"><span class="gensmall"><a href="profile.php?mode=sendpassword" class="gensmall">I forgot my password</a></span></td>
  293.           </tr>
  294.         </table></td>
  295.   </tr>
  296. </table>
  297.  
  298. </form>
  299.  
  300.  
  301. <div align="center"><span class="copyright"><br /><br />
  302. <!--
  303.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  304.     This not only gives respect to the large amount of time given freely by the developers
  305.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  306.     reason) retain the full copyright we request you at least leave in place the
  307.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  308.     to include even this then support on our forums may be affected.
  309.  
  310.     The phpBB Group : 2002
  311. // -->
  312. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
  313.         </td>
  314.     </tr>
  315. </table>
  316.  
  317. </body>
  318. </html>
  319.  
  320.