Initial commit - Typo3 11.5.41
This commit is contained in:
1
typo3conf/ext/sr_freecap/Resources/Private/.htaccess
Normal file
1
typo3conf/ext/sr_freecap/Resources/Private/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
deny from all
|
||||
@@ -0,0 +1,11 @@
|
||||
<f:be.container includeCssFiles="{0: '{f:uri.resource(path:\'StyleSheets/FontMaker.css\')}'}">
|
||||
<div id="typo3-docheader">
|
||||
<div class="typo3-docheader-functions"> </div>
|
||||
<div class="typo3-docheader-buttons"> </div>
|
||||
</div>
|
||||
<div id="typo3-docbody">
|
||||
<div id="typo3-inner-docbody">
|
||||
<div id="typo3-mod-freecap-font-maker"><f:render section="Content" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</f:be.container>
|
||||
@@ -0,0 +1,10 @@
|
||||
{namespace freeCap=SJBR\SrFreecap\ViewHelpers}
|
||||
<f:form.validationResults for="{for}">
|
||||
<f:if condition="{validationResults.flattenedErrors}">
|
||||
<ul class="errors">
|
||||
<f:for each="{validationResults.errors}" as="error">
|
||||
<li><freeCap:translate key="{error.code}">{error.code}</freeCap:translate></li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
</f:form.validationResults>
|
||||
@@ -0,0 +1,27 @@
|
||||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Content">
|
||||
<h2>{f:translate(key: 'title-created')}</h2>
|
||||
<fieldset class="sjbr-freecap-font-maker-created">
|
||||
<dl>
|
||||
<dt>
|
||||
<label>{f:translate(key: 'usingFontFile')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<strong>{font.ttfFontFileName}</strong>
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-characterWidth">{f:translate(key: 'pngImageCreated')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<img src="../{font.pngImageFileName}" alt="{f:translate(key: 'pngFontImage')}" />
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-characterHeight">{f:translate(key: 'gdFontFileCreated')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<strong>{font.gdFontFileName}</strong>
|
||||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
</f:section>
|
||||
@@ -0,0 +1,61 @@
|
||||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Content">
|
||||
<h2>{f:translate(key: 'title')}</h2>
|
||||
<f:form method="post" controller="FontMaker" action="create" name="font" object="{font}" class="sjbr-freecap-font-maker">
|
||||
<fieldset>
|
||||
<dl>
|
||||
<dt>
|
||||
<label>{f:translate(key: 'charactersToIncludeInFont')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.radio id="sjbr-freecap-font-maker-charactersIncludedInFont-0" property="charactersIncludedInFont" value="0" /><label for="sjbr-freecap-font-maker-charactersIncludedInFont-0">{f:translate(key: 'numbers-only')}</label>
|
||||
<br />
|
||||
<f:form.radio id="sjbr-freecap-font-maker-charactersIncludedInFont-1" property="charactersIncludedInFont" value="1" /><label for="sjbr-freecap-font-maker-charactersIncludedInFont-1">{f:translate(key: 'ASCII-lowercase-letters')}</label>
|
||||
<br />
|
||||
<f:form.radio id="sjbr-freecap-font-maker-charactersIncludedInFont-2" property="charactersIncludedInFont" value="2" /><label for="sjbr-freecap-font-maker-charactersIncludedInFont-2">{f:translate(key: 'ANSI-extended-ASCII-lowercase-letters')}</label>
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-characterWidth">{f:translate(key: 'characterWidth')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.textfield id="sjbr-freecap-font-maker-characterWidth" property="characterWidth" size="5" />
|
||||
<f:render partial="FormErrors" arguments="{for: 'font.characterWidth'}" />
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-characterHeight">{f:translate(key: 'characterHeight')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.textfield id="sjbr-freecap-font-maker-characterHeight" property="characterHeight" size="5" />
|
||||
<f:render partial="FormErrors" arguments="{for: 'font.characterHeight'}" />
|
||||
</dd>
|
||||
<dt>
|
||||
<label>{f:translate(key: 'endianness')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.radio id="sjbr-freecap-font-maker-endianness-0" property="endianness" value="0" /><label for="sjbr-freecap-font-maker-endianness-0">{f:translate(key: 'littleEndian')}</label>
|
||||
<br />
|
||||
<f:form.radio id="sjbr-freecap-font-maker-endianness-1" property="endianness" value="1" /><label for="sjbr-freecap-font-maker-endianness-1">{f:translate(key: 'bigEndian')}</label>
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-ttfFontFileName">{f:translate(key: 'pathToTTFFile')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.textfield id="sjbr-freecap-font-maker-ttfFontFileName" property="ttfFontFileName" size="50" />
|
||||
<f:render partial="FormErrors" arguments="{for: 'font.ttfFontFileName'}" />
|
||||
</dd>
|
||||
<dt>
|
||||
<label for="sjbr-freecap-font-maker-gdFontFilePrefix">{f:translate(key: 'gdFontFilePrefix')}</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.textfield id="sjbr-freecap-font-maker-gdFontFilePrefix" property="gdFontFilePrefix" size="25" />
|
||||
</dd>
|
||||
<dt>
|
||||
</dt>
|
||||
<dd>
|
||||
<f:form.submit class="submit" value="{f:translate(key: 'makeFont')}" />
|
||||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
</f:form>
|
||||
</f:section>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user