mirror of
				https://github.com/brmlab/brmbiolab_sklad.git
				synced 2025-10-31 07:24:02 +01:00 
			
		
		
		
	Initial commit
This commit is contained in:
		
						commit
						3b93da31de
					
				
					 1004 changed files with 265840 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/default.ctp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/default.ctp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | ||||
| 
 | ||||
| <html> | ||||
| <head> | ||||
| 	<title><?php echo $this->fetch('title'); ?></title> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
| 	<?php echo $this->fetch('content'); ?> | ||||
| 
 | ||||
| 	<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | ||||
| 
 | ||||
| <html> | ||||
| <head> | ||||
| 	<title><?php echo $this->fetch('title'); ?></title> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
| 	<?php echo $this->fetch('content'); ?> | ||||
| 
 | ||||
| 	<p>このメールは <a href="http://cakephp.org">CakePHP Framework</a> を利用して送信しました。</p> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/thin.ctp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								lib/Cake/Test/test_app/View/Layouts/Emails/html/thin.ctp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | ||||
| 
 | ||||
| <html> | ||||
| <head> | ||||
| 	<title><?php echo $this->fetch('title'); ?></title> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
| 	<?php echo $this->fetch('content'); ?> | ||||
| 
 | ||||
| 	<p>This email was sent using the CakePHP Framework</p> | ||||
| </body> | ||||
| </html> | ||||
|  | @ -0,0 +1,4 @@ | |||
| 
 | ||||
| <?php echo $this->fetch('content'); ?> | ||||
| 
 | ||||
| This email was sent using the CakePHP Framework, http://cakephp.org. | ||||
|  | @ -0,0 +1,4 @@ | |||
| 
 | ||||
| <?php echo $this->fetch('content'); ?> | ||||
| 
 | ||||
| CakePHP Framework を使って送信したメールです。 http://cakephp.org. | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 mareksebera
						mareksebera