mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-09 21:54:01 +02:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
1
lib/Cake/Test/test_app/View/Emails/text/custom.ctp
Normal file
1
lib/Cake/Test/test_app/View/Emails/text/custom.ctp
Normal file
|
@ -0,0 +1 @@
|
|||
Here is your value: <?php echo $value; ?>
|
|
@ -0,0 +1 @@
|
|||
Right now: <?php echo $this->Time->toAtom($time); ?>
|
1
lib/Cake/Test/test_app/View/Emails/text/default.ctp
Normal file
1
lib/Cake/Test/test_app/View/Emails/text/default.ctp
Normal file
|
@ -0,0 +1 @@
|
|||
<?php echo $content; ?>
|
1
lib/Cake/Test/test_app/View/Emails/text/japanese.ctp
Normal file
1
lib/Cake/Test/test_app/View/Emails/text/japanese.ctp
Normal file
|
@ -0,0 +1 @@
|
|||
ここにあなたの設定した値が入ります: <?php echo $value; ?>
|
2
lib/Cake/Test/test_app/View/Emails/text/wide.ctp
Normal file
2
lib/Cake/Test/test_app/View/Emails/text/wide.ctp
Normal file
|
@ -0,0 +1,2 @@
|
|||
This element has some text that is just too wide to comply with email standards.
|
||||
<?php echo $content; ?>
|
Loading…
Add table
Add a link
Reference in a new issue