mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 10:31:07 +03:00 
			
		
		
		
	moved stuff around, and NetBeans profile.
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@548 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
		
							parent
							
								
									0494f14034
								
							
						
					
					
						commit
						8ea16f2ec3
					
				
							
								
								
									
										20
									
								
								site/login/Payware - hosting/default.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								site/login/Payware - hosting/default.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| #legal { | ||||
| 	clear: both; | ||||
| 	line-height: 30px; | ||||
| 	padding-top:10px; | ||||
| 	text-align: center; | ||||
| 	color: #375C69; | ||||
| 	margin-bottom: 0px; | ||||
| } | ||||
| #footer { | ||||
| 	background: white url(footer.gif) bottom repeat-x; | ||||
| 	font-size:11px; | ||||
| 	position:relative; | ||||
| 
 | ||||
| 	min-height: 40px; | ||||
| 	height:40px; | ||||
| 	vertical-align:middle; | ||||
| 
 | ||||
| 	width:100%; | ||||
| 	text-align: center; | ||||
| 	} | ||||
							
								
								
									
										
											BIN
										
									
								
								site/login/Payware - hosting/footer.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								site/login/Payware - hosting/footer.gif
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 162 B | 
							
								
								
									
										64
									
								
								site/login/Payware - hosting/register-hosting.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								site/login/Payware - hosting/register-hosting.php
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,64 @@ | ||||
| 
 | ||||
| <form id="loginForm" name="loginForm" method="post" action=".php"> | ||||
|   <table width="300" border="0" align="center" cellpadding="2" cellspacing="0"> | ||||
|     <tr> | ||||
|       <th>First Name </th> | ||||
|       <td><input name="fname" type="text" class="textfield" id="fname" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>Last Name </th> | ||||
|       <td><input name="lname" type="text" class="textfield" id="lname" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>City </th> | ||||
|       <td><input name="city" type="text" class="textfield" id="city" /></td> | ||||
|     </tr> | ||||
|       <tr> | ||||
|       <th>State </th> | ||||
|       <td><input name="state" type="text" class="textfield" id="state" /></td> | ||||
|     </tr> | ||||
|      <tr> | ||||
|       <th>Country </th> | ||||
|       <td><input name="country" type="text" class="textfield" id="country" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>Phone </th> | ||||
|       <td><input name="phone" type="text" class="textfield" id="phone" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>Email </th> | ||||
|       <td><input name="email" type="text" class="textfield" id="email" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th width="124">Login</th> | ||||
|       <td width="168"><input name="login" type="text" class="textfield" id="login" /></td> | ||||
|     </tr> | ||||
| 
 | ||||
|     <tr> | ||||
|       <th>Password</th> | ||||
|       <td><input name="password" type="text" class="textfield" id="password" /></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>Confirm Password </th> | ||||
|       <td><input name="cpassword" type="text" class="textfield" id="cpassword" /></td> | ||||
|     </tr> | ||||
|      <div align="center" ><font color="red">Please click the PayPal button before you click submit!</font></div> | ||||
|     <tr> | ||||
|       <td> </td> | ||||
|       <td><input type="submit" name="Submit" value="Register" /></td> | ||||
|     </tr> | ||||
|   </table> | ||||
|    <div align="center" >Your username will follow http://host.mibew.com/. </div> | ||||
|    <div align="center" ><font color="red">If you have any questions, please don't fill this out. Post a ticket <a href="http://support.openwebim.org"> Click here </a></font> </div> | ||||
|    | ||||
| </form> | ||||
| <form align="center" action="https://www.paypal.com/cgi-bin/webscr" method="post"> | ||||
| <input align="center" type="hidden" name="cmd" value="_s-xclick"> | ||||
| <input type="hidden" name="hosted_button_id" value="5951679"> | ||||
| <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> | ||||
| <img align="center" alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> | ||||
| </form> | ||||
| <link href="default.css" rel="stylesheet" type="text/css" /> | ||||
| <div id="footer"> | ||||
| 	<p id="legal"><a href="http://openwebim.org/" class="flink">Open Web Messenger</a> 1.6.1 | (c) 2009 openwebim.org</p> | ||||
| </div> | ||||
| @ -1,4 +1,5 @@ | ||||
| <? require('libs/menu.php'); ?>
 | ||||
| 
 | ||||
| <p>Mibew Hosting</p> | ||||
| <dd>This will be $50/month.</dd> | ||||
| <dd>This will be $50/month.</dd> | ||||
| <p> | ||||
							
								
								
									
										10
									
								
								site/login/nbproject/project.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								site/login/nbproject/project.properties
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8 | ||||
| auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80 | ||||
| auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default | ||||
| include.path=\ | ||||
|     ${php.global.include.path} | ||||
| source.encoding=UTF-8 | ||||
| src.dir=. | ||||
| tags.asp=true | ||||
| tags.short=true | ||||
| web.root=. | ||||
							
								
								
									
										9
									
								
								site/login/nbproject/project.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								site/login/nbproject/project.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,9 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project xmlns="http://www.netbeans.org/ns/project/1"> | ||||
|     <type>org.netbeans.modules.php.project</type> | ||||
|     <configuration> | ||||
|         <data xmlns="http://www.netbeans.org/ns/php-project/1"> | ||||
|             <name>mibewlogin</name> | ||||
|         </data> | ||||
|     </configuration> | ||||
| </project> | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user