mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
Removing spurious files.
This commit is contained in:
parent
be29e9364a
commit
a46d2942a6
@ -1,11 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 37
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo
|
|
||||||
END
|
|
||||||
index.php
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 47
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/index.php
|
|
||||||
END
|
|
||||||
@ -1,71 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
31
|
|
||||||
https://neompc.googlecode.com/svn/trunk/lib/smarty/demo
|
|
||||||
https://neompc.googlecode.com/svn
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3182664f-f819-0410-8fcb-9f4c312bcbac
|
|
||||||
|
|
||||||
templates_c
|
|
||||||
dir
|
|
||||||
|
|
||||||
configs
|
|
||||||
dir
|
|
||||||
|
|
||||||
index.php
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-01-09T16:14:29.000000Z
|
|
||||||
2e485e1b32262c35974c079dd7701d32
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
883
|
|
||||||
|
|
||||||
templates
|
|
||||||
dir
|
|
||||||
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require '../libs/Smarty.class.php';
|
|
||||||
|
|
||||||
$smarty = new Smarty;
|
|
||||||
|
|
||||||
$smarty->compile_check = true;
|
|
||||||
$smarty->debugging = true;
|
|
||||||
|
|
||||||
$smarty->assign("Name","Fred Irving Johnathan Bradley Peppergill");
|
|
||||||
$smarty->assign("FirstName",array("John","Mary","James","Henry"));
|
|
||||||
$smarty->assign("LastName",array("Doe","Smith","Johnson","Case"));
|
|
||||||
$smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"),
|
|
||||||
array("I", "J", "K", "L"), array("M", "N", "O", "P")));
|
|
||||||
|
|
||||||
$smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" => "3"),
|
|
||||||
array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234")));
|
|
||||||
|
|
||||||
$smarty->assign("option_values", array("NY","NE","KS","IA","OK","TX"));
|
|
||||||
$smarty->assign("option_output", array("New York","Nebraska","Kansas","Iowa","Oklahoma","Texas"));
|
|
||||||
$smarty->assign("option_selected", "NE");
|
|
||||||
|
|
||||||
$smarty->display('index.tpl');
|
|
||||||
|
|
||||||
?>
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 45
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/configs
|
|
||||||
END
|
|
||||||
test.conf
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 55
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/configs/test.conf
|
|
||||||
END
|
|
||||||
@ -1,62 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
31
|
|
||||||
https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/configs
|
|
||||||
https://neompc.googlecode.com/svn
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3182664f-f819-0410-8fcb-9f4c312bcbac
|
|
||||||
|
|
||||||
test.conf
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-01-09T16:14:29.000000Z
|
|
||||||
2f99e2310b1dd4a254c594c49549d9d2
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
65
|
|
||||||
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
title = Welcome to Smarty!
|
|
||||||
cutoff_size = 40
|
|
||||||
|
|
||||||
[setup]
|
|
||||||
bold = true
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
title = Welcome to Smarty!
|
|
||||||
cutoff_size = 40
|
|
||||||
|
|
||||||
[setup]
|
|
||||||
bold = true
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require '../libs/Smarty.class.php';
|
|
||||||
|
|
||||||
$smarty = new Smarty;
|
|
||||||
|
|
||||||
$smarty->compile_check = true;
|
|
||||||
$smarty->debugging = true;
|
|
||||||
|
|
||||||
$smarty->assign("Name","Fred Irving Johnathan Bradley Peppergill");
|
|
||||||
$smarty->assign("FirstName",array("John","Mary","James","Henry"));
|
|
||||||
$smarty->assign("LastName",array("Doe","Smith","Johnson","Case"));
|
|
||||||
$smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"),
|
|
||||||
array("I", "J", "K", "L"), array("M", "N", "O", "P")));
|
|
||||||
|
|
||||||
$smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" => "3"),
|
|
||||||
array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234")));
|
|
||||||
|
|
||||||
$smarty->assign("option_values", array("NY","NE","KS","IA","OK","TX"));
|
|
||||||
$smarty->assign("option_output", array("New York","Nebraska","Kansas","Iowa","Oklahoma","Texas"));
|
|
||||||
$smarty->assign("option_selected", "NE");
|
|
||||||
|
|
||||||
$smarty->display('index.tpl');
|
|
||||||
|
|
||||||
?>
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 47
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/templates
|
|
||||||
END
|
|
||||||
index.tpl
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 57
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/index.tpl
|
|
||||||
END
|
|
||||||
header.tpl
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 58
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/header.tpl
|
|
||||||
END
|
|
||||||
footer.tpl
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 58
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/templates/footer.tpl
|
|
||||||
END
|
|
||||||
@ -1,130 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
31
|
|
||||||
https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/templates
|
|
||||||
https://neompc.googlecode.com/svn
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3182664f-f819-0410-8fcb-9f4c312bcbac
|
|
||||||
|
|
||||||
index.tpl
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2009-07-01T07:29:51.000000Z
|
|
||||||
b96330fb670aecc84cbb7bf5f9982626
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2183
|
|
||||||
|
|
||||||
header.tpl
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-01-09T16:14:29.000000Z
|
|
||||||
78bae299a2434e0608e3cbfc80604fd3
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
124
|
|
||||||
|
|
||||||
footer.tpl
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-01-09T16:14:29.000000Z
|
|
||||||
c1fc795345486008cd84355ff82fc63e
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
16
|
|
||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
</BODY>
|
|
||||||
</HTML>
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
<HTML>
|
|
||||||
<HEAD>
|
|
||||||
{popup_init src="/javascripts/overlib.js"}
|
|
||||||
<TITLE>{$title} - {$Name}</TITLE>
|
|
||||||
</HEAD>
|
|
||||||
<BODY bgcolor="#ffffff">
|
|
||||||
@ -1,83 +0,0 @@
|
|||||||
{config_load file=test.conf section="setup"}
|
|
||||||
{include file="header.tpl" title=foo}
|
|
||||||
|
|
||||||
<PRE>
|
|
||||||
|
|
||||||
{* bold and title are read from the config file *}
|
|
||||||
{if #bold#}<b>{/if}
|
|
||||||
{* capitalize the first letters of each word of the title *}
|
|
||||||
Title: {#title#|capitalize}
|
|
||||||
{if #bold#}</b>{/if}
|
|
||||||
|
|
||||||
The current date and time is {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}
|
|
||||||
|
|
||||||
Tooltip example: Move your mouse over the <A HREF="" {popup sticky=true caption="Smarty pop-up text" delay=400 text="This is an example of a tooltip. Tooltips are handy for context sensitive information, and extremely easy to add to your templates with Smarty and the integration of <a href='http://www.bosrup.com/web/overlib/'>overLIB</a> by Erik Bosrup"} onclick="return false;">Help</A> link to see an example of a tooltip using Smarty's popup function.
|
|
||||||
|
|
||||||
The value of global assigned variable $SCRIPT_NAME is {$SCRIPT_NAME}
|
|
||||||
|
|
||||||
Example of accessing server environment variable SERVER_NAME: {$smarty.server.SERVER_NAME}
|
|
||||||
|
|
||||||
The value of {ldelim}$Name{rdelim} is <b>{$Name}</b>
|
|
||||||
|
|
||||||
variable modifier example of {ldelim}$Name|upper{rdelim}
|
|
||||||
|
|
||||||
<b>{$Name|upper}</b>
|
|
||||||
|
|
||||||
|
|
||||||
An example of a section loop:
|
|
||||||
|
|
||||||
{section name=outer loop=$FirstName}
|
|
||||||
{if %outer.index% is odd by 2}
|
|
||||||
{%outer.rownum%} . {$FirstName[outer]} {$LastName[outer]}
|
|
||||||
{else}
|
|
||||||
{%outer.rownum%} * {$FirstName[outer]} {$LastName[outer]}
|
|
||||||
{/if}
|
|
||||||
{sectionelse}
|
|
||||||
none
|
|
||||||
{/section}
|
|
||||||
|
|
||||||
An example of section looped key values:
|
|
||||||
|
|
||||||
{section name=sec1 loop=$contacts}
|
|
||||||
phone: {$contacts[sec1].phone}<br>
|
|
||||||
fax: {$contacts[sec1].fax}<br>
|
|
||||||
cell: {$contacts[sec1].cell}<br>
|
|
||||||
{/section}
|
|
||||||
<p>
|
|
||||||
|
|
||||||
testing strip tags
|
|
||||||
{strip}
|
|
||||||
<table border=0>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<A HREF="{$SCRIPT_NAME}">
|
|
||||||
<font color="red">This is a test </font>
|
|
||||||
</A>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
{/strip}
|
|
||||||
|
|
||||||
</PRE>
|
|
||||||
|
|
||||||
This is an example of the html_select_date function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
{html_select_date start_year=1998 end_year=2010}
|
|
||||||
</form>
|
|
||||||
|
|
||||||
This is an example of the html_select_time function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
{html_select_time use_24_hours=false}
|
|
||||||
</form>
|
|
||||||
|
|
||||||
This is an example of the html_options function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
<select name=states>
|
|
||||||
{html_options values=$option_values selected=$option_selected output=$option_output}
|
|
||||||
</select>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
{include file="footer.tpl"}
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
</BODY>
|
|
||||||
</HTML>
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
<HTML>
|
|
||||||
<HEAD>
|
|
||||||
{popup_init src="/javascripts/overlib.js"}
|
|
||||||
<TITLE>{$title} - {$Name}</TITLE>
|
|
||||||
</HEAD>
|
|
||||||
<BODY bgcolor="#ffffff">
|
|
||||||
@ -1,81 +0,0 @@
|
|||||||
{config_load file=test.conf section="setup"}
|
|
||||||
{include file="header.tpl" title=foo}
|
|
||||||
|
|
||||||
<PRE>
|
|
||||||
|
|
||||||
{* bold and title are read from the config file *}
|
|
||||||
{if #bold#}<b>{/if}
|
|
||||||
{* capitalize the first letters of each word of the title *}
|
|
||||||
Title: {#title#|capitalize}
|
|
||||||
{if #bold#}</b>{/if}
|
|
||||||
|
|
||||||
The current date and time is {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}
|
|
||||||
|
|
||||||
The value of global assigned variable $SCRIPT_NAME is {$SCRIPT_NAME}
|
|
||||||
|
|
||||||
Example of accessing server environment variable SERVER_NAME: {$smarty.server.SERVER_NAME}
|
|
||||||
|
|
||||||
The value of {ldelim}$Name{rdelim} is <b>{$Name}</b>
|
|
||||||
|
|
||||||
variable modifier example of {ldelim}$Name|upper{rdelim}
|
|
||||||
|
|
||||||
<b>{$Name|upper}</b>
|
|
||||||
|
|
||||||
|
|
||||||
An example of a section loop:
|
|
||||||
|
|
||||||
{section name=outer loop=$FirstName}
|
|
||||||
{if $smarty.section.outer.index is odd by 2}
|
|
||||||
{$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
|
|
||||||
{else}
|
|
||||||
{$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
|
|
||||||
{/if}
|
|
||||||
{sectionelse}
|
|
||||||
none
|
|
||||||
{/section}
|
|
||||||
|
|
||||||
An example of section looped key values:
|
|
||||||
|
|
||||||
{section name=sec1 loop=$contacts}
|
|
||||||
phone: {$contacts[sec1].phone}<br>
|
|
||||||
fax: {$contacts[sec1].fax}<br>
|
|
||||||
cell: {$contacts[sec1].cell}<br>
|
|
||||||
{/section}
|
|
||||||
<p>
|
|
||||||
|
|
||||||
testing strip tags
|
|
||||||
{strip}
|
|
||||||
<table border=0>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<A HREF="{$SCRIPT_NAME}">
|
|
||||||
<font color="red">This is a test </font>
|
|
||||||
</A>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
{/strip}
|
|
||||||
|
|
||||||
</PRE>
|
|
||||||
|
|
||||||
This is an example of the html_select_date function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
{html_select_date start_year=1998 end_year=2010}
|
|
||||||
</form>
|
|
||||||
|
|
||||||
This is an example of the html_select_time function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
{html_select_time use_24_hours=false}
|
|
||||||
</form>
|
|
||||||
|
|
||||||
This is an example of the html_options function:
|
|
||||||
|
|
||||||
<form>
|
|
||||||
<select name=states>
|
|
||||||
{html_options values=$option_values selected=$option_selected output=$option_output}
|
|
||||||
</select>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
{include file="footer.tpl"}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 49
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/demo/templates_c
|
|
||||||
END
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
31
|
|
||||||
https://neompc.googlecode.com/svn/trunk/lib/smarty/demo/templates_c
|
|
||||||
https://neompc.googlecode.com/svn
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3182664f-f819-0410-8fcb-9f4c312bcbac
|
|
||||||
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 37
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/misc
|
|
||||||
END
|
|
||||||
smarty_icon.README
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 56
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/misc/smarty_icon.README
|
|
||||||
END
|
|
||||||
smarty_icon.gif
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 53
|
|
||||||
/svn/!svn/ver/2/trunk/lib/smarty/misc/smarty_icon.gif
|
|
||||||
END
|
|
||||||
@ -1,96 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
31
|
|
||||||
https://neompc.googlecode.com/svn/trunk/lib/smarty/misc
|
|
||||||
https://neompc.googlecode.com/svn
|
|
||||||
delete
|
|
||||||
|
|
||||||
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3182664f-f819-0410-8fcb-9f4c312bcbac
|
|
||||||
|
|
||||||
smarty_icon.README
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
delete
|
|
||||||
2009-07-01T07:29:59.000000Z
|
|
||||||
f718ebc5293aa0fcffe7c04af2d1a757
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
233
|
|
||||||
|
|
||||||
smarty_icon.gif
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
delete
|
|
||||||
2009-07-01T07:29:59.000000Z
|
|
||||||
3c85036451eaea0037f5343f28dc4d74
|
|
||||||
2006-08-02T09:03:37.194556Z
|
|
||||||
2
|
|
||||||
danbee
|
|
||||||
has-props
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1102
|
|
||||||
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
K 13
|
|
||||||
svn:mime-type
|
|
||||||
V 24
|
|
||||||
application/octet-stream
|
|
||||||
END
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
Feel free to put the smarty icon on your site.
|
|
||||||
You can cut-and-paste the following code, be sure
|
|
||||||
to adjust the path to the image:
|
|
||||||
|
|
||||||
<a href="http://smarty.php.net/">
|
|
||||||
<img src="smarty_icon.gif" border="0" height="31" width="88" /></a>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
@ -1,6 +0,0 @@
|
|||||||
Feel free to put the smarty icon on your site.
|
|
||||||
You can cut-and-paste the following code, be sure
|
|
||||||
to adjust the path to the image:
|
|
||||||
|
|
||||||
<a href="http://smarty.php.net/">
|
|
||||||
<img src="smarty_icon.gif" border="0" height="31" width="88" /></a>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user